Files
roi-theme/wp-content/plugins/thrive-visual-editor/editor/js/dist/main.min.js
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

1 line
6.3 MiB
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(()=>{var __webpack_modules__={226:(e,t,s)=>{e.exports=s(68284).extend({setup_defaults(){this.data={items:3,text:"List Element",icon_code:"icon-check"}},_render_to(e){return e.html(this.get_html()).attr("data-icon-code",this.data.icon_code),e.find("title").remove(),this},get_html(){let e='<ul class="tcb-styled-list">';for(let t=0;t<this.data.items;t++)e+=this.create_default_list_item();return e+="</ul>",e},create_default_list_item(e,t,s){e=void 0===e?null:e,t=void 0===t?this.data.icon_code:t,s=void 0===s?this.data.text:s;let i="";const a=e&&e.find(".thrv-styled-list-item:not(.tcb-excluded-from-group-item)")?e.find(".thrv-styled-list-item:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",l=e&&e.find(".thrv-advanced-inline-text:not(.tcb-excluded-from-group-item)")?e.find(".thrv-advanced-inline-text:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",o=e&&e.find(".thrv_icon:not(.tcb-excluded-from-group-item)")?e.find(".thrv_icon:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",c=e?" "+TVE.getClassThatContains(e.find(".thrv-styled-list-item").last(),TVE.Components.group.dynamic_group_item_class_prf):"",n=e?" "+TVE.getClassThatContains(e.find(".thrv-advanced-inline-text").last(),TVE.Components.group.dynamic_group_item_class_prf):"";i+='<li class="thrv-styled-list-item'+c+'" data-css="'+a+'">',i+='<div class="tcb-styled-list-icon"><div class="thrv_wrapper thrv_icon tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save tcb-icon-inherit-style'+(e?" "+TVE.getClassThatContains(e.find(".thrv_icon").last(),TVE.Components.group.dynamic_group_item_class_prf):"")+'" data-css="'+o+'">';const r=jQuery("symbol#"+t);return r.length?i+=TVE.svg_icon({path:r.html().trim(),viewBox:r[0].getAttribute("viewBox"),name:r.find("> title").text(),id:r.attr("id")}):TVE.inner_$('.thrv-styled-list-item svg[data-id="'+t+'"').length?i+=TVE.inner_$('.thrv-styled-list-item svg[data-id="'+t+'"')[0].outerHTML:i+='<span data-name="'+t.replace("icon-","")+'" class="tve_sc_icon '+t+'"></span>',i+="</div></div>",i+='<span class="thrv-advanced-inline-text tve_editable tcb-styled-list-icon-text tcb-no-delete tcb-no-save'+n+'" data-css="'+l+'">'+s+"</span>",i+="</li>",i},get_icon:e=>e.find(".thrv_icon").html(),get_text:e=>e.find(".tcb-styled-list-icon-text").text().substring(0,20)})},344:(e,t,s)=>{e.exports=s(54925).extend({initialize(){this.$templateName=this.$("#tve-export-content-name"),this.$errorContainer=this.$(".error-container"),this.$el.addClass("medium-small"),this.reset()},reset(){this.$templateName.val("")},getData(){return{custom:"content_export",post_id:TVE.CONST.post_id,template_name:this.$templateName.val().trim()}}})},393:e=>{const t=Backbone.Model.extend({urlRoot:TVE.CONST.logo.routes.base,idAttribute:"id",defaults:()=>({active:1,default:0,selected:0}),sync(e,t,s){(s=s||{}).cache=!1;const i=s.beforeSend;return s.beforeSend=function(e){if(e.setRequestHeader("X-WP-Nonce",TVE.CONST.rest_nonce),"function"==typeof i)return i.apply(this,arguments)},Backbone.sync(e,t,s)}});e.exports=t},515:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/checkbox"),isChecked(){return this.$el.find(".tve-checkbox").is(":checked")},setValue(){this.setChecked.apply(this,arguments)},setChecked(e,t=!1){const s=this.$(".tve-checkbox");return s.prop("checked",!!e),t&&s.trigger("change"),this},check(e,t){this.change(e,t)},disable(){return this.$(".tve-checkbox").prop("disabled",!0),this.$("label").addClass("disabled"),this},enable(){return this.$(".tve-checkbox").prop("disabled",!1),this.$("label").removeClass("disabled"),this},getValue(){return this.isChecked()}})},677:(e,t,s)=>{const i=s(54239);e.exports=i.extend({before_update(e){this.model.config.max=parseInt(e.parent().css("font-size"))*this.default_limits.max_em}})},721:(e,t,s)=>{const i=s(36317),a=s(55007),l=s(47644);e.exports=i.extend({template:_.template('<div class="gradient-layer"></div>'),_template:TVE.tpl("controls/drop-panel-light"),key:()=>"gradient",init_controls(){this.picker=new l({el:this.$(".gradient-layer")[0]}).on("change",_.bind(this.on_change,this))},_get_default_data(){return this.picker.defaults()},on_change(e){let t;this.picker.edit_css_variable?(delete e.gradient_css_variable,t=a(e),TVE.changeCssVariableValue(TVE.getRawCssVariableName(this.picker.css_variable),t)):(this.model.set(e),t=a(e)),this.picker.favorite_gradients.on_gradient_change(t)},dom(){this.picker.setValue(this.model.toJSON())},onOpen(){delete this.picker.edit_css_variable,this.picker.reflow(),this.picker.render_favorites()},onApply(){i.prototype.onApply.apply(this,arguments),this.collection.trigger("change"),this.collection.trigger("save_states")},input(){}})},1261:(e,t,s)=>{!function(){const t=s(16668);e.exports=t.component.extend({updateOnMouseLeave:!1,controls_init(e){const t=this;e.ImagePicker.change_image=function(e){this.image_selected=!0;const t=TVE.ActiveElement.filter(".edit_mode");let s,i;const a=t.hasClass("tcb-elem-placeholder");if(a&&(s=t.outerHeight(),i=t.outerWidth()||s),t.empty().css("background-image",`url("${this.picker.clean_url(e.url)}")`),e.customField&&t.attr("data-d-f",e.customField),a){TVE.Editor_Page.selection_manager.select_element(t.removeClass("tcb-elem-placeholder edit_mode"));const e={"flex-basis":`${i}px`,height:`${s}px`,width:`${i}px`};t.head_css(e)}this.update(t)},e.ImagePicker.update=function(e=TVE.ActiveElement){e=t.getMenuItemImage(e),this.$(".preview").addClass("img").css("background-image",e.filter(".edit_mode").css("background-image"))},e.ImageSize.input=function(e,s){const i={},a=e.parent().css("flex-direction")||"row",l=e.outerHeight(),o=e.outerWidth();a.includes("row")&&(i["flex-basis"]=s.value+this.getUM()),i.width=s.value+this.getUM(),i.height=l+(s.value-o)+this.getUM(),e=t.getMenuItemImage(e),this.applyElementCss(i,e,"","")},e.ImageSize.update=function(e){let s=(e=t.getMenuItemImage(e)).head_css("flex-basis");s||(s=e.css("flex-basis")),this.setValue(s)},e.Height.update=function(e){e=t.getMenuItemImage(e),this.setValue(e.head_css("height",!1,"",!0))},e.Height.input=function(e){e=t.getMenuItemImage(e);let s=this.getValue(!0);s.includes("auto")&&(s=""),this.applyElementCss({height:s},e,"","")},TVE.add_filter("tcb.custom_fields.element",e=>(e.is(`${TVE.identifier("menu_item_image")},${TVE.identifier("megamenu_image")}`)&&(e=e.filter(".edit_mode")),e))},dynamicFieldInput(e){TVE.apply_filters("tcb.dynamic_image_input.callback",this.dynamicFieldInputDefault.bind(this),e)(e),this.controls.Height.update(TVE.ActiveElement),TVE.do_action("tcb.image.dynamicFieldInput.change",e)},dynamicFieldInputDefault(e){const t=TVE.ActiveElement.filter(".edit_mode"),s=t.hasClass("tcb-elem-placeholder");let i,a,l;switch(e){case"author":i="var(--tcb-background-author-image)";break;case"featured":i="var(--tcb-background-featured-image-thumbnail)";break;case"user":i="var(--tcb-background-user-image)"}if(s){a=t.outerHeight(),l=t.outerWidth()||a;const e={"flex-basis":`${l}px`,height:`${a}px`,width:`${l}px`};t.removeClass("tcb-elem-placeholder").head_css(e)}t.empty().css("background-image",i).attr("data-d-f",e)},toggleImagePicker(e){this.controls.ImagePicker.toggle("dynamic"!==e),this.controls.DynamicSourceType.toggle("dynamic"===e)},getMenuItemImage:e=>(e.is(TVE.identifier("menu_item_image"))||(e=e.find(TVE.identifier("menu_item_image"))),e)})}()},1305:(e,t,s)=>{!function(t){const i=s(43456);e.exports=i.extend({getElement(){return this.applyTo()},initialize(e){e.model.config=t.extend(!0,{},this.configDefaults,e.model.config),i.prototype.initialize.call(this,e)},update(){const e=[],t=this.getElement();_.each(this.model.config.buttons,s=>{let i;if(TVE.editingTypogrpahy&&TVE.state_manager.is_hover()&&t.attr("data-selector")){const e=t.attr("data-selector"),a=t.is(e)?t:TVE.inner_$(e);i=a.tcbCss(`--tve-${s.data.style}`)||a.tcbCss(s.data.style)}else i=t.head_css(`--tve-${s.data.style}`)||t.head_css(s.data.style,!1,this.config.css_suffix,!0,this.config.css_prefix);i&&i.includes(s.value)&&e.push(s.value),"bold"===s.value&&("bold"===i||!isNaN(i)&&parseInt(i)>400)&&e.push(s.value)}),this.setActive(e)},applyStyles(e,t){const s=t.dataset.style,i=t.classList.contains("active"),a={};a[s]=i?t.getAttribute("data-value"):"",s&&s.includes("text-decoration")?(a[s]=this.decoration(),a["text-decoration-color"]=" var(--tcb-text-decoration-color,initial) !important"):i||(a[s]=t.dataset.off),"font-weight"===s&&(a[s]=`var(${i?"--g-bold-weight, bold":"--g-regular-weight, normal"})`),a[s]&&(a[s]+=this.cssImportant()),this.writeStyle(a,s),TVE.do_action(`tcb.text_style_change.${TVE._type(TVE.ActiveElement)}`,s,a[s]),TVE.Editor_Page.reposition_icons()},writeStyle(e){this.applyElementCss(e,this.getElement())},decoration(){let e="";return this.$('.tve-btn.active[data-style*="decoration"]').each(function(){e+=(e?" ":"")+this.dataset.value}),e||"none"},get_buttons(){return this.model.config.buttons},configDefaults:{checkbox:!0,name:TVE.t.Formatting,buttons:{bold:{value:"bold",data:{style:"font-weight",off:"normal"},icon:"format-bold"},italic:{value:"italic",data:{style:"font-style",off:"normal"},icon:"format-italic"},underline:{value:"underline",data:{style:"text-decoration"},icon:"format-underline"},"line-through":{value:"line-through",data:{style:"text-decoration"},icon:"format-strikethrough-variant"}}}})}(jQuery)},1331:(e,t,s)=>{const i=s(16668),a=s(40521),l=s(10547);e.exports=i.component.extend({extra_states:!0,updateOnMouseLeave:!1,mainColorVariable:"--tcb-local-color-30800",controls_init(){const e=this;this.controls.CheckboxSize.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--tcb-checkbox-size":s.value+this.getUM()},t),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.LeadGeneration.templateConfig.checkbox.option["--tcb-checkbox-size"]=s.value+this.getUM(),TVE.LeadGeneration.templateConfigWrite()},this.controls.CheckboxSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tcb-checkbox-size",!0)||0)},this.controls.SetAsDefault.input=function(e,t){const s=e.filter(".edit_mode");TVE.state_manager.change(t.checked?"expanded":"default",!0,{skip_update:!0,noOverlay:!0}),t.checked?s.find('input[type="checkbox"]').attr("checked","checked").attr("data-default","1"):s.find('input[type="checkbox"]').removeAttr("checked data-default"),TVE.main.update_components()},this.controls.SetAsDefault.update=function(t){this.setChecked(t.filter(".edit_mode").find('input[data-default="1"]').length),e.updateLabelStructure(t)},this.controls.LabelAsValue.labelAsValueTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-option-labelasvalue"),anim_duration:300,no_callback:!0,validate:()=>!this.controls.LabelAsValue.labelAsValueTooltip.FORCE_CLOSE}),this.controls.LabelAsValue.openTooltip=function(){return this.labelAsValueTooltip.isOpen()?this.labelAsValueTooltip.onCancel():this.labelAsValueTooltip.open(null,this.$(".tve-switch-info")),!1},this.controls.LabelAsValue.input=function(t,s){const i=t.filter(".edit_mode"),a=i.find('input[type="checkbox"]');e.controls.InputValue.$el.toggle(!s.checked),a.val(s.checked?i.find(".tve-input-option-text").text():e.controls.InputValue.getValue()),a.attr("data-label-value",s.checked?1:"")},this.controls.LabelAsValue.update=function(t){const s=t.filter(".edit_mode").find('input[type="checkbox"]');this.setChecked(s.attr("data-label-value")),e.controls.InputValue.$el.toggle(!s.attr("data-label-value"))},this.controls.InputValue.change=function(e){const t=e.filter(".edit_mode"),s=this.$("input").val();t.find('input[type="checkbox"]').val(s)},this.controls.InputValue.update=function(e){const t=e.filter(".edit_mode");this.setValue(t.find('input[type="checkbox"]').val())},this.controls.CustomAnswerInput.update=function(){const e=TVE.ClickedElement.find("input[type=checkbox]"),t=e.parents(".tve_lg_checkbox"),s=l.shouldDisplayTagControl();s||this.component.advanced.removeClass("open"),this.component.advanced.toggle(s),e.attr("data-custom-tag")?this.setValue(e.attr("data-custom-tag")):"true"===t.attr("data-answer-tag")?this.setValue(l.prepareTagValue(e.attr("value"))):this.setValue("")},this.controls.CustomAnswerInput.input=()=>{},this.controls.CustomAnswerInput.onInput=(e,t)=>{const s=TVE.ClickedElement.find("input[type=checkbox]"),i=l.prepareTagValue(t.value);this.controls.CustomAnswerInput.setValue(i),s.attr("data-custom-tag",i)},this.controls.StyleChange.set_drop_panel(this.controls.CheckboxStylePicker),TVE.add_action("tcb.element.click",e=>{if(e.currentTarget.closest(".tve_lg_checkbox_wrapper.edit_mode")&&!e.target.closest(".tve-input-option-text")){const t=e.currentTarget.closest(".tve_lg_checkbox_wrapper").classList.contains("tve-state-expanded")?"default":"expanded";TVE.state_manager.change(t,!0,{noOverlay:!0}),TVE.Views.Controls.DropPanel.close_all()}}),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.is(".tve_lg_checkbox_wrapper")&&(t.removeClass("tve-state-expanded edit_mode"),t.find('input[type="checkbox"]:checked').removeAttr("checked data-default"),e.hasClass("tve-state-expanded")&&e.find('input[type="checkbox"]').attr("checked","checked"),TVE.Components.lead_generation.replaceDuplicateSelector(t),TVE.Editor_Page.selection_manager.select_element(t))}),TVE.add_action("tcb.change.css.variable",(t,s,i)=>{i&&i.is(".tve-new-checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper")&&(TVE.LeadGeneration&&TVE.LeadGeneration.templateConfig&&t===e.mainColorVariable&&(TVE.LeadGeneration.templateConfig.checkbox.option.color=s,TVE.LeadGeneration.templateConfigWrite()),this.controls.CheckboxStylePicker.setStyleColor(t,s,i))}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.is(".tve-new-checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.CheckboxStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_action("tcb.focus_element.before",e=>{e&&e.hasClass("tve_lg_checkbox_wrapper")&&e.hasClass("tve-state-expanded")&&!TVE.state_manager.is_expanded()&&(TVE.ActiveElement=e,TVE.state_manager.change("expanded",!0,{skip_update:!0,noOverlay:!0}))}),TVE.add_action("tcb.focus.clear",e=>{e&&e.hasClass("tve_lg_checkbox_wrapper")&&(e.toggleClass("tve-state-expanded",!!e.find('input[type="checkbox"]:checked').length),TVE.Views.Controls.DropPanel.close_all())})},checkboxStylePicker:()=>s(8266),handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,""),updateLabelStructure(e){e.each(function(){const e=TVE.inner_$(this);e.hasClass("tve-updated-dom")||(e.find("label").append(e.find(".tve-checkmark")).append(e.find(".tve-input-option-text")),e.addClass("tve-updated-dom"))})}})},2055:e=>{e.exports={generateShortcode:e=>({extra_params:"",$shortcodeElement:e,shortcodeAttr:["data-date","data-hour","data-min"],key:"countdown"}),customFieldInput(e,t,s=null){const i=TVE.Components.countdown.controls.ExternalFields,a=s||{name:t,date:"2020-01-01",hour:0,min:0};a.name=t;const l=i.getCFValues("countdown",e,t,a);e.attr({"data-c-f-id":l.name,"data-date":l.date,"data-hour":l.hour,"data-min":l.min}),TVE.Components.countdown.updateElement(e),i.updatePostList(e)}}},2110:()=>{!function(){"use strict";const e=(t=jQuery)&&"object"==typeof t&&"default"in t?t:{default:t};var t;const s=(i=function(e,t){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(const s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])},i(e,t)},function(e,t){function s(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(s.prototype=t.prototype,new s)});var i;const a=new(function(){function e(){}return e.prototype.initialize=function(){},e.prototype.select=function(){},e.prototype.deselect=function(){},e.prototype.enable=function(){},e.prototype.disable=function(){},e.prototype.isSelected=function(){return!1},e.prototype.isDisabled=function(){return!0},e.prototype.getListItem=function(){return document.createElement("div")},e.prototype.getSelectedItemBadge=function(){return document.createElement("div")},e.prototype.getLabel=function(){return"NULL_OPTION"},e.prototype.getValue=function(){return"NULL_OPTION"},e.prototype.show=function(){},e.prototype.hide=function(){},e.prototype.isHidden=function(){return!0},e.prototype.focus=function(){},e.prototype.activate=function(){},e.prototype.deactivate=function(){},e}()),l=function(){function t(e,s){const i=this;this.documentKeydownListener=function(e){switch(e.key){case"Tab":e.stopPropagation(),i.closeDropdown();break;case"ArrowUp":e.stopPropagation(),e.preventDefault(),i.decrementItemFocus(),i.focusItem();break;case"ArrowDown":e.stopPropagation(),e.preventDefault(),i.incrementItemFocus(),i.focusItem();break;case"Enter":case"Spacebar":case" ":break;default:i.refocusFilter()}},this.documentClickListener=function(e){i.div===e.target||i.div.contains(e.target)||i.closeDropdown()},this.fmsFocusListener=function(e){e.stopPropagation(),e.preventDefault(),i.viewBar.dispatchEvent(new MouseEvent("click"))},this.fmsMousedownListener=function(e){e.stopPropagation(),e.preventDefault()};const a=e.get(0);if(!(a instanceof HTMLSelectElement))throw new Error("JQuery target must be a select element.");const l=a,o=l.name;if(!o)throw new Error("Select element must have a name attribute.");this.name=o;const c=e.find("option").toArray();this.options=t.createOptions(this,o,c,s.items),this.numSelectedItems=0,this.maxNumSelectedItems=l.multiple?s.selectionLimit>0?s.selectionLimit:parseInt(l.getAttribute("multiple"))>0?parseInt(l.getAttribute("multiple")):0:1;const n=this.options.length,r=this.maxNumSelectedItems>0&&this.maxNumSelectedItems<n;this.maxNumSelectedItems=r?this.maxNumSelectedItems:n+1,this.selectAllOption=r?new t.RestrictedSelectAllOption(this,o,s.selectAllText):new t.UnrestrictedSelectAllOption(this,o,s.selectAllText),this.filterInput=document.createElement("input"),this.filterInput.type="text",this.filterInput.placeholder=s.filterText,this.clearButton=document.createElement("button"),this.clearButton.type="button",this.clearButton.innerHTML="&times;",this.filter=document.createElement("div"),this.filter.append(this.filterInput,this.clearButton),this.items=document.createElement("div"),s.displaySelectAll&&this.items.append(this.selectAllOption.getListItem()),this.options.forEach(function(e){return i.items.append(e.getListItem())}),this.dropDown=document.createElement("div"),this.dropDown.append(this.filter,this.items),this.placeholder=document.createElement("span"),this.placeholder.textContent=s.placeholderText,this.selectedItems=document.createElement("span"),this.label=document.createElement("span"),this.label.textContent=s.labelText,0!=s.labelText.length||(this.label.hidden=!0),this.selectionCounter=document.createElement("span"),this.selectionCounter.hidden=!r,this.viewBar=document.createElement("div"),this.viewBar.append(this.label,this.selectionCounter,this.placeholder,this.selectedItems),this.div=document.createElement("div"),this.div.id=l.id,this.div.append(this.viewBar,this.dropDown),this.caseSensitive=s.caseSensitive,this.disabled=l.disabled,this.allowEnablingAndDisabling=s.allowEnablingAndDisabling,this.filterText="",this.showing=new Array,this.itemFocus=-2,this.initialize()}return t.createOptions=function(e,s,i,a){const l=i.map(function(i,a){return t.checkValue(i.value,i.label),new t.SingleOption(e,a,s,i.label,i.value,i.defaultSelected,i.disabled)}),o=i.length,c=a.map(function(i,a){const l=i[0],c=i[1],n=i[2],r=i[3];return t.checkValue(c,l),new t.SingleOption(e,o+a,s,l,c,n,r)}),n=l.concat(c),r={};return n.forEach(function(e){const t=e.getValue();if(void 0!==r[t])throw new Error("Duplicate value: "+e.getValue()+" ("+e.getLabel()+")");r[t]=1}),n},t.checkValue=function(e,t){if(""===e)throw new Error("Option "+t+" does not have an associated value.")},t.createEvent=function(e,t,s,i){return new CustomEvent(e,{detail:{name:t,value:s,label:i},bubbles:!0,cancelable:!0,composed:!1})},t.prototype.initialize=function(){this.options.forEach(function(e){return e.initialize()}),this.selectAllOption.initialize(),this.filterInput.className="tcb-multiselect-form-control",this.clearButton.tabIndex=-1,this.filter.className="tcb-multiselect-filter tcb-multiselect-dropdown-item",this.items.className="tcb-multiselect-items tcb-multiselect-dropdown-item",this.dropDown.className="tcb-multiselect-dropdown-menu",this.placeholder.className="tcb-multiselect-placeholder",this.selectedItems.className="tcb-multiselect-selected-items",this.viewBar.className="tcb-multiselect-viewbar tcb-multiselect-form-control tcb-multiselect-dropdown-toggle",this.label.className="tcb-multiselect-label",this.selectionCounter.className="tcb-multiselect-selection-counter",this.div.className="tcb-multiselect-filter-multi-select",this.isDisabled()&&this.disableNoPermissionCheck(),this.attachDropdownListeners(),this.attachViewbarListeners(),this.closeDropdown()},t.prototype.log=function(e,t){},t.prototype.attachDropdownListeners=function(){const e=this;this.filterInput.addEventListener("keyup",function(t){t.stopImmediatePropagation(),e.updateDropdownList();const s=e.showing.length;switch(t.key){case"Enter":if(1===s){const t=e.options[e.showing[0]];t.isDisabled()||(t.isSelected()?t.deselect():t.select(),e.clearFilterAndRefocus())}break;case"Escape":e.filterText.length>0?e.clearFilterAndRefocus():e.closeDropdown()}},!0),this.clearButton.addEventListener("click",function(t){t.stopImmediatePropagation(),e.filterInput.value.length>0?e.clearFilterAndRefocus():e.closeDropdown()},!0)},t.prototype.updateDropdownList=function(){const e=this.filterInput.value;e.length>0?this.selectAllOption.hide():this.selectAllOption.show();const t=new Array;this.caseSensitive?this.options.forEach(function(s,i){-1!==s.getLabel().indexOf(e)?(s.show(),t.push(i)):s.hide()}):this.options.forEach(function(s,i){-1!==s.getLabel().toLowerCase().indexOf(e.toLowerCase())?(s.show(),t.push(i)):s.hide()}),this.filterText=e,this.showing=t},t.prototype.clearFilterAndRefocus=function(){this.filterInput.value="",this.updateDropdownList(),this.refocusFilter()},t.prototype.refocusFilter=function(){this.filterInput.focus(),this.itemFocus=-2},t.prototype.attachViewbarListeners=function(){const e=this;this.viewBar.addEventListener("click",function(t){e.isClosed()?e.openDropdown():e.closeDropdown()})},t.prototype.isClosed=function(){return!this.dropDown.classList.contains("show")},t.prototype.setTabIndex=function(){this.isDisabled()?this.div.tabIndex=-1:this.isClosed()?this.div.tabIndex=0:this.div.tabIndex=-1},t.prototype.closeDropdown=function(){const e=this;document.removeEventListener("keydown",this.documentKeydownListener,!0),document.removeEventListener("click",this.documentClickListener,!0),this.dropDown.classList.remove("show"),setTimeout(function(){e.setTabIndex()},100),this.div.addEventListener("mousedown",this.fmsMousedownListener,!0),this.div.addEventListener("focus",this.fmsFocusListener)},t.prototype.incrementItemFocus=function(){if(this.itemFocus>=this.options.length-1)return;let e=this.itemFocus;do{e++}while(-1==e&&(this.selectAllOption.isDisabled()||this.selectAllOption.isHidden())||e>=0&&e<this.options.length&&(this.options[e].isDisabled()||this.options[e].isHidden()));this.itemFocus=e>this.options.length-1?this.itemFocus:e},t.prototype.decrementItemFocus=function(){if(this.itemFocus<=-2)return;let e=this.itemFocus;do{e--}while(-1==e&&(this.selectAllOption.isDisabled()||this.selectAllOption.isHidden())||e>=0&&(this.options[e].isDisabled()||this.options[e].isHidden())&&e>-2);this.itemFocus=e},t.prototype.focusItem=function(){-2===this.itemFocus?this.refocusFilter():-1===this.itemFocus?this.selectAllOption.focus():this.options[this.itemFocus].focus()},t.prototype.openDropdown=function(){this.disabled||(this.div.removeEventListener("mousedown",this.fmsMousedownListener,!0),this.div.removeEventListener("focus",this.fmsFocusListener),this.dropDown.classList.add("show"),this.setTabIndex(),this.clearFilterAndRefocus(),document.addEventListener("keydown",this.documentKeydownListener,!0),document.addEventListener("click",this.documentClickListener,!0))},t.prototype.queueOption=function(t){-1!=this.options.indexOf(t)&&(this.numSelectedItems++,e.default(this.selectedItems).append(t.getSelectedItemBadge()))},t.prototype.unqueueOption=function(t){-1!=this.options.indexOf(t)&&(this.numSelectedItems--,e.default(this.selectedItems).children('[data-id="'+t.getSelectedItemBadge().getAttribute("data-id")+'"]').remove())},t.prototype.update=function(){this.areAllSelected()?(this.selectAllOption.markSelectAll(),this.placeholder.hidden=!0):this.areSomeSelected()?this.areOnlyDeselectedAlsoDisabled()?(this.selectAllOption.markSelectAllNotDisabled(),this.placeholder.hidden=!0):(this.selectAllOption.markSelectPartial(),this.placeholder.hidden=!0):(this.selectAllOption.markDeselect(),this.placeholder.hidden=!1),this.areAllDisabled()?this.selectAllOption.disable():this.selectAllOption.enable(),this.canSelect()?this.options.filter(function(e){return!e.isSelected()}).forEach(function(e){return e.activate()}):this.options.filter(function(e){return!e.isSelected()}).forEach(function(e){return e.deactivate()}),this.updateSelectionCounter()},t.prototype.areAllSelected=function(){return this.options.map(function(e){return e.isSelected()}).reduce(function(e,t){return e&&t},!0)},t.prototype.areSomeSelected=function(){return this.options.map(function(e){return e.isSelected()}).reduce(function(e,t){return e||t},!1)},t.prototype.areOnlyDeselectedAlsoDisabled=function(){return this.options.filter(function(e){return!e.isSelected()}).map(function(e){return e.isDisabled()}).reduce(function(e,t){return e&&t},!0)},t.prototype.areAllDisabled=function(){return this.options.map(function(e){return e.isDisabled()}).reduce(function(e,t){return e&&t},!0)},t.prototype.isEnablingAndDisablingPermitted=function(){return this.allowEnablingAndDisabling},t.prototype.getRootElement=function(){return this.div},t.prototype.hasOption=function(e){return this.getOption(e)!==a},t.prototype.getOption=function(e){for(let t=0,s=this.options;t<s.length;t++){const i=s[t];if(i.getValue()==e)return i}return a},t.prototype.selectOption=function(e){this.isDisabled()||this.getOption(e).select()},t.prototype.deselectOption=function(e){this.isDisabled()||this.getOption(e).deselect()},t.prototype.isOptionSelected=function(e){return this.getOption(e).isSelected()},t.prototype.enableOption=function(e){this.isEnablingAndDisablingPermitted()&&this.getOption(e).enable()},t.prototype.disableOption=function(e){this.isEnablingAndDisablingPermitted()&&this.getOption(e).disable()},t.prototype.isOptionDisabled=function(e){return this.getOption(e).isDisabled()},t.prototype.disable=function(){this.isEnablingAndDisablingPermitted()&&this.disableNoPermissionCheck()},t.prototype.disableNoPermissionCheck=function(){const e=this;this.options.forEach(function(t){return e.setBadgeDisabled(t)}),this.disabled=!0,this.div.classList.add("disabled"),this.viewBar.classList.remove("dropdown-toggle"),this.closeDropdown()},t.prototype.setBadgeDisabled=function(e){e.getSelectedItemBadge().classList.add("disabled")},t.prototype.enable=function(){const e=this;this.isEnablingAndDisablingPermitted()&&(this.options.forEach(function(t){t.isDisabled()||e.setBadgeEnabled(t)}),this.disabled=!1,this.div.classList.remove("disabled"),this.setTabIndex(),this.viewBar.classList.add("dropdown-toggle"))},t.prototype.setBadgeEnabled=function(e){e.getSelectedItemBadge().classList.remove("disabled")},t.prototype.isDisabled=function(){return this.disabled},t.prototype.selectAll=function(){this.isDisabled()||this.selectAllOption.select()},t.prototype.deselectAll=function(){this.isDisabled()||this.selectAllOption.deselect()},t.prototype.getSelectedOptions=function(e){void 0===e&&(e=!0);let t=this.options;if(!e){if(this.isDisabled())return new Array;t=t.filter(function(e){return!e.isDisabled()})}return t=t.filter(function(e){return e.isSelected()}),t},t.prototype.getSelectedOptionsAsJson=function(e){void 0===e&&(e=!0);const t={},s=this.getSelectedOptions(e).map(function(e){return e.getValue()});return t[this.getName()]=s,JSON.stringify(t,null," ")},t.prototype.getName=function(){return this.name},t.prototype.dispatchSelectedEvent=function(e){this.dispatchEvent(t.EventType.SELECTED,e.getValue(),e.getLabel())},t.prototype.dispatchDeselectedEvent=function(e){this.dispatchEvent(t.EventType.DESELECTED,e.getValue(),e.getLabel())},t.prototype.dispatchEvent=function(e,s,i){const a=t.createEvent(e,this.getName(),s,i);this.div.dispatchEvent(a)},t.prototype.canSelect=function(){return this.numSelectedItems<this.maxNumSelectedItems},t.prototype.updateSelectionCounter=function(){this.selectionCounter.textContent=this.numSelectedItems+"/"+this.maxNumSelectedItems},t.SingleOption=function(){function e(e,t,s,i,a,l,o){this.fms=e,this.div=document.createElement("div"),this.checkbox=document.createElement("input"),this.checkbox.type="checkbox";const c=s+"-"+t.toString(),n=c+"-chbx";this.checkbox.id=n,this.checkbox.name=s,this.checkbox.value=a,this.initiallyChecked=l,this.checkbox.checked=!1,this.checkbox.disabled=o,this.labelFor=document.createElement("label"),this.labelFor.htmlFor=n,this.labelFor.textContent=i,this.div.append(this.checkbox,this.labelFor),this.closeButton=document.createElement("button"),this.closeButton.type="button",this.closeButton.innerHTML="",this.selectedItemBadge=document.createElement("span"),this.selectedItemBadge.setAttribute("data-id",c),this.selectedItemBadge.textContent=i,this.selectedItemBadge.append(this.closeButton),this.disabled=o,this.active=!0}return e.prototype.log=function(e,t){},e.prototype.initialize=function(){const e=this;this.div.className="tcb-multiselect-dropdown-item tcb-multiselect-custom-control",this.checkbox.className="tcb-multiselect-custom-control-input tcb-multiselect-custom-checkbox",this.labelFor.className="tcb-multiselect-custom-control-label",this.selectedItemBadge.className="tcb-multiselect-item",this.initiallyChecked&&this.selectNoDisabledCheck(),this.disabled&&this.setDisabledViewState(),this.fms.update(),this.checkbox.addEventListener("change",function(t){t.stopPropagation(),e.isDisabled()||e.fms.isDisabled()?t.preventDefault():(e.isSelected()?e.select():e.deselect(),1===e.fms.showing.length&&e.fms.clearFilterAndRefocus())},!0),this.checkbox.addEventListener("keyup",function(t){"Enter"===t.key&&(t.stopPropagation(),e.checkbox.dispatchEvent(new MouseEvent("click")))},!0),this.closeButton.addEventListener("click",function(t){t.stopPropagation(),e.isDisabled()||e.fms.isDisabled()||(e.deselect(),e.fms.isClosed()||e.fms.refocusFilter())},!0),this.checkbox.tabIndex=-1,this.closeButton.tabIndex=-1},e.prototype.select=function(){this.isDisabled()||(this.selectNoDisabledCheck(),this.fms.update())},e.prototype.selectNoDisabledCheck=function(){this.fms.canSelect()&&this.isActive()&&(this.checkbox.checked=!0,this.fms.queueOption(this),this.fms.dispatchSelectedEvent(this))},e.prototype.deselect=function(){this.isDisabled()||(this.checkbox.checked=!1,this.fms.unqueueOption(this),this.fms.dispatchDeselectedEvent(this),this.fms.update())},e.prototype.enable=function(){this.disabled=!1,this.setEnabledViewState(),this.fms.update()},e.prototype.setEnabledViewState=function(){this.checkbox.disabled=!1,this.selectedItemBadge.classList.remove("disabled")},e.prototype.disable=function(){this.disabled=!0,this.setDisabledViewState(),this.fms.update()},e.prototype.setDisabledViewState=function(){this.checkbox.disabled=!0,this.selectedItemBadge.classList.add("disabled")},e.prototype.isSelected=function(){return this.checkbox.checked},e.prototype.isDisabled=function(){return this.checkbox.disabled},e.prototype.getListItem=function(){return this.div},e.prototype.getSelectedItemBadge=function(){return this.selectedItemBadge},e.prototype.getLabel=function(){return this.labelFor.textContent},e.prototype.getValue=function(){return this.checkbox.value},e.prototype.show=function(){this.div.hidden=!1},e.prototype.hide=function(){this.div.hidden=!0},e.prototype.isHidden=function(){return this.div.hidden},e.prototype.focus=function(){this.labelFor.focus()},e.prototype.isActive=function(){return this.active},e.prototype.activate=function(){this.active=!0,this.disabled||this.setEnabledViewState()},e.prototype.deactivate=function(){this.active=!1,this.setDisabledViewState()},e}(),t.UnrestrictedSelectAllOption=function(e){function t(t,s,i){const a=e.call(this,t,-1,s,i,"",!1,!1)||this;return a.checkbox.indeterminate=!1,a}return s(t,e),t.prototype.markSelectAll=function(){this.checkbox.checked=!0,this.checkbox.indeterminate=!1},t.prototype.markSelectPartial=function(){this.checkbox.checked=!1,this.checkbox.indeterminate=!0},t.prototype.markSelectAllNotDisabled=function(){this.checkbox.checked=!0,this.checkbox.indeterminate=!0},t.prototype.markDeselect=function(){this.checkbox.checked=!1,this.checkbox.indeterminate=!1},t.prototype.select=function(){this.isDisabled()||(this.fms.options.filter(function(e){return!e.isSelected()}).forEach(function(e){return e.select()}),this.fms.update())},t.prototype.deselect=function(){this.isDisabled()||(this.fms.options.filter(function(e){return e.isSelected()}).forEach(function(e){return e.deselect()}),this.fms.update())},t.prototype.enable=function(){this.disabled=!1,this.checkbox.disabled=!1},t.prototype.disable=function(){this.disabled=!0,this.checkbox.disabled=!0},t}(t.SingleOption),t.RestrictedSelectAllOption=function(){function e(e,s,i){this.usao=new t.UnrestrictedSelectAllOption(e,s,i)}return e.prototype.initialize=function(){this.usao.initialize()},e.prototype.select=function(){},e.prototype.deselect=function(){this.usao.deselect()},e.prototype.enable=function(){},e.prototype.disable=function(){},e.prototype.isSelected=function(){return!1},e.prototype.isDisabled=function(){return!0},e.prototype.getListItem=function(){return document.createElement("div")},e.prototype.getSelectedItemBadge=function(){return document.createElement("div")},e.prototype.getLabel=function(){return"RESTRICTED_SELECT_ALL_OPTION"},e.prototype.getValue=function(){return"RESTRICTED_SELECT_ALL_OPTION"},e.prototype.show=function(){},e.prototype.hide=function(){},e.prototype.isHidden=function(){return!0},e.prototype.focus=function(){},e.prototype.markSelectAll=function(){},e.prototype.markSelectPartial=function(){},e.prototype.markSelectAllNotDisabled=function(){},e.prototype.markDeselect=function(){},e.prototype.activate=function(){},e.prototype.deactivate=function(){},e}(),t.EventType={SELECTED:"optionselected",DESELECTED:"optiondeselected"},t}();e.default.fn.filterMultiSelect=function(t){void 0===(t=e.default.extend({},e.default.fn.filterMultiSelect.args,t)).placeholderText&&(t.placeholderText="nothing selected"),void 0===t.filterText&&(t.filterText="Filter"),void 0===t.selectAllText&&(t.selectAllText="Select All"),void 0===t.labelText&&(t.labelText=""),void 0===t.selectionLimit&&(t.selectionLimit=0),void 0===t.caseSensitive&&(t.caseSensitive=!1),void 0===t.allowEnablingAndDisabling&&(t.allowEnablingAndDisabling=!0),void 0===t.items&&(t.items=new Array),void 0===t.displaySelectAll&&(t.displaySelectAll=!0);const s=new l(this,t),i=e.default(s.getRootElement());this.replaceWith(i);const a={hasOption:e=>s.hasOption(e),selectOption(e){s.selectOption(e)},deselectOption(e){s.deselectOption(e)},isOptionSelected:e=>s.isOptionSelected(e),enableOption(e){s.enableOption(e)},disableOption(e){s.disableOption(e)},isOptionDisabled:e=>s.isOptionDisabled(e),enable(){s.enable()},disable(){s.disable()},selectAll(){s.selectAll()},deselectAll(){s.deselectAll()},getSelectedOptionsAsJson:e=>(void 0===e&&(e=!0),s.getSelectedOptionsAsJson(e))};return e.default.fn.filterMultiSelect.applied.push(a),a},e.default(function(){const t=void 0===e.default.fn.filterMultiSelect.selector?"select.filter-multi-select":e.default.fn.filterMultiSelect.selector;e.default(t).each(function(t,s){e.default(s).filterMultiSelect()})}),e.default.fn.filterMultiSelect.applied=new Array,e.default.fn.filterMultiSelect.selector=void 0,e.default.fn.filterMultiSelect.args={}}()},2165:(e,t,s)=>{!function(t){const i=s(81940),a=s(16668).base_view,l=s(34488);let o;function c(e,t){let s=0;return t=t.filter(e=>!e.local),Array.prototype.unshift.apply(t,l.defaultTemplates.map(t=>((t=_.extend({},t)).id=-++s,t.local=!0,t.class="tve-menu-template-"+t.key,t.config={dropdown_icon:"style_1",mobile_icon:"style_1",tve_tpl_menu_meta:{menu_layout_type:"Horizontal"}},t.thumb=`${TVE.CONST.plugin_url}editor/css/images/custom-menu-thumbs/${t.thumb}-${e}.jpg`,t.thumb_size=e.includes("megamenu")?{w:886,h:375}:{w:886,h:120},t))),t}TVE.add_filter("tcb.cloud_templates.menu",c.bind(this,"menu")),TVE.add_filter("tcb.cloud_templates.megamenu",c.bind(this,"megamenu"));const n=a.extend({template:TVE.tpl("controls/custom-menu/modal-menu-type"),initialize(){this.model=o,this.model.set("step",1),this.model.on("change",this.refresh.bind(this)),this.menus=TVE.Components.menu.getWPMenus(!1),this.render()},selectOption(e){const s={};return s[e.currentTarget.dataset.attr]=e.currentTarget.dataset.value||e.currentTarget.value,this.model.set(s),t(e.currentTarget).addClass("selected").siblings().removeClass("selected"),!1},hasWordpressMenus:()=>TVE.Components.menu.getWPMenus(!1).length>0,step1(){this.model.set("step",1)},step2(){this.hasWordpressMenus()?this.model.set("step",2):this.done()},refresh(){const e=this.model.attributes;this.$(".menu-options").hide().filter(".step"+e.step).show(),this["refreshStep"+e.step]()},refreshStep1(){this.$(".goto-2").css("visibility",this.model.get("type")?"visible":"hidden")},refreshStep2(){this.$(".wp")["wp"===this.model.get("source")?"show":"hide"]();const e="custom"===this.model.get("source")||"wp"===this.model.get("source")&&this.model.get("menu_id");this.$(".goto-3")[e?"show":"hide"]()},done(){this.undelegateEvents(),this.$el.removeData().off().remove(),this.trigger("done",this.model.attributes),this.unbind(),this.model.unbind()}});e.exports=i.extend({$$type:"menu",categoryId:"menu_layout_type",insertInstanceOptions(e=!0){e&&(o=new Backbone.Model,o.set("step",1));const t=new n;return this.$(".tcb-modal-content").hide().before(t.render().$el),t.on("done",e=>{this.$(".tcb-modal-content").show(),this.$(".tcb-modal-back").show(),this.menu_id="custom"===e.source?"custom":e.menu_id,this.menu_type=e.type,this.previousType=`${this.getTemplateType()}-templates`,TVE.Components.menu.menuView.config("menu_id",this.menu_id),TVE.Components.menu.menuView.config("type",this.menu_type),this.setCollectionName(),this.fetchTemplates(this.$$type)}),this.fetchTemplates("megamenu"),t},setCollectionName(){this.$$type=this.getTemplateType(),this.collectionName=`${this.$$type}-templates`},ensure_type_container(){i.prototype.ensure_type_container.apply(this,arguments),this.$list.addClass("list-wide"),this.collectionName=`${this.$$type}-templates`},getTemplateType(e=this.menu_type){return(e||this.menu_type||"").replace("regular","")+"menu"},read_element(e){this.applyTo=e.element,this.$warning.hide(),this.isPlaceholder()&&(TVE.Components.menu.before_update(this.applyTo),this.insertInstanceOptions(!0)),this.$$menu=TVE.Components.menu.getMenuView(this.applyTo),this.menu_id=this.$$menu.config("menu_id")||"custom",this.menu_type=this.$$menu.config("type")||"regular",e.type=this.getTemplateType(),e.selected=this.$$menu.getTemplateId(),this.setCollectionName()},backClicked(){const e=this.insertInstanceOptions(!1);o.set("step",e.hasWordpressMenus()?2:1)},processTemplateList(e){return this.$list.toggleClass("list-tall","megamenu"===this.getTemplateType()),this.build_preview(),e},after_open(){if(void 0===TVE.CONST[this.collectionName])return this.$el.addClass("loading"),setTimeout(this.after_open.bind(this),100);if(this.previousType&&this.previousType!==this.collectionName)this.on_success({templates:TVE.CONST[this.collectionName],error:!1}),this.$el.removeClass("loading");else{this.collection.reset(TVE.CONST[this.collectionName]),this.$el.removeClass("loading");const e=this.$content.hasClass("masonry");(!isNaN(this.selected)&&!e||this.windowResized)&&(this.on_start(),this.build_preview())}this.previousType=this.collectionName,TVE.$(".tvd-lean-overlay").click(()=>{this.close()}),this.windowResized=!1},save(){const e=_.find(TVE.CONST[`${this.$$type}-templates`],e=>e.id==this.selected);this.on_start();const t=e=>this.$$menu.applyTemplate(e).done(()=>{this.close(),this.on_finished()});if(e&&e.local)return t(e);this.$$store.set("type",this.$$type),this.$$store.download(this.selected).done(e=>{if(e.error)return this.on_finished(),this.on_error({responseJSON:e});t(e.data)}).fail(_.bind(this.on_error,this))},before_close(){const e=this.$(".menu-options");e.length&&(e.parent().remove(),this.$(".tcb-modal-content").show()),i.prototype.before_close.apply(this,arguments)}})}(jQuery)},2208:e=>{e.exports={COVER_IMAGE_CLASS:"tcb-video-cover-image",COVER_IMAGE_OVERLAY_CLASS:"tcb-video-cover-overlay",COVER_TYPE_CONFIG:{name:"Type",buttons:[{value:"cover",text:"Cover",default:!0},{value:"thumbnail",text:"Thumbnail"}]}}},2227:e=>{e.exports={_api:"https://www.googleapis.com/webfonts/v1/webfonts",_key:"AIzaSyD0tq0CRpUaszsQuoNB6NZ2sc7ANjJ58hY",_fallbackKey:"AIzaSyDJhU1bXm2YTz_c4VpWZrAyspOS37Nn-kI",recommended:["Quicksand","Rubik","Montserrat","Roboto","Fauna One","Playfair Display","Abril Fatface","Dancing Script","Amatic SC","Source Sans Pro","Fjalla One","Unica One","Open Sans","Gentium Book Basic","Nixie One","Libre Baskerville","Nunito","Neuton","Roboto Slab","Lato"],import_font(e){let t=0;const s=TVE.CSS_Rule_Cache.getImports();return"string"==typeof e&&(e=this.parse_link(e)),TVE._.each(s,function(s,i){const a=this.parse_link(s);a.family===e.family&&(e.remove_italic&&(a.variants=a.variants.filter(function(e){return-1===e.indexOf("italic")&&-1===e.indexOf("i")})),e.variants=e.variants.concat(a.variants),TVE.CSS_Rule_Cache.removeRule(i-t++))},this),e.variants=e.variants.filter(function(e,t,s){return s.indexOf(e)===t}),TVE.CSS_Rule_Cache.insertImport(this.generate_link(e))},get_imported_fonts(){if(TVE.CONST.imported_fonts)return TVE.CONST.imported_fonts;const e=TVE.CSS_Rule_Cache.getImports(),t={},s=this;return e.forEach(function(e){const i=s.parse_link(e);t[i.family]=i}),TVE.CONST.imported_fonts=t,TVE.CONST.imported_fonts},generate_link(e){const t=[];return t.push("//fonts.googleapis.com/css?family="),t.push(e.family.replace(/ /g,"+")),t.push(":"),t.push(e.variants.join(",")),t.push("&subset="),t.push(e.subsets),t.join("")},parse_link(e){const t=/family=([a-zA-Z\+\d]*):([A-Za-z0-9,]*)&subset=(\w*[-]?\w*)/g.exec(e),s={};return t&&t.length>3&&(s.family=t[1].replace(/\+/g," "),s.variants=t[2].split(","),s.subsets=t[3]),s},read_font_name(e){const t=e.match(/family=((\w|\+)*)/);let s=e;return Array.isArray(t)&&t.length>1&&(s=t[1].replace(/\+/g," ")),s},is_font_used(e,t){if(!e)return!1;void 0===t&&(t=TVE.CSS_Rule_Cache.toText(CSSRule.MEDIA_RULE)),-1!==e.indexOf("fonts.googleapis.com")&&(e=this.read_font_name(e));const s=new RegExp('font-family:(\\s*)["]?'+e+'(\\s|"|;|!)',"g"),i=new RegExp('--tve-font-family,(\\s*)["]?'+e+'["]?\\)',"g");let a=s.test(t);return a||(a=i.test(t)),a||TVE.Editor_Page.editor.find(TVE.TEXT_ALL).find("span[style]").each(function(){if(this.style.fontFamily&&this.style.fontFamily.replace(/"/g,"")===e)return a=!0,!1}),a},is_web_safe_font:e=>TVE.CONST.fonts.safe.fonts.map(function(e){return e.family}).indexOf(e)>-1,get_google_fonts(e){let t=TVE.StorageManager.get("tcb_google_fonts");const s=TVE.StorageManager.get("tcb_google_fonts_v"),i=!s||s&&s<TVE.CONST.tve_version;if(!t||!t.length||i){const s=jQuery.ajaxSettings.data;jQuery.ajaxSettings.data={},jQuery.ajax({method:"GET",url:this._api,dataType:"json",async:!1,cache:!0,data:{key:e||this._key}}).done(function(e){t=e.items||[]}).fail(()=>{e||this.get_google_fonts(this._fallbackKey),t=[]}),jQuery.ajaxSettings.data=s,TVE.StorageManager.set("tcb_google_fonts",t),TVE.StorageManager.set("tcb_google_fonts_v",TVE.CONST.tve_version)}return t},get_recommended_fonts(){const e=TVE.StorageManager.get("tcb_google_fonts"),t=[];return e&&e.forEach((e,s)=>{this.recommended.includes(e.family)&&t.push({key:s,value:e.family,label:e.family})}),t}}},2330:(e,t,s)=>{const i=s(16668),a=s(54239);e.exports=i.control.extend({order:["top","left","bottom","right"],controls:{},defaultPoints:"0 0, 0 1, 1 1, 1 0",style:"zigzag",side:"bottom",sizes:{top:{width:null,height:null},left:{width:null,height:null},bottom:{width:null,height:null},right:{width:null,height:null}},template:TVE.tpl("controls/decoration/divider"),after_initialize(){const e=this;this.controls.WidthSlider=new a({el:this.$el.find(".tve-divider-width"),model:{config:{default:"10",min:"0",max:"100",label:"Width",um:["%"]}}}),this.controls.HeightSlider=new a({el:this.$el.find(".tve-divider-height"),model:{config:{default:"10",min:"0",max:"100",label:"Height",um:["%"]}}}),this.controls.WidthSlider.input=this.controls.HeightSlider.input=function(t){_.each(t,function(t){const s=TVE.inner_$(t);let i,a,l;const o=e.order.indexOf(e.side),c=e.getScreen(),n=o-1<0?"right":e.order[o-1],r=o+1>3?"top":e.order[o+1],d=o+2>3?e.order[o-2]:e.order[o+2];e.checkSVG(),a=s.find(".clip-path-"+c+n).first().attr("pointer-height")/100,i=s.find(".clip-path-"+c+r).first().attr("pointer-height")/100,l=s.find(".clip-path-"+c+d).first().attr("pointer-height")/100,a=a?Number(a):0,i=i?Number(i):0,l=l?Number(l):0,e.sizes[e.side].width=Number(e.controls.WidthSlider.value(!1)),e.sizes[e.side].height=Number(e.controls.HeightSlider.value(!1)),s.find(".clip-path-"+c+e.side).first().attr("pointer-width",e.sizes[e.side].width).attr("pointer-height",e.sizes[e.side].height).attr("style",e.style),s.find(".tve-decoration-svg").find(".clip-path-"+c+e.side+" ellipse").remove(),e.sizes[e.side].width&&e.sizes[e.side].height?(e[e.style][e.side](s,e,a,i),s.find(".clip-path-"+c+n).first().attr("style")===e.style&&a&&(s.find(".tve-decoration-svg").find(".clip-path-"+c+n+" ellipse").remove(),e[e.style][n](s,e,l,e.controls.HeightSlider.value(!1)/100)),s.find(".clip-path-"+c+r).first().attr("style")===e.style&&i&&(s.find(".tve-decoration-svg").find(".clip-path-"+c+r+" ellipse").remove(),e[e.style][r](s,e,e.controls.HeightSlider.value(!1)/100,l))):s.find(".clip-path-"+c+e.side+" polygon").first().attr("points",e.defaultPoints)},this)}},curves:{bottom(e,t,s,i){const a=t.sizes.bottom.height,l=t.sizes.bottom.width,o=l?Math.round(100/l):100,c=t.getScreen();let n;const r=((1-(s+i))/(2*o)).toFixed(6),d=1-a/100,h=a/100;for(let i=0;i<o;i++)n=(2*i+1)*r+s,e.find(".clip-path-"+c+"bottom").first().append(t.curves.buildEllipse(n,d,r,h));e.find(".clip-path-"+c+"bottom polygon").first().attr("points",t.curves.buildBindingBox(0,0,1,1-h))},top(e,t,s,i){const a=t.sizes.top.height,l=t.sizes.top.width,o=l?Math.round(100/l):100,c=t.getScreen(),n=((1-(s+i))/(2*o)).toFixed(6),r=a/100,d=a/100;let h;for(let s=0;s<o;s++)h=(2*s+1)*n+i,e.find(".clip-path-"+c+"top").first().append(t.curves.buildEllipse(h,r,n,d));e.find(".clip-path-"+c+"top polygon").first().attr("points",t.curves.buildBindingBox(0,d,1,1))},left(e,t,s,i){const a=t.sizes.left.height,l=t.sizes.left.width,o=l?Math.round(100/l):100,c=t.getScreen(),n=((1-(s+i))/(2*o)).toFixed(6),r=a/100,d=a/100;let h;for(let i=0;i<o;i++)h=(2*i+1)*n+s,e.find(".clip-path-"+c+"left").first().append(t.curves.buildEllipse(r,h,d,n));e.find(".clip-path-"+c+"left polygon").first().attr("points",t.curves.buildBindingBox(d,0,1,1))},right(e,t,s,i){const a=t.sizes.right.height,l=t.sizes.right.width,o=l?Math.round(100/l):100,c=t.getScreen(),n=((1-(s+i))/(2*o)).toFixed(6),r=1-a/100,d=a/100;let h;for(let s=0;s<o;s++)h=(2*s+1)*n+i,e.find(".clip-path-"+c+"right").first().append(t.curves.buildEllipse(r,h,d,n));e.find(".clip-path-"+c+"right polygon").first().attr("points",t.curves.buildBindingBox(0,0,1-d,1))},buildEllipse(e,t,s,i){const a=document.createElementNS("http://www.w3.org/2000/svg","ellipse");return a.setAttributeNS(null,"cx",e),a.setAttributeNS(null,"cy",t),a.setAttributeNS(null,"rx",s),a.setAttributeNS(null,"ry",i),a},buildBindingBox:(e,t,s,i)=>e+" "+t+", "+e+" "+i+", "+s+" "+i+", "+s+" "+t},zigzag:{bottom(e,t,s,i){const a=t.sizes.bottom.height,l=t.sizes.bottom.width,o=l?Math.round(100/l):100,c=((1-(s+i))/o).toFixed(6),n=t.getScreen();let r,d,h="",p="",g="";for(let e=0;e<2*o+1;e++)d=e%2?1:1-a/100,r=Number((c/2).toFixed(6))*e+s,g+=r+" "+d+", ";h=i?" "+(1-i)+" "+(1-a/100)+", 1 "+(1-a/100)+", 1 0":" 1 0",p=s?"0 0, 0 "+(1-a/100)+", "+s+" "+(1-a/100)+", ":"0 0, ",0===Number(l)?e.find(".clip-path-"+n+"bottom polygon").first().attr("points",t.defaultPoints):e.find(".clip-path-"+n+"bottom polygon").first().attr("points",p+g+h)},top(e,t,s,i){const a=t.sizes.top.height,l=t.sizes.top.width,o=l?Math.round(100/l):100,c=((1-(s+i))/o).toFixed(6),n=t.getScreen();let r,d,h="",p="",g="";for(let e=0;e<2*o+1;e++)d=e%2?0:0+a/100,r=1-(Number((c/2).toFixed(6))*e+s),g+=r+" "+d+(e+2>2*o+1?"":", ");h=i?", "+i+" "+a/100+", 0 "+a/100:", 0 0",p=s?"0 1, 1 1, 1 "+a/100+", "+(1-s)+" "+a/100+", ":"0 1, 1 1,",0===Number(l)?e.find(".clip-path-"+n+"top polygon").first().attr("points",t.defaultPoints):e.find(".clip-path-"+n+"top polygon").first().attr("points",p+g+h)},left(e,t,s,i){const a=t.sizes.left.height,l=t.sizes.left.width,o=l?Math.round(100/l):100,c=((1-(s+i))/o).toFixed(6),n=t.getScreen();let r,d,h="";for(let e=0;e<2*o+1;e++)r=e%2?0:a/100,d=Number((c/2).toFixed(6))*e+s,h+=r+" "+d+(e+2>2*o+1?"":", ");0===Number(l)?e.find(".clip-path-"+n+"left polygon").first().attr("points",t.defaultPoints):e.find(".clip-path-"+n+"left polygon").first().attr("points",a/100+" 0, "+a/100+" "+s+", "+h+", 0 1, 1 1, 1 0")},right(e,t,s,i){const a=t.sizes.right.height,l=t.sizes.right.width,o=l?Math.round(100/l):100,c=((1-(s+i))/o).toFixed(6),n=t.getScreen();let r,d,h="";for(let e=0;e<2*o+1;e++)r=e%2?1:1-a/100,d=1-(Number((c/2).toFixed(6))*e+s),h+=r+" "+d+(e+2>2*o+1?"":", ");0===Number(l)?e.find(".clip-path-"+n+"right polygon").first().attr("points",t.defaultPoints):e.find(".clip-path-"+n+"right polygon").first().attr("points","0 0, 0 1,"+(1-a/100)+" 1,"+(1-a/100)+" "+(1-s)+", "+h+", "+(1-a/100)+" "+i+", "+(1-a/100)+" 0")}},getScreen(){return this.component.getScreen()},getPreviousScreen(){return this.component.getPreviousScreen()},checkSVG(){return this.component.checkSVG()},update(){const e=this.applyTo(),t=this.getScreen(),s=e.find(".clip-path-"+t+this.side).length>0?t:this.getPreviousScreen(),i=e.find(".clip-path-"+s+this.side).first().attr("style"),a=e.find(".clip-path-"+s+this.side).first().attr("pointer-height"),l=e.find(".clip-path-"+s+this.side).first().attr("pointer-width");i&&(this.style=i),"divider"===e.find(".clip-path-"+s+this.side).first().attr("decoration-type")&&(this.controls.WidthSlider.setValue(l||5),this.controls.HeightSlider.setValue(a||5,!0)),this.$(".btn-inline.active").removeClass("active"),this.$(".tve-divider-"+this.style).addClass("active")},setSide(e){this.side=e,this.update()},setStyle(e,t){if(-1===t.className.indexOf("active")){const e=this.getScreen();this.$(".btn-inline.active").removeClass("active"),t.classList.add("active"),this.style=t.getAttribute("data-style"),this.applyTo().find(".clip-path-"+e+this.side).first().attr("style",this.style)}this.update()}})},2357:(e,t,s)=>{const i=s(16668),a=s(51106),l=s(59577),o=s(40521),c=s(10547),n=l.extend({_sortable:!0,_clickable:!0,get_items(e){const t=[];return e.filter(".edit_mode").find(".tve_lg_checkbox_wrapper").each(function(){const e=jQuery(this),s=e.find("input:not(.consent-config)");t.push({label:e.find(".tve-input-option-text").text(),$option:e,labelAsValue:s.attr("data-label-value"),default:s.is(":checked"),value:s.attr("value")})}),t}});let r=s(16406);e.exports=i.component.extend({updateOnMouseLeave:!1,$active_element:null,controls_init(){const e=this;this.controls.ShowLabel.update=function(e){this.setChecked(c.labelVisible(e))},this.controls.ShowLabel.change=(e,t)=>{c.toggleFieldLabel(e,t.checked,"checkbox"),TVE.ElementEditIcons.show_icons(e)},this.controls.Required.update=function(e){const t=(e=e.filter(".edit_mode")).find("input:not(.consent-config)");this.setChecked("1"===t.attr("data-required"))},this.controls.Required.requiredTooltip=new o({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-gdpr-required"),anim_duration:300,no_callback:!0,validate:()=>!this.controls.Required.requiredTooltip.FORCE_CLOSE}),this.controls.Required.openTooltip=function(){return this.requiredTooltip.isOpen()?this.requiredTooltip.onCancel():this.requiredTooltip.open(null,this.$(".tve-switch-info")),!1},this.controls.Required.input=function(e,t){e.find("input:not(.consent-config)").attr("data-required",t.checked?1:"")},this.controls.ColumnNumber.input=function(t,s){e.controls.HorizontalSpace.$el.toggle(s.value>1),this.applyElementCss({"--cols":s.value+" !important"},t),t.parent().attr("data-columns",s.value),TVE.LeadGeneration.templateConfig.checkbox["data-columns"]=s.value,TVE.LeadGeneration.templateConfigWrite()},this.controls.ColumnNumber.update=function(t){const s=TVE.getComputedStyle(t,"--cols",!0);e.controls.HorizontalSpace.$el.toggle(s>1),this.setValue(s)},this.controls.HorizontalSpace.input=function(e,t){this.applyElementCss({"--h-gutter":t.value+this.getUM()},e)},this.controls.HorizontalSpace.update=function(e){this.setValue(TVE.getComputedStyle(e,"--h-gutter",!0)||0)},this.controls.VerticalSpace.input=function(e,t){this.applyElementCss({"--v-gutter":t.value+this.getUM()},e)},this.controls.VerticalSpace.update=function(e){this.setValue(TVE.getComputedStyle(e,"--v-gutter",!0)||0)},this.controls.OptionsList=new n({el:this.$("#option-list")[0],model:this.config.OptionsList}),this.controls.OptionsList.on("order_changed",function(){a(function(){e.controls.OptionsList.collection.each(function(e){TVE.ActiveElement.find(".tve-checkbox-grid").append(e.get("$option"))})},TVE.ActiveElement,this)}).on("item_remove",function(t,s){a(function(){const t=s.get("$option"),i=t.closest(".tve_lg_checkbox");t.remove(),0===i.find(".tve_lg_checkbox_wrapper").length&&(e.removeLabel(i),i.remove(),TVE.Editor_Page.blur())},TVE.ActiveElement)}).on("item_click",function(t,s){e.settings&&e.settings.isOpen()?e.settings.hide():e.editOption(t,s)}),this.answerTagTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-answer-tag-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.answerTagTooltip.FORCE_CLOSE}),this.answerTagTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.AnswerTag.update=function(e){const t=c.shouldDisplayTagControl();this.toggle(t),this.setChecked("true"===e.attr("data-answer-tag"))},this.controls.AnswerTag.input=function(e,t){e.attr("data-answer-tag",t.checked)},this.controls.AnswerTag.openTooltip=()=>(this.answerTagTooltip.isOpen()?this.answerTagTooltip.onCancel():this.answerTagTooltip.open(null,this.$('.tve-control[data-view="AnswerTag"] .tve-switch-info')),!1),TVE.add_action("tcb.element.remove",(t,s)=>{if(t.is(".tve_lg_checkbox_wrapper")){const t=s.closest(".tve_lg_checkbox");0===t.find(".tve_lg_checkbox_wrapper").length&&(e.removeLabel(t),t.remove(),TVE.Editor_Page.blur())}}),this.initOptionPanel()},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner.$document.find(`[data-label-for="${t}"]`).first().remove()},editOption(e,t){this.settings=new r({collection:this.controls.OptionsList.collection,model:e}),this.settings.open(null,t)},cancel(){},addOption(e,t){this.settings=new r({collection:this.controls.OptionsList.collection,model:new Backbone.Model({label:"",labelAsValue:!0}),list:this.controls.OptionsList}),this.settings.open(null,t)},initOptionPanel(){r=r.extend({onApply(){if(!this.model.get("label"))return!1;if(!this.collection.contains(this.model)){const e=TVE.CSS_Rule_Cache.generate_id("tve-lg-checkbox-"),t=TVE.ActiveElement.find(".tve_lg_checkbox_wrapper").first().clone();t.find("label").attr("for",e),t.find("input:not(.consent-config)").attr("id",e),this.model.set({$option:t}),this.collection.add(this.model),this.list.trigger("add_item"),TVE.ActiveElement.filter(".edit_mode").find(".tve-checkbox-grid").append(t)}const e=this.model.get("$option"),t=e.find("input:not(.consent-config)");this.model.get("default")?t.attr("checked","checked").attr("data-default","1"):t.removeAttr(" checked data-default"),e.toggleClass("tve-state-expanded",!!this.model.get("default")),e.find(".tve-input-option-text").replaceWith(`<span class="tve-input-option-text tcb-plain-text">${this.model.get("label")}</span>`),t.attr("value",this.model.get("value")).attr("data-label-value",this.model.get("labelAsValue")?1:""),TVE.Components.lead_generation.replaceDuplicateSelector(e),this.collection.trigger("change"),this.hide()}})}})},2497:(e,t,s)=>{!function(t){const i=s(50732),a=s(9111),l=s(16102),o=s(43456),c=s(32970);e.exports=i.extend({template:TVE.tpl("controls/user-profile/field"),_template:TVE.tpl("controls/drop-panel-light"),isEditMode:!1,initialize(e){i.prototype.initialize.apply(this,arguments),Object.assign(this,e)},after_render(){this.fieldName=new a({el:this.$(".tve-up-field-name")[0],model:{config:{label:"Name"}}}),this.fieldPlaceholder=new a({el:this.$(".tve-up-field-placeholder")[0],model:{config:{label:"Placeholder"}}}),this.fieldType=new c({el:this.$el.find(".tve-up-field-type")[0],model:{config:{label:"Field type"}}}),this.fieldType.get_options=()=>{const e=[];return this.defaultFields.forEach(t=>{const s=this.isEditMode&&this.fieldTypeValue&&this.fieldTypeValue===t;e.push({value:t,name:TVE.t.user_profile[t],disabled:!s&&this.component.cfg.fields.includes(t),default:this.fieldTypeValue&&this.fieldTypeValue===t})}),e},this.fieldType.input=()=>{this.fieldPlaceholder.setValue("")},this.fieldRequired=new l({el:this.$(".tve-up-field-required")[0],model:{config:{label:"Required"}}}),this.fieldLabel=new o({el:this.$(".tve-up-field-label")[0],model:{config:{toggle:!1,checkbox:!1,required:!0,name:"Label",buttons:[{value:"top",text:"Above",default:!0},{value:"left",text:"Left"},{value:"hidden",text:"Hidden"}]}}}),this.fieldRequired.input=this.fieldName.input=this.fieldLabel.input=this.fieldPlaceholder.input=t.noop},onApply(){const e=this.getFieldInput(),s=this.fieldType.getValue(),i={"data-type":s,[`data-label-pos-${TVE.main.device.charAt(0)}`]:this.fieldLabel.getValue()},a="display_name"===s?e[0].outerHTML:`<div class="tve-up-editable tve-up-input">${e[0].outerHTML}</div>`;if(this.isEditMode)if("display_name"===s){const t=this.$item.find(".tve-dynamic-dropdown");t.length?(t.find(".tve-disabled-text-inner").text(this.fieldPlaceholder.getValue()),t.find("input").replaceWith(e.find("input"))):this.$input.replaceWith(e)}else this.$input.replaceWith(e);else{const e=TVE.ActiveElement.find(".tve-form-button ");this.$item=t(`<div class="tve-up-editable tve-up-item">${a}</div>`),this.$item.insertBefore(e)}this.$item.attr(i),this.checkFieldLabel(),this.handlePasswordFields(),this.component.controls.FieldsControl.update(TVE.ActiveElement),this.hide()},onOpen(){this.fieldType.render(),this.isEditMode||(this.fieldLabel.setValue(TVE.ActiveElement.closest(".tve-user-profile").mediaAttr("data-labels")||"hidden"),this.fieldRequired.setChecked(!1),this.fieldPlaceholder.setValue(TVE.t.user_profile[this.fieldType.getValue()]||""),this.fieldName.setValue(""))},onCancel(){this.hide()},onClose(){this.isEditMode=!1,this.fieldTypeValue=""},editField(e,s){this.$input=e.get("$input"),this.$item=e.get("item"),this.isEditMode=!0,this.fieldName.setValue(this.$input.attr("data-name")||""),this.fieldPlaceholder.setValue(this.$input.attr("data-placeholder")||this.$input.attr("placeholder")||""),this.fieldRequired.setChecked("1"===this.$input.attr("data-required")),this.fieldTypeValue=this.$input.attr("name"),this.fieldLabel.setValue(this.$item.mediaAttr("data-label-pos")||"hidden"),this.open(null,t(s))},getFieldInput(e=this.fieldType.getValue()){const s=this.fieldPlaceholder.getValue(),i={name:e,"data-field":e,placeholder:s,"data-placeholder":s,"data-name":this.fieldName.getValue(),"data-required":Number(this.fieldRequired.getValue())};let a;switch(e){case"display_name":a=t(TVE.tpl("controls/user-profile/dropdown")({label:s,style:this.component.cfg.dropdown_style||"default"})),a.find("input").attr(i);break;case"user_bio":a=t("<textarea>"),a.attr(i);break;default:e.includes("pass")?i.type="password":e.includes("email")?i.type="email":i.type="text","username"===e&&(i.readonly=""),a=t("<input>"),a.attr(i)}return a},checkFieldLabel(e=this.$item){const t=e.closest("form"),s=e.attr("data-type");let i=t.find(".tve-up-label:not(.tcb-excluded-from-group-item) .tcb-plain-text");i.length||(i=t.find(".tve-up-label .tcb-plain-text").last()),e.find(".thrv_text_element").length||e.prepend(TVE.tpl("controls/user-profile/field-label")({label:TVE.t.user_profile[s]||"Label",dataCss:i.attr("data-css")||""})),e.find(".tve-up-editable").addBack(".tve-up-editable").each((e,t)=>{this.component.updateItemSelector(t)}),this.component.handleDropdownSelectors(e)},handlePasswordFields(){const e=TVE.ActiveElement.find('.tve-up-item[data-type="pass1"]');if(e.length){if(!TVE.ActiveElement.find('.tve-up-item[data-type="pass2"]').length){const t=e.clone();t.addClass("tcb-no-delete").attr("data-type","pass2"),t.find("input").attr({name:"pass2","data-field":"pass2"}),t.find(".tcb-plain-text").text(TVE.t.user_profile.pass2),t.insertAfter(e)}TVE.ActiveElement.find(".tve-password-strength-wrapper").remove(),TVE.ActiveElement.find('input[type="password"]').parent().append(TVE.tpl("lead-generation/apis/extra/password-strength")())}else TVE.ActiveElement.find('.tve-up-item[data-type*="pass"]').remove()}})}(jQuery)},2794:(e,t,s)=>{const i=s(69759);e.exports=i.extend({updateOnMouseLeave:!1,before_update:jQuery.noop,controls_init(){this.controls.categories.update=function(){const e=this.component.get_config(),t=[];"string"==typeof e.filters.category&&e.filters.category.length>1&&(e.filters.category=e.filters.category.split(",")),_.each(e.filters.category,function(e){t.push({id:e,text:e})},this),this.setValueRemote(t)},this.controls.categories.input=function(e,t){const s=this.component.get_config();s.filters.category=_.pluck(t,"id"),this.component.update_config(s.filters,"filters"),this.component.generate_post_grid(e)},this.controls.tags.update=function(){const e=this.component.get_config(),t=[];"string"==typeof e.filters.tag&&e.filters.tag.length>1&&(e.filters.tag=e.filters.tag.split(",")),_.each(e.filters.tag,function(e){t.push({id:e,text:e})},this),this.setValueRemote(t)},this.controls.tags.input=function(e,t){const s=this.component.get_config();s.filters.tag=_.pluck(t,"id"),this.component.update_config(s.filters,"filters"),this.component.generate_post_grid(e)},this.controls.authors.update=function(){const e=this.component.get_config(),t=[];"string"==typeof e.filters.author&&e.filters.author.length>1&&(e.filters.author=e.filters.author.split(",")),_.each(e.filters.author,function(e){t.push({id:e,text:e})},this),this.setValueRemote(t)},this.controls.authors.input=function(e,t){const s=this.component.get_config();s.filters.author=_.pluck(t,"id"),this.component.update_config(s.filters,"filters"),this.component.generate_post_grid(e)},this.controls.custom_taxonomies.update=function(){const e=this.component.get_config(),t=[];"string"==typeof e.filters.tax&&e.filters.tax.length>1&&(e.filters.tax=e.filters.tax.split(",")),_.each(e.filters.tax,function(e){t.push({id:e,text:e})},this),this.setValueRemote(t)},this.controls.custom_taxonomies.input=function(e,t){const s=this.component.get_config();s.filters.tax=_.pluck(t,"id"),this.component.update_config(s.filters,"filters"),this.component.generate_post_grid(e)},this.controls.individual_post_pages.update=function(){const e=this.component.get_config(),t=[];"string"==typeof e.filters.posts&&(e.filters.posts=e.filters.posts.split(",")),_.each(e.filters.posts,function(e){e&&"string"==typeof e?t.push({id:e,text:e}):t.push({id:e.id,text:e.text})},this),this.setValueRemote(t)},this.controls.individual_post_pages.input=function(e,t){const s=this.component.get_config();s.filters.posts=_.map(t,function(e){return{id:e.id,text:e.text}}),this.component.update_config(s.filters,"filters"),this.component.generate_post_grid(e)}}})},2978:(e,t,s)=>{!function(e,t){const i={beforeShow:h,move:h,change:h,show:h,hide:h,saveFavorite:h,color:!1,flat:!1,showInput:!1,allowEmpty:!1,showButtons:!0,clickoutFiresChange:!0,showInitial:!1,showPalette:!1,showPaletteOnly:!1,hideAfterPaletteSelect:!1,togglePaletteOnly:!1,showSelectionPalette:!0,localStorageKey:!1,appendTo:"body",maxSelectionSize:7,cancelText:"cancel",chooseText:"apply",togglePaletteMoreText:"more",togglePaletteLessText:"less",clearText:"Clear Color Selection",noColorSelectedText:"No Color Selected",preferredFormat:!1,className:"",containerClassName:"",replacerClassName:"",showAlpha:!1,theme:"sp-light",palette:[["#ffffff","#000000","#ff0000","#ff8000","#ffff00","#008000","#4b0082","#9400d3","#0000ff","#4b0082","#9400d3","rgba(0,0,0,.5)"]],selectionPalette:[],disabled:!1,offset:null,showSaveButton:!1},a=s(48828),l=[],o=!!/msie/i.exec(window.navigator.userAgent),c=function(){function e(e,t){return!!~(""+e).indexOf(t)}const t=document.createElement("div").style;return t.cssText="background-color:rgba(0,0,0,.5)",e(t.backgroundColor,"rgba")||e(t.backgroundColor,"hsla")}(),n=["<div class='sp-replacer'>","<div class='sp-preview sp-transparent'><div class='sp-preview-inner'></div></div>","</div>"].join(""),r=["<div class='sp-container sp-hidden'>","<div class='sp-color-inputs'>","<div class='sp-top sp-cf'>","<div class='sp-picker-container'>","<div class='sp-col col-color'>","<div class='sp-color'>","<div class='sp-sat'>","<div class='sp-val'>","<div class='sp-dragger'></div>","</div>","</div>","</div>","</div>","</div>","</div>","<div class='control-grid mt-5'>",'<div style=\'width: 26px; height: 26px\' class=\'sp-preview-color\'><span class=\'click sp-clear sp-clear-display\'><svg class="tcb-icon" viewBox="0 0 32 32" width="100%" height="100%"><path d="M26.667 22.4c0 0.533-0.133 0.933-0.533 1.2l-2.4 2.4c-0.267 0.267-0.8 0.533-1.2 0.533-0.533 0-0.933-0.133-1.2-0.533l-5.333-5.2-5.2 5.2c-0.4 0.4-0.8 0.667-1.2 0.667s-0.933-0.133-1.2-0.533l-2.4-2.4c-0.4-0.4-0.667-0.8-0.667-1.333s0.133-0.933 0.533-1.2l5.333-5.2-5.333-5.2c-0.267-0.4-0.533-0.8-0.533-1.2 0-0.533 0.133-0.933 0.533-1.2l2.4-2.4c0.4-0.4 0.8-0.667 1.333-0.667s0.933 0.133 1.2 0.533l5.2 5.333 5.2-5.2c0.4-0.4 0.8-0.667 1.2-0.667 0.533 0 0.933 0.133 1.2 0.533l2.4 2.4c0.4 0.4 0.667 0.8 0.667 1.333s-0.133 0.933-0.533 1.2l-5.333 5.2 5.2 5.2c0.4 0.4 0.667 0.8 0.667 1.2z"></path></svg></span></div>',"<div>","<div class='sp-top sp-cf'>","<div class='sp-col col-hue'><div class='sp-hue'><div class='sp-slider'></div></div></div>","</div>","<div class='sp-top sp-cf'>","<div class='sp-col col-alpha'><div class='sp-alpha'><div class='sp-transparent'><div class='sp-alpha-inner'><div class='sp-alpha-handle'></div></div></div></div></div>","</div>","</div>","</div>","<div class='control-grid sp-inputs'>","<div class='sp-ctrl-color sp-input-container'><span class='input-label'>HEX / RGB</span><input class='sp-input tve-input' type='text' spellcheck='false' /></div>","<div class='sp-ctrl-opacity fluid-input no-space'></div>","</div>","</div>","<hr class='wide'>","<div class='sp-favorites-container'></div>","<div class='sp-palette-container mt-5 pt-5'>","<div class='sp-palette sp-thumb dark-box sp-cf clearfix'></div>","<div class='sp-palette-button-container sp-cf'>","<button type='button' class='sp-palette-toggle'></button>","</div>","</div>","<div class='sp-initial sp-thumb sp-cf'></div>","<div class='sp-button-container action-buttons control-grid'>","<div class='click sp-cancel tve-button drop-panel-action'></div>","<div class='click sp-choose tve-button drop-panel-action'></div>","</div>","</div>"].join("");function d(t,s,i,l){const o=[];for(let i=0;i<t.length;i++){const n=t[i];if(n){const e=a(n);let t=e.toHsl().l<.5?"sp-thumb-el sp-thumb-dark":"sp-thumb-el sp-thumb-light";t+=a.equals(s,n)?" sp-thumb-active":"";const i=e.toString(l.preferredFormat||"rgb"),r=c?"background-color:"+e.toRgbString():"filter:"+e.toFilter();o.push('<span title="'+i+'" data-color="'+e.toRgbString()+'" class="'+t+'"><span class="sp-thumb-inner" style="'+r+';" /></span>')}else{const t="sp-clear-display";o.push(e("<div />").append(e('<span data-color="" style="background-color:transparent;" class="'+t+'"></span>').attr("title",l.noColorSelectedText)).html())}}return"<div class='sp-cf "+i+"'>"+o.join("")+"</div>"}function h(){}function p(e){e.stopPropagation()}function g(e,t){const s=Array.prototype.slice,i=s.call(arguments,2);return function(){return e.apply(t,i.concat(s.call(arguments)))}}function m(t,s,i,a){s=s||function(){},i=i||function(){},a=a||function(){};const l=document;let c=!1,n={},r=0,d=0;const h="ontouchstart"in window,p={};function g(e){e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.returnValue=!1}function m(e){if(c){if(o&&l.documentMode<9&&!e.button)return u();if((["svg","use"].includes(e.target.tagName)||-1===e.target.className.indexOf("sp-"))&&0===e.which)return u();const i=e.originalEvent&&e.originalEvent.touches&&e.originalEvent.touches[0],a=i&&i.pageX||e.pageX,c=i&&i.pageY||e.pageY,p=Math.max(0,Math.min(a-n.left,d)),m=Math.max(0,Math.min(c-n.top,r));h&&g(e),s.apply(t,[p,m,e])}}function u(){c&&(e(l).unbind(p),e(l.body).removeClass("sp-dragging"),setTimeout(function(){a.apply(t,arguments)},0)),c=!1}p.selectstart=g,p.dragstart=g,p["touchmove mousemove"]=m,p["touchend mouseup"]=u,e(t).bind("touchstart mousedown",function(s){(s.which?3==s.which:2==s.button)||c||!1!==i.apply(t,arguments)&&(c=!0,r=e(t).height(),d=e(t).width(),n=e(t).offset(),e(l).bind(p),e(l.body).addClass("sp-dragging"),m(s),g(s))})}const u="spectrum.id";e.fn.spectrum=function(s,h){if("string"==typeof s){let t=this;const i=Array.prototype.slice.call(arguments,1);return this.each(function(){const a=l[e(this).data(u)];if(a){const l=a[s];if(!l)throw new Error("Spectrum: no such method: '"+s+"'");switch(s){case"get":t=a.get();break;case"container":t=a.container;break;case"option":t=a.option.apply(a,i);break;case"destroy":a.destroy(),e(this).removeData(u);break;default:l.apply(a,i)}}}),t}return this.spectrum("destroy").each(function(){const h=function(s,h){let u=function(t,s){const a=e.extend({},i,t);return a.callbacks={move:g(a.move,s),change:g(a.change,s),show:g(a.show,s),hide:g(a.hide,s),cancel:g(a.cancel,s),beforeShow:g(a.beforeShow,s),saveFavorite:g(a.saveFavorite,s)},a}(h,s),v=u.flat,f=u.showSelectionPalette,b=u.localStorageKey,w=u.theme,y=u.callbacks,C=function(e){let t;return function(){const s=this,i=arguments;t||(t=setTimeout(function(){t=null,e.apply(s,i)},10))}}(Ke),z=!1,E=!1,T=0,x=0,V=0,L=0,M=0,k=0,S=0,$=0,B=0,A=0,P=0,O=null,D="",F=0,I=0,H=0,N=1,j=[],R=[],q={},G=u.selectionPalette.slice(0),W=u.maxSelectionSize,U="sp-dragging",K=null,Z=s.ownerDocument,J=(Z.body,e(s)),Q=!1,Y=e(r,Z).addClass(w),X=Y.find(".sp-picker-container"),ee=Y.find(".sp-color"),te=Y.find(".sp-dragger"),se=Y.find(".sp-hue"),ie=Y.find(".sp-slider"),ae=Y.find(".sp-alpha-inner"),le=Y.find(".sp-alpha .sp-transparent"),oe=Y.find(".sp-alpha-handle"),ce=Y.find(".sp-input"),ne=Y.find(".sp-palette"),re=Y.find(".sp-initial"),de=Y.find(".sp-cancel"),he=Y.find(".sp-clear"),pe=Y.find(".sp-choose"),ge=Y.find(".sp-palette-toggle"),me=Y.find(".sp-preview-color"),ue=Y.find(".sp-save-fav"),ve=J.is("input"),fe=ve&&"color"===J.attr("type")&&e.fn.spectrum.inputTypeColorSupport(),_e=ve&&!v,be=_e?e(n).addClass(w).addClass(u.className).addClass(u.replacerClassName):e([]),we=_e?be:J,ye=be.find(".sp-preview-inner"),Ce=u.color||ve&&J.val(),ze=!1,Ee=u.preferredFormat,Te=!Ce,xe=u.allowEmpty&&!fe;function Ve(){_.isString(O)&&O?(D="global",O.indexOf("--tcb-tpl-")>-1&&TVE.isGlobalVariablePromoted(O)?D="tpl":O.includes(TVE.CONST.colors.dynamic_prefix)&&(D="dynamic")):D=""}function Le(){if(u.showPaletteOnly&&(u.showPalette=!0),ge.text(u.showPaletteOnly?u.togglePaletteMoreText:u.togglePaletteLessText),u.palette){j=u.palette.slice(0),R=Array.isArray(j[0])?j:[j],q={};for(let e=0;e<R.length;e++)for(let t=0;t<R[e].length;t++){const s=a(R[e][t]).toRgbString();q[s]=!0}}Y.toggleClass("sp-flat",v),Y.toggleClass("sp-input-disabled",!u.showInput),Y.toggleClass("sp-alpha-enabled",u.showAlpha),Y.toggleClass("sp-clear-enabled",xe),Y.toggleClass("sp-buttons-disabled",!u.showButtons),Y.toggleClass("sp-palette-buttons-disabled",!u.togglePaletteOnly),Y.toggleClass("sp-palette-disabled",!u.showPalette),Y.toggleClass("sp-palette-only",u.showPaletteOnly),Y.toggleClass("sp-initial-disabled",!u.showInitial),Y.toggleClass("sp-save-disabled",!u.showSaveButton),Y.addClass(u.className).addClass(u.containerClassName),u.flat||Y.addClass("drop-panel panel-light").append('<div class="tcb-panel-arrow"></div>'),u.showAlpha&&u.alpha_input&&(Y.find(".sp-ctrl-opacity").append(u.alpha_input.$el),u.alpha_input.input=function(){N=parseFloat(this.$input.val())/100,u.alpha_input.$input.toggleClass("sp-opacity-warning",0===this.$input.val()),qe()},u.alpha_input.update=function(){Te&&xe&&this.$input.val("")}),Ke()}function Me(e,t,s,i=100){TVE.PreviousActiveElement=TVE.ActiveElement,setTimeout(()=>{const i=TVE.ActiveElement;TVE.ActiveElement=TVE.PreviousActiveElement,y[e]&&y[e](t,s),delete TVE.PreviousActiveElement,TVE.ActiveElement=i},i)}function ke(){if(b&&window.localStorage){try{const t=window.localStorage[b].split(",#");t.length>1&&(delete window.localStorage[b],e.each(t,function(e,t){Se(t)}))}catch(e){}try{G=window.localStorage[b].split(";")}catch(e){}}}function Se(t){if(f){const s=a(t).toRgbString();if(!q[s]&&-1===e.inArray(s,G))for(G.push(s);G.length>W;)G.shift();if(b&&window.localStorage)try{window.localStorage[b]=G.join(";")}catch(e){}}}function $e(){const t=Re(),s=e.map(R,function(e,s){return d(e,t,"sp-palette-row sp-palette-row-"+s,u)});ke(),G&&s.push(d(function(){const e=[];if(u.showPalette)for(let t=0;t<G.length;t++){const s=a(G[t]).toRgbString();q[s]||e.push(G[t])}return e.reverse().slice(0,u.maxSelectionSize)}(),t,"sp-palette-row sp-palette-row-selection",u)),ne.html(s.join(""))}function Be(){if(u.showInitial){const e=ze,t=Re();re.html(d([e,t],t,"sp-palette-row-initial",u))}}function Ae(){(x<=0||T<=0||L<=0)&&Ke(),E=!0,Y.addClass(U),K=null,J.trigger("dragstart.spectrum",[Re()])}function Pe(){E=!1,Y.removeClass(U),J.trigger("dragstop.spectrum",[Re()])}function Oe(){let e=ce.val(),t={from_input:!0};if(null!==e&&""!==e||!xe){/[\w]+[,]/.test(e)&&(e="rgb("+e+")");const s=a(e);s.isValid()?(ze=null,s.setAlpha(N),je(s),J.trigger("hue.changed.spectrum",F),Ue(!0,t)):ce.addClass("has-error")}else je(null),Ue(!0,t)}function De(){z?(Ne(),Y.removeClass("sp-container-active")):(Fe(),Y.addClass("sp-container-active"))}function Fe(){const t=e.Event("beforeShow.spectrum");z?Ke():(J.trigger(t,[Re()]),!1===y.beforeShow(Re())||t.isDefaultPrevented()||(function(){for(let e=0;e<l.length;e++)l[e]&&l[e].hide()}(),z=!0,v||(e(Z).bind("keydown.spectrum",Ie),e(Z).bind("click.spectrum",He)),e(window).bind("resize.spectrum",C),be.addClass("sp-active"),Y.removeClass("sp-hidden"),Ke(),Ge(),ze=Re(),O&&(ze.css_variable=O),Ve(),Be(),y.show(ze),J.trigger("show.spectrum",[ze])))}function Ie(e){27!==e.keyCode||TVE.prevent_blur||(e.preventDefault(),e.stopPropagation(),de.click())}function He(e){}function Ne(){z&&!v&&(z=!1,e(Z).unbind("keydown.spectrum",Ie),e(Z).unbind("click.spectrum",He),e(window).unbind("resize.spectrum",C),be.removeClass("sp-active"),Y.addClass("sp-hidden"),y.hide(Re()),J.trigger("hide.spectrum",[Re()]))}function je(e,t){if(O=null,a.equals(e,Re()))return O=e.css_variable,Ve(),void Ge();let s,i;e?(Te=!1,s=a(e),i=s.toHsv(),O=e.css_variable,F=i.h%360/360,I=i.s,H=i.v,N=i.a):Te=!0,Ve(),Ge(),s&&s.isValid()&&!t&&(Ee=u.preferredFormat||s.getFormat())}function Re(e){if(e=e||{},xe&&Te)return null;const t={h:F,s:I,v:H,a:Math.round(100*N)/100};return J.trigger("color.ration.spectrum",t),a.fromRatio(t,{format:e.format||Ee})}function qe(){Ge(),y.move(Re()),J.trigger("move.spectrum",[Re()])}function Ge(){ce.removeClass("has-error"),We();const e=a.fromRatio({h:F,s:1,v:1});ee.css("background-color",e.toHexString());let t=Ee;N<1&&(0!==N||"name"!==t)&&("hex"!==t&&"hex3"!==t&&"hex6"!==t&&"name"!==t||(t="rgb"));let s=Re({format:t}),i="";if(ye.removeClass("sp-clear-display"),ye.css("background","transparent"),me.removeClass("sp-transparent"),ye.toggleClass("tcb-css-variable-identifier",D.length>0),me.toggleClass("tcb-css-variable-identifier",D.length>0),ye.toggleClass("tcb-tpl-var","tpl"===D),me.toggleClass("tcb-tpl-var","tpl"===D),ye.toggleClass("tcb-dynamic-color","dynamic"===D),me.toggleClass("tcb-dynamic-color","dynamic"===D),!s&&xe)ye.addClass("sp-clear-display"),me.addClass("sp-transparent");else{var l=s.toHexString(),o=s.toRgbString();c||1===s.alpha?ye.css("background",o):(ye.css("background","transparent"),ye.css("filter",s.toFilter()));const e=a.mostReadable(l,["#fff","#000"]);if(me.css("background-color",o),me.css("color",e._originalInput),u.showAlpha){const e=s.toRgb();e.a=0;const t=a(e).toRgbString();if(ae.css("background-image","linear-gradient(to right, "+t+", "+l+")"),u.alpha_input){let e=Math.round(100*N);e=e!=parseInt(e)?e.toFixed(1):e,"string"==typeof e&&e.indexOf("NaN")>=0&&(e=""),u.alpha_input.setValueDirectly(e),u.alpha_input.$input.toggleClass("sp-opacity-warning",0===e)}}i=s.toString(t)}u.showInput&&ce.val(l),u.showPalette&&$e(),Be()}function We(){const e=I,t=H;if(xe&&Te)oe.hide(),ie.hide(),te.hide(),u.showAlpha&&u.alpha_input&&u.alpha_input.update();else{oe.show(),ie.show(),te.show();let s=e*T,i=x-t*x;s=Math.max(-V/2,Math.min(T-V/2,s-V/2)),i=Math.max(-V/2,Math.min(x-V/2,i-V/2)),te.css({top:i+"px",left:s+"px"});const a=N*B;a?oe.css({left:a-A/2+"px"}):oe.css({left:a});const l=F*M;l?ie.css({left:l-P/2+"px"}):ie.css({left:l})}}function Ue(e,t){t=void 0===t?{}:t;const s=Re();if(!s&&!ze)return!1;let i="",l=!a.equals(s,ze);return s&&(i=s.toHexString(),Se(s)),ve&&J.val(i),!(!e||!l||(y.change(s,t),J.trigger("change",[s]),0))}function Ke(){if(z){if(T=ee.width(),x=ee.height(),V=te.outerHeight(),M=se.width(),L=se.height(),$=ie.outerHeight(),B=le.width(),A=oe.width(),P=ie.width(),k=le.height(),S=oe.outerHeight(),!v)if(Y.css("position","absolute"),u.offset)Y.offset(u.offset);else{const t=function(t,s){t.outerWidth(),t.outerHeight();const i=s.outerHeight(),a=t[0].ownerDocument,l=a.documentElement,o=(l.clientWidth,e(a).scrollLeft(),l.clientHeight,e(a).scrollTop(),s.offset());return o.top+=i,o}(Y,we);t.above?t.top-=20:t.top+=10,Y.find(".tcb-panel-arrow").css("left",we.outerWidth()/2+t.left-Y.offset().left+"px"),Y.offset(t)}We(),u.showPalette&&$e(),J.trigger("reflow.spectrum")}}function Ze(){Ne(),Q=!0,J.attr("disabled",!0),we.addClass("sp-disabled")}se.on("hover",function(){Y.find(".sp-opacity-warning").addClass("sp-op-blink")},function(){Y.find(".sp-opacity-warning").removeClass("sp-op-blink")}),function(){if(o&&Y.find("*:not(input)").attr("unselectable","on"),Le(),_e&&J.after(be).hide(),xe&&!v||he.hide(),v)J.after(Y).hide();else{let t="parent"===u.appendTo?J.parent():e(u.appendTo);1!==t.length&&(t=e("body")),t.append(Y)}function t(t){return t.data&&t.data.ignore?(je(e(t.target).closest(".sp-thumb-el").data("color")),qe()):(je(e(t.target).closest(".sp-thumb-el").data("color")),qe(),Ue(!0),u.hideAfterPaletteSelect&&Ne()),!1}ke(),we.bind("click.spectrum touchstart.spectrum",function(t){Q||De(),t.stopPropagation(),e(t.target).is("input")||t.preventDefault()}),(J.is(":disabled")||!0===u.disabled)&&Ze(),Y.on("click",p),ce.on("change",Oe),ce.bind("paste",function(){setTimeout(Oe,1)}),ce.on("keydown",function(e){13==e.keyCode&&Oe()}),de.text(u.cancelText),de.bind("click.spectrum",function(e){e.stopPropagation(),e.preventDefault(),je(ze,!0),Ne();const t=Re();Me("cancel",O||t,{},50)}),he.attr("title",u.clearText),he.bind("click.spectrum",function(e){e.stopPropagation(),e.preventDefault(),Te=!0,qe(),Re()||We(),v&&Ue(!0)}),pe.text(u.chooseText),pe.bind("click.spectrum",function(e){e.stopPropagation(),e.preventDefault(),o&&ce.is(":focus")&&ce.trigger("change"),ce.hasClass("has-error")||(Ue(!1),Ne(),Me("change",Re(),void 0))}),ue.on("click.spectrum",function(e){e.stopPropagation(),e.preventDefault(),y.saveFavorite(Re())}),ge.text(u.showPaletteOnly?u.togglePaletteMoreText:u.togglePaletteLessText),ge.bind("click.spectrum",function(e){e.stopPropagation(),e.preventDefault(),u.showPaletteOnly=!u.showPaletteOnly,u.showPaletteOnly||v||Y.css("left","-="+(X.outerWidth(!0)+5)),Le()}),m(le,function(e,t,s){N=e/B,Te=!1,s.shiftKey&&(N=Math.round(10*N)/10),qe()},Ae,Pe),m(se,function(e,t){F=parseFloat(e/M),Te=!1,u.showAlpha||(N=1),J.trigger("hue.changed.spectrum",F),qe()},Ae,Pe),m(ee,function(e,t,s){if(s.shiftKey){if(!K){const s=I*T,i=x-H*x,a=Math.abs(e-s)>Math.abs(t-i);K=a?"x":"y"}}else K=null;const i=!K||"y"===K;(!K||"x"===K)&&(I=parseFloat(e/T)),i&&(H=parseFloat((x-t)/x)),Te=!1,u.showAlpha||(N=1),qe()},Ae,Pe),Ce?(je(Ce),Ge(),Ee=u.preferredFormat||a(Ce).format,Se(Ce)):Ge(),v&&Fe();const s=o?"mousedown.spectrum":"click.spectrum touchstart.spectrum";ne.delegate(".sp-thumb-el",s,t),re.delegate(".sp-thumb-el:nth-child(1)",s,{ignore:!0},t)}();var Je={show:Fe,hide:Ne,toggle:De,reflow:Ke,option:function(s,i){return s===t?e.extend({},u):i===t?u[s]:(u[s]=i,"preferredFormat"===s&&(Ee=u.preferredFormat),void Le())},enable:function(){Q=!1,J.attr("disabled",!1),we.removeClass("sp-disabled")},disable:Ze,offset:function(e){u.offset=e,Ke()},set(e,t){je(e),Ue(t)},get:Re,destroy:function(){J.show(),we.unbind("click.spectrum touchstart.spectrum"),Y.remove(),be.remove(),l[Je.id]=null},blurApply:function(){z&&!v&&(Ue(!1),Ne(),y.change(Re()))},container:Y};return Je.id=l.push(Je)-1,Je}(this,e.extend({},s,e(this).data()));e(this).data(u,h.id)})},e.fn.spectrum.load=!0,e.fn.spectrum.loadOpts={},e.fn.spectrum.draggable=m,e.fn.spectrum.defaults=i,e.spectrum={},e.spectrum.localization={},e.spectrum.palettes={}}(jQuery)},3039:e=>{e.exports={generateShortcode(e){const t=e.find("iframe");return{$shortcodeElement:t,extra_params:t.length?` zoom='${TVE.getUrlParam(t.attr("src"),"zoom")}'`:"",key:"map"}},customFieldInput(e,t){const s=TVE.CONST.external_custom_fields.map[t],i=e.find("iframe");i.attr({"data-c-f-id":s.name,src:TVE.setOrReplaceUrlParam(i.attr("src"),"q",`${s.latitude},${s.longitude}`)})}}},3120:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}((t,i,l)=>{const o=s(16658);e.exports=o.extend({configPaletteSelect:{paletteData:(null===(i=TVE.CONST.skin_colors)||void 0===i?void 0:i.skin_palettes)||[],masterVariablePrefix:(null===(l=TVE.CONST.skin_colors)||void 0===l?void 0:l.skin_main_variable)||[]},show_locate_control:!1,controls_init(e){o.prototype.controls_init.call(this,e),this.controls.color.reset=function(e){this.model=e,this.changed=!1,this.paletteVarsDependency=TVE.Views.Controls.Palettes.getLocalVariablesDependency([e.get("raw_css_variable")])},this.controls.color.onOpen=function(){let e;this.model.get("master")?(e={h:parseInt(TVE.getCssVariableValue("--tcb-theme-main-master-h")),s:parseInt(TVE.getCssVariableValue("--tcb-theme-main-master-s")),l:parseInt(TVE.getCssVariableValue("--tcb-theme-main-master-l")),a:TVE.getCssVariableValue("--tcb-theme-main-master-a")},this.color.colorPicker.spectrum("set",TVE.TinyColor.fromRatio(e))):(e=TVE.getCssVariableValue(`--tcb-skin-color-${this.model.get("index")}`),this.color.colorPicker.spectrum("set",e)),this.originalHSL=TVE.TinyColor(e).toHsl(),this.model.set("initial_value",e)},this.controls.color.color.input=_.debounce(e=>{if(this.controls.color.changed=!0,this.controls.color.model.get("master")){const t=e.toHsl();0===t.h&&0===t.s&&(t.h=this.controls.color.model.get("initial_value").h),this.changeMasterVariable(t),this.masterColorInput(this.controls.color.model.get("raw_css_variable"),e.toRgbString())}else TVE.changeCssVariableValue(`--tcb-skin-color-${this.controls.color.model.get("index")}`,e.toRgbString());this.modifyDependencies(e)}),this.controls.color.cancel=()=>{const e=this.controls.color.model.get("initial_value");this.controls.color.model.get("master")?(e.s=e.s/100,e.l=e.l/100,this.changeMasterVariable(e),this.masterColorInput(this.controls.color.model.get("raw_css_variable"),TVE.hslToRgb(e.h,e.s,e.l))):TVE.changeCssVariableValue(`--tcb-skin-color-${this.controls.color.model.get("index")}`,e),this.modifyDependencies(e)},this.controls.color.apply=()=>{if(!this.controls.color.changed)return;const e=this.controls.color.color.colorPicker.spectrum("get"),t=TVE.CONST.skin_colors.skin_palettes.active_id;if(this.controls.color.paletteVarsDependency.length&&TVE.Views.Controls.Palettes.updatePaletteVariables(this.controls.color.paletteVarsDependency),this.controls.color.model.get("master")){const s=e.toHsl();0===s.h&&0===s.s&&(s.h=this.controls.color.model.get("initial_value").h);const i={h:parseInt(s.h),s:TVE.functions.toFixed(s.s,2),l:TVE.functions.toFixed(s.l,2),a:TVE.functions.toFixed(s.a,2)};TVE.CONST.skin_colors.skin_palettes.palettes[t].modified_hsl=a(a({},TVE.CONST.skin_colors.skin_palettes.palettes[t].modified_hsl),i);const l={hsl:TVE.CONST.skin_colors.skin_palettes.palettes[t].modified_hsl};TVE.ajax("update_palette","post",l)}else{const t={post_id:TVE.CONST.post_id,id:parseInt(this.controls.color.model.get("index")),color:e.toRgbString()};TVE.ajax("update_auxiliary_variable","post",t)}},_.each(this.controls,e=>{e.executeAjax=t.noop})},modifyDependencies(e){const t=TVE.TinyColor(e).toHsl(),s=this.controls.color;s.paletteVarsDependency.length&&_.each(s.paletteVarsDependency,e=>{_.each(e.linked_variables,(i,a)=>{TVE.changeCssVariableValue(a,TVE.Views.Controls.CssVariables.Color.modifyLinkedVarValue(i,t,a,s.hueChanged,e.linked_objects,s.originalHSL),e.rootElement,s.important)})})},render_list(){return this.list_rendered||(Array.isArray(TVE.CONST.skin_colors.skin_palettes.palettes)&&TVE.CONST.skin_colors.skin_palettes.palettes.length&&(this.$el.append(TVE.tpl("central-style-panel/master-variables-header")()),this.$el.append(TVE.tpl("central-style-panel/palettes")()),this.buildPalettesSelect(),this.buildMasterVariable()),this.list_rendered=!0),this},buildPalettesSelect(){const e=this.$("#c-s-p-palettes-select");e.data("select2")&&(e.off("select2:open"),e.off("select2:close"),e.select2("destroy")),e.select2({cache:!1,minimumResultsForSearch:-1,data:this.getSelectList(),templateResult:e=>e.id?t("<div"+(e.selected?' class="active"':"")+' data-tooltip="'+e.text+'" data-side="top">'+e.preview+"</div>"):e.text,templateSelection:e=>t(`<div>${e.preview}<span class="c-s-p-palette-title">${e.text}</span></div>`)}).on("select2:open",()=>{TVE.Views.Controls.DropPanel.close_all()}).on("select2:close",()=>{TVE.tooltips.hide()}).data("select2").$dropdown.addClass("tcb-palette-dropdown c-s-p-palettes")},buildMasterVariable(){const e=this.getPalette(TVE.CONST.skin_colors.skin_palettes.active_id),t=this.buildHslString(e.modified_hsl,!0),s=this.getOtherVariables(),i=this.getMainVariable();if(this.$el.append(this.variable_template({name:e.name,css_variable:`--tcb-skin-color-${i.id}`,bg:`linear-gradient(${t}, ${t})`,index:"master",wrapper_class:"master_variable",show_locate_control:this.show_locate_control})),this.template_variables.push(`--tcb-skin-color-${i.id}`),s.length){this.$el.append(TVE.tpl("central-style-panel/other-variables-header")());let e="";s.forEach(t=>{e+=this.variable_template({name:t.name,css_variable:`--tcb-skin-color-${t.id}`,bg:`linear-gradient(var(--tcb-skin-color-${t.id}), var(--tcb-skin-color-${t.id}))`,index:t.id,wrapper_class:"other_variable",show_locate_control:this.show_locate_control}),this.template_variables.push(`--tcb-skin-color-${t.id}`)}),this.$el.append(`<div class="c-s-p-other-vars">${e}</div>`)}},getSelectList(){const e=[];return TVE.CONST.skin_colors.skin_palettes.palettes.forEach((t,s)=>{const i=s===TVE.CONST.skin_colors.skin_palettes.active_id;e.push({id:s,text:t.name,preview:this.getPalettePreview(t,i),selected:i})}),e},getPalettePreview(e={},t=!1){return`<div class="c-s-p-palette"><div class="c-s-p-palette-item" style="background-color: ${this.buildHslString(e.modified_hsl,t)}"></div></div>`},getPalette:e=>TVE.CONST.skin_colors.skin_palettes.palettes[e],getOtherVariables:()=>Object.values(TVE.CONST.skin_colors.palette_colors).filter(e=>!e.hsla_code),getMainVariable:()=>Object.values(TVE.CONST.skin_colors.palette_colors).find(e=>-1===parseInt(e.parent)),buildHslString:(e,t=!1)=>`hsl(${t?"var(--tcb-theme-main-master-h)":e.h},${t?"var(--tcb-theme-main-master-s)":100*e.s+"%"},${t?"var(--tcb-theme-main-master-l)":100*e.l+"%"})`,dom_edit_css_variable(e,t){return t.classList.contains("variable-name")&&(t=t.parentElement.getElementsByClassName("sp-transparent")[0]),this.controls.color.isOpen()?this.controls.color.onCancel():(this.controls.color.reset(new Backbone.Model({master:"master"===t.getAttribute("data-index"),raw_css_variable:t.getAttribute("data-var"),index:t.getAttribute("data-index")})),this.controls.color.open(null,t)),!1},dom_change_palette(e,t){const s=parseInt(t.value),i=parseInt(TVE.CONST.skin_colors.skin_palettes.active_id);if(i===s)return;const a=this.getPalette(s),l=this.getVariableValues();this.changeMasterVariable(a.modified_hsl),TVE.CONST.skin_colors.skin_palettes.active_id=s,this.buildPalettesSelect(),this.$(".master_variable .variable-name").text(TVE.CONST.skin_colors.skin_palettes.palettes[t.value].name);const o=this.getVariableValues();this.afterPaletteChange(o,l);const c={previous_id:i,active_id:s,version:2,post_id:TVE.CONST.post_id};TVE.ajax("change_palette","post",c).done(e=>{e.success||TVE.page_message(TVE.t.error,!0,8e3)})},domResetActivePalette(){if(confirm("Are you sure you want to reset this palette?")){const e=this.getPalette(TVE.CONST.skin_colors.skin_palettes.active_id),t=this.getVariableValues();this.changeMasterVariable(e.original_hsl),TVE.CONST.skin_colors.skin_palettes.palettes[TVE.CONST.skin_colors.skin_palettes.active_id].modified_hsl=_.clone(e.original_hsl);const s=this.getVariableValues();this.afterPaletteChange(s,t);const i={hsl:e.original_hsl};TVE.ajax("update_palette","post",i)}},masterColorInput(e,t){TVE.do_action("tcb.change.main.css.variable",e,t,TVE.ActiveElement,!0)},afterPaletteChange(e={},t={}){TVE.Views.Controls.Palettes.templatePaletteChanged(this.template_variables,e,t)},changeMasterVariable(e){const t=parseInt(e.h),s=`${parseInt(100*e.s)}%`,i=`${parseInt(100*e.l)}%`,a=e.a;TVE.changeCssVariableValue("--tcb-theme-main-master-h",t),TVE.changeCssVariableValue("--tcb-theme-main-master-s",s),TVE.changeCssVariableValue("--tcb-theme-main-master-l",i),TVE.changeCssVariableValue("--tcb-theme-main-master-a",a),TVE.changeCssVariableValue("--tcb-main-master-h",t),TVE.changeCssVariableValue("--tcb-main-master-s",s),TVE.changeCssVariableValue("--tcb-main-master-l",i),TVE.changeCssVariableValue("--tcb-main-master-a",a)}})})(jQuery)},3265:(e,t,s)=>{compare=function(e,t){return t=t.toLowerCase(),e.code.toLowerCase()==t||e.name.toLowerCase()==t||e.dial_code.toLowerCase()==t},t.getCountries=function(){return s(22870)},t.getCountry=function(e){let t=s(22870);for(let s=0;s<t.length;s++)if(compare(t[s],e))return t[s];return null},t.getFilteredCountries=function(e){let t=s(22870),i=[];for(let s of e)for(let e=0;e<t.length;e++)if(compare(t[e],s)){i.push(t[e]);break}return i},t.getStates=function(e){let t=s(64630);try{return t[e]}catch(e){return"Invalid country code"}}},3348:(e,t,s)=>{const i=s(54239),a=s(515),l=s(59577),o=s(42146),c=s(44038),n=new Backbone.Collection({});e.exports=s(16668).base_view.extend({template:TVE.tpl("controls/pricing-table/price-instance-controls"),$priceInstance:null,before_initialize(e){this.model=e.model,this.$priceInstance=e.model.get("instance")},after_initialize(){this.edit_price_box_view=new c({price_instance_controls:this});const e=this.$priceInstance,t=this.model.get("item"),s=this.model.get("is_default"),r=this.model,d=this;this.gutter_width=new i({el:this.$el.find(".tve-price-box-gutter-width-control"),model:{css_suffix:" > .tcb-flex-col",config:{default:"0",min:"0",max:"200",label:"Gutter Width",um:["px"]}}}),this.price_boxes=new l({el:this.$el.find(".tve-price-box-preview-list-control"),model:{config:{settings_icon:"edit",clone_icon:"duplicate",sortable:!0}}}),this.default=new a({el:this.$el.find(".tve-price-box-default-control"),model:{config:{name:"",label:"Make this default instance",default:!1}}}),this.wrap=new a({el:this.$el.find(".tve-price-box-wrap-control"),model:{config:{name:"",label:"Wrap price boxes",default:!1}}}),this.column_width=new i({el:this.$el.find(".tve-price-box-column-width-control"),model:{css_suffix:" .tcb-flex-col",config:{default:"250",min:"40",max:"700",label:"Minimum Price Box Width",um:["px"]}}}),this.gutter_width.input=function(t,s){this.applyElementCss({"padding-left":s.value+"px"},e,this.model.css_suffix,""),this.applyElementCss({"margin-left":-s.value+"px"},e,"",""),"change"===this.currentEventType&&TVE.drag.positionResizables(e,s.value)},this.gutter_width.update=function(){this.setValue(e.find(this.model.css_suffix).css("padding-left"))},this.price_boxes.attach_collection(n),this.price_boxes.update=_.bind(function(){const t=[],s=e.find("> .tcb-flex-col");_.each(s,function(e){const s=jQuery(e),i=new o({item:s,label:s.attr("data-label")});t.push(i)},this),n.reset(t),this.check_collection_length()},this),this.price_boxes.on("item_click",_.bind(this.edit_price_box,this)),this.price_boxes.on("item_duplicate",_.bind(this.clone_price_box,this)),this.listenTo(n,"change",_.bind(function(){this.$priceInstance.empty(),n.each(function(e){this.$priceInstance.append(e.get("item"))},this),TVE.drag.bind_element(this.$priceInstance)},this)),this.listenTo(n,"remove",_.bind(function(e){e.get("item")instanceof jQuery&&(e.get("item").remove(),this.reset_column_resize_settings(),TVE.drag.rowClass(this.$priceInstance),this.check_collection_length())},this)),this.wrap.change=function(t,s){const i="tablet"===TVE.main.device?"medium":TVE.main.device;e.toggleClass("tcb-"+i+"-wrap",s.checked),e.toggleClass("tcb-"+i+"-no-wrap",!s.checked),e.head_css({"flex-wrap":d.get_wrap_value()+" !important"}),d.column_width.update(),e.head_css({"flex-basis":s.checked?d.column_width.value(!0)+" !important":""},!1," .tcb-flex-col"),d.column_width.$el.slideToggle(),"tablet"!==TVE.main.device||e.hasClass("m-edit")?"mobile"===TVE.main.device&&e.addClass("m-edit"):e.toggleClass("tcb-mobile-no-wrap",!s.checked)},this.wrap.update=function(){const t=e.css("flex-wrap"),s=!t||-1===t.indexOf("nowrap");this.setChecked(s),d.column_width.$el[s?"show":"hide"]()},this.default.change=function(e,s){s.checked&&(r.collection.each(function(e){r!==e&&(e.set({is_default:!1},{silent:!0}),e.get("item").removeAttr("data-default"))},this),r.set({is_default:!0},{silent:!0}),t.attr("data-default",!0),this.disable(),this.$("label").find(".grey-text").text("Default instance"))},this.default.update=function(){this.setChecked(s),this.isChecked()&&(this.disable(),this.$("label").find(".grey-text").text("Default instance"))},this.column_width.input=function(t,s){this.applyElementCss({"flex-basis":s.value+"px !important"},e,this.model.css_suffix,"")},this.column_width.update=function(){let t=e.find(this.model.css_suffix).css("flex-basis");t&&"auto"!==t||(t=this.model.config.default+"px"),this.setValue(t)},this.price_boxes.update(),this.wrap.update(),this.default.update(),this.column_width.update(),this.gutter_width.update()},get_wrap_value(){let e;return e=this.wrap.getValue()?"wrap":"desktop"===TVE.main.device?"":"nowrap",e},add_price_box(e,t){const s=this.$priceInstance.find(".thrv-button:not(.tcb-excluded-from-group-item)")?this.$priceInstance.find(".thrv-button:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",i=this.$priceInstance.find(".thrv-content-box:not(.tcb-excluded-from-group-item)")?this.$priceInstance.find(".thrv-content-box:not(.tcb-excluded-from-group-item) .tcb-pt-card").first().attr("data-css"):"",a=this.$priceInstance.find(".thrv-content-box:not(.tcb-excluded-from-group-item)")?this.$priceInstance.find(".thrv-content-box:not(.tcb-excluded-from-group-item) .tcb-pt-card-content").first().attr("data-css"):"",l=jQuery(TVE.tpl("controls/pricing-table/pricing-table-item")({btn_data_css:s,content_box_data_css:a,content_box_background_data_css:i})),c=new o({__new:!0,item:l,label:l.attr("data-label").substring(0,20)});return this.edit_price_box_view.isOpen()?this.edit_price_box_view.onCancel():(c.saveState(),this.edit_price_box_view.reset(c),this.edit_price_box_view.open(null,t)),!1},add_price_box_callback(e){this.$priceInstance.append(e.get("item")),this.reset_column_resize_settings(),TVE.drag.rowClass(this.$priceInstance),TVE.drag.bind_element(this.$priceInstance),this.price_boxes.update()},reset_column_resize_settings(){this.$priceInstance.hasClass(TVE.drag.get_resize_class())&&(this.$priceInstance.removeClass(TVE.drag.get_resize_class()),this.$priceInstance.children().head_css({"max-width":""},"_ALL"))},check_collection_length(){const e=this.$("#tcb-add-price-box-item"),t=this.price_boxes.$('.click[data-fn="item_duplicate"]');e.removeAttr("disabled"),t.removeClass("tcb-hidden"),1===n.length?this.price_boxes.$('.click[data-fn="item_remove"]').addClass("tcb-hidden"):n.length>=10&&(e.attr("disabled","disabled"),t.addClass("tcb-hidden"))},clone_price_box(e){const t=e.get("item").clone(),s=t.attr("data-label");t.attr("data-label",s+" (copy)"),this.$priceInstance.append(t),this.reset_column_resize_settings(),TVE.drag.rowClass(this.$priceInstance),TVE.drag.bind_element(this.$priceInstance),this.price_boxes.update()},edit_price_box(e,t){return this.edit_price_box_view.isOpen()?this.edit_price_box_view.onCancel():(e.saveState(),this.edit_price_box_view.reset(e),this.edit_price_box_view.open(null,t)),!1}})},3382:e=>{e.exports={initTabs(){this.tabs=new TVE.Views.Controls.Tabs({el:this.$el.find(".tve-background-image-type")[0],model:{config:{target:TVE.$(),name:"Type",buttons:[{icon:"link",text:"&nbsp; Static",value:"static",tooltip:"Use a static source",tooltip_side:"top"},{icon:"database-regular",text:"&nbsp; Dynamic",value:"dynamic",tooltip:"Use a dynamic source",tooltip_side:"top"}]}}}),this.tabs.change=this.imageTypeChange.bind(this),this.tabs.update=e=>this.tabs.setActive(e)},imageTypeChange(e,t){const s=t.dataset.value;let i="";switch(s){case"dynamic":const t=this.$(".dynamic-image-select").val(),s=null===t?"featured":t;i=this.getDynamicURL(s,e,!0);break;case"static":i=this.picker.get().url,void 0===i&&(i="")}this.model.set("value",i),TVE.do_action("tcb.dynamic_image.source_changed",e,"dynamic"===s),this.showImageTypeSection(s),this.change()},getDynamicURL(e,t,s=!1){let i=TVE.apply_filters("tcb.dynamic_image.change_url","",e);if(!i){const a=TVE.PostList.utils.getArticleID(t);let l;s?(l=TVE.getImageRecommendedSize(t),this.model.set("image-size",l)):l=this.model.get("image-size"),i=TVE.PostList.dynamicImage.getImage(a,e,{size:l})}return i},dynamicImageChanged(e,t){const s=t.value,i=this.getDynamicURL(s,e);this.toggleSizeSelect("featured"===s),"acf"===s?this.toggleCustomFieldsSelect("dynamic",s,i):(this.$(".custom-fields-options select").val(""),"featured"===s&&this.$(".dynamic-image-size-select").val("large"),this.$(".custom-fields-options, .custom-fields-more-options").hide()),this.model.set("value",i),TVE.do_action("tcb.dynamic_image.source_changed",e,!0),this.change()},dynamicImageSizeChanged(e,t){const s=t.value,i=this.$(".dynamic-image-select").val(),a=TVE.PostList.utils.getArticleID(e);let l=TVE.PostList.dynamicImage.getImage(a,i,{size:s});this.model.set("image-size",s),l=-1===l.indexOf("size")?`${l}?size=${s}`:l.replace(new RegExp(TVE.CONST.featured_image.default_sizes.join("|")),s),this.model.set("value",l),this.change()},selectCustomField(e,t){this.$(".custom-fields-more-options").show(),this.$(".custom-fields-placeholder-options").val("hide"),this.$(".custom-fields-placeholder-input").toggle("replace"===t.value),this.model.set("value",this.model.get("value").replace(new RegExp("&fallback=.*","g"),"&fallback=0")),this.placeholderSelect&&this.placeholderSelect.set({});const s=t.value,i=this.$(".dynamic-image-select").val(),a=TVE.PostList.utils.getArticleID(e),l=_.isEmpty(this.placeholderSelect.get())?"0":this.placeholderSelect.get().url,o=TVE.PostList.dynamicImage.getImage(a,i,{fieldId:s,placeholder:l});this.model.set("value",o),this.change()},getDynamicOptions:()=>TVE.apply_filters("tcb.dynamic_image.options",{none:{label:"None",value:"",disabled:!0},featured:{label:"Featured image",value:"featured",default:!1},author:{label:"Author image",value:"author",default:!1},user:{label:"User image",value:"user",default:!1}}),beforeOpen(){const e=this.$(".dynamic-image-select").empty();_.each(this.getDynamicOptions(),t=>{e.append(`<option value="${t.value}" ${t.disabled?"disabled":""}>${t.label}</option>`)}),this.initTabs(),TVE.do_action("tcb.dynamic_image.before_open",this)},onOpen(){const e=this.$(".tve-background-image-type"),t=this.model.get("value");let s=TVE.PostList.dynamicImage.isDynamicCss(t);this.beforeOpen(),this.$(".dynamic-image-select").val(""),TVE.apply_filters("tcb.dynamic_image.show_tab",!0,TVE.ActiveElement)?e.show():(s=!1,e.hide()),this.showImageTypeSection(s?"dynamic":"static"),this.afterOpen()},afterOpen(){TVE.do_action("tcb.dynamic_image.after_open")},showImageTypeSection(e){const t=this.model.get("value");if(this.$(".bg-dynamic-image, .bg-static-image, .custom-fields-options, .custom-fields-more-options").hide(),this.$(`.bg-${e}-image, .image-label`).show(),this.$(".tve-advanced-controls[data-state]").toggle("dynamic"===e),this.$(".bg-img-type").each((t,s)=>{s.checked=s.value===e}),"dynamic"===e){let s="";t&&t.length>0?(s=TVE.apply_filters("tcb.dynamic_image.change_type",s,t),s||(s=t.includes("dynamic_author")?"author":t.includes("dynamic_user")?"user":t.includes("dynamic_acf")?"acf":"featured")):s="author";const i=this.getImageSizeFromUrl();this.$(".dynamic-image-select").val(s),this.$(".dynamic-image-size-select").val(i),this.toggleSizeSelect("featured"===s),this.toggleCustomFieldsSelect(e,s,t),this.$(".image-label").hide(),TVE.SKIP_CSS_STATE=!1,this.model.set("image-size",i)}},toggleSizeSelect(e){e=TVE.apply_filters("tcb.dynamic_image.show_sizes_select",e),this.$(".size-select").toggle(e)},after_render(){this.$(".image-picker-wrapper").replaceWith(TVE.tpl("post-list/extra-image")()),TVE.do_action("tcb.dynamic_image.after_render",this)},getImageSizeFromUrl(){const e=this.model.get("value");let t;return e&&(t=e.match(new RegExp(TVE.CONST.featured_image.default_sizes.join("|")))),t&&t.length?t[0]:this.model.get("image-size")},toggleCustomFieldsSelect(e,t,s){const i=this.$(".custom-fields-options select");if("acf"===t){const e=s.match('&id=([^"]*)&fallback=([^"]*)')[1];i.val(e),this.$(".custom-fields-options").show(),this.$(".custom-fields-more-options").toggle(null!==i.val())}this.tabs.update(e)},selectPlaceholder(e,t){this.$(".custom-fields-placeholder-input").toggle("replace"===t.value),"hide"===t.value&&(this.model.set("value",this.model.get("value").replace(new RegExp("&fallback=.*","g"),"&fallback=0")),this.placeholderSelect&&this.placeholderSelect.set({}),this.change())}}},3408:(e,t,s)=>{const i=s(48092);_.each(i.actions,(e,t)=>{TVE.add_action(t,e)}),_.each(i.filters,(e,t)=>{TVE.add_filter(t,e)}),e.exports=s(39723)},3479:(e,t,s)=>{e.exports=Backbone.Collection.extend({model:s(42786),generateNewSetName(e="New set"){let t=1;for(;this.where({label:`${e} #${t}`}).length>0;)t++;return`${e} #${t}`},customValidate(){let e=!0;return this.each(t=>{t.customValidate()||(e=!1)}),e}})},3490:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({extra_states:!0,after_update(){this.controls.Borders&&this.controls.Borders.after_update()}})},3590:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(26843),c=s(54624),n=s(43456),r=s(32970),d=o.getDefaultOptions({multiple:!1,placeholder:"Select product"}),h={beforeInit(e){this.$controls=e,this.$select=e.find("#tcb-woo-product-dynamic-select"),this.redirectPicker=new n({el:e.find(".tcb-woo-product-dynamic-link-redirect"),model:{config:{toggle:!1,checkbox:!1,required:!0,name:"On click redirect to:",buttons:[{value:"cart",text:"Cart",default:!0},{value:"checkout",text:"Checkout"}]}}}),this.redirectPicker.change=TVE.$.noop,this.redirectPicker.update=this.redirectButtonsUpdate,this.variationSelect=new r({el:e.find(".tcb-woo-product-variation"),model:{config:{}}}),this.variationSelect.update=this.handleVariationUpdate,this.variationSelect.change=this.handleVariationChange,this.$productErrorMessage=e.find(".no-product-picked-error"),this.$variationErrorMessage=e.find(".no-variation-picked-error")},initSelect(){const e=a({},d);e.ajax=a(a({},e.ajax),{url:TVE.CONST.routes.posts,data:e=>({taxonomy:"product",post_type:"product",search:e.term,extra:"dynamic_add_to_cart"})}),e.dropdownParent=TVE.$body,o.initSelect2(this.$select,e,this.selectCallback),this.variationSelect.$select.empty()},updateControls(){const e=TVE.ActiveElement;this.updateSelect2(e.find("a").addBack("a").attr("data-product-id")),this.redirectButtonsUpdate(e),this.handleVariationUpdate(e)},selectCallback(e){h.variationSelect.$el.hide(),h.variationSelect.$select.empty();const t=TVE.$(e.target),s=TVE.$(e.currentTarget).closest(".dynamic-link-custom-options"),i=t.val()?t.val().toString():"",a=TVE.CONST.routes.base+"/woo/variations",l={product_id:i};TVE.CONST.products[i]={product_name:s.find(".select2-selection__rendered").attr("title")},c.getItems(a,l,e=>{e.variation.length&&h.initializeVariationSelect(i,e.variation)}),h.toggleErrorMessage()},updateSelect2(e){if(this.$select.val(null).trigger("change"),e)if(TVE.CONST.products[e]){const t=new Option(TVE.CONST.products[e].product_name,e,!0,!0);this.$select.append(t),this.$select.trigger("change")}else{this.$controls.find(".select2-container").addClass("tve-loader-square medium-small");const t=TVE.CONST.routes.posts,s={specific:"1",terms:e,taxonomy:"product",post_type:"product"};c.getItems(t,s,t=>{TVE.CONST.products[e]={product_name:t[0].label};const s=new Option(t[0].label,t[0].value,!0,!0);this.$select.append(s),this.$select.trigger("change"),this.$controls.find(".select2-container").removeClass("tve-loader-square medium-small")})}},redirectButtonsUpdate(e){this.redirectPicker.setActive(e.find("a").addBack("a").attr("data-redirect-destination"))},handleVariationChange(){h.toggleErrorMessage()},handleVariationUpdate(e){const t=e.find("a").addBack("a"),s=t.attr("data-product-id"),i=t.attr("data-product-variation-id");if(s)if(TVE.CONST.products[s]&&TVE.CONST.products[s].variation)this.populateVariationSelect(TVE.CONST.products[s].variation,i);else{const e=TVE.CONST.routes.base+"/woo/variations",t={product_id:s};TVE.CONST.products[s]||(TVE.CONST.products[s]={}),c.getItems(e,t,e=>{if(e.variation.length){const t=_.map(e.variation,e=>({id:e.variation_id,name:Object.values(e.attributes).join(" ")}));TVE.CONST.products[s].variation=t,this.populateVariationSelect(t,i)}})}},populateVariationSelect(e,t){const s=c.variationSelectOptions(e);this.variationSelect.$select.empty().append(s),this.variationSelect.$el.show(),t&&this.variationSelect.setValue(t)},closeSelect2(){this.$select&&o.closeSelect2(this.$select)},initializeVariationSelect(e,t){const s=_.map(t,e=>({id:e.variation_id,name:Object.values(e.attributes).join(" ")})),i=c.variationSelectOptions(s);TVE.CONST.products[e].variation=s,this.variationSelect.$select.empty().append(i),this.variationSelect.show()},hide(){this.$controls&&(this.$controls.hide(),this.variationSelect.$el.hide())},resetControl(){this.$select&&this.variationSelect&&(this.$select.empty(),this.variationSelect.$select.empty())},toggleErrorMessage(e=""){this.$variationErrorMessage.toggle("variation"===e),this.$productErrorMessage.toggle("product"===e)}};e.exports=h},3865:e=>{e.exports={tcbShow(e="block"){return this.each(function(){this.style.display=e})},tcbHide(){return this.each(function(){this.style.display="none"})},tcbRemoveClass(e){return e=e.split(" "),this.each(function(){this.classList.remove.apply(this.classList,e)})},tcbAddClass(e){return e=e.split(" "),this.each(function(){this.classList.add.apply(this.classList,e)})},tcbHasClass(e,t=!1){return!!this.length&&(e=e.split(" "),t?e.some(e=>this[0].classList.contains(e)):e.every(e=>this[0].classList.contains(e)))},tcbToggleClass(e,t){let s=!1;return void 0!==t&&(s=t?"add":"remove"),this.each(function(){if(s)this.classList[s](e);else{const t=this.classList.contains(e)?"remove":"add";this.classList[t](e)}})}}},4376:(e,t,s)=>{const i=s(16668),a=s(85814);e.exports=i.control.extend({template:TVE.tpl("controls/image-picker"),initialize(){this.render(),this.picker=(new a).on_select((e,t)=>{this.change_image(e,t)},this),this.picker.on_cancel(this.on_cancel,this)},open(){if(this.image_selected=!1,this.picker.open(),TVE.apply_filters("tcb.image_picker.allow_picker_dynamic_source",!0)){const e=this;0===this.picker.frame.$el.find("#menu-item-dyn-src").length&&this.picker.frame.$el.find(".media-menu").append('<button type="button" role="tab" class="media-menu-item" id="menu-item-dyn-src" aria-selected="false" tabindex="-1">Use dynamic source</button>').find("#menu-item-dyn-src").on("click",()=>{this.picker.frame.$el.parent().prev().trigger("click"),e.change_image(this.getDynamicSource(),null),TVE.ActiveElement.addClass("tcb-dynamic-field-source")})}return!1},getDynamicSource:()=>TVE.apply_filters("tcb.image_picker.dynamic_source",{width:"auto",height:"auto",title:"Placeholder",alt:"Select Dynamic field",url:TVE.CONST.post_image.featured,customField:"featured"}),change_placeholder(){this.placeholder=!0,this.open()},on_cancel(){this.placeholder?(delete this.placeholder,TVE.main.clear_focus()):TVE.ActiveElement&&TVE.ActiveElement.find("img").attr("src")&&TVE.ActiveElement.find("img").attr("src").includes("dynamic")&&this.component.controls.ImageSourceType&&this.component.controls.ImageSourceType.$('[data-value="dynamic"]').trigger("click")},change_image(e,t){const s=this.applyTo(!1,!1,TVE.is_group_editing);this.image_selected=!0;let i=s.find("img");const a={};if(0===i.length&&(s.html('<span class="tve_image_frame"><img class="tve_image" alt=""/></span>'),i=s.find("img")),i.removeClass(function(e,t){return t.split(" ").filter(function(e){return 0===e.indexOf("wp-image-")}).join(" ")}),t&&t.id&&(i.addClass("wp-image-"+t.id),a["data-id"]=t.id),i.removeAttr("sizes").removeAttr("srcset"),a.width=e.width,a["data-init-width"]=e.width,a.height=e.height,a["data-init-height"]=e.height,a.alt=e.alt,a.title=e.title,a.loading="lazy",e.caption){const t=i.closest(".tve_image_caption");t.find(".wp-caption-text").remove(),t.append('<p class="thrv_wrapper thrv-inline-text wp-caption-text">'+e.caption+"</p>")}e.customField&&(a["data-d-f"]=e.customField),TVE.ActiveElement.closest(TVE.identifier("post_list")).length>0&&TVE.ActiveElement.attr("data-dynamic",e.customField),a.src=this.picker.clean_url(e.url),i.attr(a),this.placeholder&&(TVE.Editor_Page.selection_manager.select_element(TVE.ActiveElement.removeClass("tcb-elem-placeholder edit_mode")),delete this.placeholder),this.trigger("change",e)},align_image(e){const t=this.applyTo();t.head_css({float:"none"}),t.head_css({clear:"none"},null," + div"),t.removeAttr("data-clear"),"none"!==e&&("center"!==e?(t.head_css({float:e}),t.head_css({clear:"both"},null," + div"),t.attr("data-clear","both")):t.head_css({"margin-left":"auto","margin-right":"auto"}))},update_preview(e){void 0===e&&(e=TVE.ActiveElement.filter(".edit_mode").find("img").attr("src")),this.$(".preview").addClass("img").css("background-image","url("+e+")")}})},4469:(e,t,s)=>{e.exports=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(e){e.ModalPicker.openModal=function(){TVE.modal_open(TVE.apply_filters("tve.cloud_templates.modal","cloud-templates",TVE.ActiveElement),TVE.apply_filters("tve.cloud_templates.modal.options",{element:TVE.ActiveElement},TVE.ActiveElement))},e.ModalPicker.update=function(e){if(TVE.apply_filters("tve.cloud_templates.modal.update",!0,e)){const t=e.attr("data-ct-name")||e.attr("data-ct")||e.attr("tcb-template-name")||"None";t&&this.updateValue(t)}}},after_init(){this.elementTemplatesTooltip=new TVE.Views.other.Tooltip({icon:"template-picker",title:"Choose Element Template",info:"Pick from our beautiful template library.",learnMoreLink:"https://help.thrivethemes.com/en/articles/4899200-choosing-the-template-of-an-element",type:"element-templates-picker"}),this.$el.append(this.elementTemplatesTooltip.$el)}})},4688:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){e.Class.update=function(e){const t=TVE.Editor_Page.content_manager.parse_element_classes(e.attr("class"));this.setValue(t)},e.Class.change=function(e,t){const s=t.value;this.applyTo().removeClass(function(e,t){return TVE.Editor_Page.content_manager.parse_element_classes(t)}),this.applyTo().addClass(s)},e.ID.change=function(e,t){this.applyTo(!1,!1,!0).attr("id",t.value)},e.ID.update=function(){let e=this.applyTo(!1,!1,!0).attr("id");e&&e.length&&-1===e.indexOf("mce_")||(e=""),this.setValue(e)}},bind(e,t){const s=this,i=this.get_autocomplete_options(t);e.select2(i).on("select2:selecting",function(e){e.params.args.data.isNew&&(e.params.args.data.text=e.params.args.data.value)}).on("select2:select",function(e){const t=jQuery(this);e.params.data.isNew&&TVE.ajax("save_user_template_category","post",{category_name:e.params.data.value}).done(function(s){tcb_main_const.tpl_categ.push({id:s.response.id,text:s.response.name,value:s.response.name}),t.find('[value="'+e.params.data.id+'"]').replaceWith('<option selected value="'+s.response.id+'">'+e.params.data.value+"</option>"),t.val(s.response.id).trigger("change"),TVE.page_message(s.text)})}).on("select2:unselect",function(e){s.$("#tcb-template-category-id").val(""),e.params.originalEvent&&e.params.originalEvent.stopPropagation()})},get_autocomplete_options(e){const t={tags:!0,multiple:!0,placeholder:"Uncategorized",minimumResultsForSearch:0,maximumSelectionLength:1,data:tcb_main_const.tpl_categ,createTag:e=>({id:e.term,text:'"'+e.term+'" <b style="color:#1ca6e5; float: right;; text-transform: uppercase">'+TVE.t.add_as_category+"</b>",value:e.term,isNew:!0}),escapeMarkup:e=>e};return void 0===e&&(e={}),jQuery.extend({},t,e)},show_hide_tpl_category(e,t){t.checked?this.$("#tcb-select-category-row").removeClass("tcb-hidden"):this.$("#tcb-select-category-row").addClass("tcb-hidden")},clear_styles(){_.each(this.controls,function(e){e.setValue(""),e.change(TVE.ActiveElement,{value:""})});const e=TVE._type(TVE.ActiveElement),t=TVE.Elements[e],s=TVE.get_all_props(t.components,"to");TVE.ActiveElement.removeAttr("data-css"),TVE.ActiveElement.find(s.join(",")).removeAttr("data-css")},validate(){return _.isEmpty(this.$("#tcb-template-name").val())?(this.$m.html(TVE.icon("close")+"&nbsp;"+TVE.t.tpl_name_required).addClass("m-error"),!1):(this.$m.empty(),!0)},save_template(e,t){TVE.do_action("tcb.templates.before_ct_save",TVE.ActiveElement);const s=TVE.stylesheet.cssRules?TVE.stylesheet.cssRules:TVE.stylesheet.rules,i=[],a=TVE._type(TVE.ActiveElement);let l="",o="",c=new FormData,n=TVE.ActiveElement.parent().hasClass("tcb-clear")?TVE.ActiveElement.parent().clone():TVE.ActiveElement.clone();for(const e in s){const t=s[e];switch(t.type){case CSSRule.IMPORT_RULE:const e=TVE.FontManager.read_font_name(t.cssText);TVE.FontManager.is_font_used(e)&&void 0===i[e]&&(i[e]=1,l+=t.cssText);break;case CSSRule.STYLE_RULE:(n.find(t.selectorText).length>0||n.is(t.selectorText))&&(o+=t.cssText)}}n.wrap("<div></div>"),n=n.parent();const r=n.collect_head_css();r[0]=l,r[1]=o,n=TVE.apply_filters("tcb.templates.modify_content",n);const d=TVE.Editor_Page.content_manager.get_clean_content({},n),h=e.template_category,p=TVE.ActiveElement.color_selector()?[TVE.ActiveElement.color_selector()]:[];TVE.ActiveElement.find("[data-tve-custom-colour]").each(function(){p.push(TVE.inner_$(this).color_selector())}),e.id&&c.append("id",e.id),c.append("tar_editor_page",1),c.append("template_name",e.name),c.append("template_content",d),c.append("template_category",h),c.append("post_id",TVE.CONST.post_id),c.append("custom_css",p),c.append("media_rules",JSON.stringify(r)),c.append("template_type",a),t&&c.append("img_data",t,c.get("template_name")+".png"),c=TVE.apply_filters("tcb.templates.before_save",c,n),c.set("template_content",TVE.prepareWordfencePostContent(c.get("template_content"))),TVE.main.overlay(),this.execute_ajax(c),TVE.do_action("tcb.templates.after_ct_save",TVE.ActiveElement)},handle_keyup_save(e,t){switch(e.which){case 13:t.value&&this.save_template();break;case 27:this.prev()}},execute_ajax(e){e.append("custom","save_user_template"),e.append("action",TVE.CONST.ajax.action),e.append("nonce",TVE.CONST.nonce),jQuery.ajax({type:"POST",url:TVE.CONST.ajax_url,data:e,processData:!1,contentType:!1,success(e){TVE.page_message(e.text),TVE.CONST.content_templates=e.content_templates},error(e){TVE.page_message(TVE.getDetailedErrorMessage(e,"","",!0),!0)}}).always(function(){TVE.main.overlay.close()})}})},5086:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:3}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' viewBox="0 0 325 108" xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation-first-line { \n\t\t\t\t\t0% { stroke-dashoffset: 286.13px; stroke-dasharray: 286.13px; } \n\t\t\t\t\t${t?t/2:"50"}% { stroke-dashoffset: 0; stroke-dasharray: 286.13px; } \n\t\t\t\t}\n\t\t\t\t@keyframes draw-animation-second-line { \n\t\t\t\t\t0% { stroke-dashoffset: 287.59px; stroke-dasharray: 287.59px; } \n\t\t\t\t\t${t?t/2:"50"}% { stroke-dashoffset: 287.59px; stroke-dasharray: 287.59px; } \n\t\t\t\t\t${t||"100"}% { stroke-dashoffset: 0; stroke-dasharray: 287.59px; } \n\t\t\t\t}\n\t\t .first { \n\t\t \t\tanimation: draw-animation-first-line forwards; \n\t\t }\n\t\t .second {\n\t\t \t\tanimation: draw-animation-second-line forwards; \n\t\t }\n\t\t\t\t.first, .second { ${this.getAnimationRules(!1)} }\n\t\t </style>\n\t\t\t\t\t<g fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}">\n\t\t\t\t\t\t<path class="first" d="M31 85c54.144-2.667 100.777-4 139.9-4 39.125 0 87.824 1.333 146.1 4"/>\n\t\t\t\t\t\t<path class="second" d="M9 97c42.388-4.758 87.512-7.403 135.372-7.933C192.232 88.536 242.775 91.18 296 97"/>\n\t\t\t\t\t</g>\n\t\t \t</svg>`}}},5197:e=>{e.exports={update(e,t,s){this.$select=this.$dom.find(".font-select"),this.$regular_dropdown=this.$dom.find(".tve-library-weigh-select").empty(),this.$bold_dropdown=this.$dom.find(".tve-library-bold-select").empty(),this.font=this.fonts[t]?this.fonts[t].family:"",this.faces=this.fonts[t].fontFace;const i=[...new Set(this.faces.map(e=>+e.fontWeight))],a=[],l=[];i.forEach(e=>{e<=400?a.push(e):l.push(e)}),0===a.length&&a.push(400),0===l.length&&l.push(700),a.forEach(e=>{this.$regular_dropdown.append(jQuery("<option>",{value:e,text:e}))}),l.forEach(e=>{this.$bold_dropdown.append(jQuery("<option>",{value:e,text:e}))}),this.$regular_dropdown.find(`option[value="${e.initial_weight}"]`).length&&this.$regular_dropdown.val(e.initial_weight),this.$bold_dropdown.find(`option[value="${e.initial_bold}"]`).length&&this.$bold_dropdown.val(e.initial_bold),this.validate()&&s&&this.css(e)},validate(){return this.font&&this.font.trim().length>0},css(e){return e.initial_bold=this.$bold_dropdown.val(),e.initial_weight=this.$regular_dropdown.val(),e.seems_custom=!1,e.set(this.font,e.initial_weight,e.initial_bold),this.font},reset(){this.setValue("")},setValue(e){var t;null!==(t=this.$select)&&void 0!==t&&t.length||(this.$select=this.$dom.find(".font-select")),this.$select.length&&this.$select.val(e)}}},5527:e=>{e.exports={generateShortcode(e){const t={"field-validation":"rating","data-attribute":"data-value","data-css":e.attr("data-css")};return{extra_params:TVE.buildAttrStringFromObject(t),$shortcodeElement:e,shortcodeAttr:["data-value"],key:"number"}},customFieldInput(e,t,s=null){const i=TVE.Components.rating.controls.ExternalFields,a=TVE.ActiveElement,l={value:s||0,name:t},o=i.getCFValues("number",e,t,l),c=TVE.Components.rating,n=parseInt(a.attr("data-max"));a.attr({"data-c-f-id":o.name,"data-value":o.value}),c.renderer.set_data({value:o.value>=0&&o.value%.5==0?o.value:0,max:n}),c.renderer.render_to(a,!0),TVE.Components.rating.controls.ExternalFields.rating.val(n),i.updatePostList(a)}}},5529:e=>{const t=function(e,s,i,a){if(!Object.defineProperty)return e;Array.isArray(s)||(s=[s]),_.each(s,function(s){let l;e.hasOwnProperty(s)||Object.defineProperty(e,s,{enumerable:!0,get:()=>l,set(e){if(!t.skip_once&&e!==l){const t=l;l=e,i.apply(a||null,[s,e,t])}delete t.skip_once}})})};t.skip_one=function(){return this.skip_once=!0,this},e.exports=t},5547:(e,t,s)=>{const i=s(30457);var a;a=jQuery,e.exports=i.extend({setup_defaults(){let e=TVE.CONST.dynamic_links?TVE.CONST.dynamic_links["Global Fields"].links.Social.filter(e=>e.url).map(e=>({key:e.id?e.id+"_share":"",name:e.name,url:e.url,checked:!0})):"";if(e){const t=e.find(e=>"t_share"===e.key);e.push({key:"x_share",name:"X",url:t?t.url:"",checked:!0}),e=e.filter(e=>"t_share"!==e.key)}this.config={defaultClasses:"tve_social_items tve_social_custom tcb-social-follow tve-prevent-content-edit",style:"tve_links_style_1",button_type:"tve_social_itb",selected:e.length?e:[{key:"fb_share",name:"Facebook",checked:!0},{key:"yt_share",name:"Youtube",checked:!0},{key:"x_share",name:"X",checked:!0}]},this.iconsNames={fb:"facebook",x:"x",ig:"instagram",pin:"pinterest",in:"linkedin",yt:"youtube",xing:"xing"}},getNetworkFromKey:e=>e.replace("_share",""),renderIcon(e){let t=TVE.inner_$("symbol#icon-"+e);return 0===t.length&&(t=TVE.inner_$("symbol#icon-link")),TVE.svg_icon({path:t.html(),viewBox:t[0].getAttribute("viewBox"),name:t.find("> title").first().text()||this.iconsNames[e],id:this.iconsNames[e]?this.iconsNames[e]:t.attr("id")})},render_default(){const e=a(`<div class="thrv_wrapper thrive_author_links thrv_social_custom thrv_${this.key} tve_social_updated_author"></div>`);return e.wrap('<div class="tcb-clear"></div>'),this.setup_defaults(),this.render_to(e),e},_render_to(e){const t=e.find(".tve_social_items");t.length>0?t.removeClass().addClass(`${this.config.defaultClasses} ${this.config.style} ${this.config.button_type} tcb-local-vars-root`):(e.html(TVE.tpl("elements/social-follow-wrapper")({config:this.config})),e.prepend(TVE.tpl("elements/social-follow-palette-config")),e.addClass("tcb-local-vars-root"),this.enableCustomBranding(e));const s={renderAll:!0,setDynamic:"",href:"",isAuthorLink:!1,linkNewTab:!0,linkNoFollow:!0},i=e.attr("data-custom-networks"),a=e.attr("data-icons-identifiers"),l=i?JSON.parse(i):{},o=a?JSON.parse(e.attr("data-icons-identifiers")):{};_.each(this.config.selected,t=>{const i=t.key.replace("_share",""),a=e.find(`[data-network="${i}"] a`);s.isAuthorLink=a.hasClass("tve-author-link"),s.name=t.name,t.checked&&this.renderItem(t,e,o[i],s)}),_.each(TVE.CONST.socialFollowNetworks,(e,s)=>{if(!this.config.selected.map(e=>e.key.replace("_share","")).includes(s.replace("_share",""))){const e=s.includes("_share")?`.tve_s_${s}`:`.tve_s_${s}_share`;t.find(e).remove()}}),_.each(Object.keys(l),e=>{if(!this.config.selected.map(e=>e.key.replace("_share","")).includes(e.replace("_share",""))){const s=e.includes("_share")?`.tve_s_${e}`:`.tve_s_${e}_share`;t.find(s).remove()}}),void 0!==l&&e.attr("data-custom-networks",JSON.stringify(l)),TVE.Editor_Page.reposition_icons()},renderItem(e,t,s,i={}){s=TVE.inner_$(s);const a=e.key.includes("_share")?e.key:e.key+"_share",l=this.getNetworkFromKey(a),o=t.find(`.tve_s_${a}`).first(),c=o.find("a"),n=c.length>0;let r,d=n&&c.attr("data-shortcode-id")?c.attr("data-shortcode-id"):l;"x"===d&&(d="t"),s.length?s.is("svg")?r=TVE.svg_icon({path:s.html(),viewBox:s[0].getAttribute("viewBox"),name:s.find("> title").first().text(),id:s.attr("data-id")}):s.is(".tve_sc_icon")&&(r=s[0].outerHTML):r=this.renderIcon(l),n&&!i.name&&(i.name=o.attr("data-name"));let h,p={key:a,icon:r,network:l,name:i.name||"",class:"",dataset:""};if(h="static"!==i.setDynamic&&(!(n&&!i.setDynamic)||!i.href&&c.hasClass("tve-dynamic-link")),h){const e=i.isAuthorLink?"thrive_author_url":"thrive_global_fields_url";p=Object.assign(p,{class:"tve-dynamic-link"+(i.isAuthorLink?" tve-author-link":""),dataset:` data-dynamic-link="${e}" data-shortcode-id=${d}`})}else p.href=i.href||c.attr("href");p.linkNewTab=i.linkNewTab?'target="_blank"':"",p.linkNoFollow=i.linkNoFollow?'rel="nofollow"':"";const g=TVE.tpl("elements/social-follow-item")({r:this,data:p});if(i.renderAll){const e=TVE.inner_$(g).attr("data-s");if(t.find(".tve_social_items").append(g),t.find(".tve_s_item").length){const s=TVE.inner_$(t.find(`.tve_s_${e}`));s.length>1?(s.last().head_css_copy(s.first()),s.last().find(".tve_s_icon").head_css_copy(s.first().find(".tve_s_icon"))):1===s.length&&(s.head_css_copy(t.find(".tve_s_item")),s.last().find(".tve_s_icon").head_css_copy(t.find(".tve_s_item .tve_s_icon").first()))}o.remove()}else{const e=TVE.inner_$(g);o.length&&(e.head_css_copy(o),e.find(".tve_s_icon").head_css_copy(o.find(".tve_s_icon"))),o.replaceWith(e)}},enableCustomBranding(e){const t=this.config.style.replace("tve_links_style_","");["1","2","3","4","5"].includes(t)&&e.addClass("tcb-custom-branding-social")}})},6101:(e,t,s)=>{var i;i=jQuery,e.exports=s(50732).extend({pageIndex:0,_font_manager:{__default:s(46439),google:s(55095),inherit:s(28241),custom:s(27019),library:s(5197)},_template:TVE.tpl("controls/drop-panel-light"),update(e){const t=this.applyTo();this.initial_font=this.readFrom().tcbCss("--tve-font-family")||t.head_css("font-family",!1,this.config.css_suffix,TVE.FLAGS.hover_element,this.config.css_prefix),this.inherited=!this.initial_font||"inherit"===this.initial_font||"$inherit"===this.initial_font,this.initial_font&&!this.initial_font.includes("inherit")||(this.initial_font=this.readFrom().css("font-family")),this.initial_weight=t.head_css("--g-regular-weight")||t.head_css("font-weight",!1,this.config.css_suffix,!0,this.config.css_prefix),this.initial_bold=t.head_css("--g-bold-weight")||t.head_css("font-weight",!1," strong",!1,this.config.css_prefix),this.seems_custom=-1!==String(t.attr("class")).indexOf("ttfm"),this.readFont(e),this.setInputValue(this.initial_font)},setInputValue(e){let t=this.__original_section;void 0!==e&&e&&"inherit"!==e||(e=TVE.ActiveElement.css("font-family"),t="inherit"),e=e.length&&"inherit"===t&&"inherit"!==e?"Inherit: ["+e+"]":e,this.parent_control.set_value(e)},before_initialize(){this.disableGoogleFonts=!!TVE.CONST.disable_google_fonts,this.fonts=TVE.CONST.fonts,this.fonts.google.fonts=this.disableGoogleFonts?[]:TVE.FontManager.get_google_fonts(),this.format_google_fonts(),this.section=!1,this.setupFontLibraryTrigger()},after_initialize(){const e=this.fonts.google.formated,t=this.$(".tve-google-font-select"),s=this.$(".tve-select-google-font-select");s.hide(),this.render_autocomplete(t,e),this.render_select(s,TVE.FontManager.get_recommended_fonts()),this.set_imported_fonts(),0===this.fonts.custom.fonts.length&&this.$('.tve-font-select option[value="custom"]').attr("disabled","disabled").hide(),this.$('.tve-font-select option[value="inherit"]').html(TVE.CONST.landing_page?TVE.t.inherit_lp_font:TVE.t.inherit),this.disableGoogleFonts&&(this.$('.tve-font-select option[value="google"]').attr("disabled","disabled"),this.$(".info-text.orange").show())},setupFontLibraryTrigger(){this.$el.on("click",".font-library-trigger",function(){this.parentNode.querySelector(".info-text").classList.remove("tcb-hidden")})},set_imported_fonts(){TVE.BROWSER.mozilla?TVE.main.on("tve_stylesheet_loaded",_.bind(function(){this.imported_fonts=TVE.FontManager.get_imported_fonts()},this)):this.imported_fonts=TVE.FontManager.get_imported_fonts()},format_google_fonts(){const e=[];_.each(this.fonts.google.fonts,function(t,s){e.push({key:s,value:t.family,label:t.family})}),this.fonts.google.formated=e},render_autocomplete(e,t){const s=this;e.data("autocomplete")&&e.autocomplete("destroy");const a=25;let l=[];const o=Math.ceil(t.length/a);l=t.slice(0,a),e.autocomplete({source:(e,s)=>{l=e.term?t.filter(t=>t.label.toLowerCase().includes(e.term.toLowerCase())):t.slice(0,a),s(l)},delay:100,minLength:0,appendTo:e.parent(),open(){const c=e.autocomplete("instance"),n=e.autocomplete("widget");return n.css({display:"block",width:n.parent().width()+"px"}),s.pageIndex=0,n.off("scroll").on("scroll",()=>{if((e=>{const t=e.outerHeight(),s=e[0].scrollHeight;return e.scrollTop()>=s-t})(n)&&!c.term){if(s.pageIndex=s.pageIndex||0,++s.pageIndex,s.pageIndex>=o)return;l=t.slice(s.pageIndex*a,s.pageIndex*a+a),i.each(l,function(e,t){c._renderItemData(n,t)}),c.menu.refresh(),n.show(),n.position(i.extend({of:c.element},c.options.position)),c.options.autoFocus&&c.menu.next(new i.Event("mouseover"))}}),!1},select(e,t){s._font_manager.google.update(s,t.item.key,!0),e.stopPropagation()}}).autocomplete("widget").addClass("tcb-suggest tcb-fonts tcb-absolute").css("max-width","100%"),e.bind("click",function(){e.autocomplete("search")})},render_select(e,t){t.forEach(t=>e.append(i("<option>",{text:t.label,value:t.key})))},googleSelectRecommended(e,t){this._font_manager.google.update(this,t.value,!0),this._font_manager.google.setValue(t.value)},sourceChange(e,t){this.showSection(t.value,!0),"inherit"===t.value?this._font_manager.inherit.update(this):"safe"===t.value&&this.get_manager(t.value).$dom.find("select").trigger("change"),TVE.main.scroll_panel_to(this.$(".drop-panel"))},showSection(e,t){this.$(".font-section").hide(),this.section=e,this.$('.font-section[data-section="'+e+'"]').show(),t&&this.get_manager().reset()},readFont(){let e=this.initial_font,t="",s="inherit";if(!this.inherited&&e&&(e=e.replace(/"/g,""),this.seems_custom&&this.fonts.custom&&this.fonts.custom.fonts&&_.some(this.fonts.custom.fonts,function(i,a){if(i.family===e)return s="custom",t=a,!0}),"custom"!==s)){const i=Object.keys(this.fonts).sort((e,t)=>this.fonts[e].search_priority-this.fonts[t].search_priority);let a=!1,l=0;for(;!a&&i[l];){const o=this.fonts[i[l]].fonts,c=Object.keys(o),n=Object.values(o).findIndex(t=>[t.name,t.family].includes(e)||[t.name,t.family].includes(e.split(",").shift(0))||t.family.replaceAll(" ","")===e);n>-1&&(s=i[l],t=c[n],a=!0),l++}}if(this.$(".tve-font-select").val(s),"inherit"!==s&&""!==t){const e=this.get_manager(s);e.setValue(t),e.update(this,t,!1)}this.$(".has-weight")[TVE.froala.has_selection()?"hide":"show"](),this.showSection(s),this.__original_section=s},googleRecommended(){const e=this.$(".tve-google-font-select"),t=this.$(".tve-google-font-recommeneded").is(":checked"),s=this.$(".tve-google-font-select"),i=this.$(".tve-select-google-font-select"),a=t?TVE.FontManager.get_recommended_fonts():this.fonts.google.formated;s.toggle(!t),i.toggle(t),t&&i.trigger("change"),this.render_autocomplete(e,a)},clear(){this.applyTo().head_css({"font-family":"","--tve-font-family":"","font-weight":"","font-style":""},null,this.config.css_suffix,!1,this.config.css_prefix)},set(e,t,s){TVE.SkipUpdate=!0;const i=this.applyTo();let a=i;if((void 0===e||"inherit"===e&&TVE.CONST.landing_page)&&(e=""),this.seems_custom||this._font_manager.custom.remove_classes(a),-1!==e.indexOf(" ")||-1!==e.indexOf(",")){const t=e.split(",");e=t.map(e=>{const t=e.replace(/"/g,"").trim();return-1!==t.indexOf(" ")?`"${t}"`:t}).join(", ")}if(this.model.config.inline&&TVE.froala.editor){const i=TVE.froala.get_block_element();if(!TVE.froala.has_selection()||TVE.froala.editor.selection.isFull()||TVE.froala.selectionIsFullBlock()){const l={"font-family":e+"!important","--g-regular-weight":t||"","--g-bold-weight":s||""};if(this.component&&this.component.controls.TextStyle&&!this.component.controls.TextStyle.isActive("bold")&&(l["font-weight"]="var(--g-regular-weight, normal) !important"),!1!==TVE.apply_filters("tcb.text.apply_style",!0,i,l,s)&&(i.head_css(l,"","",!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "),void 0!==s&&i.head_css({"font-weight":s?s+"!important":""},!1," strong",!1,this.config.css_prefix)),TVE.froala.editor.selection.isFull()||TVE.froala.selectionIsFullBlock()){const e={"font-family":"","font-weight":""};i.find("span").head_css(e).css(e).head_css(e,!1," strong",!1,this.config.css_prefix)}a=a.add(i)}else if(e=e.replace(/"/g,"'"),TVE.froala.exec("format.applyStyle","font-family",e),void 0!==t&&TVE.froala.exec("format.applyStyle","font-weight",t),a=a.add(TVE.froala.get_selection_element()),this.component.apply_head_css&&(this.component.apply_head_css(),void 0!==s)){const e=TVE.inner_$(TVE.froala.editor.selection.element());e.attr("data-css")&&e.head_css({"font-weight":s?s+" !important":""},!1," strong")}}else this.savedData={value:e,regularWeight:t,boldWeight:s},this.writeCSS(i,e,t,s)},writeCSS(e,t,s="",i=""){TVE.do_action(`tcb.${TVE._type(e)}.change_font`,e,t);const a=this.config.important?"!important":"",l=e.head_css("font-weight",!1,this.config.css_suffix,!0,this.config.css_prefix),o={"font-family":t?`var(--tve-font-family, ${t})${a}`:""};if(this.component){const t=this.component.controls.TextStyle;t.applyStyles&&t.applyStyles(e,t.$('[data-value="bold"]')[0])}e.is(".tve_lg_submit")&&("bold"===l||parseInt(l)>=400)&&(o["font-weight"]=l),e.head_css(o,!1,this.config.css_suffix,!0,this.config.css_prefix),e.head_css({"--tve-font-family":"inherit"===t?"$inherit":t,"--g-regular-weight":s||"","--g-bold-weight":i||""}),setTimeout(function(){TVE.Editor_Page.reposition_icons()},100)},cancel(e){if(void 0!==this.is_update_end&&!1===this.is_update_end&&(this.is_update_end=!0),"inherit"===this.__original_section){const t=e.head_css("font-weight",!1,this.config.css_suffix,!0,this.config.css_prefix);this.set("inherit",t)}else this.set(this.initial_font,this.last_initial_weight,this.last_bold_weight);this.update()},apply(e){this.validate()&&(TVE.SKIP_CSS_STATE=!1,!this.model.config.inline&&this.savedData&&(this.writeCSS(e,this.savedData.value,this.savedData.regularWeight,this.savedData.boldWeight),delete this.savedData),this.update(),this.hide())},input(e,t){this.change(e,t)},validate(){return this.get_manager().validate()},change(e,t){this.validate()&&(TVE.SKIP_CSS_STATE=!0,this.get_manager(t.dataset.font).css(this))},toggleItalic(){this._font_manager.google.css(this)},fontChange(e,t){const s=t.getAttribute("data-font");this.get_manager(s).update(this,t.value,!0)},get_manager(e){e=e||this.section;const t=void 0!==this._font_manager[e]?this._font_manager[e]:this._font_manager.__default;return t.$dom=this.$('.font-section[data-section="'+e+'"]'),t.fonts=this.fonts[e]&&this.fonts[e].fonts,t},remove_custom_font(e){e.removeClass(function(e,t){return(t.match(/(^|\s)ttfm\S+/g)||[]).join(" ")})}})},6142:(e,t,s)=>{const i=s(69759);e.exports=i.extend({updateOnMouseLeave:!1,teaserLayoutCollection:new Backbone.Collection({}),before_update:jQuery.noop,controls_init(){const e=this;this.controls.number_of_columns.input=function(){},this.controls.number_of_columns.update=function(){const e=this.component.get_config();this.setValue(e.columns)},this.controls.number_of_columns.change=function(e,t){this.component.update_config(t.value,"columns"),this.component.generate_post_grid(e)},this.controls.display.update=function(){const e=this.component.get_config();this.setValue(e.display)},this.controls.display.input=function(e,t){this.component.update_config(t.value,"display"),this.component.generate_post_grid(e)},this.controls.grid_layout.update=function(){const e=this.component.get_config();"vertical"===e.grid_layout?(this.component.$(".post-grid-layout-number-of-columns").hide(),this.component.$(".post-grid-layout-display").hide()):(this.component.$(".post-grid-layout-number-of-columns").show(),this.component.$(".post-grid-layout-display").show()),this.setValue(e.grid_layout)},this.controls.grid_layout.input=function(e,t){this.component.update_config(t.value,"grid_layout"),"vertical"===t.value?(this.component.update_config("grid","display"),this.component.update_config(1,"columns"),this.component.$(".post-grid-layout-number-of-columns").hide(),this.component.$(".post-grid-layout-display").hide()):(this.component.update_config("grid","display"),this.component.update_config(2,"columns"),this.component.controls.display.update(e),this.component.controls.number_of_columns.update(e),this.component.$(".post-grid-layout-number-of-columns").show(),this.component.$(".post-grid-layout-display").show()),this.component.generate_post_grid(e)},this.controls.featured_image.update=function(){const e=this.component.get_config();this.setChecked("true"===e.teaser_layout.featured_image)},this.controls.featured_image.change=function(t,s){const i=this.component.get_config();i.teaser_layout.featured_image=s.checked?"true":"false",this.component.update_config(i.teaser_layout,"teaser_layout"),this.component.generate_post_grid(t),e.controls.preview.update()},this.controls.title.update=function(){const e=this.component.get_config();this.setChecked("true"===e.teaser_layout.title)},this.controls.title.change=function(t,s){const i=this.component.get_config();i.teaser_layout.title=s.checked?"true":"false",this.component.update_config(i.teaser_layout,"teaser_layout"),this.component.generate_post_grid(t),e.controls.preview.update()},this.controls.read_more_lnk.update=function(){const e=this.component.get_config();this.setChecked("true"===e.teaser_layout.read_more)},this.controls.read_more_lnk.change=function(t,s){const i=this.component.get_config();i.teaser_layout.read_more=s.checked?"true":"false",this.component.update_config(i.teaser_layout,"teaser_layout"),this.component.generate_post_grid(t),e.controls.preview.update()},this.controls.text.update=function(){const e=this.component.get_config();this.setChecked("true"===e.teaser_layout.text)},this.controls.text.change=function(t,s){const i=this.component.get_config();i.teaser_layout.text=s.checked?"true":"false",this.component.update_config(i.teaser_layout,"teaser_layout"),this.component.generate_post_grid(t),e.controls.preview.update()},this.controls.text_type.update=function(){const e=this.component.get_config();this.setValue(e.text_type)},this.controls.text_type.input=function(t,s){this.component.update_config(s.value,"text_type"),this.component.generate_post_grid(t),e.controls.preview.update()};const t=this.config.preview.config;this.controls.preview.attach_collection(this.teaserLayoutCollection),this.controls.preview.update=function(){const e=[],s=this.component.get_config();_.each(s.layout,function(s){e.push({icon:"",key:s,label:t.labels[s]})},this),this.component.teaserLayoutCollection.reset(e)},this.listenTo(this.teaserLayoutCollection,"change",_.bind(function(){const e=[];this.teaserLayoutCollection.each(function(t){e.push(t.get("key"))},this),this.update_config(e,"layout"),this.generate_post_grid()},this))},order_control:()=>s(59577)})},6177:(e,t,s)=>{e.exports=s(16668).component.extend({set_model(e){this.model=void 0!==e?e:new Backbone.Model({config:{}})},apply_settings(){return this.model.set({a:this.key,t:"click",config:{}}),!0}})},6291:(e,t,s)=>{const i=s(16668),a=s(43700);e.exports=i.base_view.extend({get_value(e,t){const s=(t=t||"h1, h2, h3, h4, h5, h6, p, li, .tcb-plain-text").split(",").shift();t=TVE.buildLandingPageSelector(t,"");let i=TVE.head_css_get(TVE.buildLandingPageSelector(t,""),e);if(!i){const t=TVE.inner_$("<"+s+"></"+s+">").appendTo("#tcb_landing_page");i=t.css(e),t.remove()}return i},edit_font_options(e){TVE.Editor_Page.editor.prepend(TVE.tpl("landing-pages/lp-typography")()),a.init(),TVE.main.sidebar_extra.toggle_disabled(!0),TVE.main.$("#tcb-editor-settings").addClass("tcb-disabled"),TVE.body_overlay(),TVE.prevent_blur=!0,TVE.inner_$(".tcb-close-lp-fonts").off("click").on("click",jQuery.proxy(this.close_font_options,this)),this.edit_options=e},close_font_options(){a.done(),TVE.state_manager.is_default()||TVE.main.$('[data-state="default"][data-fn="done"]').trigger("click"),TVE.main.sidebar_extra.toggle_disabled(!1),TVE.main.$("#tcb-editor-settings").removeClass("tcb-disabled"),TVE.inner_$(".tve-landing-page-text-preview").remove(),TVE.remove_body_overlay(),TVE.prevent_blur=!1,TVE.main.toggle_navigation(!1),TVE.Editor_Page.blur(),"function"==typeof this.edit_options.on_close&&this.edit_options.on_close()}})},6513:(e,t,s)=>{TVE.WordPressContent=s(97763);const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.wordPressContentInstance=TVE.WordPressContent.get_instance(TVE.modal.get_element("wordpress-content"))},edit_wordpress_content(){this.placeholder_action()},placeholder_action(){this.wordPressContentInstance.open()}})},6611:(e,t,s)=>{const i=s(40248);e.exports=s(20583).base.extend({initializeModalOptions(e){e&&e.target&&(this.type=e.target.dataset.type,this.url=e.target.dataset.url,this.link=e.target.dataset.link),this.$(".tcb-modal-content").toggleClass("tcb-video-instructions-modal","video"===this.type),this.$(".tcb-video-instructions").hide(),this.$(".tcb-article-instructions").hide()},before_open(e){if(this.initializeModalOptions(e),this.$el.addClass("loading"),"video"===this.type)this.$(".tcb-video-instructions").show(),this.$(".tcb-video-instructions iframe").attr("src",this.url),this.$el.removeClass("loading");else if("help"===this.type){this.$(".tcb-article-instructions").show();let e=!1;const t=()=>{TVE.ajax("get_intercom_article","get",{url_key:this.url}).done(s=>{const i=s.response.code,a=`${i} - ${s.response.message}`;if(429===i){if(e)return TVE.page_message(a,!0),!1;setTimeout(()=>{e=!0,t()},500)}else{const e=JSON.parse(s.body);this.addArticleInModal(e),this.$el.removeClass("loading"),this.storeArticleContent(e)}})};if(this.shouldReplaceArticle())t();else{const e=i.get("tcb_intercom_articles")||{};this.addArticleInModal(e[this.link]),this.$el.removeClass("loading")}}},after_open(){TVE.$(".tvd-lean-overlay").click(()=>{this.close()})},before_close(){this.$(".tcb-video-instructions iframe").attr("src",""),this.$(".tcb-article-title").html(""),this.$(".tcb-article-content").html("")},openIntercomArticle(){window.open(this.link)},storeArticleContent(e){const t=i.get("tcb_intercom_articles")||{},s=new Date;this.link&&(t[this.link]={title:e.title,body:e.body,timestamp:s.getTime()},i.set("tcb_intercom_articles",t))},shouldReplaceArticle(){const e=i.get("tcb_intercom_articles")||{},t=(new Date).getTime();return!e[this.link]||t-e[this.link].timestamp>864e5},addArticleInModal(e){this.$(".tcb-article-title").html(e.title),this.$(".tcb-article-content").html(e.body)}})},6818:(e,t,s)=>{e.exports=s(81940).extend({$$type:"search_form",categoryId:"search_form_type",templateName:"search_form",alter_wrapper_attributes:(e,t)=>({"data-ct-name":t.name,"data-ct":`${t.type}-${t.id}`})})},7175:(e,t,s)=>{const i=s(34286),a=s(42786),l=s(3479),o=s(11845),c=s(62204),n=s(27505),r=s(40878),d=s(65295);e.exports=TVE.modal.base.extend({beforeInitialize(){this.setCollection=new l,this.listenTo(this.setCollection,"add",e=>this.appendSet(e))},afterInitialize(){c.initData(),this.$("#tcb-conditional-display").html(TVE.tpl("conditional-display/modal/content")),this.displaySettingSelect=new r({el:this.$(".tcb-conditional-display-select")[0],model:new Backbone.Model({list:[{label:"Display content",value:1},{label:"Hide content",value:0}],placeholderText:""})}),this.$globalSetSelect=this.$(".tcb-condition-set-select2-container"),this.$el.on("click",e=>{0===TVE.$(e.target).closest(`${o.SET_TOOLTIP_DOTS_CLASS}, ${o.SET_TOOLTIP_CONTAINER_CLASS}`).length&&this.$(o.SET_TOOLTIP_CONTAINER_CLASS).addClass("hidden"),TVE.do_action("tcb.conditional_display.modal_clicked",e)})},before_open(e){this.displayModel=e.displayModel,this.$setList=this.$(".tcb-condition-set-list").empty(),this.displayModel.hasConditions()?(this.setCollection.reset(this.displayModel.getConditions()),this.setCollection.each(e=>{const t=new i({model:e});this.$setList.append(t.$el)})):this.setCollection.reset(),this.$(".tcb-conditional-current-display").text(this.displayModel.name()),this.displaySettingSelect.setValue(this.displayModel.get("hide")?0:1),this.$(".tcb-conditional-display-setting-select-container").toggle(TVE.apply_filters("tve.conditional_display.allow_hide",!0)),n.initGlobalSetsSelect(this.$globalSetSelect,()=>d.toggleLoading(this.$(".tcb-condition-set-list")),e=>{if(this.setCollection.has(e.id))TVE.page_message("This global set already exists in the current context!",-1);else{const t=new a({ID:e.id,label:e.label,rules:e.rules});this.setCollection.add(t)}d.toggleLoading(this.$(".tcb-condition-set-list"),!1)})},addSet(){const e=new a({label:this.setCollection.generateNewSetName(),rules:[{}]});this.setCollection.add(e)},appendSet(e){const t=new i({model:e});this.$setList.append(t.$el)},save(){this.isValid()&&(this.displayModel.set({conditions:JSON.stringify(this.setCollection),hide:parseInt(this.displaySettingSelect.getValue())?0:1}),this.close())},isValid(){return this.setCollection.customValidate()}})},7197:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(96860).getFontawesomeIcons(),c=["abacus","acorn","ad","address-book","address-card","adjust","air-conditioner","air-freshener","alarm-clock","alarm-exclamation","alarm-plus","alarm-snooze","album","album-collection","alicorn","alien","alien-monster","align-center","align-justify","align-left","align-right","align-slash","allergies","ambulance","american-sign-language-interpreting","amp-guitar","analytics","anchor","angel","angle-double-down","angle-double-left","angle-double-right","angle-double-up","angle-down","angle-left","angle-right","angle-up","angry","ankh","apple-alt","apple-crate","archive","archway","arrow-alt-circle-down","arrow-alt-circle-left","arrow-alt-circle-right","arrow-alt-circle-up","arrow-alt-down","arrow-alt-from-bottom","arrow-alt-from-left","arrow-alt-from-right","arrow-alt-from-top","arrow-alt-left","arrow-alt-right","arrow-alt-square-down","arrow-alt-square-left","arrow-alt-square-right","arrow-alt-square-up","arrow-alt-to-bottom","arrow-alt-to-left","arrow-alt-to-right","arrow-alt-to-top","arrow-alt-up","arrow-circle-down","arrow-circle-left","arrow-circle-right","arrow-circle-up","arrow-down","arrow-from-bottom","arrow-from-left","arrow-from-right","arrow-from-top","arrow-left","arrow-right","arrow-square-down","arrow-square-left","arrow-square-right","arrow-square-up","arrow-to-bottom","arrow-to-left","arrow-to-right","arrow-to-top","arrow-up","arrows","arrows-alt","arrows-alt-h","arrows-alt-v","arrows-h","arrows-v","assistive-listening-systems","asterisk","at","atlas","atom","atom-alt","audio-description","award","axe","axe-battle","baby","baby-carriage","backpack","backspace","backward","bacon","bacteria","bacterium","badge","badge-check","badge-dollar","badge-percent","badge-sheriff","badger-honey","bags-shopping","bahai","balance-scale","balance-scale-left","balance-scale-right","ball-pile","ballot","ballot-check","ban","band-aid","banjo","barcode","barcode-alt","barcode-read","barcode-scan","bars","baseball","baseball-ball","basketball-ball","basketball-hoop","bat","bath","battery-bolt","battery-empty","battery-full","battery-half","battery-quarter","battery-slash","battery-three-quarters","bed","bed-alt","bed-bunk","bed-empty","beer","bell","bell-exclamation","bell-on","bell-plus","bell-school","bell-school-slash","bell-slash","bells","betamax","bezier-curve","bible","bicycle","biking","biking-mountain","binoculars","biohazard","birthday-cake","blanket","blender","blender-phone","blind","blinds","blinds-open","blinds-raised","blog","bold","bolt","bomb","bone","bone-break","bong","book","book-alt","book-dead","book-heart","book-medical","book-open","book-reader","book-spells","book-user","bookmark","books","books-medical","boombox","boot","booth-curtain","border-all","border-bottom","border-center-h","border-center-v","border-inner","border-left","border-none","border-outer","border-right","border-style","border-style-alt","border-top","bow-arrow","bowling-ball","bowling-pins","box","box-alt","box-ballot","box-check","box-fragile","box-full","box-heart","box-open","box-tissue","box-up","box-usd","boxes","boxes-alt","boxing-glove","brackets","brackets-curly","braille","brain","bread-loaf","bread-slice","briefcase","briefcase-medical","bring-forward","bring-front","broadcast-tower","broom","browser","brush","bug","building","bullhorn","bullseye","bullseye-arrow","bullseye-pointer","burger-soda","burn","burrito","bus","bus-alt","bus-school","business-time","cabinet-filing","cactus","calculator","calculator-alt","calendar","calendar-alt","calendar-check","calendar-day","calendar-edit","calendar-exclamation","calendar-minus","calendar-plus","calendar-star","calendar-times","calendar-week","camcorder","camera","camera-alt","camera-home","camera-movie","camera-polaroid","camera-retro","campfire","campground","candle-holder","candy-cane","candy-corn","cannabis","capsules","car","car-alt","car-battery","car-building","car-bump","car-bus","car-crash","car-garage","car-mechanic","car-side","car-tilt","car-wash","caravan","caravan-alt","caret-circle-down","caret-circle-left","caret-circle-right","caret-circle-up","caret-down","caret-left","caret-right","caret-square-down","caret-square-left","caret-square-right","caret-square-up","caret-up","carrot","cars","cart-arrow-down","cart-plus","cash-register","cassette-tape","cat","cat-space","cauldron","cctv","certificate","chair","chair-office","chalkboard","chalkboard-teacher","charging-station","chart-area","chart-bar","chart-line","chart-line-down","chart-network","chart-pie","chart-pie-alt","chart-scatter","check","check-circle","check-double","check-square","cheese","cheese-swiss","cheeseburger","chess","chess-bishop","chess-bishop-alt","chess-board","chess-clock","chess-clock-alt","chess-king","chess-king-alt","chess-knight","chess-knight-alt","chess-pawn","chess-pawn-alt","chess-queen","chess-queen-alt","chess-rook","chess-rook-alt","chevron-circle-down","chevron-circle-left","chevron-circle-right","chevron-circle-up","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down","chevron-left","chevron-right","chevron-square-down","chevron-square-left","chevron-square-right","chevron-square-up","chevron-up","child","chimney","church","circle","circle-notch","city","clarinet","claw-marks","clinic-medical","clipboard","clipboard-check","clipboard-list","clipboard-list-check","clipboard-prescription","clipboard-user","clock","clone","closed-captioning","cloud","cloud-download","cloud-download-alt","cloud-drizzle","cloud-hail","cloud-hail-mixed","cloud-meatball","cloud-moon","cloud-moon-rain","cloud-music","cloud-rain","cloud-rainbow","cloud-showers","cloud-showers-heavy","cloud-sleet","cloud-snow","cloud-sun","cloud-sun-rain","cloud-upload","cloud-upload-alt","clouds","clouds-moon","clouds-sun","club","cocktail","code","code-branch","code-commit","code-merge","coffee","coffee-pot","coffee-togo","coffin","coffin-cross","cog","cogs","coin","coins","columns","comet","comment","comment-alt","comment-alt-check","comment-alt-dollar","comment-alt-dots","comment-alt-edit","comment-alt-exclamation","comment-alt-lines","comment-alt-medical","comment-alt-minus","comment-alt-music","comment-alt-plus","comment-alt-slash","comment-alt-smile","comment-alt-times","comment-check","comment-dollar","comment-dots","comment-edit","comment-exclamation","comment-lines","comment-medical","comment-minus","comment-music","comment-plus","comment-slash","comment-smile","comment-times","comments","comments-alt","comments-alt-dollar","comments-dollar","compact-disc","compass","compass-slash","compress","compress-alt","compress-arrows-alt","compress-wide","computer-classic","computer-speaker","concierge-bell","construction","container-storage","conveyor-belt","conveyor-belt-alt","cookie","cookie-bite","copy","copyright","corn","couch","cow","cowbell","cowbell-more","credit-card","credit-card-blank","credit-card-front","cricket","croissant","crop","crop-alt","cross","crosshairs","crow","crown","crutch","crutches","cube","cubes","curling","cut","dagger","database","deaf","debug","deer","deer-rudolph","democrat","desktop","desktop-alt","dewpoint","dharmachakra","diagnoses","diamond","dice","dice-d10","dice-d12","dice-d20","dice-d4","dice-d6","dice-d8","dice-five","dice-four","dice-one","dice-six","dice-three","dice-two","digging","digital-tachograph","diploma","directions","disc-drive","disease","divide","dizzy","dna","do-not-enter","dog","dog-leashed","dollar-sign","dolly","dolly-empty","dolly-flatbed","dolly-flatbed-alt","dolly-flatbed-empty","donate","door-closed","door-open","dot-circle","dove","download","drafting-compass","dragon","draw-circle","draw-polygon","draw-square","dreidel","drone","drone-alt","drum","drum-steelpan","drumstick","drumstick-bite","dryer","dryer-alt","duck","dumbbell","dumpster","dumpster-fire","dungeon","ear","ear-muffs","eclipse","eclipse-alt","edit","egg","egg-fried","eject","elephant","ellipsis-h","ellipsis-h-alt","ellipsis-v","ellipsis-v-alt","empty-set","engine-warning","envelope","envelope-open","envelope-open-dollar","envelope-open-text","envelope-square","equals","eraser","ethernet","euro-sign","exchange","exchange-alt","exclamation","exclamation-circle","exclamation-square","exclamation-triangle","expand","expand-alt","expand-arrows","expand-arrows-alt","expand-wide","external-link","external-link-alt","external-link-square","external-link-square-alt","eye","eye-dropper","eye-evil","eye-slash","fan","fan-table","farm","fast-backward","fast-forward","faucet","faucet-drip","fax","feather","feather-alt","female","field-hockey","fighter-jet","file","file-alt","file-archive","file-audio","file-certificate","file-chart-line","file-chart-pie","file-check","file-code","file-contract","file-csv","file-download","file-edit","file-excel","file-exclamation","file-export","file-image","file-import","file-invoice","file-invoice-dollar","file-medical","file-medical-alt","file-minus","file-music","file-pdf","file-plus","file-powerpoint","file-prescription","file-search","file-signature","file-spreadsheet","file-times","file-upload","file-user","file-video","file-word","files-medical","fill","fill-drip","film","film-alt","film-canister","filter","fingerprint","fire","fire-alt","fire-extinguisher","fire-smoke","fireplace","first-aid","fish","fish-cooked","fist-raised","flag","flag-alt","flag-checkered","flag-usa","flame","flashlight","flask","flask-poison","flask-potion","flower","flower-daffodil","flower-tulip","flushed","flute","flux-capacitor","fog","folder","folder-download","folder-minus","folder-open","folder-plus","folder-times","folder-tree","folder-upload","folders","font","font-case","football-ball","football-helmet","forklift","forward","fragile","french-fries","frog","frosty-head","frown","frown-open","function","funnel-dollar","futbol","galaxy","game-board","game-board-alt","game-console-handheld","gamepad","gamepad-alt","garage","garage-car","garage-open","gas-pump","gas-pump-slash","gavel","gem","genderless","ghost","gift","gift-card","gifts","gingerbread-man","glass","glass-champagne","glass-cheers","glass-citrus","glass-martini","glass-martini-alt","glass-whiskey","glass-whiskey-rocks","glasses","glasses-alt","globe","globe-africa","globe-americas","globe-asia","globe-europe","globe-snow","globe-stand","golf-ball","golf-club","gopuram","graduation-cap","gramophone","greater-than","greater-than-equal","grimace","grin","grin-alt","grin-beam","grin-beam-sweat","grin-hearts","grin-squint","grin-squint-tears","grin-stars","grin-tears","grin-tongue","grin-tongue-squint","grin-tongue-wink","grin-wink","grip-horizontal","grip-lines","grip-lines-vertical","grip-vertical","guitar","guitar-electric","guitars","h-square","h1","h2","h3","h4","hamburger","hammer","hammer-war","hamsa","hand-heart","hand-holding","hand-holding-box","hand-holding-heart","hand-holding-magic","hand-holding-medical","hand-holding-seedling","hand-holding-usd","hand-holding-water","hand-lizard","hand-middle-finger","hand-paper","hand-peace","hand-point-down","hand-point-left","hand-point-right","hand-point-up","hand-pointer","hand-receiving","hand-rock","hand-scissors","hand-sparkles","hand-spock","hands","hands-heart","hands-helping","hands-usd","hands-wash","handshake","handshake-alt","handshake-alt-slash","handshake-slash","hanukiah","hard-hat","hashtag","hat-chef","hat-cowboy","hat-cowboy-side","hat-santa","hat-winter","hat-witch","hat-wizard","hdd","head-side","head-side-brain","head-side-cough","head-side-cough-slash","head-side-headphones","head-side-mask","head-side-medical","head-side-virus","head-vr","heading","headphones","headphones-alt","headset","heart","heart-broken","heart-circle","heart-rate","heart-square","heartbeat","heat","helicopter","helmet-battle","hexagon","highlighter","hiking","hippo","history","hockey-mask","hockey-puck","hockey-sticks","holly-berry","home","home-alt","home-heart","home-lg","home-lg-alt","hood-cloak","horizontal-rule","horse","horse-head","horse-saddle","hospital","hospital-alt","hospital-symbol","hospital-user","hospitals","hot-tub","hotdog","hotel","hourglass","hourglass-end","hourglass-half","hourglass-start","house","house-damage","house-day","house-flood","house-leave","house-night","house-return","house-signal","house-user","hryvnia","humidity","hurricane","i-cursor","ice-cream","ice-skate","icicles","icons","icons-alt","id-badge","id-card","id-card-alt","igloo","image","image-polaroid","images","inbox","inbox-in","inbox-out","indent","industry","industry-alt","infinity","info","info-circle","info-square","inhaler","integral","intersection","inventory","island-tropical","italic","jack-o-lantern","jedi","joint","journal-whills","joystick","jug","kaaba","kazoo","kerning","key","key-skeleton","keyboard","keynote","khanda","kidneys","kiss","kiss-beam","kiss-wink-heart","kite","kiwi-bird","knife-kitchen","lambda","lamp","lamp-desk","lamp-floor","landmark","landmark-alt","language","laptop","laptop-code","laptop-house","laptop-medical","lasso","laugh","laugh-beam","laugh-squint","laugh-wink","layer-group","layer-minus","layer-plus","leaf","leaf-heart","leaf-maple","leaf-oak","lemon","less-than","less-than-equal","level-down","level-down-alt","level-up","level-up-alt","life-ring","light-ceiling","light-switch","light-switch-off","light-switch-on","lightbulb","lightbulb-dollar","lightbulb-exclamation","lightbulb-on","lightbulb-slash","lights-holiday","line-columns","line-height","link","lips","lira-sign","list","list-alt","list-music","list-ol","list-ul","location","location-arrow","location-circle","location-slash","lock","lock-alt","lock-open","lock-open-alt","long-arrow-alt-down","long-arrow-alt-left","long-arrow-alt-right","long-arrow-alt-up","long-arrow-down","long-arrow-left","long-arrow-right","long-arrow-up","loveseat","low-vision","luchador","luggage-cart","lungs","lungs-virus","mace","magic","magnet","mail-bulk","mailbox","male","mandolin","map","map-marked","map-marked-alt","map-marker","map-marker-alt","map-marker-alt-slash","map-marker-check","map-marker-edit","map-marker-exclamation","map-marker-minus","map-marker-plus","map-marker-question","map-marker-slash","map-marker-smile","map-marker-times","map-pin","map-signs","marker","mars","mars-double","mars-stroke","mars-stroke-h","mars-stroke-v","mask","meat","medal","medkit","megaphone","meh","meh-blank","meh-rolling-eyes","memory","menorah","mercury","meteor","microchip","microphone","microphone-alt","microphone-alt-slash","microphone-slash","microphone-stand","microscope","microwave","mind-share","minus","minus-circle","minus-hexagon","minus-octagon","minus-square","mistletoe","mitten","mobile","mobile-alt","mobile-android","mobile-android-alt","money-bill","money-bill-alt","money-bill-wave","money-bill-wave-alt","money-check","money-check-alt","money-check-edit","money-check-edit-alt","monitor-heart-rate","monkey","monument","moon","moon-cloud","moon-stars","mortar-pestle","mosque","motorcycle","mountain","mountains","mouse","mouse-alt","mouse-pointer","mp3-player","mug","mug-hot","mug-marshmallows","mug-tea","music","music-alt","music-alt-slash","music-slash","narwhal","network-wired","neuter","newspaper","not-equal","notes-medical","object-group","object-ungroup","octagon","oil-can","oil-temp","om","omega","ornament","otter","outdent","outlet","oven","overline","page-break","pager","paint-brush","paint-brush-alt","paint-roller","palette","pallet","pallet-alt","paper-plane","paperclip","parachute-box","paragraph","paragraph-rtl","parking","parking-circle","parking-circle-slash","parking-slash","passport","pastafarianism","paste","pause","pause-circle","paw","paw-alt","paw-claws","peace","pegasus","pen","pen-alt","pen-fancy","pen-nib","pen-square","pencil","pencil-alt","pencil-paintbrush","pencil-ruler","pennant","people-arrows","people-carry","pepper-hot","percent","percentage","person-booth","person-carry","person-dolly","person-dolly-empty","person-sign","phone","phone-alt","phone-laptop","phone-office","phone-plus","phone-rotary","phone-slash","phone-square","phone-square-alt","phone-volume","photo-video","pi","piano","piano-keyboard","pie","pig","piggy-bank","pills","pizza","pizza-slice","place-of-worship","plane","plane-alt","plane-arrival","plane-departure","plane-slash","planet-moon","planet-ringed","play","play-circle","plug","plus","plus-circle","plus-hexagon","plus-octagon","plus-square","podcast","podium","podium-star","police-box","poll","poll-h","poll-people","poo","poo-storm","poop","popcorn","portal-enter","portal-exit","portrait","pound-sign","power-off","pray","praying-hands","prescription","prescription-bottle","prescription-bottle-alt","presentation","print","print-search","print-slash","procedures","project-diagram","projector","pump-medical","pump-soap","pumpkin","puzzle-piece","qrcode","question","question-circle","question-square","quidditch","quote-left","quote-right","quran","rabbit","rabbit-fast","racquet","radar","radiation","radiation-alt","radio","radio-alt","rainbow","raindrops","ram","ramp-loading","random","raygun","receipt","record-vinyl","rectangle-landscape","rectangle-portrait","rectangle-wide","recycle","redo","redo-alt","refrigerator","registered","remove-format","repeat","repeat-1","repeat-1-alt","repeat-alt","reply","reply-all","republican","restroom","retweet","retweet-alt","ribbon","ring","rings-wedding","road","robot","rocket","rocket-launch","route","route-highway","route-interstate","router","rss","rss-square","ruble-sign","ruler","ruler-combined","ruler-horizontal","ruler-triangle","ruler-vertical","running","rupee-sign","rv","sack","sack-dollar","sad-cry","sad-tear","salad","sandwich","satellite","satellite-dish","sausage","save","sax-hot","saxophone","scalpel","scalpel-path","scanner","scanner-image","scanner-keyboard","scanner-touchscreen","scarecrow","scarf","school","screwdriver","scroll","scroll-old","scrubber","scythe","sd-card","search","search-dollar","search-location","search-minus","search-plus","seedling","send-back","send-backward","sensor","sensor-alert","sensor-fire","sensor-on","sensor-smoke","server","shapes","share","share-all","share-alt","share-alt-square","share-square","sheep","shekel-sign","shield","shield-alt","shield-check","shield-cross","shield-virus","ship","shipping-fast","shipping-timed","shish-kebab","shoe-prints","shopping-bag","shopping-basket","shopping-cart","shovel","shovel-snow","shower","shredder","shuttle-van","shuttlecock","sickle","sigma","sign","sign-in","sign-in-alt","sign-language","sign-out","sign-out-alt","signal","signal-1","signal-2","signal-3","signal-4","signal-alt","signal-alt-1","signal-alt-2","signal-alt-3","signal-alt-slash","signal-slash","signal-stream","signature","sim-card","sink","siren","siren-on","sitemap","skating","skeleton","ski-jump","ski-lift","skiing","skiing-nordic","skull","skull-cow","skull-crossbones","slash","sledding","sleigh","sliders-h","sliders-h-square","sliders-v","sliders-v-square","smile","smile-beam","smile-plus","smile-wink","smog","smoke","smoking","smoking-ban","sms","snake","snooze","snow-blowing","snowboarding","snowflake","snowflakes","snowman","snowmobile","snowplow","soap","socks","solar-panel","solar-system","sort","sort-alpha-down","sort-alpha-down-alt","sort-alpha-up","sort-alpha-up-alt","sort-alt","sort-amount-down","sort-amount-down-alt","sort-amount-up","sort-amount-up-alt","sort-circle","sort-circle-down","sort-circle-up","sort-down","sort-numeric-down","sort-numeric-down-alt","sort-numeric-up","sort-numeric-up-alt","sort-shapes-down","sort-shapes-down-alt","sort-shapes-up","sort-shapes-up-alt","sort-size-down","sort-size-down-alt","sort-size-up","sort-size-up-alt","sort-up","soup","spa","space-shuttle","space-station-moon","space-station-moon-alt","spade","sparkles","speaker","speakers","spell-check","spider","spider-black-widow","spider-web","spinner","spinner-third","splotch","spray-can","sprinkler","square","square-full","square-root","square-root-alt","squirrel","staff","stamp","star","star-and-crescent","star-christmas","star-exclamation","star-half","star-half-alt","star-of-david","star-of-life","star-shooting","starfighter","starfighter-alt","stars","starship","starship-freighter","steak","steering-wheel","step-backward","step-forward","stethoscope","sticky-note","stocking","stomach","stop","stop-circle","stopwatch","stopwatch-20","store","store-alt","store-alt-slash","store-slash","stream","street-view","stretcher","strikethrough","stroopwafel","subscript","subway","suitcase","suitcase-rolling","sun","sun-cloud","sun-dust","sun-haze","sunglasses","sunrise","sunset","superscript","surprise","swatchbook","swimmer","swimming-pool","sword","sword-laser","sword-laser-alt","swords","swords-laser","synagogue","sync","sync-alt","syringe","table","table-tennis","tablet","tablet-alt","tablet-android","tablet-android-alt","tablet-rugged","tablets","tachometer","tachometer-alt","tachometer-alt-average","tachometer-alt-fast","tachometer-alt-fastest","tachometer-alt-slow","tachometer-alt-slowest","tachometer-average","tachometer-fast","tachometer-fastest","tachometer-slow","tachometer-slowest","taco","tag","tags","tally","tanakh","tape","tasks","tasks-alt","taxi","teeth","teeth-open","telescope","temperature-down","temperature-frigid","temperature-high","temperature-hot","temperature-low","temperature-up","tenge","tennis-ball","terminal","text","text-height","text-size","text-width","th","th-large","th-list","theater-masks","thermometer","thermometer-empty","thermometer-full","thermometer-half","thermometer-quarter","thermometer-three-quarters","theta","thumbs-down","thumbs-up","thumbtack","thunderstorm","thunderstorm-moon","thunderstorm-sun","ticket","ticket-alt","tilde","times","times-circle","times-hexagon","times-octagon","times-square","tint","tint-slash","tire","tire-flat","tire-pressure-warning","tire-rugged","tired","toggle-off","toggle-on","toilet","toilet-paper","toilet-paper-alt","toilet-paper-slash","tombstone","tombstone-alt","toolbox","tools","tooth","toothbrush","torah","torii-gate","tornado","tractor","trademark","traffic-cone","traffic-light","traffic-light-go","traffic-light-slow","traffic-light-stop","trailer","train","tram","transgender","transgender-alt","transporter","transporter-1","transporter-2","transporter-3","transporter-empty","trash","trash-alt","trash-restore","trash-restore-alt","trash-undo","trash-undo-alt","treasure-chest","tree","tree-alt","tree-christmas","tree-decorated","tree-large","tree-palm","trees","triangle","triangle-music","trophy","trophy-alt","truck","truck-container","truck-couch","truck-loading","truck-monster","truck-moving","truck-pickup","truck-plow","truck-ramp","trumpet","tshirt","tty","turkey","turntable","turtle","tv","tv-alt","tv-music","tv-retro","typewriter","ufo","ufo-beam","umbrella","umbrella-beach","underline","undo","undo-alt","unicorn","union","universal-access","university","unlink","unlock","unlock-alt","upload","usb-drive","usd-circle","usd-square","user","user-alien","user-alt","user-alt-slash","user-astronaut","user-chart","user-check","user-circle","user-clock","user-cog","user-cowboy","user-crown","user-edit","user-friends","user-graduate","user-hard-hat","user-headset","user-injured","user-lock","user-md","user-md-chat","user-minus","user-music","user-ninja","user-nurse","user-plus","user-robot","user-secret","user-shield","user-slash","user-tag","user-tie","user-times","user-unlock","user-visor","users","users-class","users-cog","users-crown","users-medical","users-slash","utensil-fork","utensil-knife","utensil-spoon","utensils","utensils-alt","vacuum","vacuum-robot","value-absolute","vector-square","venus","venus-double","venus-mars","vhs","vial","vials","video","video-plus","video-slash","vihara","violin","virus","virus-slash","viruses","voicemail","volcano","volleyball-ball","volume","volume-down","volume-mute","volume-off","volume-slash","volume-up","vote-nay","vote-yea","vr-cardboard","wagon-covered","walker","walkie-talkie","walking","wallet","wand","wand-magic","warehouse","warehouse-alt","washer","watch","watch-calculator","watch-fitness","water","water-lower","water-rise","wave-sine","wave-square","wave-triangle","waveform","waveform-path","webcam","webcam-slash","weight","weight-hanging","whale","wheat","wheelchair","whistle","wifi","wifi-1","wifi-2","wifi-slash","wind","wind-turbine","wind-warning","window","window-alt","window-close","window-frame","window-frame-open","window-maximize","window-minimize","window-restore","windsock","wine-bottle","wine-glass","wine-glass-alt","won-sign","wreath","wrench","x-ray","yen-sign","yin-yang"];e.exports={fontawesome:a(a({styleToPrefix:{solid:"fas",outlined:"far",brands:"fab",light:"fal",duotone:"fad"},getLabel:()=>window.FontAwesomeKitConfig&&"pro"===FontAwesomeKitConfig.license?"Font Awesome Pro":"Font Awesome",render:(e,t)=>`<i class="${e} fa-${t}" ></i>`},o),{},{pro:{solid:{icons:["abacus","acorn","air-conditioner","alarm-clock","alarm-exclamation","alarm-plus","alarm-snooze","album","album-collection","alicorn","alien","alien-monster","align-slash","amp-guitar","analytics","angel","apple-crate","arrow-alt-down","arrow-alt-from-bottom","arrow-alt-from-left","arrow-alt-from-right","arrow-alt-from-top","arrow-alt-left","arrow-alt-right","arrow-alt-square-down","arrow-alt-square-left","arrow-alt-square-right","arrow-alt-square-up","arrow-alt-to-bottom","arrow-alt-to-left","arrow-alt-to-right","arrow-alt-to-top","arrow-alt-up","arrow-from-bottom","arrow-from-left","arrow-from-right","arrow-from-top","arrow-square-down","arrow-square-left","arrow-square-right","arrow-square-up","arrow-to-bottom","arrow-to-left","arrow-to-right","arrow-to-top","arrows","arrows-h","arrows-v","atom-alt","axe","axe-battle","backpack","bacteria","bacterium","badge","badge-check","badge-dollar","badge-percent","badge-sheriff","badger-honey","bags-shopping","ball-pile","ballot","ballot-check","banjo","barcode-alt","barcode-read","barcode-scan","baseball","basketball-hoop","bat","battery-bolt","battery-slash","bed-alt","bed-bunk","bed-empty","bell-exclamation","bell-on","bell-plus","bell-school","bell-school-slash","bells","betamax","biking-mountain","blanket","blinds","blinds-open","blinds-raised","bone-break","book-alt","book-heart","book-spells","book-user","books","books-medical","boombox","boot","booth-curtain","border-bottom","border-center-h","border-center-v","border-inner","border-left","border-outer","border-right","border-style-alt","border-top","bow-arrow","bowling-pins","box-alt","box-ballot","box-check","box-fragile","box-full","box-heart","box-up","box-usd","boxes-alt","boxing-glove","brackets","brackets-curly","bread-loaf","bring-forward","bring-front","browser","bullseye-arrow","bullseye-pointer","burger-soda","burrito","bus-school","cabinet-filing","cactus","calculator-alt","calendar-edit","calendar-exclamation","calendar-star","camcorder","camera-alt","camera-home","camera-movie","camera-polaroid","campfire","candle-holder","candy-corn","car-building","car-bump","car-bus","car-garage","car-mechanic","car-tilt","car-wash","caravan-alt","caret-circle-down","caret-circle-left","caret-circle-right","caret-circle-up","cars","cassette-tape","cat-space","cauldron","cctv","chair-office","chart-line-down","chart-network","chart-pie-alt","chart-scatter","cheese-swiss","cheeseburger","chess-bishop-alt","chess-clock","chess-clock-alt","chess-king-alt","chess-knight-alt","chess-pawn-alt","chess-queen-alt","chess-rook-alt","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-square-down","chevron-square-left","chevron-square-right","chevron-square-up","chimney","clarinet","claw-marks","clipboard-list-check","clipboard-prescription","clipboard-user","cloud-download","cloud-drizzle","cloud-hail","cloud-hail-mixed","cloud-music","cloud-rainbow","cloud-showers","cloud-sleet","cloud-snow","cloud-upload","clouds","clouds-moon","clouds-sun","club","code-commit","code-merge","coffee-pot","coffee-togo","coffin","coffin-cross","coin","comet","comment-alt-check","comment-alt-dollar","comment-alt-dots","comment-alt-edit","comment-alt-exclamation","comment-alt-lines","comment-alt-medical","comment-alt-minus","comment-alt-music","comment-alt-plus","comment-alt-slash","comment-alt-smile","comment-alt-times","comment-check","comment-edit","comment-exclamation","comment-lines","comment-minus","comment-music","comment-plus","comment-smile","comment-times","comments-alt","comments-alt-dollar","compass-slash","compress-wide","computer-classic","computer-speaker","construction","container-storage","conveyor-belt","conveyor-belt-alt","corn","cow","cowbell","cowbell-more","credit-card-blank","credit-card-front","cricket","croissant","crutches","curling","dagger","debug","deer","deer-rudolph","desktop-alt","dewpoint","diamond","dice-d10","dice-d12","dice-d4","dice-d8","digging","diploma","disc-drive","do-not-enter","dog-leashed","dolly-empty","dolly-flatbed-alt","dolly-flatbed-empty","draw-circle","draw-square","dreidel","drone","drone-alt","drumstick","dryer","dryer-alt","duck","ear","ear-muffs","eclipse","eclipse-alt","egg-fried","elephant","ellipsis-h-alt","ellipsis-v-alt","empty-set","engine-warning","envelope-open-dollar","exchange","exclamation-square","expand-arrows","expand-wide","external-link","external-link-square","eye-evil","fan-table","farm","faucet-drip","field-hockey","file-certificate","file-chart-line","file-chart-pie","file-check","file-edit","file-exclamation","file-minus","file-music","file-plus","file-search","file-spreadsheet","file-times","file-user","files-medical","film-alt","film-canister","fire-smoke","fireplace","fish-cooked","flag-alt","flame","flashlight","flask-poison","flask-potion","flower","flower-daffodil","flower-tulip","flute","flux-capacitor","fog","folder-download","folder-times","folder-tree","folder-upload","folders","font-case","football-helmet","forklift","fragile","french-fries","frosty-head","function","galaxy","game-board","game-board-alt","game-console-handheld","gamepad-alt","garage","garage-car","garage-open","gas-pump-slash","gift-card","gingerbread-man","glass","glass-champagne","glass-citrus","glass-whiskey-rocks","glasses-alt","globe-snow","globe-stand","golf-club","gramophone","guitar-electric","guitars","h1","h2","h3","h4","hammer-war","hand-heart","hand-holding-box","hand-holding-magic","hand-holding-seedling","hand-receiving","hands-heart","hands-usd","handshake-alt","hat-chef","hat-santa","hat-winter","hat-witch","head-side","head-side-brain","head-side-headphones","head-side-medical","head-vr","heart-circle","heart-rate","heart-square","heat","helmet-battle","hexagon","hockey-mask","hockey-sticks","home-alt","home-heart","home-lg","home-lg-alt","hood-cloak","horizontal-rule","horse-saddle","hospitals","house","house-day","house-flood","house-leave","house-night","house-return","house-signal","humidity","hurricane","ice-skate","icons-alt","image-polaroid","inbox-in","inbox-out","industry-alt","info-square","inhaler","integral","intersection","inventory","island-tropical","jack-o-lantern","joystick","jug","kazoo","kerning","key-skeleton","keynote","kidneys","kite","knife-kitchen","lambda","lamp","lamp-desk","lamp-floor","landmark-alt","lasso","layer-minus","layer-plus","leaf-heart","leaf-maple","leaf-oak","level-down","level-up","light-ceiling","light-switch","light-switch-off","light-switch-on","lightbulb-dollar","lightbulb-exclamation","lightbulb-on","lightbulb-slash","lights-holiday","line-columns","line-height","lips","list-music","location","location-circle","location-slash","lock-alt","lock-open-alt","long-arrow-down","long-arrow-left","long-arrow-right","long-arrow-up","loveseat","luchador","mace","mailbox","mandolin","map-marker-alt-slash","map-marker-check","map-marker-edit","map-marker-exclamation","map-marker-minus","map-marker-plus","map-marker-question","map-marker-slash","map-marker-smile","map-marker-times","meat","megaphone","microphone-stand","microwave","mind-share","minus-hexagon","minus-octagon","mistletoe","mobile-android","mobile-android-alt","money-check-edit","money-check-edit-alt","monitor-heart-rate","monkey","moon-cloud","moon-stars","mountains","mouse-alt","mp3-player","mug","mug-marshmallows","mug-tea","music-alt","music-alt-slash","music-slash","narwhal","octagon","oil-temp","omega","ornament","outlet","oven","overline","page-break","paint-brush-alt","pallet-alt","paragraph-rtl","parking-circle","parking-circle-slash","parking-slash","paw-alt","paw-claws","pegasus","pencil","pencil-paintbrush","pennant","person-carry","person-dolly","person-dolly-empty","person-sign","phone-laptop","phone-office","phone-plus","phone-rotary","pi","piano","piano-keyboard","pie","pig","pizza","plane-alt","planet-moon","planet-ringed","plus-hexagon","plus-octagon","podium","podium-star","police-box","poll-people","popcorn","portal-enter","portal-exit","presentation","print-search","print-slash","projector","pumpkin","question-square","rabbit","rabbit-fast","racquet","radar","radio","radio-alt","raindrops","ram","ramp-loading","raygun","rectangle-landscape","rectangle-portrait","rectangle-wide","refrigerator","repeat","repeat-1","repeat-1-alt","repeat-alt","retweet-alt","rings-wedding","rocket-launch","route-highway","route-interstate","router","ruler-triangle","rv","sack","sack-dollar","salad","sandwich","sausage","sax-hot","saxophone","scalpel","scalpel-path","scanner","scanner-image","scanner-keyboard","scanner-touchscreen","scarecrow","scarf","scroll-old","scrubber","scythe","send-back","send-backward","sensor","sensor-alert","sensor-fire","sensor-on","sensor-smoke","share-all","sheep","shield","shield-check","shield-cross","shipping-timed","shish-kebab","shovel","shovel-snow","shredder","shuttlecock","sickle","sigma","sign-in","sign-out","signal-1","signal-2","signal-3","signal-4","signal-alt","signal-alt-1","signal-alt-2","signal-alt-3","signal-alt-slash","signal-slash","signal-stream","sink","siren","siren-on","skeleton","ski-jump","ski-lift","skull-cow","sledding","sliders-h-square","sliders-v","sliders-v-square","smile-plus","smoke","snake","snooze","snow-blowing","snowflakes","snowmobile","solar-system","sort-alt","sort-circle","sort-circle-down","sort-circle-up","sort-shapes-down","sort-shapes-down-alt","sort-shapes-up","sort-shapes-up-alt","sort-size-down","sort-size-down-alt","sort-size-up","sort-size-up-alt","soup","space-station-moon","space-station-moon-alt","spade","sparkles","speaker","speakers","spider-black-widow","spider-web","spinner-third","sprinkler","square-root","squirrel","staff","star-christmas","star-exclamation","star-shooting","starfighter","starfighter-alt","stars","starship","starship-freighter","steak","steering-wheel","stocking","stomach","stretcher","sun-cloud","sun-dust","sun-haze","sunglasses","sunrise","sunset","sword","sword-laser","sword-laser-alt","swords","swords-laser","tablet-android","tablet-android-alt","tablet-rugged","tachometer","tachometer-alt-average","tachometer-alt-fast","tachometer-alt-fastest","tachometer-alt-slow","tachometer-alt-slowest","tachometer-average","tachometer-fast","tachometer-fastest","tachometer-slow","tachometer-slowest","taco","tally","tanakh","tasks-alt","telescope","temperature-down","temperature-frigid","temperature-hot","temperature-up","tennis-ball","text","text-size","theta","thunderstorm","thunderstorm-moon","thunderstorm-sun","ticket","tilde","times-hexagon","times-octagon","times-square","tire","tire-flat","tire-pressure-warning","tire-rugged","toilet-paper-alt","tombstone","tombstone-alt","toothbrush","tornado","traffic-cone","traffic-light-go","traffic-light-slow","traffic-light-stop","transporter","transporter-1","transporter-2","transporter-3","transporter-empty","trash-undo","trash-undo-alt","treasure-chest","tree-alt","tree-christmas","tree-decorated","tree-large","tree-palm","trees","triangle","triangle-music","trophy-alt","truck-container","truck-couch","truck-plow","truck-ramp","trumpet","turkey","turntable","turtle","tv-alt","tv-music","tv-retro","typewriter","ufo","ufo-beam","unicorn","union","usb-drive","usd-circle","usd-square","user-alien","user-chart","user-cowboy","user-crown","user-hard-hat","user-headset","user-md-chat","user-music","user-robot","user-unlock","user-visor","users-class","users-crown","users-medical","users-slash","utensil-fork","utensil-knife","utensils-alt","vacuum","vacuum-robot","value-absolute","vhs","video-plus","violin","volcano","volume","volume-slash","vote-nay","wagon-covered","walker","walkie-talkie","wand","wand-magic","warehouse-alt","washer","watch","watch-calculator","watch-fitness","water-lower","water-rise","wave-sine","wave-triangle","waveform","waveform-path","webcam","webcam-slash","whale","wheat","whistle","wifi-1","wifi-2","wifi-slash","wind-turbine","wind-warning","window","window-alt","window-frame","window-frame-open","windsock","wreath"]},outlined:{icons:["abacus","acorn","ad","adjust","air-conditioner","air-freshener","alarm-clock","alarm-exclamation","alarm-plus","alarm-snooze","album","album-collection","alicorn","alien","alien-monster","align-center","align-justify","align-left","align-right","align-slash","allergies","ambulance","american-sign-language-interpreting","amp-guitar","analytics","anchor","angel","angle-double-down","angle-double-left","angle-double-right","angle-double-up","angle-down","angle-left","angle-right","angle-up","ankh","apple-alt","apple-crate","archive","archway","arrow-alt-down","arrow-alt-from-bottom","arrow-alt-from-left","arrow-alt-from-right","arrow-alt-from-top","arrow-alt-left","arrow-alt-right","arrow-alt-square-down","arrow-alt-square-left","arrow-alt-square-right","arrow-alt-square-up","arrow-alt-to-bottom","arrow-alt-to-left","arrow-alt-to-right","arrow-alt-to-top","arrow-alt-up","arrow-circle-down","arrow-circle-left","arrow-circle-right","arrow-circle-up","arrow-down","arrow-from-bottom","arrow-from-left","arrow-from-right","arrow-from-top","arrow-left","arrow-right","arrow-square-down","arrow-square-left","arrow-square-right","arrow-square-up","arrow-to-bottom","arrow-to-left","arrow-to-right","arrow-to-top","arrow-up","arrows","arrows-alt","arrows-alt-h","arrows-alt-v","arrows-h","arrows-v","assistive-listening-systems","asterisk","at","atlas","atom","atom-alt","audio-description","award","axe","axe-battle","baby","baby-carriage","backpack","backspace","backward","bacon","bacteria","bacterium","badge","badge-check","badge-dollar","badge-percent","badge-sheriff","badger-honey","bags-shopping","bahai","balance-scale","balance-scale-left","balance-scale-right","ball-pile","ballot","ballot-check","ban","band-aid","banjo","barcode","barcode-alt","barcode-read","barcode-scan","bars","baseball","baseball-ball","basketball-ball","basketball-hoop","bat","bath","battery-bolt","battery-empty","battery-full","battery-half","battery-quarter","battery-slash","battery-three-quarters","bed","bed-alt","bed-bunk","bed-empty","beer","bell-exclamation","bell-on","bell-plus","bell-school","bell-school-slash","bells","betamax","bezier-curve","bible","bicycle","biking","biking-mountain","binoculars","biohazard","birthday-cake","blanket","blender","blender-phone","blind","blinds","blinds-open","blinds-raised","blog","bold","bolt","bomb","bone","bone-break","bong","book","book-alt","book-dead","book-heart","book-medical","book-open","book-reader","book-spells","book-user","books","books-medical","boombox","boot","booth-curtain","border-all","border-bottom","border-center-h","border-center-v","border-inner","border-left","border-none","border-outer","border-right","border-style","border-style-alt","border-top","bow-arrow","bowling-ball","bowling-pins","box","box-alt","box-ballot","box-check","box-fragile","box-full","box-heart","box-open","box-tissue","box-up","box-usd","boxes","boxes-alt","boxing-glove","brackets","brackets-curly","braille","brain","bread-loaf","bread-slice","briefcase","briefcase-medical","bring-forward","bring-front","broadcast-tower","broom","browser","brush","bug","bullhorn","bullseye","bullseye-arrow","bullseye-pointer","burger-soda","burn","burrito","bus","bus-alt","bus-school","business-time","cabinet-filing","cactus","calculator","calculator-alt","calendar-day","calendar-edit","calendar-exclamation","calendar-star","calendar-week","camcorder","camera","camera-alt","camera-home","camera-movie","camera-polaroid","camera-retro","campfire","campground","candle-holder","candy-cane","candy-corn","cannabis","capsules","car","car-alt","car-battery","car-building","car-bump","car-bus","car-crash","car-garage","car-mechanic","car-side","car-tilt","car-wash","caravan","caravan-alt","caret-circle-down","caret-circle-left","caret-circle-right","caret-circle-up","caret-down","caret-left","caret-right","caret-up","carrot","cars","cart-arrow-down","cart-plus","cash-register","cassette-tape","cat","cat-space","cauldron","cctv","certificate","chair","chair-office","chalkboard","chalkboard-teacher","charging-station","chart-area","chart-line","chart-line-down","chart-network","chart-pie","chart-pie-alt","chart-scatter","check","check-double","cheese","cheese-swiss","cheeseburger","chess","chess-bishop","chess-bishop-alt","chess-board","chess-clock","chess-clock-alt","chess-king","chess-king-alt","chess-knight","chess-knight-alt","chess-pawn","chess-pawn-alt","chess-queen","chess-queen-alt","chess-rook","chess-rook-alt","chevron-circle-down","chevron-circle-left","chevron-circle-right","chevron-circle-up","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down","chevron-left","chevron-right","chevron-square-down","chevron-square-left","chevron-square-right","chevron-square-up","chevron-up","child","chimney","church","circle-notch","city","clarinet","claw-marks","clinic-medical","clipboard-check","clipboard-list","clipboard-list-check","clipboard-prescription","clipboard-user","cloud","cloud-download","cloud-download-alt","cloud-drizzle","cloud-hail","cloud-hail-mixed","cloud-meatball","cloud-moon","cloud-moon-rain","cloud-music","cloud-rain","cloud-rainbow","cloud-showers","cloud-showers-heavy","cloud-sleet","cloud-snow","cloud-sun","cloud-sun-rain","cloud-upload","cloud-upload-alt","clouds","clouds-moon","clouds-sun","club","cocktail","code","code-branch","code-commit","code-merge","coffee","coffee-pot","coffee-togo","coffin","coffin-cross","cog","cogs","coin","coins","columns","comet","comment-alt-check","comment-alt-dollar","comment-alt-dots","comment-alt-edit","comment-alt-exclamation","comment-alt-lines","comment-alt-medical","comment-alt-minus","comment-alt-music","comment-alt-plus","comment-alt-slash","comment-alt-smile","comment-alt-times","comment-check","comment-dollar","comment-edit","comment-exclamation","comment-lines","comment-medical","comment-minus","comment-music","comment-plus","comment-slash","comment-smile","comment-times","comments-alt","comments-alt-dollar","comments-dollar","compact-disc","compass-slash","compress","compress-alt","compress-arrows-alt","compress-wide","computer-classic","computer-speaker","concierge-bell","construction","container-storage","conveyor-belt","conveyor-belt-alt","cookie","cookie-bite","corn","couch","cow","cowbell","cowbell-more","credit-card-blank","credit-card-front","cricket","croissant","crop","crop-alt","cross","crosshairs","crow","crown","crutch","crutches","cube","cubes","curling","cut","dagger","database","deaf","debug","deer","deer-rudolph","democrat","desktop","desktop-alt","dewpoint","dharmachakra","diagnoses","diamond","dice","dice-d10","dice-d12","dice-d20","dice-d4","dice-d6","dice-d8","dice-five","dice-four","dice-one","dice-six","dice-three","dice-two","digging","digital-tachograph","diploma","directions","disc-drive","disease","divide","dna","do-not-enter","dog","dog-leashed","dollar-sign","dolly","dolly-empty","dolly-flatbed","dolly-flatbed-alt","dolly-flatbed-empty","donate","door-closed","door-open","dove","download","drafting-compass","dragon","draw-circle","draw-polygon","draw-square","dreidel","drone","drone-alt","drum","drum-steelpan","drumstick","drumstick-bite","dryer","dryer-alt","duck","dumbbell","dumpster","dumpster-fire","dungeon","ear","ear-muffs","eclipse","eclipse-alt","egg","egg-fried","eject","elephant","ellipsis-h","ellipsis-h-alt","ellipsis-v","ellipsis-v-alt","empty-set","engine-warning","envelope-open-dollar","envelope-open-text","envelope-square","equals","eraser","ethernet","euro-sign","exchange","exchange-alt","exclamation","exclamation-circle","exclamation-square","exclamation-triangle","expand","expand-alt","expand-arrows","expand-arrows-alt","expand-wide","external-link","external-link-alt","external-link-square","external-link-square-alt","eye-dropper","eye-evil","fan","fan-table","farm","fast-backward","fast-forward","faucet","faucet-drip","fax","feather","feather-alt","female","field-hockey","fighter-jet","file-certificate","file-chart-line","file-chart-pie","file-check","file-contract","file-csv","file-download","file-edit","file-exclamation","file-export","file-import","file-invoice","file-invoice-dollar","file-medical","file-medical-alt","file-minus","file-music","file-plus","file-prescription","file-search","file-signature","file-spreadsheet","file-times","file-upload","file-user","files-medical","fill","fill-drip","film","film-alt","film-canister","filter","fingerprint","fire","fire-alt","fire-extinguisher","fire-smoke","fireplace","first-aid","fish","fish-cooked","fist-raised","flag-alt","flag-checkered","flag-usa","flame","flashlight","flask","flask-poison","flask-potion","flower","flower-daffodil","flower-tulip","flute","flux-capacitor","fog","folder-download","folder-minus","folder-plus","folder-times","folder-tree","folder-upload","folders","font","font-case","football-ball","football-helmet","forklift","forward","fragile","french-fries","frog","frosty-head","function","funnel-dollar","galaxy","game-board","game-board-alt","game-console-handheld","gamepad","gamepad-alt","garage","garage-car","garage-open","gas-pump","gas-pump-slash","gavel","genderless","ghost","gift","gift-card","gifts","gingerbread-man","glass","glass-champagne","glass-cheers","glass-citrus","glass-martini","glass-martini-alt","glass-whiskey","glass-whiskey-rocks","glasses","glasses-alt","globe","globe-africa","globe-americas","globe-asia","globe-europe","globe-snow","globe-stand","golf-ball","golf-club","gopuram","graduation-cap","gramophone","greater-than","greater-than-equal","grip-horizontal","grip-lines","grip-lines-vertical","grip-vertical","guitar","guitar-electric","guitars","h-square","h1","h2","h3","h4","hamburger","hammer","hammer-war","hamsa","hand-heart","hand-holding","hand-holding-box","hand-holding-heart","hand-holding-magic","hand-holding-medical","hand-holding-seedling","hand-holding-usd","hand-holding-water","hand-middle-finger","hand-receiving","hand-sparkles","hands","hands-heart","hands-helping","hands-usd","hands-wash","handshake-alt","handshake-alt-slash","handshake-slash","hanukiah","hard-hat","hashtag","hat-chef","hat-cowboy","hat-cowboy-side","hat-santa","hat-winter","hat-witch","hat-wizard","head-side","head-side-brain","head-side-cough","head-side-cough-slash","head-side-headphones","head-side-mask","head-side-medical","head-side-virus","head-vr","heading","headphones","headphones-alt","headset","heart-broken","heart-circle","heart-rate","heart-square","heartbeat","heat","helicopter","helmet-battle","hexagon","highlighter","hiking","hippo","history","hockey-mask","hockey-puck","hockey-sticks","holly-berry","home","home-alt","home-heart","home-lg","home-lg-alt","hood-cloak","horizontal-rule","horse","horse-head","horse-saddle","hospital-alt","hospital-symbol","hospital-user","hospitals","hot-tub","hotdog","hotel","hourglass-end","hourglass-half","hourglass-start","house","house-damage","house-day","house-flood","house-leave","house-night","house-return","house-signal","house-user","hryvnia","humidity","hurricane","i-cursor","ice-cream","ice-skate","icicles","icons","icons-alt","id-card-alt","igloo","image-polaroid","inbox","inbox-in","inbox-out","indent","industry","industry-alt","infinity","info","info-circle","info-square","inhaler","integral","intersection","inventory","island-tropical","italic","jack-o-lantern","jedi","joint","journal-whills","joystick","jug","kaaba","kazoo","kerning","key","key-skeleton","keynote","khanda","kidneys","kite","kiwi-bird","knife-kitchen","lambda","lamp","lamp-desk","lamp-floor","landmark","landmark-alt","language","laptop","laptop-code","laptop-house","laptop-medical","lasso","layer-group","layer-minus","layer-plus","leaf","leaf-heart","leaf-maple","leaf-oak","less-than","less-than-equal","level-down","level-down-alt","level-up","level-up-alt","light-ceiling","light-switch","light-switch-off","light-switch-on","lightbulb-dollar","lightbulb-exclamation","lightbulb-on","lightbulb-slash","lights-holiday","line-columns","line-height","link","lips","lira-sign","list","list-music","list-ol","list-ul","location","location-arrow","location-circle","location-slash","lock","lock-alt","lock-open","lock-open-alt","long-arrow-alt-down","long-arrow-alt-left","long-arrow-alt-right","long-arrow-alt-up","long-arrow-down","long-arrow-left","long-arrow-right","long-arrow-up","loveseat","low-vision","luchador","luggage-cart","lungs","lungs-virus","mace","magic","magnet","mail-bulk","mailbox","male","mandolin","map-marked","map-marked-alt","map-marker","map-marker-alt","map-marker-alt-slash","map-marker-check","map-marker-edit","map-marker-exclamation","map-marker-minus","map-marker-plus","map-marker-question","map-marker-slash","map-marker-smile","map-marker-times","map-pin","map-signs","marker","mars","mars-double","mars-stroke","mars-stroke-h","mars-stroke-v","mask","meat","medal","medkit","megaphone","memory","menorah","mercury","meteor","microchip","microphone","microphone-alt","microphone-alt-slash","microphone-slash","microphone-stand","microscope","microwave","mind-share","minus","minus-circle","minus-hexagon","minus-octagon","mistletoe","mitten","mobile","mobile-alt","mobile-android","mobile-android-alt","money-bill","money-bill-wave","money-bill-wave-alt","money-check","money-check-alt","money-check-edit","money-check-edit-alt","monitor-heart-rate","monkey","monument","moon-cloud","moon-stars","mortar-pestle","mosque","motorcycle","mountain","mountains","mouse","mouse-alt","mouse-pointer","mp3-player","mug","mug-hot","mug-marshmallows","mug-tea","music","music-alt","music-alt-slash","music-slash","narwhal","network-wired","neuter","not-equal","notes-medical","octagon","oil-can","oil-temp","om","omega","ornament","otter","outdent","outlet","oven","overline","page-break","pager","paint-brush","paint-brush-alt","paint-roller","palette","pallet","pallet-alt","paperclip","parachute-box","paragraph","paragraph-rtl","parking","parking-circle","parking-circle-slash","parking-slash","passport","pastafarianism","paste","pause","paw","paw-alt","paw-claws","peace","pegasus","pen","pen-alt","pen-fancy","pen-nib","pen-square","pencil","pencil-alt","pencil-paintbrush","pencil-ruler","pennant","people-arrows","people-carry","pepper-hot","percent","percentage","person-booth","person-carry","person-dolly","person-dolly-empty","person-sign","phone","phone-alt","phone-laptop","phone-office","phone-plus","phone-rotary","phone-slash","phone-square","phone-square-alt","phone-volume","photo-video","pi","piano","piano-keyboard","pie","pig","piggy-bank","pills","pizza","pizza-slice","place-of-worship","plane","plane-alt","plane-arrival","plane-departure","plane-slash","planet-moon","planet-ringed","play","plug","plus","plus-circle","plus-hexagon","plus-octagon","podcast","podium","podium-star","police-box","poll","poll-h","poll-people","poo","poo-storm","poop","popcorn","portal-enter","portal-exit","portrait","pound-sign","power-off","pray","praying-hands","prescription","prescription-bottle","prescription-bottle-alt","presentation","print","print-search","print-slash","procedures","project-diagram","projector","pump-medical","pump-soap","pumpkin","puzzle-piece","qrcode","question","question-square","quidditch","quote-left","quote-right","quran","rabbit","rabbit-fast","racquet","radar","radiation","radiation-alt","radio","radio-alt","rainbow","raindrops","ram","ramp-loading","random","raygun","receipt","record-vinyl","rectangle-landscape","rectangle-portrait","rectangle-wide","recycle","redo","redo-alt","refrigerator","remove-format","repeat","repeat-1","repeat-1-alt","repeat-alt","reply","reply-all","republican","restroom","retweet","retweet-alt","ribbon","ring","rings-wedding","road","robot","rocket","rocket-launch","route","route-highway","route-interstate","router","rss","rss-square","ruble-sign","ruler","ruler-combined","ruler-horizontal","ruler-triangle","ruler-vertical","running","rupee-sign","rv","sack","sack-dollar","salad","sandwich","satellite","satellite-dish","sausage","sax-hot","saxophone","scalpel","scalpel-path","scanner","scanner-image","scanner-keyboard","scanner-touchscreen","scarecrow","scarf","school","screwdriver","scroll","scroll-old","scrubber","scythe","sd-card","search","search-dollar","search-location","search-minus","search-plus","seedling","send-back","send-backward","sensor","sensor-alert","sensor-fire","sensor-on","sensor-smoke","server","shapes","share","share-all","share-alt","share-alt-square","sheep","shekel-sign","shield","shield-alt","shield-check","shield-cross","shield-virus","ship","shipping-fast","shipping-timed","shish-kebab","shoe-prints","shopping-bag","shopping-basket","shopping-cart","shovel","shovel-snow","shower","shredder","shuttle-van","shuttlecock","sickle","sigma","sign","sign-in","sign-in-alt","sign-language","sign-out","sign-out-alt","signal","signal-1","signal-2","signal-3","signal-4","signal-alt","signal-alt-1","signal-alt-2","signal-alt-3","signal-alt-slash","signal-slash","signal-stream","signature","sim-card","sink","siren","siren-on","sitemap","skating","skeleton","ski-jump","ski-lift","skiing","skiing-nordic","skull","skull-cow","skull-crossbones","slash","sledding","sleigh","sliders-h","sliders-h-square","sliders-v","sliders-v-square","smile-plus","smog","smoke","smoking","smoking-ban","sms","snake","snooze","snow-blowing","snowboarding","snowflakes","snowman","snowmobile","snowplow","soap","socks","solar-panel","solar-system","sort","sort-alpha-down","sort-alpha-down-alt","sort-alpha-up","sort-alpha-up-alt","sort-alt","sort-amount-down","sort-amount-down-alt","sort-amount-up","sort-amount-up-alt","sort-circle","sort-circle-down","sort-circle-up","sort-down","sort-numeric-down","sort-numeric-down-alt","sort-numeric-up","sort-numeric-up-alt","sort-shapes-down","sort-shapes-down-alt","sort-shapes-up","sort-shapes-up-alt","sort-size-down","sort-size-down-alt","sort-size-up","sort-size-up-alt","sort-up","soup","spa","space-shuttle","space-station-moon","space-station-moon-alt","spade","sparkles","speaker","speakers","spell-check","spider","spider-black-widow","spider-web","spinner","spinner-third","splotch","spray-can","sprinkler","square-full","square-root","square-root-alt","squirrel","staff","stamp","star-and-crescent","star-christmas","star-exclamation","star-half-alt","star-of-david","star-of-life","star-shooting","starfighter","starfighter-alt","stars","starship","starship-freighter","steak","steering-wheel","step-backward","step-forward","stethoscope","stocking","stomach","stop","stopwatch","stopwatch-20","store","store-alt","store-alt-slash","store-slash","stream","street-view","stretcher","strikethrough","stroopwafel","subscript","subway","suitcase","suitcase-rolling","sun-cloud","sun-dust","sun-haze","sunglasses","sunrise","sunset","superscript","swatchbook","swimmer","swimming-pool","sword","sword-laser","sword-laser-alt","swords","swords-laser","synagogue","sync","sync-alt","syringe","table","table-tennis","tablet","tablet-alt","tablet-android","tablet-android-alt","tablet-rugged","tablets","tachometer","tachometer-alt","tachometer-alt-average","tachometer-alt-fast","tachometer-alt-fastest","tachometer-alt-slow","tachometer-alt-slowest","tachometer-average","tachometer-fast","tachometer-fastest","tachometer-slow","tachometer-slowest","taco","tag","tags","tally","tanakh","tape","tasks","tasks-alt","taxi","teeth","teeth-open","telescope","temperature-down","temperature-frigid","temperature-high","temperature-hot","temperature-low","temperature-up","tenge","tennis-ball","terminal","text","text-height","text-size","text-width","th","th-large","th-list","theater-masks","thermometer","thermometer-empty","thermometer-full","thermometer-half","thermometer-quarter","thermometer-three-quarters","theta","thumbtack","thunderstorm","thunderstorm-moon","thunderstorm-sun","ticket","ticket-alt","tilde","times","times-hexagon","times-octagon","times-square","tint","tint-slash","tire","tire-flat","tire-pressure-warning","tire-rugged","toggle-off","toggle-on","toilet","toilet-paper","toilet-paper-alt","toilet-paper-slash","tombstone","tombstone-alt","toolbox","tools","tooth","toothbrush","torah","torii-gate","tornado","tractor","trademark","traffic-cone","traffic-light","traffic-light-go","traffic-light-slow","traffic-light-stop","trailer","train","tram","transgender","transgender-alt","transporter","transporter-1","transporter-2","transporter-3","transporter-empty","trash","trash-restore","trash-restore-alt","trash-undo","trash-undo-alt","treasure-chest","tree","tree-alt","tree-christmas","tree-decorated","tree-large","tree-palm","trees","triangle","triangle-music","trophy","trophy-alt","truck","truck-container","truck-couch","truck-loading","truck-monster","truck-moving","truck-pickup","truck-plow","truck-ramp","trumpet","tshirt","tty","turkey","turntable","turtle","tv","tv-alt","tv-music","tv-retro","typewriter","ufo","ufo-beam","umbrella","umbrella-beach","underline","undo","undo-alt","unicorn","union","universal-access","university","unlink","unlock","unlock-alt","upload","usb-drive","usd-circle","usd-square","user-alien","user-alt","user-alt-slash","user-astronaut","user-chart","user-check","user-clock","user-cog","user-cowboy","user-crown","user-edit","user-friends","user-graduate","user-hard-hat","user-headset","user-injured","user-lock","user-md","user-md-chat","user-minus","user-music","user-ninja","user-nurse","user-plus","user-robot","user-secret","user-shield","user-slash","user-tag","user-tie","user-times","user-unlock","user-visor","users","users-class","users-cog","users-crown","users-medical","users-slash","utensil-fork","utensil-knife","utensil-spoon","utensils","utensils-alt","vacuum","vacuum-robot","value-absolute","vector-square","venus","venus-double","venus-mars","vhs","vial","vials","video","video-plus","video-slash","vihara","violin","virus","virus-slash","viruses","voicemail","volcano","volleyball-ball","volume","volume-down","volume-mute","volume-off","volume-slash","volume-up","vote-nay","vote-yea","vr-cardboard","wagon-covered","walker","walkie-talkie","walking","wallet","wand","wand-magic","warehouse","warehouse-alt","washer","watch","watch-calculator","watch-fitness","water","water-lower","water-rise","wave-sine","wave-square","wave-triangle","waveform","waveform-path","webcam","webcam-slash","weight","weight-hanging","whale","wheat","wheelchair","whistle","wifi","wifi-1","wifi-2","wifi-slash","wind","wind-turbine","wind-warning","window","window-alt","window-frame","window-frame-open","windsock","wine-bottle","wine-glass","wine-glass-alt","won-sign","wreath","wrench","x-ray","yen-sign","yin-yang"]},brands:{icons:[]},light:{icons:c},duotone:{icons:c}},tags:{}}),material:{styleToPrefix:{duotone:"material-icons-two-tone",solid:"",outlined:"-outline"},render:(e,t,s)=>{let i=`<i class="${e}">${t}</i>`;return"duotone"!==s&&(i=`<i class="mdi mdi-${t}${e}"></i>`),i},getLabel:()=>"Material Icons",outlined:{icons:["account-alert","account-arrow-left","account-arrow-right","account-box-multiple","account-box","account-cancel","account-cash","account-check","account-child","account-circle","account-clock","account-cog","account-convert","account-details","account-edit","account-group","account-heart","account-key","account-lock","account-minus","account-multiple-check","account-multiple-minus","account-multiple-plus","account-multiple-remove","account-multiple","account-music","account-network","account-off","account-plus","account-question","account-remove","account-search","account-settings","account-star","account-supervisor","account-switch","account-tie-voice-off","account-tie-voice","account-tie","account","airballoon","alarm-light","alert-box","alert-circle-check","alert-circle","alert-decagram","alert-minus","alert-octagon","alert-octagram","alert-plus","alert-remove","alert-rhombus","alert","alien","alpha-a-box","alpha-a-circle","alpha-b-box","alpha-b-circle","alpha-c-box","alpha-c-circle","alpha-d-box","alpha-d-circle","alpha-e-box","alpha-e-circle","alpha-f-box","alpha-f-circle","alpha-g-box","alpha-g-circle","alpha-h-box","alpha-h-circle","alpha-i-box","alpha-i-circle","alpha-j-box","alpha-j-circle","alpha-k-box","alpha-k-circle","alpha-l-box","alpha-l-circle","alpha-m-box","alpha-m-circle","alpha-n-box","alpha-n-circle","alpha-o-box","alpha-o-circle","alpha-p-box","alpha-p-circle","alpha-q-box","alpha-q-circle","alpha-r-box","alpha-r-circle","alpha-s-box","alpha-s-circle","alpha-t-box","alpha-t-circle","alpha-u-box","alpha-u-circle","alpha-v-box","alpha-v-circle","alpha-w-box","alpha-w-circle","alpha-x-box","alpha-x-circle","alpha-y-box","alpha-y-circle","alpha-z-box","alpha-z-circle","animation-play","animation","archive-arrow-down","archive-arrow-up","archive","arm-flex","arrow-bottom-left-bold","arrow-bottom-right-bold","arrow-decision-auto","arrow-decision","arrow-down-bold-box","arrow-down-bold-circle","arrow-down-bold-hexagon","arrow-down-bold","arrow-down-circle","arrow-down-drop-circle","arrow-left-bold-box","arrow-left-bold-circle","arrow-left-bold-hexagon","arrow-left-bold","arrow-left-circle","arrow-left-drop-circle","arrow-left-right-bold","arrow-right-bold-box","arrow-right-bold-circle","arrow-right-bold-hexagon","arrow-right-bold","arrow-right-circle","arrow-right-drop-circle","arrow-top-left-bold","arrow-top-right-bold","arrow-up-bold-box","arrow-up-bold-circle","arrow-up-bold-hexagon","arrow-up-bold","arrow-up-circle","arrow-up-down-bold","arrow-up-drop-circle","baby-bottle","baby-face","backspace-reverse","backspace","bacteria","badge-account-alert","badge-account-horizontal","badge-account","bag-personal-off","bag-personal","ballot-recount","ballot","bank","basket","basketball-hoop","battery-alert-variant","battery-charging-wireless","battery-charging","battery-heart","battery-off","battery","beaker-alert","beaker-check","beaker-minus","beaker-plus","beaker-question","beaker-remove","beaker","bed-double","bed-king","bed-queen","bed-single","bed","beehive-off","beehive","beer","bell-alert","bell-cancel","bell-check","bell-circle","bell-minus","bell-off","bell-plus","bell-remove","bell-ring","bell-sleep","bell","book-account","book-minus-multiple","book-multiple","book-open","book-play","book-plus-multiple","book-remove-multiple","book-search","book","bookmark-check","bookmark-minus","bookmark-multiple","bookmark-music","bookmark-off","bookmark-plus","bookmark-remove","bookmark","boom-gate-alert","boom-gate-down","boom-gate-up","boom-gate","bottle-soda-classic","bottle-soda","bottle-tonic-plus","bottle-tonic-skull","bottle-tonic","bottle-wine","bowl-mix","bowl","bread-slice","briefcase-account","briefcase-check","briefcase-clock","briefcase-download","briefcase-edit","briefcase-minus","briefcase-plus","briefcase-remove","briefcase-search","briefcase-upload","briefcase-variant","briefcase","bucket","bug-check","bug","bullhorn","bunk-bed","calendar-account","calendar-blank","calendar-check","calendar-month","calendar-range","calendar-refresh","calendar-remove","calendar-sync","calendar-text","calendar-weekend","calendar","camera-enhance","camera-plus","camera-retake","camera-switch","camera-wireless","camera","car-windshield","card-account-details-star","card-account-details","card-account-mail","card-account-phone","card-bulleted-off","card-bulleted-settings","card-bulleted","card-plus","card-search","card-text","card","cards-diamond","cards-playing","cards","cart","cash-usd","certificate","chat-alert","chat-minus","chat-plus","chat-processing","chat-remove","chat-sleep","chat","check-box-multiple","check-box","check-circle","check-network","check-underline-circle","check","checkbox-blank-circle","checkbox-blank-off","checkbox-blank","checkbox-marked-circle","checkbox-marked","checkbox-multiple-blank-circle","checkbox-multiple-blank","checkbox-multiple-marked-circle","checkbox-multiple-marked","chevron-down-box","chevron-down-circle","chevron-left-box","chevron-left-circle","chevron-right-box","chevron-right-circle","chevron-up-box","chevron-up-circle","christianity","circle-edit","circle-multiple","circle-off","circle","city-variant","clipboard-account","clipboard-alert","clipboard-arrow-down","clipboard-arrow-left","clipboard-arrow-right","clipboard-arrow-up","clipboard-check-multiple","clipboard-check","clipboard-file","clipboard-flow","clipboard-list","clipboard-multiple","clipboard-play-multiple","clipboard-play","clipboard-plus","clipboard-pulse","clipboard-text-multiple","clipboard-text-play","clipboard-text","clipboard","clock-alert","clock-check","clock-time-eight","clock-time-eleven","clock-time-five","clock-time-four","clock-time-nine","clock-time-one","clock-time-seven","clock-time-six","clock-time-ten","clock-time-three","clock-time-twelve","clock-time-two","clock","close-box-multiple","close-box","close-circle-multiple","close-circle","close-network","close-octagon","close","closed-caption","cloud-check","cloud-download","cloud-lock","cloud-off","cloud-print","cloud-search","cloud-sync","cloud-upload","cloud","coffee-off","coffee-to-go","coffee","cog-off","cog-refresh","cog-sync","cog-transfer","cog","collapse-all","comma-box","comma-circle","comment-account","comment-alert","comment-arrow-left","comment-arrow-right","comment-check","comment-edit","comment-eye","comment-multiple","comment-plus","comment-processing","comment-question","comment-quote","comment-remove","comment-search","comment-text-multiple","comment-text","comment","compass-off","compass","console-network","contactless-payment-circle","contacts","content-save-alert","content-save-all","content-save-cog","content-save-edit","content-save-move","content-save-settings","content-save","controller-classic","credit-card-check","credit-card-clock","credit-card-marker","credit-card-minus","credit-card-multiple","credit-card-off","credit-card-plus","credit-card-refund","credit-card-remove","credit-card-scan","credit-card-settings","credit-card-wireless-off","credit-card-wireless","credit-card","crown","cube-off","cube","cup-off","cup","cupboard","currency-usd-circle","cursor-default-click","cursor-default-gesture","cursor-default","decagram","delete-alert","delete-circle","delete-empty","delete-forever","delete-off","delete-sweep","delete","diameter","diamond","dice-1","dice-2","dice-3","dice-4","dice-5","dice-6","dice-d10","dice-d12","dice-d20","dice-d4","dice-d6","dice-d8","dice-multiple","dns","dots-horizontal-circle","dots-vertical-circle","download-box","download-circle","download-lock","download-network","download-off","download","dresser","egg-off","egg","eject","ellipse","email-alert","email-check","email-edit","email-minus","email-multiple","email-off","email-open-multiple","email-open","email-plus","email-receive","email-search","email-send","email-sync","email","emoticon-angry","emoticon-confused","emoticon-cool","emoticon-cry","emoticon-dead","emoticon-devil","emoticon-excited","emoticon-frown","emoticon-happy","emoticon-kiss","emoticon-lol","emoticon-neutral","emoticon-poop","emoticon-sad","emoticon-tongue","emoticon-wink","emoticon","engine-off","engine","equalizer","expand-all","eye-check","eye-circle","eye-minus","eye-off","eye-plus","eye-settings","eye","face-woman","face","fast-forward","feature-search","file-account","file-alert","file-cancel","file-certificate","file-chart","file-check","file-clock","file-cloud","file-code","file-cog","file-delimited","file-document-edit","file-document","file-download","file-edit","file-excel-box","file-excel","file-export","file-eye","file-find","file-image","file-import","file-key","file-link","file-lock","file-move","file-multiple","file-music","file-pdf-box","file-pdf","file-percent","file-phone","file-plus","file-powerpoint-box","file-powerpoint","file-question","file-refresh","file-remove","file-replace","file-restore","file-search","file-send","file-settings","file-star","file-swap","file-sync","file-table-box-multiple","file-table-box","file-table","file-tree","file-undo","file-upload","file-video","file-word-box","file-word","file","filter-menu","filter-minus","filter-plus","filter-remove","filter","fishbowl","fit-to-page","flag-minus","flag-plus","flag-remove","flag-variant","flag","flash-alert","flash","flask-empty-minus","flask-empty-off","flask-empty-plus","flask-empty-remove","flask-empty","flask-minus","flask-off","flask-plus","flask-remove","flask-round-bottom-empty","flask-round-bottom","flask","flower-tulip","flower","folder-account","folder-alert","folder-clock","folder-cog","folder-download","folder-edit","folder-heart","folder-home","folder-information","folder-key-network","folder-key","folder-marker","folder-move","folder-multiple-plus","folder-multiple","folder-music","folder-network","folder-open","folder-plus","folder-pound","folder-refresh","folder-remove","folder-search","folder-settings","folder-star-multiple","folder-star","folder-swap","folder-sync","folder-table","folder-text","folder-upload","folder-zip","folder","food-apple","food-drumstick-off","food-drumstick","format-quote-close","format-quote-open","forum","fridge-alert","fridge-off","fridge","fruit-grapes","gamepad-circle","gamepad-round","gamepad-square","gamepad-variant","gas-station-off","gas-station","gift","glass-pint","graph","grill","guitar-pick","hair-dryer","head-alert","head-check","head-cog","head-dots-horizontal","head-flash","head-heart","head-lightbulb","head-minus","head-plus","head-question","head-remove","head-snowflake","head-sync","head","heart-box","heart-broken","heart-circle","heart-half","heart-minus","heart-multiple","heart-off","heart-plus","heart-remove","heart","help-circle","help-network","help-rhombus","hexagon-multiple","hexagon","hexagram","home-circle","home-city","home-edit","home-export","home-import","home-lightbulb","home-minus","home-plus","home-remove","home-search","home-thermometer","home-variant","home","hospital-box","iframe-array","iframe-braces","iframe-parentheses","iframe-variable","iframe","image-edit","image-filter-center-focus-strong","image-multiple","image-off","image-search","image","inbox-arrow-down","inbox-arrow-up","inbox-full","inbox-multiple","inbox","information","ip-network","jellyfish","kettle-alert","kettle-off","kettle-steam","kettle","key","keyboard-off","keyboard-settings","keyboard","label-multiple","label-off","label-percent","label-variant","label","language-markdown","layers-off","layers-search","layers-triple","layers","led-variant","led","lightbulb-group-off","lightbulb-group","lightbulb-multiple-off","lightbulb-multiple","lightbulb-off","lightbulb-on","lightbulb","lightning-bolt","link-box-variant","link-box","lock-open-variant","lock-open","lock","magnify-minus","magnify-plus","magnify-remove","mailbox-open-up","mailbox-open","mailbox-up","mailbox","map-check","map-clock","map-marker-alert","map-marker-check","map-marker-left","map-marker-minus","map-marker-multiple","map-marker-off","map-marker-plus","map-marker-question","map-marker-radius","map-marker-remove","map-marker-right","map-marker","map-search","map","medal","menu-down","menu-left","menu-right","menu-swap","menu-up","message-alert","message-arrow-left","message-arrow-right","message-cog","message-image","message-lock","message-minus","message-plus","message-processing","message-settings","message-text-clock","message-text-lock","message-text","message","microphone","middleware","minus-box-multiple","minus-box","minus-circle-multiple","minus-circle-off","minus-circle","minus-network","movie-edit","movie-filter","movie-open","movie-search","movie","mushroom-off","mushroom","music-box-multiple","music-box","music-circle","music-note-off","music-note","network-off","network-strength-off","network-strength","network","newspaper-variant-multiple","newspaper-variant","note-multiple","note-plus","note-text","note","notebook","numeric-0-box-multiple","numeric-0-box","numeric-0-circle","numeric-1-box-multiple","numeric-1-box","numeric-1-circle","numeric-10-box-multiple","numeric-10-box","numeric-10-circle","numeric-2-box-multiple","numeric-2-box","numeric-2-circle","numeric-3-box-multiple","numeric-3-box","numeric-3-circle","numeric-4-box-multiple","numeric-4-box","numeric-4-circle","numeric-5-box-multiple","numeric-5-box","numeric-5-circle","numeric-6-box-multiple","numeric-6-box","numeric-6-circle","numeric-7-box-multiple","numeric-7-box","numeric-7-circle","numeric-8-box-multiple","numeric-8-box","numeric-8-circle","numeric-9-box-multiple","numeric-9-box","numeric-9-circle","numeric-9-plus-box-multiple","numeric-9-plus-box","numeric-9-plus-circle","octagon","octagram","page-next","page-previous","pail-minus","pail-off","pail-plus","pail-remove","pail","palette-swatch","palette","paper-roll","parachute","pause-circle","pause-octagon","peanut-off","peanut","pencil-box-multiple","pencil-box","pencil-circle","pencil-lock","pencil-minus","pencil-off","pencil-plus","pencil-remove","pencil","pentagon","percent","phone-alert","phone-bluetooth","phone-cancel","phone-check","phone-forward","phone-hangup","phone-in-talk","phone-incoming","phone-lock","phone-log","phone-message","phone-minus","phone-missed","phone-off","phone-outgoing","phone-paused","phone-plus","phone-return","phone-ring","phone-settings","phone","picture-in-picture-bottom-right","picture-in-picture-top-right","pin-off","pin","pinwheel","play-box-multiple","play-box","play-circle","play-network","play","playlist-music","plus-box-multiple","plus-box","plus-circle-multiple","plus-circle","plus-network","plus","police-badge","poll-box","post","pot-mix","pot-steam","pot","pound-box","power-plug-off","power-plug","printer-3d-nozzle-alert","printer-3d-nozzle","propane-tank","purse","puzzle-check","puzzle-edit","puzzle-heart","puzzle-minus","puzzle-plus","puzzle-remove","puzzle-star","puzzle","radiology-box","radius","record-circle","rectangle","reply-all","reply","rewind","rhombus-medium","rhombus-split","rhombus","robot-mower","rocket-launch","rocket","room-service","safe-square","scatter-plot","school","scoreboard","script-text","script","seat","seed-off","seed","send-check","send-circle","send-clock","send-lock","send","shaker","shape","share-all","share-off","share","shield-account","shield-airplane","shield-alert","shield-bug","shield-check","shield-cross","shield-edit","shield-home","shield-key","shield-link-variant","shield-lock","shield-off","shield-plus","shield-refresh","shield-remove","shield-star","shield-sun","shield-sync","shield","shopping","signal-cellular","skip-backward","skip-forward","skip-next-circle","skip-next","skip-previous-circle","skip-previous","skull-crossbones","skull-scan","skull","slot-machine","smart-card-reader","smart-card","spa","sprout","square-edit","square-medium","square-off","square","star-box-multiple","star-box","star-circle","star-four-points","star-three-points","star","sticker-alert","sticker-check","sticker-circle","sticker-minus","sticker-plus","sticker-remove","sticker","stop-circle","store","storefront","stretch-to-page","subtitles","swap-horizontal-circle","swap-vertical-circle","tag-heart","tag-minus","tag-multiple","tag-off","tag-plus","tag-remove","tag-text","tag","tea","text-box-check","text-box-minus","text-box-multiple","text-box-plus","text-box-remove","text-box-search","text-box","thought-bubble","thumb-down","thumb-up","ticket-confirmation","ticket-percent","ticket","timeline-alert","timeline-clock","timeline-help","timeline-plus","timeline-text","timeline","timer-off","timer","toggle-switch-off","toggle-switch","toolbox","tooltip-edit","tooltip-image","tooltip-plus","tooltip-text","tooltip","tooth","toy-brick-marker","toy-brick-minus","toy-brick-plus","toy-brick-remove","toy-brick-search","toy-brick","trash-can","tree","triangle","trophy-variant","trophy","truck-check","truck-delivery","truck-fast","truck","tshirt-crew","tshirt-v","turnstile","ufo","umbrella-closed","umbrella","upload-lock","upload-network","upload-off","upload","usb-flash-drive","video-check","video-minus","video-off","video-plus","video-switch","video-wireless","video","view-agenda","view-array","view-carousel","view-column","view-comfy","view-compact","view-dashboard-variant","view-dashboard","view-day","view-grid-plus","view-grid","view-list","view-module","view-parallel","view-quilt","view-sequential","view-stream","view-week","virus","vote","wallet-plus","wallet","wardrobe","water-well","water","watering-can","whistle","widgets","wifi-strength-alert","wifi-strength-lock","wifi-strength-off","wifi-strength","wrench","xamarin","zip-box"]},light:{icons:[]},duotone:{icons:["3d_rotation","ac_unit","access_alarm","access_alarms","access_time","accessibility","accessible","account_balance","account_balance_wallet","account_box","account_circle","adb","add","add_a_photo","add_alarm","add_alert","add_box","add_circle","add_circle_outline","add_location","add_shopping_cart","add_to_photos","add_to_queue","adjust","airline_seat_flat","airline_seat_flat_angled","airline_seat_individual_suite","airline_seat_legroom_extra","airline_seat_legroom_normal","airline_seat_legroom_reduced","airline_seat_recline_extra","airline_seat_recline_normal","airplanemode_active","airplanemode_inactive","airplay","airport_shuttle","alarm","alarm_add","alarm_off","alarm_on","album","all_inclusive","all_out","android","announcement","apps","archive","arrow_back","arrow_downward","arrow_drop_down","arrow_drop_down_circle","arrow_drop_up","arrow_forward","arrow_upward","art_track","aspect_ratio","assessment","assignment","assignment_ind","assignment_late","assignment_return","assignment_returned","assignment_turned_in","assistant","assistant_photo","attach_file","attach_money","attachment","audiotrack","autorenew","av_timer","backspace","backup","battery_alert","battery_charging_full","battery_full","battery_std","battery_unknown","beach_access","beenhere","block","bluetooth","bluetooth_audio","bluetooth_connected","bluetooth_disabled","bluetooth_searching","blur_circular","blur_linear","blur_off","blur_on","book","bookmark","bookmark_border","border_all","border_bottom","border_clear","border_color","border_horizontal","border_inner","border_left","border_outer","border_right","border_style","border_top","border_vertical","branding_watermark","brightness_1","brightness_2","brightness_3","brightness_4","brightness_5","brightness_6","brightness_7","brightness_auto","brightness_high","brightness_low","brightness_medium","broken_image","brush","bubble_chart","bug_report","build","burst_mode","business","business_center","cached","cake","call","call_end","call_made","call_merge","call_missed","call_missed_outgoing","call_received","call_split","call_to_action","camera","camera_alt","camera_enhance","camera_front","camera_rear","camera_roll","cancel","card_giftcard","card_membership","card_travel","casino","cast","cast_connected","center_focus_strong","center_focus_weak","change_history","chat","chat_bubble","chat_bubble_outline","check","check_box","check_box_outline_blank","check_circle","chevron_left","chevron_right","child_care","child_friendly","chrome_reader_mode","class","clear","clear_all","close","closed_caption","cloud","cloud_circle","cloud_done","cloud_download","cloud_off","cloud_queue","cloud_upload","code","collections","collections_bookmark","color_lens","colorize","comment","compare","compare_arrows","computer","confirmation_number","contact_mail","contact_phone","contacts","content_copy","content_cut","content_paste","control_point","control_point_duplicate","copyright","create","create_new_folder","credit_card","crop","crop_16_9","crop_3_2","crop_5_4","crop_7_5","crop_din","crop_free","crop_landscape","crop_original","crop_portrait","crop_rotate","crop_square","dashboard","data_usage","date_range","dehaze","delete","delete_forever","delete_sweep","description","desktop_mac","desktop_windows","details","developer_board","developer_mode","device_hub","devices","devices_other","dialer_sip","dialpad","directions","directions_bike","directions_boat","directions_bus","directions_car","directions_railway","directions_run","directions_subway","directions_transit","directions_walk","disc_full","dns","dock","domain","done","done_all","donut_large","donut_small","drafts","drag_handle","drive_eta","dvr","edit","edit_location","eject","email","enhanced_encryption","equalizer","error","error_outline","euro_symbol","ev_station","event","event_available","event_busy","event_note","event_seat","exit_to_app","expand_less","expand_more","explicit","explore","exposure","exposure_neg_1","exposure_neg_2","exposure_plus_1","exposure_plus_2","exposure_zero","extension","face","fast_forward","fast_rewind","favorite","favorite_border","featured_play_list","featured_video","feedback","fiber_dvr","fiber_manual_record","fiber_new","fiber_pin","fiber_smart_record","filter","filter_1","filter_2","filter_3","filter_4","filter_5","filter_6","filter_7","filter_8","filter_9","filter_9_plus","filter_b_and_w","filter_center_focus","filter_drama","filter_frames","filter_hdr","filter_list","filter_none","filter_tilt_shift","filter_vintage","find_in_page","find_replace","fingerprint","first_page","fitness_center","flag","flare","flash_auto","flash_off","flash_on","flight","flight_land","flight_takeoff","flip","flip_to_back","flip_to_front","folder","folder_open","folder_shared","folder_special","font_download","format_align_center","format_align_justify","format_align_left","format_align_right","format_bold","format_clear","format_color_fill","format_color_reset","format_color_text","format_indent_decrease","format_indent_increase","format_italic","format_line_spacing","format_list_bulleted","format_list_numbered","format_paint","format_quote","format_shapes","format_size","format_strikethrough","format_textdirection_l_to_r","format_textdirection_r_to_l","format_underlined","forum","forward","forward_10","forward_30","forward_5","free_breakfast","fullscreen","fullscreen_exit","functions","g_translate","gamepad","games","gavel","gesture","get_app","gif","golf_course","gps_fixed","gps_not_fixed","gps_off","grade","gradient","grain","graphic_eq","grid_off","grid_on","group","group_add","group_work","hd","hdr_off","hdr_on","hdr_strong","hdr_weak","headset","headset_mic","healing","hearing","help","help_outline","high_quality","highlight","highlight_off","history","home","hot_tub","hotel","hourglass_empty","hourglass_full","http","https","image","image_aspect_ratio","import_contacts","import_export","important_devices","inbox","indeterminate_check_box","info","info_outline","input","insert_chart","insert_comment","insert_drive_file","insert_emoticon","insert_invitation","insert_link","insert_photo","invert_colors","invert_colors_off","iso","keyboard","keyboard_arrow_down","keyboard_arrow_left","keyboard_arrow_right","keyboard_arrow_up","keyboard_backspace","keyboard_capslock","keyboard_hide","keyboard_return","keyboard_tab","keyboard_voice","kitchen","label","label_outline","landscape","language","laptop","laptop_chromebook","laptop_mac","laptop_windows","last_page","launch","layers","layers_clear","leak_add","leak_remove","lens","library_add","library_books","library_music","lightbulb_outline","line_style","line_weight","linear_scale","link","linked_camera","list","live_help","live_tv","local_activity","local_airport","local_atm","local_bar","local_cafe","local_car_wash","local_convenience_store","local_dining","local_drink","local_florist","local_gas_station","local_grocery_store","local_hospital","local_hotel","local_laundry_service","local_library","local_mall","local_movies","local_offer","local_parking","local_pharmacy","local_phone","local_pizza","local_play","local_post_office","local_printshop","local_see","local_shipping","local_taxi","location_city","location_disabled","location_off","location_on","location_searching","lock","lock_open","lock_outline","looks","looks_3","looks_4","looks_5","looks_6","looks_one","looks_two","loop","loupe","low_priority","loyalty","mail","mail_outline","map","markunread","markunread_mailbox","memory","menu","merge_type","message","mic","mic_none","mic_off","mms","mode_comment","monetization_on","money_off","monochrome_photos","mood","mood_bad","more","more_horiz","more_vert","motorcycle","mouse","move_to_inbox","movie","movie_creation","movie_filter","multiline_chart","music_note","music_video","my_location","nature","nature_people","navigate_before","navigate_next","navigation","near_me","network_cell","network_check","network_locked","network_wifi","new_releases","next_week","nfc","no_encryption","no_sim","not_interested","note","note_add","notifications","notifications_active","notifications_none","notifications_off","notifications_paused","offline_pin","ondemand_video","opacity","open_in_browser","open_in_new","open_with","pages","pageview","palette","pan_tool","panorama","panorama_fish_eye","panorama_horizontal","panorama_vertical","panorama_wide_angle","party_mode","pause","pause_circle_filled","pause_circle_outline","payment","people","people_outline","perm_camera_mic","perm_contact_calendar","perm_data_setting","perm_device_information","perm_identity","perm_media","perm_phone_msg","perm_scan_wifi","person","person_add","person_outline","person_pin","person_pin_circle","personal_video","pets","phone","phone_android","phone_bluetooth_speaker","phone_forwarded","phone_in_talk","phone_iphone","phone_locked","phone_missed","phone_paused","phonelink","phonelink_erase","phonelink_lock","phonelink_off","phonelink_ring","phonelink_setup","photo","photo_album","photo_camera","photo_filter","photo_library","photo_size_select_actual","photo_size_select_large","photo_size_select_small","picture_as_pdf","picture_in_picture","picture_in_picture_alt","pie_chart","pin_drop","place","play_arrow","play_circle_filled","play_circle_outline","play_for_work","playlist_add","playlist_add_check","playlist_play","plus_one","poll","polymer","pool","portable_wifi_off","portrait","power","power_input","power_settings_new","pregnant_woman","present_to_all","print","priority_high","public","publish","query_builder","question_answer","queue","queue_music","queue_play_next","radio","radio_button_checked","radio_button_unchecked","rate_review","receipt","recent_actors","record_voice_over","redeem","redo","refresh","remove","remove_circle","remove_circle_outline","remove_from_queue","remove_red_eye","remove_shopping_cart","reorder","repeat","repeat_one","replay","replay_10","replay_30","replay_5","reply","reply_all","report","report_problem","restaurant","restaurant_menu","restore","restore_page","ring_volume","room","room_service","rotate_90_degrees_ccw","rotate_left","rotate_right","rounded_corner","router","rowing","rss_feed","rv_hookup","satellite","save","scanner","schedule","school","screen_lock_landscape","screen_lock_portrait","screen_lock_rotation","screen_rotation","screen_share","sd_card","sd_storage","search","security","select_all","send","sentiment_dissatisfied","sentiment_neutral","sentiment_satisfied","sentiment_very_dissatisfied","sentiment_very_satisfied","settings","settings_applications","settings_backup_restore","settings_bluetooth","settings_brightness","settings_cell","settings_ethernet","settings_input_antenna","settings_input_component","settings_input_composite","settings_input_hdmi","settings_input_svideo","settings_overscan","settings_phone","settings_power","settings_remote","settings_system_daydream","settings_voice","share","shop","shop_two","shopping_basket","shopping_cart","short_text","show_chart","shuffle","signal_cellular_4_bar","signal_cellular_connected_no_internet_4_bar","signal_cellular_no_sim","signal_cellular_null","signal_cellular_off","signal_wifi_4_bar","signal_wifi_4_bar_lock","signal_wifi_off","sim_card","skip_next","skip_previous","slideshow","slow_motion_video","smartphone","smoke_free","smoking_rooms","sms","sms_failed","snooze","sort","sort_by_alpha","spa","space_bar","speaker","speaker_group","speaker_notes","speaker_notes_off","speaker_phone","spellcheck","star","star_border","star_half","stars","stay_current_landscape","stay_current_portrait","stay_primary_landscape","stay_primary_portrait","stop","stop_screen_share","storage","store","store_mall_directory","straighten","streetview","strikethrough_s","style","subdirectory_arrow_left","subdirectory_arrow_right","subject","subscriptions","subtitles","subway","supervisor_account","surround_sound","swap_calls","swap_horiz","swap_vert","swap_vertical_circle","switch_camera","switch_video","sync","sync_disabled","sync_problem","system_update","system_update_alt","tab","tab_unselected","tablet","tablet_android","tablet_mac","tag_faces","tap_and_play","terrain","text_fields","text_format","textsms","texture","theaters","thumb_down","thumb_up","thumbs_up_down","time_to_leave","timelapse","timeline","timer","timer_10","timer_3","timer_off","title","toc","today","toll","tonality","touch_app","toys","track_changes","traffic","train","tram","transfer_within_a_station","transform","translate","trending_down","trending_flat","trending_up","tune","turned_in","turned_in_not","tv","unarchive","undo","unfold_less","unfold_more","update","usb","verified_user","vertical_align_bottom","vertical_align_center","vertical_align_top","vibration","video_call","video_label","video_library","videocam","videocam_off","videogame_asset","view_agenda","view_array","view_carousel","view_column","view_comfy","view_compact","view_day","view_headline","view_list","view_module","view_quilt","view_stream","view_week","vignette","visibility","visibility_off","voice_chat","voicemail","volume_down","volume_mute","volume_off","volume_up","vpn_key","vpn_lock","wallpaper","warning","watch","watch_later","wb_auto","wb_cloudy","wb_incandescent","wb_iridescent","wb_sunny","wc","web","web_asset","weekend","whatshot","widgets","wifi","wifi_lock","wifi_tethering","work","wrap_text","youtube_searched_for","zoom_in","zoom_out","zoom_out_map"]},solid:{icons:["ab-testing","abjad-arabic","abjad-hebrew","abugida-devanagari","abugida-thai","access-point-network-off","access-point-network","access-point","account-alert","account-arrow-left","account-arrow-right","account-box-multiple","account-box","account-cancel","account-cash","account-check","account-child-circle","account-child","account-circle","account-clock","account-cog","account-convert","account-cowboy-hat","account-details","account-edit","account-group","account-hard-hat","account-heart","account-key","account-lock","account-minus","account-multiple-check","account-multiple-minus","account-multiple-plus","account-multiple-remove","account-multiple","account-music","account-network","account-off","account-plus","account-question","account-remove","account-search","account-settings","account-star","account-supervisor-circle","account-supervisor","account-switch","account-tie-voice-off","account-tie-voice","account-tie","account-voice","account","adjust","adobe-acrobat","adobe","air-conditioner","air-filter","air-horn","air-humidifier-off","air-humidifier","air-purifier","airbag","airballoon","airplane-landing","airplane-off","airplane-takeoff","airplane","airport","alarm-bell","alarm-check","alarm-light","alarm-multiple","alarm-note-off","alarm-note","alarm-off","alarm-plus","alarm-snooze","alarm","album","alert-box","alert-circle-check","alert-circle","alert-decagram","alert-minus","alert-octagon","alert-octagram","alert-plus","alert-remove","alert-rhombus","alert","alien","align-horizontal-center","align-horizontal-left","align-horizontal-right","align-vertical-bottom","align-vertical-center","align-vertical-top","all-inclusive","allergy","alpha-a-box","alpha-a-circle","alpha-a","alpha-b-box","alpha-b-circle","alpha-b","alpha-c-box","alpha-c-circle","alpha-c","alpha-d-box","alpha-d-circle","alpha-d","alpha-e-box","alpha-e-circle","alpha-e","alpha-f-box","alpha-f-circle","alpha-f","alpha-g-box","alpha-g-circle","alpha-g","alpha-h-box","alpha-h-circle","alpha-h","alpha-i-box","alpha-i-circle","alpha-i","alpha-j-box","alpha-j-circle","alpha-j","alpha-k-box","alpha-k-circle","alpha-k","alpha-l-box","alpha-l-circle","alpha-l","alpha-m-box","alpha-m-circle","alpha-m","alpha-n-box","alpha-n-circle","alpha-n","alpha-o-box","alpha-o-circle","alpha-o","alpha-p-box","alpha-p-circle","alpha-p","alpha-q-box","alpha-q-circle","alpha-q","alpha-r-box","alpha-r-circle","alpha-r","alpha-s-box","alpha-s-circle","alpha-s","alpha-t-box","alpha-t-circle","alpha-t","alpha-u-box","alpha-u-circle","alpha-u","alpha-v-box","alpha-v-circle","alpha-v","alpha-w-box","alpha-w-circle","alpha-w","alpha-x-box","alpha-x-circle","alpha-x","alpha-y-box","alpha-y-circle","alpha-y","alpha-z-box","alpha-z-circle","alpha-z","alpha","alphabet-aurebesh","alphabet-cyrillic","alphabet-greek","alphabet-latin","alphabet-piqad","alphabet-tengwar","alphabetical-off","alphabetical-variant-off","alphabetical-variant","alphabetical","altimeter","amazon-alexa","amazon","ambulance","ammunition","ampersand","amplifier-off","amplifier","anchor","android-auto","android-debug-bridge","android-messages","android-studio","android","angle-acute","angle-obtuse","angle-right","angular","angularjs","animation-play","animation","ansible","antenna","anvil","apache-kafka","api-off","api","apple-airplay","apple-finder","apple-icloud","apple-ios","apple-keyboard-caps","apple-keyboard-command","apple-keyboard-control","apple-keyboard-option","apple-keyboard-shift","apple-safari","apple","application-export","application-import","application","approximately-equal-box","approximately-equal","apps-box","apps","arch","archive-arrow-down","archive-arrow-up","archive","arm-flex","arrange-bring-forward","arrange-bring-to-front","arrange-send-backward","arrange-send-to-back","arrow-all","arrow-bottom-left-thick","arrow-bottom-left","arrow-bottom-right-thick","arrow-bottom-right","arrow-collapse-all","arrow-collapse-down","arrow-collapse-horizontal","arrow-collapse-left","arrow-collapse-right","arrow-collapse-up","arrow-collapse-vertical","arrow-collapse","arrow-decision-auto","arrow-decision","arrow-down-bold-box","arrow-down-bold-circle","arrow-down-bold","arrow-down-box","arrow-down-circle","arrow-down-drop-circle","arrow-down-thick","arrow-down","arrow-expand-all","arrow-expand-down","arrow-expand-horizontal","arrow-expand-left","arrow-expand-right","arrow-expand-up","arrow-expand-vertical","arrow-expand","arrow-horizontal-lock","arrow-left-bold-box","arrow-left-bold-circle","arrow-left-bold","arrow-left-box","arrow-left-circle","arrow-left-drop-circle","arrow-left-right-bold","arrow-left-right","arrow-left-thick","arrow-left","arrow-right-bold-box","arrow-right-bold-circle","arrow-right-bold","arrow-right-box","arrow-right-circle","arrow-right-drop-circle","arrow-right-thick","arrow-right","arrow-split-horizontal","arrow-split-vertical","arrow-top-left-bottom-right-bold","arrow-top-left-bottom-right","arrow-top-left-thick","arrow-top-left","arrow-top-right-bottom-left-bold","arrow-top-right-bottom-left","arrow-top-right-thick","arrow-top-right","arrow-up-bold-box","arrow-up-bold-circle","arrow-up-bold","arrow-up-box","arrow-up-circle","arrow-up-down-bold","arrow-up-down","arrow-up-drop-circle","arrow-up-thick","arrow-up","arrow-vertical-lock","artstation","aspect-ratio","assistant","asterisk","at","atlassian","atm","atom-variant","atom","attachment","audio-video-off","audio-video","augmented-reality","auto-download","auto-fix","auto-upload","autorenew","av-timer","aws","axe","axis-arrow-info","axis-arrow-lock","axis-arrow","axis-lock","axis-x-arrow-lock","axis-x-arrow","axis-x-rotate-clockwise","axis-x-rotate-counterclockwise","axis-x-y-arrow-lock","axis-y-arrow-lock","axis-y-arrow","axis-y-rotate-clockwise","axis-y-rotate-counterclockwise","axis-z-arrow-lock","axis-z-arrow","axis-z-rotate-clockwise","axis-z-rotate-counterclockwise","axis","babel","baby-bottle","baby-buggy","baby-carriage-off","baby-carriage","baby-face","baby","backburger","backspace-reverse","backspace","backup-restore","bacteria","badge-account-alert","badge-account-horizontal","badge-account","badminton","bag-carry-on-check","bag-carry-on-off","bag-carry-on","bag-checked","bag-personal-off","bag-personal","baguette","balloon","ballot-recount","ballot","bandage","bandcamp","bank-minus","bank-plus","bank-remove","bank-transfer-in","bank-transfer-out","bank-transfer","bank","barcode-off","barcode-scan","barcode","barley-off","barley","barn","barrel","baseball-bat","baseball","bash","basket-fill","basket-unfill","basket","basketball-hoop","basketball","bat","battery-10-bluetooth","battery-10","battery-20-bluetooth","battery-20","battery-30-bluetooth","battery-30","battery-40-bluetooth","battery-40","battery-50-bluetooth","battery-50","battery-60-bluetooth","battery-60","battery-70-bluetooth","battery-70","battery-80-bluetooth","battery-80","battery-90-bluetooth","battery-90","battery-alert-bluetooth","battery-alert-variant","battery-alert","battery-bluetooth-variant","battery-bluetooth","battery-charging-10","battery-charging-100","battery-charging-20","battery-charging-30","battery-charging-40","battery-charging-50","battery-charging-60","battery-charging-70","battery-charging-80","battery-charging-90","battery-charging-high","battery-charging-low","battery-charging-medium","battery-charging-wireless-10","battery-charging-wireless-20","battery-charging-wireless-30","battery-charging-wireless-40","battery-charging-wireless-50","battery-charging-wireless-60","battery-charging-wireless-70","battery-charging-wireless-80","battery-charging-wireless-90","battery-charging-wireless-alert","battery-charging-wireless","battery-charging","battery-heart-variant","battery-heart","battery-high","battery-low","battery-medium","battery-minus","battery-negative","battery-off","battery-plus","battery-positive","battery-unknown-bluetooth","battery-unknown","battery","battlenet","beach","beaker-alert","beaker-check","beaker-minus","beaker-plus","beaker-question","beaker-remove","beaker","bed-double","bed-empty","bed-king","bed-queen","bed-single","bed","bee-flower","bee","beer","bell-alert","bell-cancel","bell-check","bell-circle","bell-minus","bell-off","bell-plus","bell-remove","bell-ring","bell-sleep","bell","beta","betamax","biathlon","bicycle-basket","bicycle","bike-fast","bike","billboard","billiards-rack","billiards","binoculars","bio","biohazard","bitbucket","bitcoin","black-mesa","blender-software","blender","blinds-open","blinds","block-helper","blogger","blood-bag","bluetooth-audio","bluetooth-connect","bluetooth-off","bluetooth-settings","bluetooth-transfer","bluetooth","blur-linear","blur-off","blur-radial","blur","bolnisi-cross","bolt","bomb-off","bomb","bone","book-account","book-alphabet","book-cross","book-information-variant","book-lock-open","book-lock","book-minus-multiple","book-minus","book-multiple","book-music","book-open-page-variant","book-open-variant","book-open","book-play","book-plus-multiple","book-plus","book-remove-multiple","book-remove","book-search","book-variant-multiple","book-variant","book","bookmark-check","bookmark-minus","bookmark-multiple","bookmark-music","bookmark-off","bookmark-plus","bookmark-remove","bookmark","bookshelf","boom-gate-alert","boom-gate-down","boom-gate-up","boom-gate","boombox","boomerang","bootstrap","border-all-variant","border-all","border-bottom-variant","border-bottom","border-color","border-horizontal","border-inside","border-left-variant","border-left","border-none-variant","border-none","border-outside","border-right-variant","border-right","border-style","border-top-variant","border-top","border-vertical","bottle-soda-classic","bottle-soda","bottle-tonic-plus","bottle-tonic-skull","bottle-tonic","bottle-wine","bow-tie","bowl-mix","bowl","bowling","box-cutter-off","box-cutter","box-shadow","box","boxing-glove","braille","brain","bread-slice","bridge","briefcase-account","briefcase-check","briefcase-clock","briefcase-download","briefcase-edit","briefcase-minus","briefcase-plus","briefcase-remove","briefcase-search","briefcase-upload","briefcase-variant","briefcase","brightness-1","brightness-2","brightness-3","brightness-4","brightness-5","brightness-6","brightness-7","brightness-auto","brightness-percent","broom","brush","bucket","buddhism","buffer","buffet","bug-check","bug","bugle","bulldozer","bullet","bulletin-board","bullhorn","bullseye-arrow","bullseye","bulma","bunk-bed","bus-alert","bus-articulated-end","bus-articulated-front","bus-clock","bus-double-decker","bus-marker","bus-multiple","bus-school","bus-side","bus-stop-covered","bus-stop-uncovered","bus-stop","bus","cable-data","cached","cactus","cake-layered","cake-variant","cake","calculator-variant","calculator","calendar-account","calendar-alert","calendar-arrow-left","calendar-arrow-right","calendar-blank-multiple","calendar-blank","calendar-check","calendar-clock","calendar-edit","calendar-export","calendar-heart","calendar-import","calendar-minus","calendar-month","calendar-multiple-check","calendar-multiple","calendar-multiselect","calendar-plus","calendar-question","calendar-range","calendar-refresh","calendar-remove","calendar-search","calendar-star","calendar-sync","calendar-text","calendar-today","calendar-week-begin","calendar-week","calendar-weekend","calendar","call-made","call-merge","call-missed","call-received","call-split","camcorder-off","camcorder","camera-account","camera-burst","camera-control","camera-enhance","camera-front-variant","camera-front","camera-gopro","camera-image","camera-iris","camera-metering-center","camera-metering-matrix","camera-metering-partial","camera-metering-spot","camera-off","camera-party-mode","camera-plus","camera-rear-variant","camera-rear","camera-retake","camera-switch","camera-timer","camera-wireless","camera","campfire","cancel","candle","candycane","cannabis","caps-lock","car-2-plus","car-3-plus","car-arrow-left","car-arrow-right","car-back","car-battery","car-brake-abs","car-brake-alert","car-brake-hold","car-brake-parking","car-brake-retarder","car-child-seat","car-clutch","car-cog","car-connected","car-convertible","car-coolant-level","car-cruise-control","car-defrost-front","car-defrost-rear","car-door-lock","car-door","car-electric","car-esp","car-estate","car-hatchback","car-info","car-key","car-light-dimmed","car-light-fog","car-light-high","car-limousine","car-multiple","car-off","car-parking-lights","car-pickup","car-seat-cooler","car-seat-heater","car-seat","car-settings","car-shift-pattern","car-side","car-sports","car-tire-alert","car-traction-control","car-turbocharger","car-wash","car-windshield","car","carabiner","caravan","card-account-details-star","card-account-details","card-account-mail","card-account-phone","card-bulleted-off","card-bulleted-settings","card-bulleted","card-plus","card-search","card-text","card","cards-club","cards-diamond","cards-heart","cards-spade","cards-variant","cards","carrot","cart-arrow-down","cart-arrow-right","cart-arrow-up","cart-minus","cart-off","cart-plus","cart-remove","cart","case-sensitive-alt","cash-100","cash-marker","cash-minus","cash-multiple","cash-plus","cash-refund","cash-register","cash-remove","cash-usd","cash","cassette","cast-audio","cast-connected","cast-education","cast-off","cast","castle","cat","cctv","ceiling-light","cellphone-android","cellphone-arrow-down","cellphone-basic","cellphone-charging","cellphone-cog","cellphone-dock","cellphone-erase","cellphone-information","cellphone-iphone","cellphone-key","cellphone-link-off","cellphone-link","cellphone-lock","cellphone-message-off","cellphone-message","cellphone-nfc-off","cellphone-nfc","cellphone-off","cellphone-play","cellphone-screenshot","cellphone-settings","cellphone-sound","cellphone-text","cellphone-wireless","cellphone","celtic-cross","centos","certificate","chair-rolling","chair-school","charity","chart-arc","chart-areaspline-variant","chart-areaspline","chart-bar-stacked","chart-bar","chart-bell-curve-cumulative","chart-bell-curve","chart-bubble","chart-donut-variant","chart-donut","chart-gantt","chart-histogram","chart-line-stacked","chart-line-variant","chart-line","chart-multiline","chart-multiple","chart-pie","chart-ppf","chart-sankey-variant","chart-sankey","chart-scatter-plot-hexbin","chart-scatter-plot","chart-timeline-variant","chart-timeline","chart-tree","chat-alert","chat-minus","chat-plus","chat-processing","chat-remove","chat-sleep","chat","check-all","check-bold","check-circle","check-decagram","check-network","check-underline-circle","check-underline","check","checkbook","checkbox-blank-circle","checkbox-blank-off","checkbox-blank","checkbox-intermediate","checkbox-marked-circle","checkbox-marked","checkbox-multiple-blank-circle","checkbox-multiple-blank","checkbox-multiple-marked-circle","checkbox-multiple-marked","checkerboard-minus","checkerboard-plus","checkerboard-remove","checkerboard","cheese-off","cheese","chef-hat","chemical-weapon","chess-bishop","chess-king","chess-knight","chess-pawn","chess-queen","chess-rook","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down-box","chevron-down-circle","chevron-down","chevron-left-box","chevron-left-circle","chevron-left","chevron-right-box","chevron-right-circle","chevron-right","chevron-triple-down","chevron-triple-left","chevron-triple-right","chevron-triple-up","chevron-up-box","chevron-up-circle","chevron-up","chili-hot","chili-medium","chili-mild","chili-off","chip","christianity","church","cigar-off","cigar","circle-double","circle-expand","circle-half-full","circle-half","circle-medium","circle-multiple","circle-slice-1","circle-slice-2","circle-slice-3","circle-slice-4","circle-slice-5","circle-slice-6","circle-slice-7","circle-slice-8","circle-small","circle","circular-saw","city-variant","city","clipboard-account","clipboard-alert","clipboard-arrow-down","clipboard-arrow-left","clipboard-arrow-right","clipboard-arrow-up","clipboard-check-multiple","clipboard-check","clipboard-file","clipboard-flow","clipboard-list","clipboard-multiple","clipboard-play-multiple","clipboard-play","clipboard-plus","clipboard-pulse","clipboard-text-multiple","clipboard-text-play","clipboard-text","clipboard","clippy","clock-alert","clock-check","clock-digital","clock-end","clock-fast","clock-in","clock-out","clock-start","clock-time-eight","clock-time-eleven","clock-time-five","clock-time-four","clock-time-nine","clock-time-one","clock-time-seven","clock-time-six","clock-time-ten","clock-time-three","clock-time-twelve","clock-time-two","clock","close-box-multiple","close-box","close-circle-multiple","close-circle","close-network","close-octagon","close-thick","close","closed-caption","cloud-alert","cloud-braces","cloud-check","cloud-circle","cloud-download","cloud-lock","cloud-print","cloud-question","cloud-refresh","cloud-search","cloud-sync","cloud-tags","cloud-upload","cloud","clover","coach-lamp","coat-rack","code-array","code-braces-box","code-braces","code-brackets","code-equal","code-greater-than-or-equal","code-greater-than","code-json","code-less-than-or-equal","code-less-than","code-not-equal-variant","code-not-equal","code-parentheses-box","code-parentheses","code-string","code-tags-check","code-tags","codepen","coffee-maker","coffee-off","coffee-to-go","coffee","coffin","cog-box","cog-clockwise","cog-counterclockwise","cog-off","cog-refresh","cog-sync","cog-transfer","cog","cogs","collage","collapse-all","color-helper","comma-box","comma-circle","comma","comment-account","comment-alert","comment-arrow-left","comment-arrow-right","comment-check","comment-edit","comment-eye","comment-multiple","comment-plus","comment-processing","comment-question","comment-quote","comment-remove","comment-search","comment-text-multiple","comment-text","comment","compare-horizontal","compare-vertical","compare","compass-off","compass-rose","compass","concourse-ci","console-line","console-network","console","consolidate","contactless-payment-circle","contactless-payment","contacts","contain-end","contain-start","contain","content-copy","content-cut","content-duplicate","content-paste","content-save-alert","content-save-all","content-save-cog","content-save-edit","content-save-move","content-save-settings","content-save","contrast-box","contrast-circle","contrast","controller-classic","cookie","coolant-temperature","copyright","cordova","corn-off","corn","cosine-wave","counter","cow","cpu-32-bit","cpu-64-bit","crane","creation","creative-commons","credit-card-check","credit-card-clock","credit-card-marker","credit-card-minus","credit-card-multiple","credit-card-off","credit-card-plus","credit-card-refund","credit-card-remove","credit-card-scan","credit-card-settings","credit-card-wireless-off","credit-card-wireless","credit-card","cricket","crop-free","crop-landscape","crop-portrait","crop-rotate","crop-square","crop","crosshairs-gps","crosshairs-off","crosshairs-question","crosshairs","crown","cryengine","crystal-ball","cube-off","cube-scan","cube-send","cube-unfolded","cube","cup-off","cup-water","cup","cupboard","cupcake","curling","currency-bdt","currency-brl","currency-btc","currency-cny","currency-eth","currency-eur-off","currency-eur","currency-gbp","currency-ils","currency-inr","currency-jpy","currency-krw","currency-kzt","currency-ngn","currency-php","currency-rial","currency-rub","currency-sign","currency-try","currency-twd","currency-usd-circle","currency-usd-off","currency-usd","current-ac","current-dc","cursor-default-click","cursor-default-gesture","cursor-default","cursor-move","cursor-pointer","cursor-text","database-check","database-edit","database-export","database-import","database-lock","database-marker","database-minus","database-plus","database-refresh","database-remove","database-search","database-settings","database-sync","database","death-star-variant","death-star","deathly-hallows","debian","debug-step-into","debug-step-out","debug-step-over","decagram","decimal-comma-decrease","decimal-comma-increase","decimal-comma","decimal-decrease","decimal-increase","decimal","delete-alert","delete-circle","delete-empty","delete-forever","delete-off","delete-restore","delete-sweep","delete-variant","delete","delta","desk-lamp","desk","deskphone","desktop-classic","desktop-mac-dashboard","desktop-mac","desktop-tower-monitor","desktop-tower","details","dev-to","developer-board","deviantart","devices","diabetes","dialpad","diameter-variant","diameter","diamond-stone","diamond","dice-1","dice-2","dice-3","dice-4","dice-5","dice-6","dice-d10","dice-d12","dice-d20","dice-d4","dice-d6","dice-d8","dice-multiple","digital-ocean","dip-switch","directions-fork","directions","disc-alert","disc-player","disc","discord","dishwasher-alert","dishwasher-off","dishwasher","disqus","distribute-horizontal-center","distribute-horizontal-left","distribute-horizontal-right","distribute-vertical-bottom","distribute-vertical-center","distribute-vertical-top","diving-flippers","diving-helmet","diving-scuba-flag","diving-scuba-tank-multiple","diving-scuba-tank","diving-scuba","diving-snorkel","division-box","division","dlna","dna","dns","do-not-disturb-off","do-not-disturb","dock-bottom","dock-left","dock-right","dock-window","docker","doctor","dog-service","dog-side","dog","dolby","dolly","domain-off","domain-plus","domain-remove","domain","dome-light","domino-mask","donkey","door-closed-lock","door-closed","door-open","door","doorbell-video","doorbell","dot-net","dots-horizontal-circle","dots-horizontal","dots-vertical-circle","dots-vertical","douban","download-box","download-circle","download-lock","download-multiple","download-network","download-off","download","drag-horizontal-variant","drag-horizontal","drag-variant","drag-vertical-variant","drag-vertical","drag","drama-masks","draw","drawing-box","drawing","dresser","drone","dropbox","drupal","duck","dumbbell","dump-truck","ear-hearing-off","ear-hearing","earth-arrow-right","earth-box-minus","earth-box-off","earth-box-plus","earth-box-remove","earth-box","earth-minus","earth-off","earth-plus","earth-remove","earth","egg-easter","egg-off","egg","eight-track","eject","electric-switch-closed","electric-switch","electron-framework","elephant","elevation-decline","elevation-rise","elevator-down","elevator-passenger","elevator-up","elevator","ellipse","email-alert","email-box","email-check","email-edit","email-lock","email-mark-as-unread","email-minus","email-multiple","email-newsletter","email-off","email-open-multiple","email-open","email-plus","email-receive","email-search","email-send","email-sync","email-variant","email","ember","emby","emoticon-angry","emoticon-confused","emoticon-cool","emoticon-cry","emoticon-dead","emoticon-devil","emoticon-excited","emoticon-frown","emoticon-happy","emoticon-kiss","emoticon-lol","emoticon-neutral","emoticon-poop","emoticon-sad","emoticon-tongue","emoticon-wink","emoticon","engine-off","engine","epsilon","equal-box","equal","equalizer","eraser-variant","eraser","escalator-box","escalator-down","escalator-up","escalator","eslint","et","ethereum","ethernet-cable-off","ethernet-cable","ethernet","ev-station","evernote","excavator","exclamation-thick","exclamation","exit-run","exit-to-app","expand-all","expansion-card-variant","expansion-card","exponent-box","exponent","export-variant","export","eye-check","eye-circle","eye-minus","eye-off","eye-plus","eye-settings","eye","eyedropper-minus","eyedropper-off","eyedropper-plus","eyedropper-remove","eyedropper-variant","eyedropper","face-agent","face-profile-woman","face-profile","face-recognition","face-woman","face","facebook-messenger","facebook-workplace","facebook","factory","fan-alert","fan-chevron-down","fan-chevron-up","fan-minus","fan-off","fan-plus","fan-remove","fan-speed-1","fan-speed-2","fan-speed-3","fan","fast-forward-10","fast-forward-30","fast-forward-5","fast-forward","fax","feather","feature-search","fedora","fencing","ferris-wheel","ferry","file-account","file-alert","file-cabinet","file-cad-box","file-cad","file-cancel","file-certificate","file-chart","file-check","file-clock","file-cloud","file-code","file-cog","file-compare","file-delimited","file-document-edit","file-document","file-download","file-edit","file-excel-box","file-excel","file-export","file-eye","file-find","file-hidden","file-image","file-import","file-key","file-link","file-lock","file-move","file-multiple","file-music","file-pdf-box","file-pdf","file-percent","file-phone","file-plus","file-powerpoint-box","file-powerpoint","file-presentation-box","file-question","file-refresh","file-remove","file-replace","file-restore","file-search","file-send","file-settings","file-star","file-swap","file-sync","file-table-box-multiple","file-table-box","file-table","file-tree","file-undo","file-upload","file-video","file-word-box","file-word","file","film","filmstrip-box-multiple","filmstrip-box","filmstrip-off","filmstrip","filter-menu","filter-minus","filter-plus","filter-remove","filter-variant-minus","filter-variant-plus","filter-variant-remove","filter-variant","filter","finance","find-replace","fingerprint-off","fingerprint","fire-extinguisher","fire-hydrant-alert","fire-hydrant-off","fire-hydrant","fire-truck","fire","firebase","firefox","fireplace-off","fireplace","firework","fish-off","fish","fishbowl","fit-to-page","flag-checkered","flag-minus","flag-plus","flag-remove","flag-triangle","flag-variant","flag","flare","flash-alert","flash-auto","flash-circle","flash-off","flash-red-eye","flash","flashlight-off","flashlight","flask-empty-minus","flask-empty-off","flask-empty-plus","flask-empty-remove","flask-empty","flask-minus","flask-off","flask-plus","flask-remove","flask-round-bottom-empty","flask-round-bottom","flask","fleur-de-lis","flip-horizontal","flip-to-back","flip-to-front","flip-vertical","floor-lamp-dual","floor-lamp-variant","floor-lamp","floor-plan","floppy-variant","floppy","flower-poppy","flower-tulip","flower","focus-auto","focus-field-horizontal","focus-field-vertical","focus-field","folder-account","folder-alert","folder-clock","folder-cog","folder-download","folder-edit","folder-google-drive","folder-heart","folder-home","folder-image","folder-information","folder-key-network","folder-key","folder-lock-open","folder-lock","folder-marker","folder-move","folder-multiple-image","folder-multiple-plus","folder-multiple","folder-music","folder-network","folder-open","folder-plus","folder-pound","folder-refresh","folder-remove","folder-search","folder-settings","folder-star-multiple","folder-star","folder-swap","folder-sync","folder-table","folder-text","folder-upload","folder-zip","folder","font-awesome","food-apple","food-croissant","food-drumstick-off","food-drumstick","food-fork-drink","food-off","food-steak-off","food-steak","food-variant-off","food-variant","food","foot-print","football-australian","football-helmet","football","forklift","form-dropdown","form-select","form-textarea","form-textbox-lock","form-textbox-password","form-textbox","format-align-bottom","format-align-center","format-align-justify","format-align-left","format-align-middle","format-align-right","format-align-top","format-annotation-minus","format-annotation-plus","format-bold","format-clear","format-color-fill","format-color-highlight","format-color-marker-cancel","format-color-text","format-columns","format-float-center","format-float-left","format-float-none","format-float-right","format-font-size-decrease","format-font-size-increase","format-font","format-header-1","format-header-2","format-header-3","format-header-4","format-header-5","format-header-6","format-header-decrease","format-header-equal","format-header-increase","format-header-pound","format-horizontal-align-center","format-horizontal-align-left","format-horizontal-align-right","format-indent-decrease","format-indent-increase","format-italic","format-letter-case-lower","format-letter-case-upper","format-letter-case","format-letter-ends-with","format-letter-matches","format-letter-starts-with","format-line-spacing","format-line-style","format-line-weight","format-list-bulleted-square","format-list-bulleted-triangle","format-list-bulleted-type","format-list-bulleted","format-list-checkbox","format-list-checks","format-list-numbered-rtl","format-list-numbered","format-list-text","format-overline","format-page-break","format-paint","format-paragraph","format-pilcrow","format-quote-close","format-quote-open","format-rotate-90","format-section","format-size","format-strikethrough-variant","format-strikethrough","format-subscript","format-superscript","format-text-rotation-angle-down","format-text-rotation-angle-up","format-text-rotation-down-vertical","format-text-rotation-down","format-text-rotation-none","format-text-rotation-up","format-text-rotation-vertical","format-text-variant","format-text-wrapping-clip","format-text-wrapping-overflow","format-text-wrapping-wrap","format-text","format-textbox","format-textdirection-l-to-r","format-textdirection-r-to-l","format-title","format-underline","format-vertical-align-bottom","format-vertical-align-center","format-vertical-align-top","format-wrap-inline","format-wrap-square","format-wrap-tight","format-wrap-top-bottom","forum","forward","forwardburger","fountain-pen-tip","fountain-pen","fountain","freebsd","frequently-asked-questions","fridge-alert","fridge-bottom","fridge-off","fridge-top","fridge","fruit-cherries-off","fruit-cherries","fruit-citrus-off","fruit-citrus","fruit-grapes","fruit-pineapple","fruit-watermelon","fuel","fullscreen-exit","fullscreen","function-variant","function","furigana-horizontal","furigana-vertical","fuse-alert","fuse-blade","fuse-off","fuse","gamepad-circle-down","gamepad-circle-left","gamepad-circle-right","gamepad-circle-up","gamepad-circle","gamepad-down","gamepad-left","gamepad-right","gamepad-round-down","gamepad-round-left","gamepad-round-right","gamepad-round-up","gamepad-round","gamepad-square","gamepad-up","gamepad-variant","gamepad","gamma","gantry-crane","garage-alert-variant","garage-alert","garage-open-variant","garage-open","garage-variant","garage","gas-cylinder","gas-station-off","gas-station","gate-and","gate-arrow-right","gate-nand","gate-nor","gate-not","gate-open","gate-or","gate-xnor","gate-xor","gate","gatsby","gauge-empty","gauge-full","gauge-low","gauge","gavel","gender-female","gender-male-female-variant","gender-male-female","gender-male","gender-non-binary","gender-transgender","gentoo","gesture-double-tap","gesture-pinch","gesture-spread","gesture-swipe-down","gesture-swipe-horizontal","gesture-swipe-left","gesture-swipe-right","gesture-swipe-up","gesture-swipe-vertical","gesture-swipe","gesture-tap-box","gesture-tap-button","gesture-tap-hold","gesture-tap","gesture-two-double-tap","gesture-two-tap","gesture","ghost-off","ghost","gif","gift","git","github","gitlab","glass-cocktail","glass-flute","glass-mug-variant","glass-mug","glass-stange","glass-tulip","glass-wine","glasses","globe-light","globe-model","gmail","gnome","go-kart-track","go-kart","gog","gold","golf-cart","golf-tee","golf","gondola","goodreads","google-ads","google-analytics","google-assistant","google-cardboard","google-chrome","google-circles-communities","google-circles-extended","google-circles-group","google-circles","google-classroom","google-cloud","google-controller-off","google-controller","google-downasaur","google-drive","google-earth","google-fit","google-glass","google-hangouts","google-home","google-keep","google-lens","google-maps","google-my-business","google-nearby","google-photos","google-play","google-plus","google-podcast","google-spreadsheet","google-street-view","google-translate","google","gradient","grain","graph","graphql","grave-stone","grease-pencil","greater-than-or-equal","greater-than","grid-large","grid-off","grid","grill","group","guitar-acoustic","guitar-electric","guitar-pick","guy-fawkes-mask","hail","hair-dryer","halloween","hamburger","hammer-screwdriver","hammer-wrench","hammer","hand-heart","hand-left","hand-okay","hand-peace-variant","hand-peace","hand-pointing-down","hand-pointing-left","hand-pointing-right","hand-pointing-up","hand-right","hand-saw","hand-water","hand","handball","handcuffs","handshake","hanger","hard-hat","harddisk-plus","harddisk-remove","harddisk","hat-fedora","hazard-lights","hdr-off","hdr","head-alert","head-check","head-cog","head-dots-horizontal","head-flash","head-heart","head-lightbulb","head-minus","head-plus","head-question","head-remove","head-snowflake","head-sync","head","headphones-bluetooth","headphones-box","headphones-off","headphones-settings","headphones","headset-dock","headset-off","headset","heart-box","heart-broken","heart-circle","heart-flash","heart-half-full","heart-half","heart-minus","heart-multiple","heart-off","heart-plus","heart-pulse","heart-remove","heart","helicopter","help-box","help-circle","help-network","help-rhombus","help","hexadecimal","hexagon-multiple","hexagon-slice-1","hexagon-slice-2","hexagon-slice-3","hexagon-slice-4","hexagon-slice-5","hexagon-slice-6","hexagon","hexagram","high-definition-box","high-definition","highway","hiking","hinduism","history","hockey-puck","hockey-sticks","hololens","home-account","home-alert","home-analytics","home-assistant","home-automation","home-circle","home-city","home-currency-usd","home-edit","home-flood","home-floor-0","home-floor-1","home-floor-2","home-floor-3","home-floor-a","home-floor-b","home-floor-g","home-floor-l","home-floor-negative-1","home-group","home-heart","home-lightbulb","home-lock-open","home-lock","home-map-marker","home-minus","home-modern","home-plus","home-remove","home-roof","home-search","home-thermometer","home-variant","home","hook-off","hook","hops","horizontal-rotate-clockwise","horizontal-rotate-counterclockwise","horseshoe","hospital-box","hospital-building","hospital-marker","hospital","hot-tub","hours-24","hubspot","hulu","human-baby-changing-table","human-child","human-female-boy","human-female-female","human-female-girl","human-female","human-greeting","human-handsdown","human-handsup","human-male-boy","human-male-child","human-male-female","human-male-girl","human-male-height-variant","human-male-height","human-male-male","human-male","human-pregnant","human-wheelchair","human","humble-bundle","hvac","hydraulic-oil-level","hydraulic-oil-temperature","hydro-power","ice-cream-off","ice-cream","ice-pop","id-card","identifier","ideogram-cjk-variant","ideogram-cjk","iframe-array","iframe-braces","iframe-parentheses","iframe-variable","iframe","image-album","image-area-close","image-area","image-auto-adjust","image-broken-variant","image-broken","image-edit","image-filter-black-white","image-filter-center-focus-strong","image-filter-center-focus-weak","image-filter-center-focus","image-filter-drama","image-filter-frames","image-filter-hdr","image-filter-none","image-filter-tilt-shift","image-filter-vintage","image-frame","image-minus","image-move","image-multiple","image-off","image-plus","image-remove","image-search","image-size-select-actual","image-size-select-large","image-size-select-small","image","import","inbox-arrow-down","inbox-arrow-up","inbox-full","inbox-multiple","inbox","incognito-circle-off","incognito-circle","incognito-off","incognito","infinity","information-variant","information","instagram","instrument-triangle","invert-colors-off","invert-colors","iobroker","ip-network","ip","ipod","islam","island","iv-bag","jabber","jeepney","jellyfish","jira","jquery","jsfiddle","judaism","jump-rope","kabaddi","karate","keg","kettle-alert","kettle-off","kettle-steam","kettle","kettlebell","key-arrow-right","key-change","key-link","key-minus","key-plus","key-remove","key-star","key-variant","key-wireless","key","keyboard-backspace","keyboard-caps","keyboard-close","keyboard-esc","keyboard-f1","keyboard-f10","keyboard-f11","keyboard-f12","keyboard-f2","keyboard-f3","keyboard-f4","keyboard-f5","keyboard-f6","keyboard-f7","keyboard-f8","keyboard-f9","keyboard-off","keyboard-return","keyboard-settings","keyboard-space","keyboard-tab","keyboard-variant","keyboard","khanda","kickstarter","klingon","knife-military","knife","kodi","kubernetes","label-multiple","label-off","label-percent","label-variant","label","ladybug","lambda","lamp","lan-check","lan-connect","lan-disconnect","lan-pending","lan","language-c","language-cpp","language-csharp","language-css3","language-fortran","language-go","language-haskell","language-html5","language-java","language-javascript","language-kotlin","language-lua","language-markdown","language-php","language-python","language-r","language-ruby-on-rails","language-ruby","language-swift","language-typescript","language-xaml","laptop-chromebook","laptop-mac","laptop-off","laptop-windows","laptop","laravel","laser-pointer","lasso","lastpass","latitude","launch","lava-lamp","layers-minus","layers-off","layers-plus","layers-remove","layers-search","layers-triple","layers","lead-pencil","leaf-maple-off","leaf-maple","leaf-off","leaf","leak-off","leak","led-off","led-on","led-strip-variant","led-strip","led-variant-off","led-variant-on","leek","less-than-or-equal","less-than","library-shelves","library","license","lifebuoy","light-switch","lightbulb-cfl-off","lightbulb-cfl-spiral-off","lightbulb-cfl-spiral","lightbulb-cfl","lightbulb-group-off","lightbulb-group","lightbulb-multiple-off","lightbulb-multiple","lightbulb-off","lightbulb-on","lightbulb","lighthouse-on","lighthouse","lightning-bolt","lingerie","link-box-variant","link-box","link-lock","link-off","link-plus","link-variant-minus","link-variant-off","link-variant-plus","link-variant-remove","link-variant","link","linkedin","linux-mint","linux","lipstick","litecoin","loading","location-enter","location-exit","lock-alert","lock-check","lock-clock","lock-open-alert","lock-open-check","lock-open-variant","lock-open","lock-pattern","lock-plus","lock-question","lock-reset","lock-smart","lock","locker-multiple","locker","login-variant","login","logout-variant","logout","longitude","looks","loupe","lumx","lungs","magnet-on","magnet","magnify-close","magnify-minus-cursor","magnify-minus","magnify-plus-cursor","magnify-plus","magnify-remove-cursor","magnify-scan","magnify","mail","mailbox-open-up","mailbox-open","mailbox-up","mailbox","map-check","map-clock","map-legend","map-marker-alert","map-marker-check","map-marker-circle","map-marker-distance","map-marker-down","map-marker-left","map-marker-minus","map-marker-multiple","map-marker-off","map-marker-path","map-marker-plus","map-marker-question","map-marker-radius","map-marker-remove-variant","map-marker-remove","map-marker-right","map-marker-up","map-marker","map-minus","map-plus","map-search","map","mapbox","margin","marker-cancel","marker-check","marker","mastodon","material-design","material-ui","math-compass","math-cos","math-integral-box","math-integral","math-log","math-norm-box","math-norm","math-sin","math-tan","matrix","medal","medical-bag","meditation","memory","menu-down","menu-left","menu-open","menu-right","menu-swap","menu-up","menu","merge","message-alert","message-arrow-left","message-arrow-right","message-bulleted-off","message-bulleted","message-cog","message-draw","message-image","message-lock","message-minus","message-plus","message-processing","message-reply-text","message-reply","message-settings","message-text-clock","message-text-lock","message-text","message-video","message","meteor","metronome-tick","metronome","micro-sd","microphone-minus","microphone-off","microphone-plus","microphone-settings","microphone-variant-off","microphone-variant","microphone","microscope","microsoft-access","microsoft-azure-devops","microsoft-azure","microsoft-bing","microsoft-dynamics-365","microsoft-edge-legacy","microsoft-edge","microsoft-excel","microsoft-internet-explorer","microsoft-office","microsoft-onedrive","microsoft-onenote","microsoft-outlook","microsoft-powerpoint","microsoft-sharepoint","microsoft-teams","microsoft-visual-studio-code","microsoft-visual-studio","microsoft-windows-classic","microsoft-windows","microsoft-word","microsoft-xbox-controller-battery-alert","microsoft-xbox-controller-battery-charging","microsoft-xbox-controller-battery-empty","microsoft-xbox-controller-battery-full","microsoft-xbox-controller-battery-low","microsoft-xbox-controller-battery-medium","microsoft-xbox-controller-battery-unknown","microsoft-xbox-controller-menu","microsoft-xbox-controller-off","microsoft-xbox-controller-view","microsoft-xbox-controller","microsoft-xbox","microsoft-yammer","microsoft","microwave-off","microwave","middleware","midi-port","midi","mine","minecraft","mini-sd","minidisc","minus-box-multiple","minus-box","minus-circle-multiple","minus-circle-off","minus-circle","minus-network","minus","mirror","mixed-martial-arts","mixed-reality","mixer","molecule-co","molecule-co2","molecule","monitor-cellphone-star","monitor-cellphone","monitor-clean","monitor-dashboard","monitor-edit","monitor-eye","monitor-lock","monitor-multiple","monitor-off","monitor-screenshot","monitor-share","monitor-speaker-off","monitor-speaker","monitor-star","monitor","moon-first-quarter","moon-full","moon-last-quarter","moon-new","moon-waning-crescent","moon-waning-gibbous","moon-waxing-crescent","moon-waxing-gibbous","moped","more","mother-heart","mother-nurse","motion-sensor-off","motion-sensor","motorbike","mouse-bluetooth","mouse-off","mouse-variant-off","mouse-variant","mouse","move-resize-variant","move-resize","movie-edit","movie-filter","movie-open","movie-roll","movie-search","movie","muffin","multiplication-box","multiplication","mushroom-off","mushroom","music-accidental-double-flat","music-accidental-double-sharp","music-accidental-flat","music-accidental-natural","music-accidental-sharp","music-box-multiple","music-box","music-circle","music-clef-alto","music-clef-bass","music-clef-treble","music-note-bluetooth-off","music-note-bluetooth","music-note-eighth-dotted","music-note-eighth","music-note-half-dotted","music-note-half","music-note-off","music-note-plus","music-note-quarter-dotted","music-note-quarter","music-note-sixteenth-dotted","music-note-sixteenth","music-note-whole-dotted","music-note-whole","music-note","music-off","music-rest-eighth","music-rest-half","music-rest-quarter","music-rest-sixteenth","music-rest-whole","music","nail","nas","nativescript","nature-people","nature","navigation","near-me","necklace","needle","netflix","network-off","network-strength-1-alert","network-strength-1","network-strength-2-alert","network-strength-2","network-strength-3-alert","network-strength-3","network-strength-4-alert","network-strength-4","network-strength-off","network","new-box","newspaper-minus","newspaper-plus","newspaper-variant-multiple","newspaper-variant","newspaper","nfc-search-variant","nfc-tap","nfc-variant-off","nfc-variant","nfc","ninja","nintendo-game-boy","nintendo-switch","nintendo-wii","nintendo-wiiu","nix","nodejs","noodles","not-equal-variant","not-equal","note-multiple","note-plus","note-text","note","notebook-multiple","notebook","notification-clear-all","npm","nuke","null","numeric-0-box-multiple","numeric-0-box","numeric-0-circle","numeric-0","numeric-1-box-multiple","numeric-1-box","numeric-1-circle","numeric-1","numeric-10-box-multiple","numeric-10-box","numeric-10-circle","numeric-10","numeric-2-box-multiple","numeric-2-box","numeric-2-circle","numeric-2","numeric-3-box-multiple","numeric-3-box","numeric-3-circle","numeric-3","numeric-4-box-multiple","numeric-4-box","numeric-4-circle","numeric-4","numeric-5-box-multiple","numeric-5-box","numeric-5-circle","numeric-5","numeric-6-box-multiple","numeric-6-box","numeric-6-circle","numeric-6","numeric-7-box-multiple","numeric-7-box","numeric-7-circle","numeric-7","numeric-8-box-multiple","numeric-8-box","numeric-8-circle","numeric-8","numeric-9-box-multiple","numeric-9-box","numeric-9-circle","numeric-9-plus-box-multiple","numeric-9-plus-box","numeric-9-plus-circle","numeric-9-plus","numeric-9","numeric-negative-1","numeric","nut","nutrition","nuxt","oar","ocarina","oci","ocr","octagon","octagram","odnoklassniki","offer","office-building","oil-lamp","oil-level","oil-temperature","oil","omega","one-up","onepassword","opacity","open-in-app","open-in-new","open-source-initiative","openid","opera","orbit","order-alphabetical-ascending","order-alphabetical-descending","order-bool-ascending-variant","order-bool-ascending","order-bool-descending-variant","order-bool-descending","order-numeric-ascending","order-numeric-descending","origin","ornament-variant","ornament","outdoor-lamp","overscan","owl","pac-man","package-down","package-up","package-variant-closed","package-variant","package","page-first","page-last","page-layout-body","page-layout-footer","page-layout-header-footer","page-layout-header","page-layout-sidebar-left","page-layout-sidebar-right","page-next","page-previous","pail-minus","pail-off","pail-plus","pail-remove","pail","palette-advanced","palette-swatch","palette","palm-tree","pan-bottom-left","pan-bottom-right","pan-down","pan-horizontal","pan-left","pan-right","pan-top-left","pan-top-right","pan-up","pan-vertical","pan","panda","pandora","panorama-fisheye","panorama-horizontal","panorama-vertical","panorama-wide-angle","panorama","paper-cut-vertical","paper-roll","paperclip","parachute","parking","party-popper","passport-biometric","passport","pasta","patio-heater","patreon","pause-circle","pause-octagon","pause","paw-off","paw","pdf-box","peace","peanut-off","peanut","pen-lock","pen-minus","pen-off","pen-plus","pen-remove","pen","pencil-box-multiple","pencil-box","pencil-circle","pencil-lock","pencil-minus","pencil-off","pencil-plus","pencil-remove","pencil-ruler","pencil","penguin","pentagon","percent","periodic-table","perspective-less","perspective-more","pharmacy","phone-alert","phone-bluetooth","phone-cancel","phone-check","phone-classic-off","phone-classic","phone-forward","phone-hangup","phone-in-talk","phone-incoming","phone-lock","phone-log","phone-message","phone-minus","phone-missed","phone-off","phone-outgoing","phone-paused","phone-plus","phone-return","phone-ring","phone-rotate-landscape","phone-rotate-portrait","phone-settings","phone-voip","phone","pi-box","pi-hole","pi","piano","pickaxe","picture-in-picture-bottom-right","picture-in-picture-top-right","pier-crane","pier","pig-variant","pig","piggy-bank","pill","pillar","pin-off","pin","pine-tree-box","pine-tree-fire","pine-tree","pinterest","pinwheel","pipe-disconnected","pipe-leak","pipe-wrench","pipe","pirate","pistol","piston","pizza","play-box-multiple","play-box","play-circle","play-network","play-pause","play-protected-content","play-speed","play","playlist-check","playlist-edit","playlist-minus","playlist-music","playlist-play","playlist-plus","playlist-remove","playlist-star","plex","plus-box-multiple","plus-box","plus-circle-multiple","plus-circle","plus-minus-box","plus-minus-variant","plus-minus","plus-network","plus-one","plus-thick","plus","podcast","podium-bronze","podium-gold","podium-silver","podium","point-of-sale","pokeball","pokemon-go","poker-chip","polaroid","police-badge","poll-box","poll","polo","polymer","pool","popcorn","post","postage-stamp","pot-mix","pot-steam","pot","pound-box","pound","power-cycle","power-off","power-on","power-plug-off","power-plug","power-settings","power-sleep","power-socket-au","power-socket-de","power-socket-eu","power-socket-fr","power-socket-jp","power-socket-uk","power-socket-us","power-socket","power-standby","power","powershell","prescription","presentation-play","presentation","printer-3d-nozzle-alert","printer-3d-nozzle","printer-3d","printer-alert","printer-check","printer-eye","printer-off","printer-pos","printer-search","printer-settings","printer-wireless","printer","priority-high","priority-low","professional-hexagon","progress-alert","progress-check","progress-clock","progress-close","progress-download","progress-upload","progress-wrench","projector-screen","projector","propane-tank","protocol","publish","pulse","pump","pumpkin","purse","puzzle-check","puzzle-edit","puzzle-heart","puzzle-minus","puzzle-plus","puzzle-remove","puzzle-star","puzzle","qi","qqchat","qrcode-edit","qrcode-minus","qrcode-plus","qrcode-remove","qrcode-scan","qrcode","quadcopter","quality-high","quality-low","quality-medium","quora","rabbit","racing-helmet","racquetball","radar","radiator-disabled","radiator-off","radiator","radio-am","radio-fm","radio-handheld","radio-off","radio-tower","radio","radioactive-off","radioactive","radiobox-blank","radiobox-marked","radiology-box","radius","railroad-light","raspberry-pi","ray-end-arrow","ray-end","ray-start-arrow","ray-start-end","ray-start","ray-vertex","react","read","receipt","record-circle","record-player","record-rec","record","rectangle","recycle-variant","recycle","reddit","redhat","redo-variant","redo","reflect-horizontal","reflect-vertical","refresh-circle","refresh","regex","registered-trademark","relation-many-to-many","relation-many-to-one-or-many","relation-many-to-one","relation-many-to-only-one","relation-many-to-zero-or-many","relation-many-to-zero-or-one","relation-one-or-many-to-many","relation-one-or-many-to-one-or-many","relation-one-or-many-to-one","relation-one-or-many-to-only-one","relation-one-or-many-to-zero-or-many","relation-one-or-many-to-zero-or-one","relation-one-to-many","relation-one-to-one-or-many","relation-one-to-one","relation-one-to-only-one","relation-one-to-zero-or-many","relation-one-to-zero-or-one","relation-only-one-to-many","relation-only-one-to-one-or-many","relation-only-one-to-one","relation-only-one-to-only-one","relation-only-one-to-zero-or-many","relation-only-one-to-zero-or-one","relation-zero-or-many-to-many","relation-zero-or-many-to-one-or-many","relation-zero-or-many-to-one","relation-zero-or-many-to-only-one","relation-zero-or-many-to-zero-or-many","relation-zero-or-many-to-zero-or-one","relation-zero-or-one-to-many","relation-zero-or-one-to-one-or-many","relation-zero-or-one-to-one","relation-zero-or-one-to-only-one","relation-zero-or-one-to-zero-or-many","relation-zero-or-one-to-zero-or-one","relative-scale","reload-alert","reload","reminder","remote-desktop","remote-off","remote-tv-off","remote-tv","remote","rename-box","reorder-horizontal","reorder-vertical","repeat-off","repeat-once","repeat","replay","reply-all","reply-circle","reply","reproduction","resistor-nodes","resistor","resize-bottom-right","resize","responsive","restart-alert","restart-off","restart","restore-alert","restore","rewind-10","rewind-30","rewind-5","rewind","rhombus-medium","rhombus-split","rhombus","ribbon","rice","ring","rivet","road-variant","road","robber","robot-industrial","robot-mower","robot-vacuum-variant","robot-vacuum","robot","rocket-launch","rocket","rodent","roller-skate-off","roller-skate","rollerblade-off","rollerblade","rollupjs","roman-numeral-1","roman-numeral-10","roman-numeral-2","roman-numeral-3","roman-numeral-4","roman-numeral-5","roman-numeral-6","roman-numeral-7","roman-numeral-8","roman-numeral-9","room-service","rotate-3d-variant","rotate-3d","rotate-left-variant","rotate-left","rotate-orbit","rotate-right-variant","rotate-right","rounded-corner","router-network","router-wireless-settings","router-wireless","router","routes-clock","routes","rowing","rss-box","rss-off","rss","rug","rugby","ruler-square-compass","ruler-square","ruler","run-fast","run","rv-truck","sack-percent","sack","safe-square","safe","safety-goggles","sail-boat","sale","salesforce","sass","satellite-uplink","satellite-variant","satellite","sausage","saw-blade","sawtooth-wave","saxophone","scale-balance","scale-bathroom","scale-off","scale","scan-helper","scanner-off","scanner","scatter-plot","school","scissors-cutting","scooter","scoreboard","screen-rotation-lock","screen-rotation","screw-flat-top","screw-lag","screw-machine-flat-top","screw-machine-round-top","screw-round-top","screwdriver","script-text","script","sd","seal-variant","seal","search-web","seat-flat-angled","seat-flat","seat-individual-suite","seat-legroom-extra","seat-legroom-normal","seat-legroom-reduced","seat-passenger","seat-recline-extra","seat-recline-normal","seat","seatbelt","security-network","security","seed-off","seed","segment","select-all","select-color","select-compare","select-drag","select-group","select-inverse","select-marker","select-multiple-marker","select-multiple","select-off","select-place","select-search","select","selection-drag","selection-ellipse-arrow-inside","selection-ellipse","selection-marker","selection-multiple-marker","selection-multiple","selection-off","selection-search","selection","semantic-web","send-check","send-circle","send-clock","send-lock","send","serial-port","server-minus","server-network-off","server-network","server-off","server-plus","server-remove","server-security","server","set-all","set-center-right","set-center","set-left-center","set-left-right","set-left","set-merge","set-none","set-right","set-split","set-square","set-top-box","settings-helper","shaker","shape-circle-plus","shape-oval-plus","shape-plus","shape-polygon-plus","shape-rectangle-plus","shape-square-plus","shape","share-all","share-circle","share-off","share-variant","share","sheep","shield-account","shield-airplane","shield-alert","shield-bug","shield-car","shield-check","shield-cross","shield-edit","shield-half-full","shield-half","shield-home","shield-key","shield-link-variant","shield-lock","shield-off","shield-plus","shield-refresh","shield-remove","shield-search","shield-star","shield-sun","shield-sync","shield","ship-wheel","shoe-formal","shoe-heel","shoe-print","shopping-music","shopping-search","shopping","shovel-off","shovel","shower-head","shower","shredder","shuffle-disabled","shuffle-variant","shuffle","shuriken","sigma-lower","sigma","sign-caution","sign-direction-minus","sign-direction-plus","sign-direction-remove","sign-direction","sign-real-estate","sign-text","signal-2g","signal-3g","signal-4g","signal-5g","signal-cellular-1","signal-cellular-2","signal-cellular-3","signal-distance-variant","signal-hspa-plus","signal-hspa","signal-off","signal-variant","signal","signature-freehand","signature-image","signature-text","signature","silo","silverware-clean","silverware-fork-knife","silverware-fork","silverware-spoon","silverware-variant","silverware","sim-alert","sim-off","sim","simple-icons","sina-weibo","sine-wave","sitemap","size-l","size-m","size-s","size-xl","size-xs","size-xxl","size-xxs","size-xxxl","skate","skateboard","skew-less","skew-more","ski-cross-country","ski-water","ski","skip-backward","skip-forward","skip-next-circle","skip-next","skip-previous-circle","skip-previous","skull-crossbones","skull-scan","skull","skype-business","skype","slack","slash-forward-box","slash-forward","sleep-off","sleep","slope-downhill","slope-uphill","slot-machine","smart-card-reader","smart-card","smog","smoke-detector","smoking-off","smoking-pipe-off","smoking-pipe","smoking","snapchat","snowboard","snowflake-alert","snowflake-melt","snowflake-variant","snowflake","snowman","soccer-field","soccer","sofa","solar-panel-large","solar-panel","solar-power","soldering-iron","solid","sony-playstation","sort-alphabetical-ascending-variant","sort-alphabetical-ascending","sort-alphabetical-descending-variant","sort-alphabetical-descending","sort-alphabetical-variant","sort-ascending","sort-bool-ascending-variant","sort-bool-ascending","sort-bool-descending-variant","sort-bool-descending","sort-descending","sort-numeric-ascending-variant","sort-numeric-ascending","sort-numeric-descending-variant","sort-numeric-descending","sort-numeric-variant","sort-reverse-variant","sort-variant-lock-open","sort-variant-lock","sort-variant-remove","sort-variant","sort","soundcloud","source-branch-check","source-branch-minus","source-branch-plus","source-branch-refresh","source-branch-remove","source-branch-sync","source-branch","source-commit-end-local","source-commit-end","source-commit-local","source-commit-next-local","source-commit-start-next-local","source-commit-start","source-commit","source-fork","source-merge","source-pull","source-repository-multiple","source-repository","soy-sauce-off","soy-sauce","spa","space-invaders","space-station","spade","speaker-bluetooth","speaker-multiple","speaker-off","speaker-wireless","speaker","speedometer-medium","speedometer-slow","speedometer","spellcheck","spider-thread","spider-web","spider","spoon-sugar","spotify","spotlight-beam","spotlight","spray-bottle","spray","sprinkler-variant","sprinkler","sprout","square-medium","square-off","square-root-box","square-root","square-small","square-wave","square","squeegee","ssh","stack-exchange","stack-overflow","stackpath","stadium-variant","stadium","stairs-box","stairs-down","stairs-up","stairs","stamper","standard-definition","star-box-multiple","star-box","star-circle","star-face","star-four-points","star-half-full","star-half","star-off","star-three-points","star","state-machine","steam","steering-off","steering","step-backward-2","step-backward","step-forward-2","step-forward","stethoscope","sticker-alert","sticker-check","sticker-emoji","sticker-minus","sticker-plus","sticker-remove","sticker","stocking","stomach","stop-circle","stop","store-24-hour","store","storefront","stove","strategy","stretch-to-page","string-lights-off","string-lights","subdirectory-arrow-left","subdirectory-arrow-right","subtitles","subway-alert-variant","subway-variant","subway","summit","sunglasses","surround-sound-2-0","surround-sound-3-1","surround-sound-5-1","surround-sound-7-1","surround-sound","svg","swap-horizontal-bold","swap-horizontal-circle","swap-horizontal-variant","swap-horizontal","swap-vertical-bold","swap-vertical-circle","swap-vertical-variant","swap-vertical","swim","switch","sword-cross","sword","syllabary-hangul","syllabary-hiragana","syllabary-katakana-halfwidth","syllabary-katakana","symfony","sync-alert","sync-circle","sync-off","sync","tab-minus","tab-plus","tab-remove","tab-unselected","tab","table-account","table-alert","table-arrow-down","table-arrow-left","table-arrow-right","table-arrow-up","table-border","table-cancel","table-chair","table-check","table-clock","table-cog","table-column-plus-after","table-column-plus-before","table-column-remove","table-column-width","table-column","table-edit","table-eye-off","table-eye","table-furniture","table-headers-eye-off","table-headers-eye","table-heart","table-key","table-large-plus","table-large-remove","table-large","table-lock","table-merge-cells","table-minus","table-multiple","table-network","table-of-contents","table-off","table-plus","table-refresh","table-remove","table-row-height","table-row-plus-after","table-row-plus-before","table-row-remove","table-row","table-search","table-settings","table-split-cell","table-star","table-sync","table-tennis","table","tablet-android","tablet-cellphone","tablet-dashboard","tablet-ipad","tablet","taco","tag-faces","tag-heart","tag-minus","tag-multiple","tag-off","tag-plus","tag-remove","tag-text","tag","tailwind","tank","tanker-truck","tape-measure","target-account","target-variant","target","taxi","tea","teach","teamviewer","telegram","telescope","television-ambient-light","television-box","television-classic-off","television-classic","television-clean","television-guide","television-off","television-pause","television-play","television-stop","television","temperature-celsius","temperature-fahrenheit","temperature-kelvin","tennis-ball","tennis","tent","terraform","terrain","test-tube-empty","test-tube-off","test-tube","text-box-check","text-box-minus","text-box-multiple","text-box-plus","text-box-remove","text-box-search","text-box","text-recognition","text-search","text-shadow","text-short","text-subject","text-to-speech-off","text-to-speech","text","texture-box","texture","theater","theme-light-dark","thermometer-alert","thermometer-chevron-down","thermometer-chevron-up","thermometer-high","thermometer-lines","thermometer-low","thermometer-minus","thermometer-plus","thermometer","thermostat-box","thermostat","thought-bubble","thumb-down","thumb-up","thumbs-up-down","ticket-account","ticket-confirmation","ticket-percent","ticket","tie","tilde","timelapse","timeline-alert","timeline-clock","timeline-help","timeline-plus","timeline-text","timeline","timer-10","timer-3","timer-off","timer-sand-empty","timer-sand-full","timer-sand","timer","timetable","toaster-off","toaster-oven","toaster","toggle-switch-off","toggle-switch","toilet","toolbox","tools","tooltip-account","tooltip-edit","tooltip-image","tooltip-plus","tooltip-text","tooltip","tooth","toothbrush-electric","toothbrush-paste","toothbrush","tortoise","toslink","tournament","tow-truck","tower-beach","tower-fire","toy-brick-marker","toy-brick-minus","toy-brick-plus","toy-brick-remove","toy-brick-search","toy-brick","track-light","trackpad-lock","trackpad","tractor-variant","tractor","trademark","traffic-cone","traffic-light","train-car","train-variant","train","tram-side","tram","transcribe-close","transcribe","transfer-down","transfer-left","transfer-right","transfer-up","transfer","transit-connection-variant","transit-connection","transit-detour","transit-transfer","transition-masked","transition","translate-off","translate","transmission-tower","trash-can","tray-alert","tray-full","tray-minus","tray-plus","tray-remove","tray","treasure-chest","tree","trello","trending-down","trending-neutral","trending-up","triangle-wave","triangle","triforce","trophy-award","trophy-broken","trophy-variant","trophy","truck-check","truck-delivery","truck-fast","truck-trailer","truck","trumpet","tshirt-crew","tshirt-v","tumble-dryer-alert","tumble-dryer-off","tumble-dryer","tune-vertical","tune","turnstile","turtle","twitch","twitter-retweet","twitter","two-factor-authentication","typewriter","ubisoft","ubuntu","ufo","ultra-high-definition","umbraco","umbrella-closed-variant","umbrella-closed","umbrella","undo-variant","undo","unfold-less-horizontal","unfold-less-vertical","unfold-more-horizontal","unfold-more-vertical","ungroup","unicode","unity","unreal","untappd","update","upload-lock","upload-multiple","upload-network","upload-off","upload","usb-flash-drive","usb-port","usb","valve-closed","valve-open","valve","van-passenger","van-utility","vanish","vanity-light","variable-box","variable","vector-arrange-above","vector-arrange-below","vector-bezier","vector-circle-variant","vector-circle","vector-combine","vector-curve","vector-difference-ab","vector-difference-ba","vector-difference","vector-ellipse","vector-intersection","vector-line","vector-link","vector-point","vector-polygon","vector-polyline-edit","vector-polyline-minus","vector-polyline-plus","vector-polyline-remove","vector-polyline","vector-radius","vector-rectangle","vector-selection","vector-square","vector-triangle","vector-union","vhs","vibrate-off","vibrate","video-3d-off","video-3d-variant","video-3d","video-4k-box","video-account","video-box-off","video-box","video-check","video-image","video-input-antenna","video-input-component","video-input-hdmi","video-input-scart","video-input-svideo","video-minus","video-off","video-plus","video-stabilization","video-switch","video-vintage","video-wireless","video","view-agenda","view-array","view-carousel","view-column","view-comfy","view-compact","view-dashboard-variant","view-dashboard","view-day","view-grid-plus","view-grid","view-headline","view-list","view-module","view-parallel","view-quilt","view-sequential","view-split-horizontal","view-split-vertical","view-stream","view-week","vimeo","violin","virtual-reality","virus","vk","vlc","voice-off","voicemail","volleyball","volume-high","volume-low","volume-medium","volume-minus","volume-mute","volume-off","volume-plus","volume-source","volume-variant-off","volume-vibrate","vote","vpn","vuejs","vuetify","walk","wall-sconce-flat-variant","wall-sconce-flat","wall-sconce-round-variant","wall-sconce-round","wall-sconce","wall","wallet-giftcard","wallet-membership","wallet-plus","wallet-travel","wallet","wallpaper","wan","wardrobe","warehouse","washing-machine-alert","washing-machine-off","washing-machine","watch-export-variant","watch-export","watch-import-variant","watch-import","watch-variant","watch-vibrate-off","watch-vibrate","watch","water-boiler-alert","water-boiler-off","water-boiler","water-off","water-percent","water-polo","water-pump-off","water-pump","water-well","water","watering-can","watermark","wave","waveform","waves","waze","weather-cloudy-alert","weather-cloudy-arrow-right","weather-cloudy","weather-fog","weather-hail","weather-hazy","weather-hurricane","weather-lightning-rainy","weather-lightning","weather-night-partly-cloudy","weather-night","weather-partly-cloudy","weather-partly-lightning","weather-partly-rainy","weather-partly-snowy-rainy","weather-partly-snowy","weather-pouring","weather-rainy","weather-snowy-heavy","weather-snowy-rainy","weather-snowy","weather-sunny-alert","weather-sunny","weather-sunset-down","weather-sunset-up","weather-sunset","weather-tornado","weather-windy-variant","weather-windy","web-box","web-clock","web","webcam","webhook","webpack","webrtc","wechat","weight-gram","weight-kilogram","weight-lifter","weight-pound","weight","whatsapp","wheelchair-accessibility","whistle","white-balance-auto","white-balance-incandescent","white-balance-iridescent","white-balance-sunny","widgets","wifi-off","wifi-star","wifi-strength-1-alert","wifi-strength-1-lock","wifi-strength-1","wifi-strength-2-alert","wifi-strength-2-lock","wifi-strength-2","wifi-strength-3-alert","wifi-strength-3-lock","wifi-strength-3","wifi-strength-4-alert","wifi-strength-4-lock","wifi-strength-4","wifi-strength-off","wifi","wikipedia","wind-turbine","window-close","window-closed-variant","window-closed","window-maximize","window-minimize","window-open-variant","window-open","window-restore","window-shutter-alert","window-shutter-open","window-shutter","wiper-wash","wiper","wizard-hat","wordpress","wrap-disabled","wrap","wrench","xamarin","xing","xml","xmpp","y-combinator","yahoo","yeast","yin-yang","yoga","youtube-gaming","youtube-studio","youtube-subscription","youtube-tv","youtube","z-wave","zend","zigbee","zip-box","zip-disk","zodiac-aquarius","zodiac-aries","zodiac-cancer","zodiac-capricorn","zodiac-gemini","zodiac-leo","zodiac-libra","zodiac-pisces","zodiac-sagittarius","zodiac-scorpio","zodiac-taurus","zodiac-virgo"]},brands:{icons:[]},tags:{"ab-testing":"developer languages","abjad-arabic":"alpha numeric writing system","abjad-hebrew":"alpha numeric writing system","abugida-devanagari":"alpha numeric writing system","abugida-thai":"alpha numeric writing system","access-point":"wireless",account:"home automation person user","account-alert":"error user person warning","account-alert-outline":"error user warning person","account-arrow-left":"user person","account-arrow-left-outline":"user person","account-arrow-right":"user person","account-arrow-right-outline":"user person","account-box":"selfie user person contact","account-box-multiple":"switch user person es","account-box-multiple-outline":"user","account-box-outline":"selfie user portrait contact person","account-cancel":"user person block","account-cancel-outline":"user person block","account-cash":"user banking","account-cash-outline":"user banking","account-check":"user person tick how to reg","account-check-outline":"user person tick how to reg","account-child":"user person guardian","account-child-circle":"user person guardian","account-child-outline":"user","account-circle":"user person","account-circle-outline":"user person","account-clock":"date time user pending person","account-clock-outline":"date time user pending person","account-cog":"user settings","account-cog-outline":"user settings","account-convert":"user person","account-convert-outline":"user","account-cowboy-hat":"user","account-details":"settings user person","account-details-outline":"settings person user","account-edit":"modify user person","account-edit-outline":"user","account-group":"users person people s","account-group-outline":"users person people s","account-hard-hat":"user worker construction","account-heart":"medical hospital user person","account-heart-outline":"medical hospital user person","account-key":"user person","account-key-outline":"user person","account-lock":"security secure user person","account-lock-outline":"security secure person user","account-minus":"user person","account-minus-outline":"user person","account-multiple":"people group users person","account-multiple-check":"users user person people tick","account-multiple-check-outline":"users user person people tick","account-multiple-minus":"users people person","account-multiple-minus-outline":"people users person","account-multiple-outline":"people users","account-multiple-plus":"group person people users add invite","account-multiple-plus-outline":"group person people users add invite","account-multiple-remove":"user person","account-multiple-remove-outline":"user person","account-music":"user artist","account-music-outline":"user artist","account-network":"user person","account-network-outline":"user person","account-off":"user person","account-off-outline":"user person","account-outline":"user perm identity person","account-plus":"home automation register person user add invite","account-plus-outline":"register person user add invite","account-question":"mark user person help","account-question-outline":"mark user person help","account-remove":"user person","account-remove-outline":"user person","account-search":"user person","account-search-outline":"user person","account-settings":"user person","account-settings-outline":"user","account-star":"user person","account-star-outline":"user person","account-supervisor":"user person","account-supervisor-circle":"user person","account-supervisor-outline":"user","account-switch":"users person people","account-switch-outline":"user","account-tie":"person user","account-tie-outline":"user","account-tie-voice":"user","account-tie-voice-off":"user","account-tie-voice-off-outline":"user","account-tie-voice-outline":"user","account-voice":"user record over speaking talking",adobe:"brand logo","adobe-acrobat":"brand logo pdf","air-conditioner":"home automation automotive ac unit","air-filter":"home automation water","air-humidifier":"home automation","air-humidifier-off":"home automation de","air-purifier":"home automation",airbag:"automotive",airballoon:"other transportation flying hot air balloon","airballoon-outline":"transportation flying hot air balloon",airplane:"transportation flying navigation aeroplane active local airport flight mode plane","airplane-landing":"transportation flying aeroplane flight land plane","airplane-off":"transportation flying aeroplane inactive flight mode plane","airplane-takeoff":"transportation flying aeroplane flight plane take off",airport:"places transportation flying",alarm:"date time access s clock","alarm-bell":"notification","alarm-check":"on clock tick","alarm-multiple":"date time clocks","alarm-off":"clock","alarm-plus":"clock add","alarm-snooze":"clock",album:"audio music vinyl record",alert:"error warning report problem","alert-box":"error warning","alert-box-outline":"error warning","alert-circle":"warning error","alert-circle-check":"error","alert-circle-check-outline":"error","alert-circle-outline":"warning error git issue","alert-decagram":"error new releases warning","alert-decagram-outline":"error warning","alert-minus":"error","alert-minus-outline":"error","alert-octagon":"error warning report","alert-octagon-outline":"error warning","alert-octagram":"error warning","alert-octagram-outline":"error warning","alert-outline":"error warning","alert-plus":"error","alert-plus-outline":"error","alert-remove":"error","alert-remove-outline":"error","alert-rhombus":"error","alert-rhombus-outline":"error","align-horizontal-center":"centre","align-vertical-center":"centre",allergy:"hand rash germ",alpha:"numeric","alpha-a":"numeric bet letter","alpha-a-box":"numeric bet letter","alpha-a-box-outline":"numeric bet letter","alpha-a-circle":"numeric bet letter","alpha-a-circle-outline":"numeric bet letter","alpha-b":"numeric letter","alpha-b-box":"numeric letter ox","alpha-b-box-outline":"numeric letter ox","alpha-b-circle":"numeric letter","alpha-b-circle-outline":"numeric letter","alpha-c":"numeri bet letter","alpha-c-box":"numeri bet letter","alpha-c-box-outline":"numeri bet letter","alpha-c-circle":"numeri bet letter irle","alpha-c-circle-outline":"numeri bet letter irle","alpha-d":"automotive numeric bet letter rive","alpha-d-box":"numeric bet letter","alpha-d-box-outline":"numeric bet letter","alpha-d-circle":"numeric bet letter","alpha-d-circle-outline":"numeric bet letter","alpha-e":"numric bt lttr","alpha-e-box":"numric bt lttr","alpha-e-box-outline":"numric bt lttr outlin","alpha-e-circle":"numric bt lttr circl","alpha-e-circle-outline":"numric bt lttr circl outlin","alpha-f":"numeric bet letter","alpha-f-box":"numeric bet letter","alpha-f-box-outline":"numeric bet letter","alpha-f-circle":"numeric bet letter","alpha-f-circle-outline":"numeric bet letter","alpha-g":"numeric bet letter","alpha-g-box":"numeric bet letter","alpha-g-box-outline":"numeric bet letter","alpha-g-circle":"numeric bet letter","alpha-g-circle-outline":"numeric bet letter","alpha-h":"numeric bet letter","alpha-h-box":"numeric bet letter","alpha-h-box-outline":"numeric bet letter","alpha-h-circle":"numeric bet letter","alpha-h-circle-outline":"numeric bet letter elipad","alpha-i":"numerc bet letter roman numeral 1","alpha-i-box":"numerc bet letter","alpha-i-box-outline":"numerc bet letter outlne","alpha-i-circle":"numerc bet letter crcle","alpha-i-circle-outline":"numerc bet letter crcle outlne","alpha-j":"numeric bet letter","alpha-j-box":"numeric bet letter","alpha-j-box-outline":"numeric bet letter","alpha-j-circle":"numeric bet letter","alpha-j-circle-outline":"numeric bet letter","alpha-k":"numeric bet letter","alpha-k-box":"numeric bet letter","alpha-k-box-outline":"numeric bet letter","alpha-k-circle":"numeric bet letter","alpha-k-circle-outline":"numeric bet letter","alpha-l":"numeric bet etter","alpha-l-box":"numeric bet etter","alpha-l-box-outline":"numeric bet etter outine","alpha-l-circle":"numeric bet etter circe","alpha-l-circle-outline":"numeric bet etter circe outine","alpha-m":"nueric bet letter","alpha-m-box":"nueric bet letter","alpha-m-box-outline":"nueric bet letter","alpha-m-circle":"nueric bet letter","alpha-m-circle-outline":"nueric bet letter","alpha-n":"automotive umeric bet letter eutral","alpha-n-box":"umeric bet letter","alpha-n-box-outline":"umeric bet letter outlie","alpha-n-circle":"umeric bet letter","alpha-n-circle-outline":"umeric bet letter outlie","alpha-o":"numeric bet letter","alpha-o-box":"numeric bet letter bx","alpha-o-box-outline":"numeric bet letter bx utline","alpha-o-circle":"numeric bet letter","alpha-o-circle-outline":"numeric bet letter utline","alpha-p":"automotive numeric bet letter ark","alpha-p-box":"numeric bet letter","alpha-p-box-outline":"numeric bet letter","alpha-p-circle":"numeric bet letter","alpha-p-circle-outline":"numeric bet letter","alpha-q":"numeric bet letter","alpha-q-box":"numeric bet letter","alpha-q-box-outline":"numeric bet letter","alpha-q-circle":"numeric bet letter","alpha-q-circle-outline":"numeric bet letter","alpha-r":"automotive numeic bet lette evese","alpha-r-box":"numeic bet lette","alpha-r-box-outline":"numeic bet lette","alpha-r-circle":"numeic bet lette cicle","alpha-r-circle-outline":"numeic bet lette cicle","alpha-s":"numeric bet letter","alpha-s-box":"numeric bet letter","alpha-s-box-outline":"numeric bet letter","alpha-s-circle":"numeric bet letter","alpha-s-circle-outline":"numeric bet letter","alpha-t":"numeric be leer","alpha-t-box":"numeric be leer","alpha-t-box-outline":"numeric be leer ouline","alpha-t-circle":"numeric be leer","alpha-t-circle-outline":"numeric be leer ouline","alpha-u":"nmeric bet letter","alpha-u-box":"nmeric bet letter","alpha-u-box-outline":"nmeric bet letter otline","alpha-u-circle":"nmeric bet letter","alpha-u-circle-outline":"nmeric bet letter otline","alpha-v":"numeric bet letter roman numeral 5","alpha-v-box":"numeric bet letter","alpha-v-box-outline":"numeric bet letter","alpha-v-circle":"numeric bet letter","alpha-v-circle-outline":"numeric bet letter","alpha-w":"numeric bet letter","alpha-w-box":"numeric bet letter","alpha-w-box-outline":"numeric bet letter","alpha-w-circle":"numeric bet letter","alpha-w-circle-outline":"numeric bet letter","alpha-x":"numeric bet letter roman numeral 10","alpha-x-box":"numeric bet letter bo","alpha-x-box-outline":"numeric bet letter bo","alpha-x-circle":"numeric bet letter","alpha-x-circle-outline":"numeric bet letter","alpha-y":"numeric bet letter","alpha-y-box":"numeric bet letter","alpha-y-box-outline":"numeric bet letter","alpha-y-circle":"numeric bet letter","alpha-y-circle-outline":"numeric bet letter","alpha-z":"numeric bet letter","alpha-z-box":"numeric bet letter","alpha-z-box-outline":"numeric bet letter","alpha-z-circle":"numeric bet letter","alpha-z-circle-outline":"numeric bet letter","alphabet-aurebesh":"alpha numeric writing system","alphabet-cyrillic":"alpha numeric writing system","alphabet-greek":"alpha numeric writing system","alphabet-latin":"alpha numeric writing system","alphabet-piqad":"alpha numeric writing system","alphabet-tengwar":"alpha numeric writing system",alphabetical:"alpha numeric letters abc","alphabetical-off":"alpha numeric","alphabetical-variant":"alpha numeric","alphabetical-variant-off":"alpha numeric",amazon:"brand logo","amazon-alexa":"brand logo",ambulance:"transportation road medical hospital",ammunition:"bullets",ampersand:"and",amplifier:"home automation music",anchor:"transportation water",android:"brand logo","android-auto":"motive brand logo","android-debug-bridge":"brand logo adb","android-studio":"math compass variant","angle-acute":"math","angle-obtuse":"math","angle-right":"math",angular:"brand logo developer languages",angularjs:"brand logo developer languages",animation:"auto awesome motion",ansible:"developer languages brand logo","apache-kafka":"brand logo developer languages",api:"developer languages",apple:"brand logo","apple-airplay":"home automation","apple-finder":"brand logo","apple-icloud":"brand logo mobileme","apple-ios":"brand logo","apple-safari":"brand logo",application:"web asset","approximately-equal":"math","approximately-equal-box":"math",apps:"view",arch:"brand logo","arrange-bring-forward":"geographic information system","arrange-bring-to-front":"geographic information system","arrange-send-backward":"geographic information system","arrange-send-to-back":"geographic information system","arrow-bottom-left":"down","arrow-bottom-left-bold-outline":"down","arrow-bottom-left-thick":"down","arrow-bottom-right":"down","arrow-bottom-right-bold-outline":"down","arrow-bottom-right-thick":"down","arrow-collapse":"compress","arrow-collapse-all":"compress","arrow-collapse-down":"compress","arrow-collapse-left":"compress","arrow-collapse-right":"compress","arrow-collapse-up":"compress","arrow-collapse-vertical":"compress","arrow-decision":"proxy","arrow-decision-auto":"proxy","arrow-decision-auto-outline":"proxy","arrow-decision-outline":"proxy","arrow-down":"ward bottom","arrow-down-bold":"bottom","arrow-down-bold-box":"bottom","arrow-down-bold-box-outline":"bottom","arrow-down-bold-circle":"bottom","arrow-down-bold-circle-outline":"bottom","arrow-down-bold-hexagon-outline":"bottom","arrow-down-bold-outline":"bottom","arrow-down-box":"bottom","arrow-down-circle":"bottom","arrow-down-circle-outline":"bottom","arrow-down-drop-circle":"bottom","arrow-down-drop-circle-outline":"bottom","arrow-down-thick":"bottom","arrow-expand-all":"geographic information system","arrow-horizontal-lock":"scroll","arrow-left":"back","arrow-left-bold":"automotive","arrow-left-bold-outline":"automotive","arrow-left-circle":"back","arrow-right":"forward","arrow-right-bold":"automotive","arrow-right-bold-outline":"automotive","arrow-right-circle":"forward","arrow-split-horizontal":"vertical resize","arrow-split-vertical":"horizontal resize","arrow-top-left":"up","arrow-top-left-bold-outline":"up","arrow-top-left-thick":"up","arrow-top-right":"up","arrow-top-right-bold-outline":"up","arrow-top-right-thick":"up","arrow-up":"ward top","arrow-up-bold":"top","arrow-up-bold-box":"top","arrow-up-bold-box-outline":"top","arrow-up-bold-circle":"top","arrow-up-bold-circle-outline":"top","arrow-up-bold-hexagon-outline":"top","arrow-up-bold-outline":"top","arrow-up-circle":"top","arrow-up-circle-outline":"top","arrow-up-drop-circle":"top","arrow-up-drop-circle-outline":"top","arrow-up-thick":"top","arrow-vertical-lock":"scroll",artstation:"brand logo",at:"alterne email",atlassian:"brand logo",atom:"science","atom-variant":"science",attachment:"paperclip horizontal","audio-video":"home automation","audio-video-off":"home automation","auto-fix":"photography magic wand high",autorenew:"clockwise circular circle arrows","av-timer":"date time",aws:"brand logo",axe:"hardware tools","axis-arrow":"accelerometer gyro","axis-z-rotate-clockwise":"vertical","axis-z-rotate-counterclockwise":"vertical",babel:"brand logo",baby:"people family","baby-bottle":"people family","baby-bottle-outline":"people family","baby-buggy":"people family stroller pram carriage","baby-carriage":"people family child friendly stroller pram buggy","baby-carriage-off":"people family child friendly stroller pram buggy","baby-face":"people family","baby-face-outline":"people family",backburger:"hamburger menu back","backup-restore":"settings",bacteria:"science medical hospital","bacteria-outline":"science medical hospital","badge-account":"user person","badge-account-alert":"error user person warning","badge-account-alert-outline":"error user person warning","badge-account-horizontal":"user","badge-account-horizontal-outline":"user","badge-account-outline":"user person",badminton:"sport shuttlecock","bag-carry-on":"transportati flying luggage","bag-carry-on-check":"transportati flying tick","bag-carry-on-off":"transportati flying luggage","bag-checked":"transportation flying luggage","bag-personal":"transportation flying backpack","bag-personal-off":"transportation flying backpack","bag-personal-off-outline":"transportation flying backpack","bag-personal-outline":"transportation flying backpack",baguette:"food drink bread bakery french loaf",balloon:"holiday party",ballot:"vote","ballot-outline":"vote","ballot-recount":"vote","ballot-recount-outline":"vote",bandage:"band aid plaster",bandcamp:"brand logo",bank:"ing places account balance museum","bank-minus":"ing","bank-outline":"ing museum","bank-plus":"ing add","bank-remove":"ing","bank-transfer":"ing","bank-transfer-in":"g","bank-transfer-out":"ing","barcode-scan":"ner",barley:"agriculture food drink grain wheat gluten","barley-off":"gluten free grain wheat",barn:"farm",baseball:"sport","baseball-bat":"sport",bash:"developer languages",basket:"shopping","basket-fill":"shopping","basket-outline":"shopping","basket-unfill":"shopping",basketball:"youtube sports","basketball-hoop":"sport","basketball-hoop-outline":"sport",bat:"holiday",battery:"home automation automotive full std 100","battery-10":"home automation automotive","battery-20":"home automation automotive","battery-30":"home automation automotive","battery-40":"home automation automotive","battery-50":"home automation automotive","battery-60":"home automation automotive","battery-70":"home automation automotive","battery-80":"home automation automotive","battery-90":"home automation automotive","battery-alert":"home automation error warning","battery-alert-bluetooth":"error warning","battery-alert-variant":"error","battery-alert-variant-outline":"error","battery-bluetooth":"100 full","battery-charging":"home automation automotive full","battery-charging-10":"automotive","battery-charging-100":"home automation automotive","battery-charging-20":"home automation automotive","battery-charging-30":"home automation automotive","battery-charging-40":"home automation automotive","battery-charging-50":"automotive","battery-charging-60":"home automation automotive","battery-charging-70":"automotive","battery-charging-80":"home automation automotive","battery-charging-90":"home automation automotive","battery-charging-outline":"automotive","battery-charging-wireless":"home automation full 100","battery-charging-wireless-10":"home automation","battery-charging-wireless-20":"home automation","battery-charging-wireless-30":"home automation","battery-charging-wireless-40":"home automation","battery-charging-wireless-50":"home automation","battery-charging-wireless-60":"home automation","battery-charging-wireless-70":"home automation","battery-charging-wireless-80":"home automation","battery-charging-wireless-90":"home automation","battery-charging-wireless-alert":"home automation error warning","battery-charging-wireless-outline":"home automation empty 0","battery-minus":"home automation","battery-negative":"home automation","battery-outline":"home automation automotive 0 empty","battery-plus":"home automation saver add","battery-positive":"home automation","battery-unknown":"home automation",battlenet:"brand logo gaming rpg battle net",beach:"places parasol",beaker:"science","beaker-alert":"error science","beaker-alert-outline":"error science","beaker-check":"science","beaker-check-outline":"science","beaker-minus":"science","beaker-minus-outline":"science","beaker-outline":"science","beaker-plus":"science","beaker-plus-outline":"science","beaker-question":"science","beaker-question-outline":"science","beaker-remove":"science","beaker-remove-outline":"science",bed:"home automation holiday hotel","bed-double":"home automation holiday","bed-double-outline":"home automation holiday","bed-empty":"home automation holiday","bed-king":"home automation holiday","bed-king-outline":"home automation holiday","bed-outline":"hotel","bed-queen":"home automation holiday","bed-queen-outline":"home automation holiday","bed-single":"home automation holiday","bed-single-outline":"home automation holiday",bee:"nature agriculture fly insect","bee-flower":"agriculture fly nature","beehive-off-outline":"nature","beehive-outline":"nature honey",beer:"food drink pint pub bar","beer-outline":"food drink",bell:"home automation music notifications","bell-alert":"error notification warning","bell-alert-outline":"error notification","bell-cancel":"notification","bell-cancel-outline":"notification","bell-check":"notification","bell-check-outline":"notification","bell-circle":"notification","bell-circle-outline":"notification","bell-minus":"notification","bell-minus-outline":"notification","bell-off":"notifications","bell-off-outline":"notification","bell-outline":"music notifications none","bell-plus":"notification alert add","bell-plus-outline":"notification add alert","bell-remove":"notification","bell-remove-outline":"notification","bell-ring":"notifications active","bell-ring-outline":"notification","bell-sleep":"notifications paused","bell-sleep-outline":"notification",beta:"alpha numeric",biathlon:"sport",bicycle:"transportation other bike cycling","bicycle-basket":"bike",bike:"transportation other sport bicycle cycling directions","bike-fast":"transportation other",billiards:"sport pool eight ball","billiards-rack":"sport table pool snooker triangle",biohazard:"science",bitbucket:"brand logo",bitcoin:"brand logo banking currency","black-mesa":"brand logo gaming rpg","blender-software":"brand logo",blinds:"home automation","blinds-open":"home automation",blogger:"brand logo","blood-bag":"medical hospital","bluetooth-audio":"searching","bluetooth-connect":"ed","bluetooth-off":"disabled",blur:"on","blur-radial":"circular","bolnisi-cross":"religion",bolt:"hardware tools",bomb:"gaming rpg",bone:"animal",book:"git repository","book-account":"user","book-account-outline":"user","book-alphabet":"dictionary","book-cross":"religion bible","book-information-variant":"encyclopedia","book-lock":"secure","book-lock-open":"unsecure","book-minus-multiple":"s","book-multiple":"s","book-music":"audio","book-open":"chrome reader mode","book-open-page-variant":"auto stories","book-open-variant":"import contacts","book-plus":"add","book-plus-multiple":"s add","book-remove-multiple":"s","book-variant":"class","book-variant-multiple":"s",bookmark:"turned in","bookmark-check":"tick","bookmark-outline":"border turned in not","bookmark-plus":"add","bookmark-plus-outline":"add","boom-gate":"transportation road arm barrier automatic","boom-gate-alert":"error transportation road arm barrier automatic","boom-gate-alert-outline":"error transportation road arm barrier automatic","boom-gate-down":"transportation road arm barrier automatic","boom-gate-down-outline":"transportation road arm barrier automatic","boom-gate-outline":"transportation road arm barrier automatic","boom-gate-up":"transportation road arm barrier automatic","boom-gate-up-outline":"transportation road arm barrier automatic",boombox:"home automation",boomerang:"gaming rpg",bootstrap:"brand logo developer languages","border-all":"text content format","border-all-variant":"text content format","border-bottom":"text content format","border-bottom-variant":"text content format","border-color":"text content format colour","border-horizontal":"text content format","border-inside":"text content format","border-left":"text content format","border-left-variant":"text content format","border-none":"text content format clear","border-none-variant":"text content format","border-outside":"text content format outer","border-right":"text content format","border-right-variant":"text content format","border-style":"text content format","border-top":"text content format","border-top-variant":"text content format","border-vertical":"text content format","bottle-soda":"food drink coke pop","bottle-soda-classic":"food drink coke pop","bottle-soda-outline":"food drink coke pop","bottle-tonic":"flask","bottle-tonic-outline":"flask","bottle-tonic-plus":"gaming rpg health potion","bottle-tonic-plus-outline":"gaming rpg health potion","bottle-tonic-skull":"gaming rpg poison moonshine","bottle-tonic-skull-outline":"gaming rpg poison moonshine","bottle-wine":"food drink","bottle-wine-outline":"food drink","bow-tie":"clothing",bowl:"food drink","bowl-mix":"food drink ing","bowl-mix-outline":"food drink ing","bowl-outline":"food drink",bowling:"sport",box:"brand logo","box-cutter":"hardware tools stanley knife","boxing-glove":"sport",brain:"medical hospital","bread-slice":"food drink","bread-slice-outline":"food drink",bridge:"places",briefcase:"work","briefcase-account":"person user","briefcase-account-outline":"person user","briefcase-check":"tick","briefcase-clock-outline":"date time","briefcase-edit":"modify","briefcase-edit-outline":"modify","briefcase-outline":"work","briefcase-plus":"add","briefcase-plus-outline":"add","brightness-4":"theme light dark","brightness-5":"low","brightness-6":"medium theme light dark","brightness-7":"home automation high",brush:"drawing art paint",buddhism:"dharmachakra dharma wheel religion buddhist",buffer:"brand logo",bug:"nature report","bug-check":"tick","bug-check-outline":"tick","bug-outline":"nature",bugle:"automotive music car horn",bulldozer:"hardware tools","bulletin-board":"notice",bullhorn:"announcement megaphone","bullhorn-outline":"announcement megaphone",bullseye:"sport target","bullseye-arrow":"sport target",bulma:"developer languages brand logo","bunk-bed":"home automation",bus:"navigation transportation road directions","bus-alert":"error transportation road warning","bus-articulated-end":"transportation road","bus-articulated-front":"transportation road","bus-clock":"date time transportation road departure board","bus-double-decker":"transportation road","bus-multiple":"transportation road fleet","bus-school":"transportation road","bus-side":"transportation road","bus-stop":"transportation road navigation","bus-stop-covered":"transportation road navigation","bus-stop-uncovered":"transportation road navigation",cached:"counterclockwise circular circle arrows",cactus:"nature",cake:"holiday food drink birthday","cake-layered":"holiday food drink birthday","cake-variant":"holiday food drink birthday",calculator:"math","calculator-variant":"math",calendar:"date time event insert invitation","calendar-account":"date time user","calendar-account-outline":"date time user","calendar-alert":"date time error event warning","calendar-arrow-left":"date time reschedule","calendar-arrow-right":"date time reschedule","calendar-blank":"date time today","calendar-blank-multiple":"date time","calendar-blank-outline":"date time event","calendar-check":"date time available task tick event","calendar-check-outline":"date time available event task tick","calendar-clock":"date event time","calendar-edit":"date time modify event","calendar-export":"date time","calendar-heart":"date time event","calendar-import":"date time","calendar-minus":"date time event","calendar-month":"date time","calendar-month-outline":"date time","calendar-multiple":"date time events","calendar-multiple-check":"date time events tick","calendar-multiselect":"date time","calendar-outline":"date time event","calendar-plus":"date time event add","calendar-question":"date time rsvp event","calendar-range":"time date week event","calendar-range-outline":"date time event","calendar-refresh":"date time repeat","calendar-refresh-outline":"date time repeat","calendar-remove":"date time busy event","calendar-remove-outline":"date time busy event","calendar-search":"date time event","calendar-star":"date time event","calendar-sync":"date time repeat","calendar-sync-outline":"date time repeat","calendar-text":"date time note event","calendar-text-outline":"date time event note","calendar-today":"date time day","calendar-week":"date time event","calendar-week-begin":"date time event","calendar-weekend":"date time","calendar-weekend-outline":"date time","call-made":"cellphone phone arrow","call-merge":"cellphone phone arrow type","call-missed":"cellphone phone arrow","call-received":"cellphone phone arrow","call-split":"cellphone phone arrow",camcorder:"video movie","camcorder-off":"video movie",camera:"home automation photography alt local see photo","camera-account":"photography user","camera-burst":"photography mode","camera-control":"photography","camera-enhance":"photography","camera-enhance-outline":"photography","camera-front":"photography","camera-front-variant":"photography","camera-gopro":"photography device tech","camera-image":"photography","camera-iris":"photography","camera-metering-center":"photography centre","camera-metering-matrix":"photography","camera-metering-partial":"photography","camera-metering-spot":"photography","camera-off":"photography","camera-outline":"photography","camera-party-mode":"photography","camera-plus":"photography","camera-plus-outline":"photography","camera-rear":"photography","camera-rear-variant":"photography","camera-retake":"photography","camera-retake-outline":"photography","camera-switch":"photography","camera-timer":"date time photography","camera-wireless":"photography","camera-wireless-outline":"photography",cancel:"prohibited ban do not disturb alt denied block forbid",candycane:"holiday food drink",cannabis:"nature medical hospital weed pot marijuana","caps-lock":"text content format",car:"transportation road navigation automotive directions drive eta time to leave","car-2-plus":"transportation road automotive hov high occupancy vehicle pool lane","car-3-plus":"transportation road automotive hov high occupancy vehicle pool lane","car-arrow-left":"automotive","car-arrow-right":"automotive","car-back":"automotive transportation road","car-battery":"automotive","car-brake-abs":"automotive anti lock braking system","car-brake-alert":"automotive error parking hand emergency warning","car-brake-hold":"automotive","car-brake-parking":"automotive","car-brake-retarder":"automotive","car-child-seat":"automotive people family","car-clutch":"automotive","car-cog":"automotive settings","car-connected":"transportation road automotive","car-convertible":"transportation road automotive","car-coolant-level":"automotive","car-cruise-control":"automotive","car-defrost-front":"automotive","car-defrost-rear":"automotive","car-door":"automotive","car-door-lock":"automotive","car-electric":"transportation road automotive","car-esp":"automotive electronic stability program","car-estate":"transportation road automotive","car-hatchback":"transportation road automotive","car-info":"automotive","car-key":"transportation road automotive rental rent a","car-light-dimmed":"automotive head low beam","car-light-fog":"automotive head","car-light-high":"automotive head beam","car-limousine":"transportation road automotive","car-multiple":"transportation road automotive","car-off":"automotive","car-parking-lights":"automotive","car-pickup":"transportation road automotive","car-seat":"automotive","car-seat-cooler":"automotive","car-seat-heater":"automotive","car-settings":"automotive","car-shift-pattern":"automotive manual transmission","car-side":"transportation road automotive saloon","car-sports":"transportation road sport automotive","car-tire-alert":"automotive error tyre warning","car-traction-control":"automotive","car-turbocharger":"automotive","car-wash":"transportation road places automotive local","car-windshield":"automotive front glass","car-windshield-outline":"automotive front glass",carabiner:"sport karabiner rock climbing",caravan:"transportation road home automation automotive","card-account-details":"identification user id person drivers license business","card-account-details-outline":"identification user id person drivers license business","card-account-details-star":"user","card-account-details-star-outline":"user","card-account-mail":"user contact","card-account-mail-outline":"user contact","card-account-phone":"user contact","card-account-phone-outline":"user contact","card-search":"pageview","card-search-outline":"pageview",cards:"gaming rpg","cards-club":"gaming rpg suit s","cards-diamond":"gaming rpg transportation road suit s hov high occupancy vehicle carpool lane","cards-diamond-outline":"transportation road hov high occupancy vehicle carpool lane","cards-heart":"gaming rpg suit s","cards-outline":"gaming rpg","cards-playing-outline":"gaming rpg","cards-spade":"gaming rpg suit s","cards-variant":"gaming rpg",carrot:"agriculture food drink",cart:"trolley local grocery store shopping","cart-arrow-down":"shopping trolley","cart-arrow-right":"trolley shopping","cart-arrow-up":"shopping trolley","cart-minus":"shopping trolley","cart-off":"trolley remove shopping","cart-outline":"trolley shopping","cart-plus":"trolley shopping add","cart-remove":"trolley shopping",cash:"currency banking shopping money","cash-100":"currency banking money","cash-marker":"banking cod on delivery","cash-multiple":"currency banking money","cash-refund":"banking","cash-register":"shopping till","cash-usd":"currency banking local atm money","cash-usd-outline":"currency banking local atm money",cassette:"music tape",cast:"home automation","cast-audio":"speaker","cast-connected":"home automation","cast-off":"home automation",castle:"places",cat:"animal",cctv:"home automation closed circuit television security camera","ceiling-light":"home automation lamp",cellphone:"device tech mobile smartphone current stay primary portrait","cellphone-android":"device tech mobile smartphone","cellphone-arrow-down":"device tech system update mobile smartphone","cellphone-basic":"device tech mobile phone","cellphone-cog":"device tech phonelink setup mobile smartphone settings variant","cellphone-dock":"device tech mobile smartphone","cellphone-erase":"device tech phonelink mobile smartphone","cellphone-information":"mobile smartphone","cellphone-iphone":"device tech mobile smartphone","cellphone-key":"device tech mobile smartphone","cellphone-link":"tech mobile smartphone devices","cellphone-link-off":"device tech mobile smartphone phone","cellphone-lock":"device tech phonelink mobile smartphone","cellphone-message":"device tech mobile smartphone","cellphone-message-off":"phone","cellphone-nfc":"automotive phone device tech","cellphone-nfc-off":"phone","cellphone-off":"device tech smartphone mobile","cellphone-play":"phone","cellphone-screenshot":"phone device tech","cellphone-settings":"device tech mobile smartphone cell","cellphone-sound":"device tech phonelink ring mobile smartphone","cellphone-text":"device tech mobile smartphone","cellphone-wireless":"device tech mobile smartphone","celtic-cross":"religion",certificate:"diploma seal","certificate-outline":"diploma seal","chair-school":"desk",charity:"super chat for good","chart-arc":"math","chart-areaspline":"math","chart-areaspline-variant":"math","chart-bar":"math","chart-bar-stacked":"math","chart-bell-curve":"math","chart-bell-curve-cumulative":"math","chart-bubble":"math","chart-donut":"math doughnut data usage","chart-donut-variant":"math doughnut","chart-gantt":"math","chart-histogram":"math","chart-line":"math","chart-line-stacked":"math","chart-line-variant":"math show","chart-multiline":"math","chart-multiple":"math","chart-pie":"math","chart-ppf":"math production possibility frontier","chart-sankey":"math snakey","chart-sankey-variant":"math snakey","chart-scatter-plot":"math","chart-scatter-plot-hexbin":"math","chart-timeline":"math","chart-timeline-variant":"math","chart-tree":"math","chat-alert":"error warning","chat-alert-outline":"error","chat-processing":"typing","chat-processing-outline":"typing",check:"tick done","check-all":"done multiple ticks","check-box-multiple-outline":"es tick","check-circle":"tick","check-circle-outline":"tick","check-decagram":"verified approve approval tick","check-network":"tick","check-network-outline":"tick","check-outline":"done tick",checkbook:"chequebook cheque book","checkbox-blank":"form","checkbox-blank-circle":"form","checkbox-blank-circle-outline":"form","checkbox-blank-outline":"form check box","checkbox-intermediate":"form","checkbox-marked":"form check box","checkbox-marked-circle":"form","checkbox-marked-circle-outline":"form","checkbox-marked-outline":"form","checkbox-multiple-blank":"form es","checkbox-multiple-blank-circle":"form es","checkbox-multiple-blank-circle-outline":"form es","checkbox-multiple-blank-outline":"form es","checkbox-multiple-marked":"form es","checkbox-multiple-marked-circle":"form es","checkbox-multiple-marked-circle-outline":"form es","checkbox-multiple-marked-outline":"form es",checkerboard:"gaming rpg geographic information system raster","checkerboard-minus":"geographic information system raster","checkerboard-plus":"geographic information system raster","checkerboard-remove":"geographic information system raster",cheese:"food drink swiss","cheese-off":"food drink","chef-hat":"clothing toque cook","chess-bishop":"gaming rpg","chess-king":"gaming rpg","chess-knight":"gaming rpg horse","chess-pawn":"gaming rpg","chess-queen":"gaming rpg","chess-rook":"gaming rpg castle","chevron-double-down":"arrow","chevron-double-left":"arrow","chevron-double-right":"arrow","chevron-double-up":"arrow","chevron-down":"expand more keyboard arrow","chevron-down-box":"form arrow","chevron-down-box-outline":"form arrow","chevron-down-circle":"arrow","chevron-down-circle-outline":"arrow","chevron-left":"keyboard arrow navigate before","chevron-left-box":"arrow","chevron-left-box-outline":"arrow","chevron-left-circle":"arrow","chevron-left-circle-outline":"arrow","chevron-right":"keyboard arrow navigate next","chevron-right-box":"arrow","chevron-right-box-outline":"arrow","chevron-right-circle":"arrow","chevron-right-circle-outline":"arrow","chevron-triple-up":"rank","chevron-up":"math expand less keyboard arrow caret","chevron-up-box":"arrow","chevron-up-box-outline":"arrow","chevron-up-circle":"arrow","chevron-up-circle-outline":"arrow","chili-hot":"food drink chilli pepper spicy","chili-medium":"food drink chilli pepper spicy","chili-mild":"food drink chilli pepper spicy","chili-off":"food drink chilli pepper spicy",christianity:"religion christian cross","christianity-outline":"religion christian cross",church:"religion places",circle:"shape lens","circle-double":"shape","circle-edit-outline":"modify","circle-multiple":"currency banking coins","circle-multiple-outline":"currency banking toll coins","circle-off-outline":"null","circle-outline":"shape null","circle-small":"math bullet multiplication","circular-saw":"hardware tools",city:"places location","clipboard-account":"user assignment ind person","clipboard-account-outline":"user person assignment ind","clipboard-alert":"error warning assignment late","clipboard-alert-outline":"error warning","clipboard-arrow-down":"assignment returned bottom","clipboard-arrow-down-outline":"assignment returned bottom","clipboard-arrow-left":"assignment return","clipboard-arrow-up":"top","clipboard-arrow-up-outline":"top","clipboard-check":"assignment turned in tick","clipboard-check-outline":"tick","clipboard-plus":"add","clipboard-pulse":"medical hospital vitals","clipboard-pulse-outline":"medical hospital vitals","clipboard-text":"assignment",clock:"date time watch later","clock-alert":"date time error warning","clock-alert-outline":"date time error warning","clock-check":"date time","clock-check-outline":"date time","clock-digital":"date time","clock-end":"date time","clock-fast":"date time","clock-in":"date time","clock-out":"date time","clock-outline":"date access time query builder schedule","clock-start":"date time","clock-time-eight":"date","clock-time-eight-outline":"date","clock-time-eleven":"date","clock-time-eleven-outline":"date","clock-time-five":"date","clock-time-five-outline":"date","clock-time-four":"date","clock-time-four-outline":"date","clock-time-nine":"date","clock-time-nine-outline":"date","clock-time-one":"date","clock-time-one-outline":"date","clock-time-seven":"date","clock-time-seven-outline":"date","clock-time-six":"date","clock-time-six-outline":"date","clock-time-ten":"date","clock-time-ten-outline":"date","clock-time-three":"date","clock-time-three-outline":"date","clock-time-twelve":"date","clock-time-twelve-outline":"date","clock-time-two":"date","clock-time-two-outline":"date",close:"math clear multiply","close-box":"math multiply","close-box-multiple":"es remove library","close-box-multiple-outline":"es remove library","close-box-outline":"math","close-circle":"remove cancel multiply","close-circle-multiple":"coins remove","close-circle-multiple-outline":"coins remove","close-circle-outline":"highlight off","close-octagon":"dangerous multiply","closed-caption":"cc","closed-caption-outline":"cc",cloud:"weather wb y","cloud-alert":"error weather warning","cloud-braces":"json","cloud-check":"done tick","cloud-outline":"weather queue","cloud-print":"er home automation","cloud-print-outline":"er home automation","cloud-tags":"xml","cloud-upload":"backup","cloud-upload-outline":"backup",clover:"nature luck","coach-lamp":"home automation carriage light","coat-rack":"home automation clothing","code-array":"developer languages","code-braces":"developer languages math set","code-braces-box":"developer languages","code-brackets":"developer languages math square","code-equal":"developer languages","code-greater-than":"developer languages math","code-greater-than-or-equal":"developer languages math","code-less-than":"developer languages math","code-less-than-or-equal":"developer languages math","code-not-equal":"developer languages","code-not-equal-variant":"developer languages","code-parentheses":"developer languages","code-parentheses-box":"developer languages","code-string":"developer languages","code-tags":"developer languages","code-tags-check":"developer languages tick",codepen:"brand logo developer languages",coffee:"food drink tea cup free breakfast local cafe","coffee-maker":"home automation food drink espresso machine","coffee-off":"food drink","coffee-off-outline":"food drink","coffee-outline":"food drink tea cup","coffee-to-go":"food drink","coffee-to-go-outline":"food drink",coffin:"holiday",cog:"settings gear","cog-box":"gear applications settings","cog-clockwise":"settings","cog-counterclockwise":"settings","cog-off":"settings","cog-off-outline":"settings","cog-outline":"gear settings","cog-refresh":"settings","cog-refresh-outline":"settings","cog-sync":"settings","cog-sync-outline":"settings","cog-transfer":"settings","cog-transfer-outline":"settings",cogs:"settings manufacturing",collage:"auto awesome mosaic","collapse-all":"animation minus","collapse-all-outline":"animation minus","color-helper":"text content format colour","comment-account":"user person","comment-account-outline":"user person","comment-alert":"error warning","comment-alert-outline":"error warning","comment-arrow-left":"previous","comment-arrow-left-outline":"previous","comment-arrow-right":"next","comment-arrow-right-outline":"next","comment-check":"tick","comment-check-outline":"tick","comment-edit":"modify","comment-edit-outline":"modify","comment-multiple":"s","comment-multiple-outline":"s","comment-plus":"add","comment-plus-outline":"add","comment-quote":"feedback","comment-quote-outline":"feedback","comment-text-multiple":"s","comment-text-multiple-outline":"s",compare:"theme light dark","compare-horizontal":"arrow","compare-vertical":"arrow",compass:"navigation geographic information system explore","compass-off":"geographic information system navigation","compass-off-outline":"geographic information system navigation","compass-outline":"navigation geographic information system","compass-rose":"navigation","concourse-ci":"developer languages brand logo",console:"terminal","console-line":"terminal","console-network":"terminal","console-network-outline":"terminal","contactless-payment":"currency","contactless-payment-circle":"currency","contactless-payment-circle-outline":"currency","content-cut":"scissors clip","content-save-alert":"error","content-save-alert-outline":"error","content-save-cog":"settings","content-save-cog-outline":"settings","content-save-edit":"modify","content-save-edit-outline":"modify","controller-classic":"gaming rpg","controller-classic-outline":"gaming rpg",cookie:"food drink biscuit","coolant-temperature":"automotive",cordova:"brand logo developer languages",corn:"agriculture food drink","corn-off":"food drink","cosine-wave":"audio",counter:"automotive score numbers odometer",cow:"animal agriculture",creation:"auto awesome","creative-commons":"brand logo","credit-card":"banking currency","credit-card-check":"banking","credit-card-check-outline":"banking","credit-card-clock":"banking","credit-card-clock-outline":"banking date time","credit-card-marker":"banking","credit-card-marker-outline":"banking cod payment on delivery","credit-card-minus":"banking","credit-card-minus-outline":"banking","credit-card-multiple":"banking","credit-card-multiple-outline":"banking s","credit-card-off":"banking","credit-card-off-outline":"banking","credit-card-outline":"shopping banking currency payment","credit-card-plus":"banking","credit-card-plus-outline":"banking add","credit-card-refund":"banking","credit-card-refund-outline":"banking","credit-card-remove":"banking","credit-card-remove-outline":"banking","credit-card-scan":"banking","credit-card-scan-outline":"banking","credit-card-settings":"banking","credit-card-settings-outline":"banking payment","credit-card-wireless":"currency banking","credit-card-wireless-off":"banking","credit-card-wireless-off-outline":"banking","credit-card-wireless-outline":"currency banking contactless",cricket:"sport bat","crop-landscape":"5 4",crosshairs:"geographic information system gps not fixed location searching","crosshairs-gps":"navigation geographic information system fixed my location","crosshairs-off":"geographic information system","crosshairs-question":"navigation geographic information system gps unknown",cryengine:"brand logo","crystal-ball":"gaming rpg",cube:"shape","cube-off-outline":"food drink sugar free","cube-outline":"shape food drink sugar","cube-scan":"ar view in augmented reality",cup:"food drink","cup-off":"food drink","cup-outline":"food drink","cup-water":"food local drink",cupboard:"home automation","cupboard-outline":"home automation",cupcake:"food drink",curling:"sport","currency-bdt":"banking bangladeshi taka","currency-brl":"banking brazilian real","currency-btc":"brand logo banking bitcoin","currency-cny":"banking yuan renminbi","currency-eth":"brand logo banking ereum xi","currency-eur":"banking symbol","currency-gbp":"banking pound sterling","currency-ils":"banking","currency-inr":"banking rupee","currency-jpy":"banking yen","currency-krw":"banking won","currency-kzt":"banking kazakhstani tenge","currency-ngn":"banking naira","currency-php":"banking philippine peso","currency-rial":"banking riyal irr omr yer sar","currency-rub":"banking le","currency-sign":"banking scarab","currency-try":"banking lira","currency-twd":"banking new taiwan dollar","currency-usd":"banking attach money dollar","currency-usd-circle":"banking coin","currency-usd-circle-outline":"banking coin","currency-usd-off":"banking money dollar","current-ac":"alternating","current-dc":"battery direct","cursor-pointer":"hand",database:"geographic information system storage","database-check":"geographic information system tick","database-edit":"modify geographic information system","database-export":"geographic information system","database-import":"geographic information system","database-lock":"geographic information system","database-marker":"geographic information system","database-minus":"geographic information system","database-plus":"geographic information system add","database-remove":"geographic information system","database-search":"geographic information system sql query","database-settings":"geographic information system","database-sync":"geographic information system","deathly-hallows":"harry potter",debian:"brand logo","debug-step-over":"skip jump",decagram:"shape starburst","decagram-outline":"shape starburst",decimal:"math","decimal-comma":"math","decimal-comma-decrease":"math","decimal-comma-increase":"math","decimal-decrease":"math","decimal-increase":"math",delete:"rubbish bin trash garbage can","delete-alert":"error","delete-alert-outline":"error","delete-circle":"garbage bin rubbish trash can","delete-circle-outline":"garbage bin rubbish can trash","delete-empty":"rubbish bin trash garbage can","delete-outline":"garbage rubbish bin trash can","delete-restore":"bin from trash","delete-variant":"trash bin",delta:"math alpha numeric change history","desk-lamp":"home automation",deskphone:"cellphone phone device tech","desktop-classic":"device tech home automation computer","desktop-mac":"device tech home automation","desktop-mac-dashboard":"device tech","desktop-tower":"device tech home automation","desktop-tower-monitor":"device tech","dev-to":"brand logo",deviantart:"brand logo",devices:"device tech monitor smartwatch smartphone cellphone television",diabetes:"medical hospital hand blood",dialpad:"keypad",diameter:"math circle sphere","diameter-outline":"math circle sphere","diameter-variant":"math circle sphere","diamond-stone":"jewel","dice-1":"gaming rpg die one","dice-1-outline":"gaming rpg","dice-2":"gaming rpg die two","dice-2-outline":"gaming rpg","dice-3":"gaming rpg die three","dice-3-outline":"gaming rpg","dice-4":"gaming rpg die four","dice-4-outline":"gaming rpg","dice-5":"gaming rpg die five","dice-5-outline":"gaming rpg","dice-6":"gaming rpg die six","dice-6-outline":"gaming rpg","dice-d10":"gaming rpg","dice-d10-outline":"gaming rpg die","dice-d12":"gaming rpg","dice-d12-outline":"gaming rpg","dice-d20":"gaming rpg","dice-d20-outline":"gaming rpg die","dice-d4":"gaming rpg","dice-d4-outline":"gaming rpg die","dice-d6":"gaming rpg","dice-d6-outline":"gaming rpg die","dice-d8":"gaming rpg","dice-d8-outline":"gaming rpg die","dice-multiple":"gaming rpg die","dice-multiple-outline":"gaming rpg",disc:"music","disc-alert":"error full warning","disc-player":"home automation device tech",discord:"brand logo gaming rpg",dishwasher:"home automation","dishwasher-alert":"home automation error","dishwasher-off":"home automation",disqus:"brand logo","diving-flippers":"sport","diving-scuba":"sport","diving-snorkel":"sport",division:"math obelus","division-box":"math",dlna:"brand logo",dna:"science helix","do-not-disturb":"no entry",docker:"brand logo",doctor:"medical hospital",dog:"animal","dog-service":"animal guide","dog-side":"animal",dolby:"audio brand logo home automation",dolly:"hand truck trolley",domain:"places building company business","domino-mask":"robber",donkey:"animal",door:"home automation","door-closed":"home automation","door-closed-lock":"home automation","door-open":"home automation",doorbell:"home automation","doorbell-video":"home automation","dot-net":"developer languages microsoft","dots-horizontal":"ellipsis more horiz menu","dots-horizontal-circle":"ellipsis more menu","dots-horizontal-circle-outline":"ellipsis more menu","dots-vertical":"ellipsis more vert menu","dots-vertical-circle":"ellipsis menu","dots-vertical-circle-outline":"ellipsis menu",douban:"brand logo",download:"file get app","download-multiple":"s","drama-masks":"comedy tragedy theatre",draw:"ing art form signature",drawing:"art shape","drawing-box":"art shape",dresser:"home automation","dresser-outline":"home automation",drone:"transportation flying",dropbox:"brand logo",drupal:"brand logo",duck:"animal",dumbbell:"sport weights fitness center","dump-truck":"transportation road hardware tools tipper lorry","ear-hearing-off":"hing impaired",earth:"geographic information system globe public planet","earth-off":"geographic information system",egg:"food drink","egg-easter":"holiday","egg-off":"food drink","egg-off-outline":"food drink","egg-outline":"food drink","eight-track":"music 8","electron-framework":"brand logo developer languages",elephant:"animal",elevator:"transportation other","elevator-down":"transportation other","elevator-passenger":"transportation other","elevator-up":"transportation other",ellipse:"shape","ellipse-outline":"shape",email:"local post office mail markunread envelope","email-alert":"error envelope warning","email-alert-outline":"error","email-box":"envelope","email-check":"tick","email-check-outline":"tick","email-edit":"modify","email-edit-outline":"modify","email-lock":"secure envelope","email-open":"drafts envelope","email-open-outline":"envelope","email-outline":"mail envelope","email-plus":"add envelope","email-plus-outline":"add envelope","email-sync":"refresh resend","email-sync-outline":"refresh resend","email-variant":"envelope",ember:"brand logo",emby:"brand logo",emoticon:"emoji smiley","emoticon-angry":"emoji smiley","emoticon-angry-outline":"emoji smiley","emoticon-confused":"emoji","emoticon-confused-outline":"emoji","emoticon-cool":"emoji smiley","emoticon-cool-outline":"emoji smiley","emoticon-cry":"emoji smiley","emoticon-cry-outline":"emoji smiley","emoticon-dead":"emoji smiley","emoticon-dead-outline":"emoji smiley","emoticon-devil":"emoji smiley","emoticon-devil-outline":"emoji smiley","emoticon-excited":"emoji smiley","emoticon-excited-outline":"emoji smiley","emoticon-frown":"emoji","emoticon-frown-outline":"emoji","emoticon-happy":"emoji smiley","emoticon-happy-outline":"emoji smiley","emoticon-kiss":"emoji smiley","emoticon-kiss-outline":"emoji smiley","emoticon-neutral":"emoji smiley","emoticon-neutral-outline":"emoji smiley","emoticon-outline":"emoji insert mood sentiment very satisfied tag faces smiley","emoticon-poop":"emoji smiley","emoticon-poop-outline":"emoji","emoticon-sad":"emoji smiley","emoticon-sad-outline":"emoji smiley","emoticon-tongue":"emoji smiley","emoticon-tongue-outline":"emoji smiley","emoticon-wink":"emoji smiley","emoticon-wink-outline":"emoji smiley",engine:"automotive motor","engine-off":"automotive motor","engine-off-outline":"automotive motor","engine-outline":"automotive motor",epsilon:"alpha numeric",equal:"math","equal-box":"math",equalizer:"audio","equalizer-outline":"audio",escalator:"transportation other","escalator-down":"transportation other","escalator-up":"transportation other",eslint:"developer languages brand logo",ethereum:"brand logo","ev-station":"places automotive charging",evernote:"brand logo",excavator:"hardware tools",exclamation:"math factorial","exit-run":"emergency","expand-all":"animation plus","expand-all-outline":"animation plus","expansion-card":"gaming rpg gpu graphics processing unit nic network interface","expansion-card-variant":"graphics processing unit gpu network interface nice",exponent:"math power","exponent-box":"math power",export:"output",eye:"show visibility remove red","eye-check":"tick","eye-check-outline":"tick","eye-off":"hide visibility","eye-off-outline":"hide visibility","eye-outline":"show visibility","eye-plus":"add","eye-plus-outline":"add",eyedropper:"color drawing art science pipette","eyedropper-minus":"science","eyedropper-off":"science","eyedropper-plus":"science","eyedropper-remove":"science","eyedropper-variant":"science colorize colourise pipette",face:"people family","face-agent":"customer service support","face-outline":"people family","face-profile":"people family","face-profile-woman":"people family","face-recognition":"photography facial scan","face-woman":"people family","face-woman-outline":"people family",facebook:"brand logo social media","facebook-messenger":"brand logo social media","facebook-workplace":"brand logo social media",factory:"places industrial",fan:"home automation automotive","fan-alert":"home automation error","fan-chevron-down":"home automation speed","fan-chevron-up":"home automation speed","fan-minus":"home automation","fan-off":"home automation automotive","fan-plus":"home automation","fan-remove":"home automation","fan-speed-1":"home automation low","fan-speed-2":"home automation medium","fan-speed-3":"home automation high",fax:"printer cellphone phone",feather:"nature quill","feature-search":"box","feature-search-outline":"box",fedora:"brand logo",fencing:"sport",ferry:"transportation water navigation cargo ship boat directions",file:"folders insert drive draft paper","file-account":"folders user resume","file-account-outline":"folders user","file-alert":"folders error warning","file-alert-outline":"folders error warning","file-cabinet":"folders filing","file-cad":"folders","file-cad-box":"folders","file-cancel":"folders ban forbid","file-cancel-outline":"folders ban forbid","file-certificate":"folders","file-certificate-outline":"folders","file-chart":"folders report","file-chart-outline":"folders","file-check":"folders tick","file-check-outline":"folders","file-clock":"folders","file-clock-outline":"folders date time","file-cloud":"folders","file-cloud-outline":"folders","file-code":"folders","file-code-outline":"folders developer languages","file-cog":"folders settings","file-cog-outline":"folders settings","file-compare":"folders","file-delimited":"folders csv","file-delimited-outline":"folders csv","file-document":"folders","file-document-edit":"modify folders contract","file-document-edit-outline":"modify folders contract","file-document-outline":"folders","file-download":"folders","file-download-outline":"folders","file-edit":"modify folders","file-edit-outline":"modify folders","file-excel":"folders","file-excel-box":"folders","file-excel-box-outline":"folders","file-excel-outline":"folders","file-export":"folders","file-export-outline":"folders","file-eye":"folders","file-eye-outline":"folders","file-find":"folders print preview in page","file-find-outline":"folders","file-hidden":"folders","file-image":"folders","file-image-outline":"folders","file-import":"folders","file-import-outline":"folders","file-key":"folders","file-key-outline":"folders","file-link":"folders","file-link-outline":"folders","file-lock":"folders","file-lock-outline":"folders","file-move":"folders","file-move-outline":"folders","file-multiple":"folders s","file-multiple-outline":"folders","file-music":"folders","file-music-outline":"folders","file-outline":"folders paper","file-pdf":"folders acrobat","file-pdf-box":"folders acrobat","file-pdf-box-outline":"folders acrobat","file-pdf-outline":"folders acrobat","file-percent":"folders","file-percent-outline":"folders","file-phone":"folders","file-phone-outline":"folders","file-plus":"folders note add","file-plus-outline":"folders","file-powerpoint":"folders","file-powerpoint-box":"folders","file-powerpoint-box-outline":"folders","file-powerpoint-outline":"folders","file-presentation-box":"folders","file-question":"folders","file-question-outline":"folders","file-remove":"folders","file-remove-outline":"folders","file-replace":"folders","file-replace-outline":"folders","file-restore":"folders page","file-restore-outline":"folders","file-search":"folders","file-search-outline":"folders","file-send":"folders move","file-send-outline":"folders","file-settings":"folders","file-settings-outline":"folders","file-star":"folders","file-star-outline":"folders","file-swap":"folders transfer","file-swap-outline":"folders transfer","file-table":"folders","file-table-box":"folders","file-table-box-multiple":"folders","file-table-box-multiple-outline":"folders","file-table-box-outline":"folders","file-table-outline":"folders","file-tree":"folders subtasks","file-undo":"folders revert discard","file-undo-outline":"folders","file-upload":"folders","file-upload-outline":"folders","file-video":"movie folders","file-video-outline":"folders","file-word":"folders","file-word-box":"folders","file-word-box-outline":"folders","file-word-outline":"folders",film:"photography video movie camera roll",filmstrip:"video local movies theaters","filmstrip-box-multiple":"video library movie","filmstrip-off":"video movie",filter:"funnel","filter-minus":"funnel","filter-minus-outline":"funnel","filter-outline":"funnel","filter-plus":"funnel","filter-plus-outline":"funnel","filter-remove":"funnel","filter-remove-outline":"funnel","filter-variant":"list",finance:"banking chart",fire:"home automation whatshot flame","fire-extinguisher":"hardware tools","fire-hydrant-alert":"error","fire-truck":"transportation road engine",firebase:"brand logo",firefox:"brand logo mozilla",fireplace:"home automation","fireplace-off":"home automation",firework:"holiday bottle rocket",fish:"animal food drink","fish-off":"food drink",fishbowl:"animal aquarium","fishbowl-outline":"animal aquarium","fit-to-page":"text content format arrow","fit-to-page-outline":"text content format arrow",flag:"assistant photo","flag-plus":"add","flag-triangle":"milestone",flash:"weather lightning bolt on electricity","flash-alert":"weather error lightning storm advisory","flash-alert-outline":"weather error lightning storm advisory","flash-circle":"amp offline lightning bolt","flash-outline":"weather lightning bolt",flashlight:"torch","flashlight-off":"torch",flask:"science gaming rpg","flask-empty":"science gaming rpg","flask-empty-minus":"science","flask-empty-minus-outline":"science","flask-empty-outline":"science gaming rpg","flask-empty-plus":"science","flask-empty-plus-outline":"science","flask-empty-remove":"science","flask-empty-remove-outline":"science","flask-minus":"science","flask-minus-outline":"science","flask-outline":"science gaming rpg","flask-plus":"science","flask-plus-outline":"science","flask-remove":"science","flask-remove-outline":"science","flask-round-bottom":"science","flask-round-bottom-empty":"science","flask-round-bottom-empty-outline":"science","flask-round-bottom-outline":"science","flip-horizontal":"arrange","flip-to-back":"arrange","flip-to-front":"arrange","flip-vertical":"arrange","floor-lamp":"home automation light","floor-lamp-dual":"home automation light","floor-lamp-variant":"home automation light","floor-plan":"home automation",flower:"nature local florist plant","flower-outline":"nature local florist plant","flower-poppy":"nature plant","flower-tulip":"nature plant","flower-tulip-outline":"nature plant","focus-auto":"photography","focus-field":"photography","focus-field-horizontal":"photography","focus-field-vertical":"photography",folder:"files s","folder-account":"files user shared","folder-account-outline":"files user shared","folder-alert":"files s error warning","folder-alert-outline":"files s error warning","folder-clock":"files s","folder-clock-outline":"files s date time","folder-cog":"settings files s","folder-cog-outline":"settings files s","folder-download":"files s","folder-download-outline":"files s","folder-edit":"files s modify","folder-edit-outline":"modify files s","folder-google-drive":"files s my","folder-heart":"files s","folder-heart-outline":"files s","folder-home":"files s","folder-home-outline":"files s","folder-image":"files s","folder-information":"files s","folder-information-outline":"files s","folder-key":"files s","folder-key-network":"files s","folder-key-network-outline":"files s","folder-key-outline":"files s","folder-lock":"files s","folder-lock-open":"files s","folder-marker":"geographic information system files s","folder-marker-outline":"geographic information system files s","folder-move":"files s","folder-move-outline":"files s","folder-multiple":"files s","folder-multiple-image":"files perm media s","folder-multiple-outline":"files s","folder-multiple-plus":"files s","folder-multiple-plus-outline":"files s","folder-music":"files s","folder-music-outline":"files s","folder-network":"files s","folder-network-outline":"files s","folder-open":"files s","folder-open-outline":"files s","folder-outline":"files s open","folder-plus":"files s create new add","folder-plus-outline":"files s create new add","folder-pound":"files hash","folder-pound-outline":"files hash","folder-refresh":"files s","folder-refresh-outline":"files s","folder-remove":"files s","folder-remove-outline":"files s","folder-search":"files s","folder-search-outline":"files s","folder-settings":"files s","folder-settings-outline":"files s","folder-star":"files special","folder-star-multiple":"files s","folder-star-multiple-outline":"files s","folder-star-outline":"files special","folder-swap":"files transfer","folder-swap-outline":"files transfer","folder-sync":"files s","folder-sync-outline":"files s","folder-table":"files s","folder-table-outline":"files s","folder-text":"files s","folder-text-outline":"files s","folder-upload":"files s","folder-upload-outline":"files s","folder-zip":"files compressed","folder-zip-outline":"files compressed","font-awesome":"brand logo",food:"drink fast","food-apple":"drink","food-apple-outline":"drink","food-croissant":"drink","food-drumstick":"drink chicken turkey leg meat","food-drumstick-off":"drink chicken turkey leg meat","food-drumstick-off-outline":"drink chicken turkey leg meat","food-drumstick-outline":"drink chicken turkey leg meat","food-off":"drink fast","food-steak":"drink meat beef","food-steak-off":"drink meat beef","food-variant":"drink","food-variant-off":"drink",football:"sport american","football-australian":"sport","football-helmet":"sport",forklift:"transportation road","form-textbox":"rename","format-align-bottom":"text content","format-align-center":"text content centre","format-align-justify":"text content","format-align-left":"text content","format-align-middle":"text content","format-align-right":"text content","format-align-top":"text content","format-annotation-minus":"text content","format-annotation-plus":"text content add","format-bold":"text content","format-clear":"text content","format-color-fill":"text content colour paint bucket","format-color-highlight":"text content colour","format-color-marker-cancel":"text content redact","format-color-text":"content colour","format-columns":"text content","format-float-center":"text content centre","format-float-left":"text content","format-float-none":"text content","format-float-right":"text content","format-font":"text content","format-font-size-decrease":"text content","format-font-size-increase":"text content","format-header-1":"text content","format-header-2":"text content","format-header-3":"text content","format-header-4":"text content","format-header-5":"text content","format-header-6":"text content","format-header-decrease":"text content","format-header-equal":"text content","format-header-increase":"text content","format-header-pound":"text content hash","format-horizontal-align-center":"text content centre","format-horizontal-align-left":"text content","format-horizontal-align-right":"text content","format-indent-decrease":"text content","format-indent-increase":"text content","format-italic":"text content","format-letter-case":"text content","format-letter-case-lower":"text content","format-letter-case-upper":"text content","format-letter-ends-with":"text content","format-letter-matches":"text content","format-letter-starts-with":"text content","format-line-spacing":"text content","format-line-style":"text content drawing art","format-line-weight":"text content drawing art","format-list-bulleted":"text content","format-list-bulleted-square":"text content","format-list-bulleted-triangle":"text content","format-list-bulleted-type":"text content","format-list-checkbox":"text content","format-list-checks":"text content","format-list-numbered":"text content numbers","format-list-numbered-rtl":"text content right to left","format-overline":"text content","format-page-break":"text content","format-paint":"text content color drawing art","format-paragraph":"text content","format-pilcrow":"text content","format-quote-close":"text content","format-quote-close-outline":"text content","format-quote-open":"text content","format-quote-open-outline":"text content","format-rotate-90":"text content degrees ccw ninety","format-section":"text content","format-size":"text content font","format-strikethrough":"text content","format-strikethrough-variant":"text content s","format-subscript":"text content","format-superscript":"text content math exponent","format-text":"content","format-text-rotation-angle-down":"content","format-text-rotation-angle-up":"content","format-text-rotation-down":"content","format-text-rotation-down-vertical":"content","format-text-rotation-none":"content","format-text-rotation-up":"content","format-text-rotation-vertical":"content","format-text-variant":"content","format-text-wrapping-clip":"content","format-text-wrapping-overflow":"content","format-text-wrapping-wrap":"content","format-textbox":"text content","format-textdirection-l-to-r":"text content","format-textdirection-r-to-l":"text content","format-title":"text content","format-underline":"text content d","format-vertical-align-bottom":"text content","format-vertical-align-center":"text content centre","format-vertical-align-top":"text content","format-wrap-inline":"text content","format-wrap-square":"text content","format-wrap-tight":"text content","format-wrap-top-bottom":"text content",forum:"message group question answer chat","forum-outline":"chat",forward:"arrow","fountain-pen":"drawing art","fountain-pen-tip":"drawing art",freebsd:"brand logo","frequently-asked-questions":"faq",fridge:"home automation filled refrigerator","fridge-alert":"home automation error","fridge-alert-outline":"home automation error","fridge-bottom":"home automation filled top refrigerator","fridge-off":"home automation","fridge-off-outline":"home automation","fridge-outline":"home automation kitchen refrigerator","fridge-top":"home automation filled bottom refrigerator","fruit-cherries":"food drink","fruit-cherries-off":"food drink","fruit-citrus":"food drink lemon lime","fruit-citrus-off":"food drink","fruit-grapes":"food drink","fruit-grapes-outline":"food drink","fruit-pineapple":"food drink ananas","fruit-watermelon":"food drink",fuel:"automotive petrol gasoline","furigana-horizontal":"text content format ruby","furigana-vertical":"text content format zhuyin ruby",fuse:"automotive","fuse-alert":"automotive error","fuse-blade":"automotive","fuse-off":"automotive",gamepad:"home automation gaming rpg games","gamepad-circle":"gaming rpg","gamepad-circle-down":"gaming rpg","gamepad-circle-left":"gaming rpg","gamepad-circle-outline":"gaming rpg","gamepad-circle-right":"gaming rpg","gamepad-circle-up":"gaming rpg","gamepad-down":"gaming rpg","gamepad-left":"gaming rpg","gamepad-right":"gaming rpg","gamepad-round":"gaming rpg","gamepad-round-down":"gaming rpg","gamepad-round-left":"gaming rpg","gamepad-round-outline":"gaming rpg","gamepad-round-right":"gaming rpg","gamepad-round-up":"gaming rpg","gamepad-square":"gaming rpg","gamepad-square-outline":"gaming rpg","gamepad-up":"gaming rpg","gamepad-variant":"gaming rpg","gamepad-variant-outline":"gaming rpg",gamma:"alpha numeric",garage:"home automation","garage-alert":"home automation error warning","garage-alert-variant":"home automation error","garage-open":"home automation","garage-open-variant":"home automation","garage-variant":"home automation","gas-cylinder":"oxygen tank","gas-station":"places automotive petrol local fuel pump","gas-station-outline":"petrol fuel pump",gate:"home automation","gate-and":"logic","gate-arrow-right":"home automation","gate-nand":"logic","gate-nor":"logic","gate-not":"logic","gate-open":"home automation","gate-or":"logic","gate-xnor":"logic","gate-xor":"logic",gatsby:"developer languages brand logo",gauge:"home automation automotive swap driving apps wheel barometer","gauge-empty":"automotive","gauge-full":"automotive","gauge-low":"automotive",gavel:"court hammer","gender-female":"venus","gender-male":"mars","gender-male-female-variant":"mercury","gender-non-binary":"enby",gentoo:"brand logo",gesture:"drawing art freehand line","gesture-double-tap":"interaction hand","gesture-tap":"interaction hand","gesture-tap-button":"call to action cta",ghost:"gaming rpg blinky pinky clyde","ghost-off":"gaming rpg",gift:"holiday","gift-outline":"shopping holiday donate present",git:"brand logo",github:"developer languages brand logo microsoft","glass-cocktail":"food drink local bar martini","glass-flute":"food drink","glass-mug":"food drink pub bar beer","glass-mug-variant":"food pub bar beer drink","glass-pint-outline":"food drink","glass-stange":"food drink","glass-tulip":"food drink bar","glass-wine":"food drink bar",glasses:"clothing","globe-light":"home automation",gmail:"brand logo",gnome:"brand logo","go-kart":"sport cart",gog:"brand logo gaming rpg com",golf:"sport course","golf-cart":"transportation other","golf-tee":"sport",gondola:"transportation other cable car",google:"brand logo","google-ads":"brand logo adwords","google-analytics":"brand logo","google-assistant":"brand logo","google-cardboard":"brand logo","google-chrome":"brand logo cast","google-classroom":"brand logo","google-cloud":"brand logo","google-controller":"gaming rpg","google-controller-off":"gaming rpg","google-downasaur":"animal gaming rpg dinosaur pixel tyrannosaurus rex","google-drive":"brand logo attach","google-earth":"brand logo","google-fit":"brand logo","google-glass":"brand logo","google-hangouts":"brand logo","google-home":"device tech","google-keep":"brand logo","google-maps":"navigation brand logo","google-play":"brand logo","google-plus":"brand logo social media","google-street-view":"pegman","google-translate":"brand logo g",grain:"photography video movie",graph:"dependency dependencies","graph-outline":"dependency dependencies",graphql:"brand logo","grave-stone":"holiday head tomb cemetery yard","grease-pencil":"drawing art","greater-than":"math","greater-than-or-equal":"math",grid:"on",grill:"food drink bbq barbecue charcoal","grill-outline":"food drink barbecue bbq charcoal","guitar-acoustic":"music","guitar-electric":"music","guitar-pick":"music","guitar-pick-outline":"music",hail:"transportation road navigation taxi cab",halloween:"holiday face pumpkin carved jack o lantern",hamburger:"food drink",hammer:"hardware tools","hammer-screwdriver":"hardware tools","hammer-wrench":"hardware tools","hand-heart":"volunteer love hope","hand-saw":"hardware tools","hand-water":"medical hospital wash",handball:"sport volleyball",handshake:"business deal help partnership",hanger:"clothing coat clothes","hard-hat":"ware tools clothing helmet",harddisk:"hdd","harddisk-plus":"hdd","harddisk-remove":"hdd","hat-fedora":"clothing","hazard-lights":"automotive warning","head-alert":"error","head-alert-outline":"error","head-cog":"settings psychology","head-cog-outline":"settings psychology","head-dots-horizontal":"thinking","head-dots-horizontal-outline":"thinking","head-flash":"ache","head-flash-outline":"ache","head-heart":"love","head-heart-outline":"love","head-lightbulb":"idea bulb","head-lightbulb-outline":"idea bulb","head-snowflake":"brain freeze","head-snowflake-outline":"brain freeze","head-sync":"reload refresh","head-sync-outline":"reload refresh",headphones:"audio device tech music headset","headphones-box":"audio music","headphones-off":"audio device tech music","headphones-settings":"audio",headset:"audio device tech mic","headset-dock":"audio","headset-off":"audio device tech",heart:"shape gaming rpg medical hospital favorite favourite","heart-flash":"medical hospital aed defibrillator","heart-half":"gaming rpg","heart-half-full":"gaming rpg","heart-half-outline":"gaming rpg","heart-multiple":"s","heart-multiple-outline":"s","heart-outline":"shape gaming rpg border favorite favourite","heart-pulse":"medical hospital vitals",helicopter:"transportation flying",help:"question mark","help-box":"question mark","help-circle":"question mark","help-circle-outline":"question mark","help-network":"question","help-network-outline":"question","help-rhombus":"question mark","help-rhombus-outline":"question mark",hexadecimal:"developer languages",hexagon:"shape","hexagon-multiple":"shape s","hexagon-multiple-outline":"nature","hexagon-outline":"shape",hexagram:"shape","hexagram-outline":"shape","high-definition":"video movie hd","high-definition-box":"video movie hd",highway:"transportation road autobahn motorway",hiking:"sport",hinduism:"religion hindu om",history:"date time recent latest arrow counterclockwise restore clock","hockey-puck":"sport","hockey-sticks":"sport",hololens:"gaming rpg",home:"automation places house","home-account":"automation user","home-alert":"automation error warning","home-analytics":"automation chart","home-assistant":"brand logo automation","home-circle":"automation house","home-circle-outline":"automation house","home-city":"house","home-city-outline":"house","home-currency-usd":"banking","home-edit":"automation modify","home-edit-outline":"automation modify","home-export-outline":"automation","home-flood":"weather automation","home-floor-0":"automation house zero","home-floor-1":"automation one house first","home-floor-2":"automation two house second","home-floor-3":"automation three house third","home-floor-a":"utomtion house ttic","home-floor-b":"automation house asement","home-floor-g":"automation house round","home-floor-l":"automation oft house ower","home-floor-negative-1":"automation house minus one","home-group":"automation house neighbourhood housing estate","home-heart":"automation family","home-import-outline":"automation","home-lightbulb":"automation bulb","home-lightbulb-outline":"automation bulb","home-lock":"automation","home-lock-open":"automation","home-map-marker":"automation navigation house","home-minus":"automation","home-minus-outline":"automation","home-modern":"automation house","home-outline":"automation house","home-plus":"automation add","home-plus-outline":"automation","home-remove":"automation","home-remove-outline":"automation","home-roof":"automation chimney","home-search":"automation","home-search-outline":"automation","home-thermometer":"automation climate temperature","home-thermometer-outline":"automation climate temperature","home-variant":"automation house","home-variant-outline":"automation house",hops:"food drink",horseshoe:"sport luck",hospital:"medical swiss cross","hospital-box":"medical local swiss cross","hospital-box-outline":"medical swiss cross","hospital-building":"places medical","hospital-marker":"medical","hours-24":"date time",hulu:"brand logo",human:"people family accessibility","human-baby-changing-table":"people family","human-child":"people family","human-female":"people family woman","human-female-boy":"people family mother mom woman child mum","human-female-female":"people family woman women","human-female-girl":"people family mother mom woman child mum","human-greeting":"people family","human-handsdown":"people family","human-handsup":"people family","human-male":"people family man","human-male-boy":"people family father dad man child","human-male-child":"people family","human-male-female":"people family wc woman","human-male-girl":"people family father dad man child","human-male-height":"medical hospital","human-male-height-variant":"medical hospital","human-male-male":"people family man men","human-pregnant":"people family woman","human-wheelchair":"people family","humble-bundle":"brand logo",hvac:"home automation heating ventilation air conditioning","hydraulic-oil-level":"automotive","hydraulic-oil-temperature":"automotive","hydro-power":"device tech hydraulic turbine watermill","ice-cream":"food drink","ice-cream-off":"food drink","ice-pop":"food drink sicle",identifier:"developer languages","ideogram-cjk":"alpha numeric chinese japanese korean writing system","ideogram-cjk-variant":"alpha numeric chinese japanese korean writing system",iframe:"developer languages","iframe-array":"developer languages","iframe-array-outline":"developer languages","iframe-braces":"developer languages","iframe-braces-outline":"developer languages","iframe-outline":"developer languages","iframe-parentheses":"developer languages","iframe-parentheses-outline":"developer languages","iframe-variable":"developer languages","iframe-variable-outline":"developer languages",image:"insert photo","image-album":"photo","image-auto-adjust":"photography","image-edit":"modify","image-edit-outline":"modify","image-filter-black-white":"photography b and w","image-filter-center-focus":"photography centre","image-filter-center-focus-strong":"photography","image-filter-center-focus-strong-outline":"photography","image-filter-center-focus-weak":"photography centre","image-filter-drama":"photography nature","image-filter-frames":"photography","image-filter-hdr":"photography nature mountain landscape","image-filter-none":"photography","image-filter-tilt-shift":"photography","image-filter-vintage":"photography nature","image-multiple":"collections photo library s","image-multiple-outline":"photography filter s","image-plus":"add",import:"input","inbox-arrow-down":"move to","inbox-arrow-up":"move from","inbox-multiple":"es","inbox-multiple-outline":"es",incognito:"anonymous spy","incognito-circle":"anonymous spy","incognito-circle-off":"anonymous spy","incognito-off":"spy anonymous",infinity:"math",information:"info about circle","information-outline":"info about circle","information-variant":"info about",instagram:"brand logo","instrument-triangle":"music dinner bell","invert-colors":"color colours","invert-colors-off":"color colours",iobroker:"brand logo",ipod:"apple",islam:"ic star and crescent religion muslim",island:"places","iv-bag":"medical hospital",jabber:"brand logo",jeepney:"transportation road",jellyfish:"animal","jellyfish-outline":"animal",jira:"brand logo",jquery:"brand logo",jsfiddle:"brand logo",judaism:"jewish religion judaic star of magen david","jump-rope":"sport",kabaddi:"sport wrestling",karate:"sport martial arts kickboxing",keg:"food drink",kettle:"home automation food drink tea full","kettle-alert":"home automation error food drink tea full","kettle-alert-outline":"home automation error food drink tea empty","kettle-off":"home automation food drink tea full","kettle-off-outline":"home automation food drink tea empty","kettle-outline":"food drink home automation tea empty","kettle-steam":"home automation food drink tea full","kettle-steam-outline":"home automation food drink tea empty",kettlebell:"sport",key:"automotive vpn","key-link":"sql foreign","key-plus":"add","key-star":"sql primary","keyboard-caps":"lock","keyboard-close":"hide",khanda:"religion sikh",kickstarter:"brand logo","knife-military":"gaming rpg dagger",kodi:"brand logo",kubernetes:"developer languages brand logo",ladybug:"nature bugfood ladybird",lambda:"gaming rpg math",lamp:"home automation",lan:"local area network","lan-connect":"local area network","lan-disconnect":"local area network","lan-pending":"local area network","language-c":"developer s","language-cpp":"developer s","language-csharp":"developer s","language-css3":"developer s","language-go":"developer s","language-haskell":"developer s","language-html5":"developer s","language-java":"developer s","language-javascript":"developer s","language-lua":"developer s","language-markdown":"developer s brand logo","language-markdown-outline":"developer s brand logo","language-php":"developer s","language-python":"developer s","language-r":"develope s","language-ruby-on-rails":"developer s","language-swift":"developer s","language-typescript":"developer s","language-xaml":"microsoft",laptop:"device tech home automation computer","laptop-chromebook":"device tech home automation","laptop-mac":"device tech home automation","laptop-off":"device tech","laptop-windows":"device tech home automation",lastpass:"brand logo",latitude:"navigation geographic information system","lava-lamp":"home automation",layers:"geographic information system","layers-minus":"geographic information system","layers-off":"geographic information system clear","layers-off-outline":"geographic information system","layers-outline":"geographic information system","layers-plus":"geographic information system","layers-remove":"geographic information system","layers-search":"geographic information system","layers-search-outline":"geographic information system","lead-pencil":"drawing art",leaf:"nature food drink","leaf-maple":"nature","leaf-maple-off":"nature","leaf-off":"nature food drink",leak:"proximity sensor","leak-off":"proximity sensor","led-off":"home automation","led-on":"home automati","led-outline":"home automation","led-strip":"home automation light","led-strip-variant":"home automation light","led-variant-off":"home automation","led-variant-on":"home automati","led-variant-outline":"home automation",leek:"food drink","less-than":"math","less-than-or-equal":"math",library:"places local",license:"ribbon prize award seal",lifebuoy:"transportation water life preserver support help","light-switch":"home automation",lightbulb:"home automation idea bulb","lightbulb-cfl":"home automation bulb","lightbulb-cfl-off":"home automation bulb","lightbulb-cfl-spiral":"home automation bulb","lightbulb-cfl-spiral-off":"home automation bulb","lightbulb-group":"home automation bulb","lightbulb-group-off":"home automation bulb","lightbulb-group-off-outline":"home automation bulb","lightbulb-group-outline":"home automation bulb","lightbulb-multiple":"home automation bulbs","lightbulb-multiple-off":"home automation bulbs","lightbulb-multiple-off-outline":"home automation bulbs","lightbulb-multiple-outline":"home automation bulbs","lightbulb-off":"home automation bulb","lightbulb-off-outline":"home automation bulb","lightbulb-on":"home automati idea bulb","lightbulb-on-outline":"home automati idea bulb","lightbulb-outline":"home automation idea bulb",lighthouse:"beacon","lighthouse-on":"beac",lingerie:"clothing underwear bra panties",link:"insert","link-lock":"b chain","link-plus":"add",linkedin:"brand logo social media",linux:"animal brand logo tux","linux-mint":"brand logo",litecoin:"banking brand logo currency","location-enter":"home automation presence","location-exit":"home automation presence",lock:"home automation automotive https","lock-alert":"error warning","lock-clock":"date time confidential mode","lock-open":"home automation automotive","lock-open-alert":"error","lock-open-outline":"home automation automotive","lock-outline":"home automation automotive","lock-plus":"enhanced encryption add","lock-question":"forgot password","lock-reset":"password","lock-smart":"home automation","locker-multiple":"s",login:"log sign in","login-variant":"log sign in",logout:"log sign out","logout-variant":"log sign out",longitude:"navigation geographic information system",looks:"weather color rainbow",lumx:"brand logo",lungs:"medical hospital",magnify:"geographic information system search","magnify-minus":"zoom out search","magnify-minus-cursor":"zoom out","magnify-minus-outline":"geographic information system zoom out search","magnify-plus":"zoom in search add","magnify-plus-cursor":"zoom in add","magnify-plus-outline":"geographic information system zoom in search add","magnify-remove-outline":"geographic information system",map:"navigation geographic information system","map-check":"navigation geographic information system tick","map-check-outline":"navigation geographic information system tick","map-clock":"navigation geographic information system timezone","map-clock-outline":"navigation geographic information system date timezone","map-legend":"navigation geographic information system","map-marker":"navigation geographic information system address location on place room","map-marker-alert":"navigation error geographic information system","map-marker-alert-outline":"navigation error geographic information system","map-marker-check":"navigation geographic information system tick where to vote","map-marker-check-outline":"navigation geographic information system","map-marker-circle":"navigation geographic information system explore nearby","map-marker-distance":"navigation geographic information system","map-marker-down":"navigation geographic information system","map-marker-left":"navigation geographic information system","map-marker-left-outline":"navigation geographic information system","map-marker-minus":"navigation geographic information system","map-marker-minus-outline":"geographic information system navigation","map-marker-multiple":"navigation geographic information system s","map-marker-multiple-outline":"navigation geographic information system","map-marker-off":"navigation geographic information system location","map-marker-off-outline":"navigation geographic information system","map-marker-outline":"navigation geographic information system","map-marker-path":"navigation geographic information system","map-marker-plus":"navigation geographic information system add location","map-marker-plus-outline":"geographic information system navigation","map-marker-question":"navigation geographic information system","map-marker-question-outline":"navigation geographic information system","map-marker-radius":"navigation geographic information system","map-marker-radius-outline":"navigation geographic information system","map-marker-remove":"navigation geographic information system","map-marker-remove-outline":"geographic information system navigation","map-marker-remove-variant":"navigation geographic information system","map-marker-right":"navigation geographic information system","map-marker-right-outline":"navigation geographic information system","map-marker-up":"navigation geographic information system","map-minus":"navigation geographic information system","map-outline":"navigation geographic information system","map-plus":"navigation geographic information system add","map-search":"navigation geographic information system","map-search-outline":"navigation geographic information system",marker:"text content format highlighter","marker-cancel":"text content format","marker-check":"beenhere tick",mastodon:"brand logo","material-ui":"brand logo","math-compass":"drawing art s","math-cos":"ine s","math-norm":"developer languages code or parallel","math-norm-box":"developer languages code or parallel","math-sin":"e s","math-tan":"gent s",medal:"gaming rpg sport award","medal-outline":"sport","medical-bag":"hospital first aid kit",meditation:"sport",menu:"hamburger","menu-down":"arrow drop caret","menu-down-outline":"arrow caret","menu-left":"arrow","menu-right":"arrow","menu-swap":"arrow","menu-swap-outline":"arrow","menu-up":"arrow drop caret","menu-up-outline":"arrow caret",message:"chat bubble","message-alert":"error feedback warning announcement sms failed","message-alert-outline":"error announcement feedback warning sms failed","message-bulleted":"speaker notes","message-bulleted-off":"speaker notes","message-cog":"settings","message-cog-outline":"settings","message-draw":"rate review","message-image":"mms","message-lock":"secure","message-outline":"chat bubble","message-plus":"add","message-processing":"textsms","message-reply":"mode comment","message-reply-text":"insert comment","message-text":"chat","message-text-clock-outline":"date time","message-text-lock":"secure","message-video":"movie voice chat",meteor:"brand logo",metronome:"music tempo bpm beats per minute","metronome-tick":"music tempo bpm beats per minute",microphone:"music keyboard voice","microphone-minus":"remove","microphone-off":"music mic","microphone-outline":"music mic none","microphone-plus":"add","microphone-settings":"voice","microphone-variant":"music","microphone-variant-off":"music",microscope:"science",microsoft:"brand logo","microsoft-access":"brand logo","microsoft-azure":"brand logo","microsoft-azure-devops":"brand logo","microsoft-bing":"brand logo","microsoft-dynamics-365":"brand logo","microsoft-edge":"brand logo","microsoft-edge-legacy":"brand logo","microsoft-excel":"brand logo","microsoft-internet-explorer":"brand logo","microsoft-office":"brand logo","microsoft-onedrive":"brand logo","microsoft-onenote":"brand logo","microsoft-outlook":"brand logo","microsoft-powerpoint":"brand logo","microsoft-sharepoint":"brand logo","microsoft-teams":"brand logo","microsoft-visual-studio":"brand logo","microsoft-visual-studio-code":"vs","microsoft-windows":"brand logo gaming rpg","microsoft-windows-classic":"brand logo","microsoft-word":"brand logo","microsoft-xbox":"social media brand logo gaming rpg live","microsoft-xbox-controller":"gaming rpg","microsoft-xbox-controller-battery-alert":"gaming rpg error warning","microsoft-xbox-controller-battery-charging":"gaming rpg","microsoft-xbox-controller-battery-empty":"gaming rpg","microsoft-xbox-controller-battery-full":"gaming rpg","microsoft-xbox-controller-battery-low":"gaming rpg","microsoft-xbox-controller-battery-medium":"gaming rpg","microsoft-xbox-controller-battery-unknown":"gaming rpg","microsoft-xbox-controller-menu":"gaming rpg","microsoft-xbox-controller-off":"gaming rpg","microsoft-xbox-controller-view":"gaming rpg","microsoft-yammer":"brand logo",microwave:"home automation food drink oven","microwave-off":"home automation",middleware:"arrow","middleware-outline":"arrow",midi:"brand logo music","midi-port":"music",minecraft:"brand logo microsoft",minus:"math remove horizontal line","minus-box":"math indeterminate check","minus-box-multiple":"library","minus-box-multiple-outline":"library","minus-box-outline":"math check indeterminate","minus-circle":"transportation road disturb on remove do not enter","minus-circle-multiple":"coins","minus-circle-multiple-outline":"coins","minus-circle-off":"disturb remove do not enter","minus-circle-off-outline":"disturb remove do not enter","minus-circle-outline":"transportation road remove enter do not disturb",mirror:"home automation","mixed-martial-arts":"sport mma glove",mixer:"brand logo microsoft",molecule:"science","molecule-co":"home automation science carbon monoxide","molecule-co2":"science home automation periodic table carbon dioxide",monitor:"device tech desktop windows","monitor-cellphone":"device tech mobile smartphone","monitor-cellphone-star":"tech important devices mobile smartphone","monitor-clean":"device tech","monitor-dashboard":"device tech","monitor-edit":"modify","monitor-lock":"device tech","monitor-multiple":"device tech s","monitor-off":"device tech","monitor-screenshot":"device tech","monitor-speaker":"device tech","monitor-speaker-off":"device tech","monitor-star":"device tech","moon-first-quarter":"weather","moon-full":"weather","moon-last-quarter":"weather","moon-new":"weather","moon-waning-crescent":"weather","moon-waning-gibbous":"weather","moon-waxing-crescent":"weather","moon-waxing-gibbous":"weather",moped:"road transportation other scooter vespa delivery dining","mother-heart":"people family","mother-nurse":"medical hospital people family breast feed","motion-sensor":"home automation detector","motion-sensor-off":"home automation",motorbike:"transportation road sport motorcycle",movie:"video slate clapperboard film creation","movie-edit":"video modify","movie-edit-outline":"video modify","movie-filter":"video","movie-filter-outline":"video","movie-open":"video slate clapperboard film creation","movie-open-outline":"video slate clapperboard film creation","movie-outline":"video slate clapperboard film","movie-roll":"video film reel",muffin:"food drink",multiplication:"math","multiplication-box":"math",mushroom:"nature food drink fungus","mushroom-off":"food drink nature","mushroom-off-outline":"food drink nature","mushroom-outline":"nature food drink fungus",music:"audio","music-box":"audio","music-box-multiple":"library","music-box-multiple-outline":"library","music-box-outline":"audio","music-circle":"audio note","music-circle-outline":"audio note","music-clef-alto":"c tenor soprano baritone","music-clef-bass":"f","music-clef-treble":"g","music-note":"audio","music-note-bluetooth":"audio","music-note-bluetooth-off":"audio","music-note-eighth":"audio","music-note-half":"audio","music-note-off":"audio","music-note-plus":"audio add","music-note-quarter":"audio","music-note-sixteenth":"audio","music-note-whole":"audio","music-off":"audio",nail:"hardware tools",nas:"network attached storage",nativescript:"brand logo",nature:"plant","nature-people":"account user plant",navigation:"arrow compass",necklace:"clothing",needle:"medical hospital syringe injection",netflix:"brand logo","network-strength-1":"cellphone phone","network-strength-1-alert":"cellphone phone error warning","network-strength-2":"cellphone phone","network-strength-2-alert":"cellphone phone error warning","network-strength-3":"cellphone phone","network-strength-3-alert":"cellphone phone error warning","network-strength-4":"cellphone phone","network-strength-4-alert":"cellphone phone error warning","network-strength-off":"cellphone phone","network-strength-off-outline":"cellphone phone","network-strength-outline":"cellphone phone 0","new-box":"fiber",nfc:"near field communication","nfc-tap":"near field communication","nfc-variant":"near field communication","nintendo-switch":"brand logo online","nintendo-wii":"brand logo gaming rpg","nintendo-wiiu":"brand logo gaming rpg",nix:"developer languages brand logo",nodejs:"brand logo",noodles:"drink food ramen asian","not-equal-variant":"math",note:"paper","note-multiple":"s","note-multiple-outline":"s","note-outline":"paper","note-plus":"add","note-plus-outline":"add",notebook:"journal planner","notebook-multiple":"journal planner","notebook-outline":"journal planner",npm:"brand logo",nuke:"nuclear atomic bomb",numeric:"alpha numbers one two three 123","numeric-0":"alpha number zero","numeric-0-box":"alpha zero number","numeric-0-box-multiple":"alpha","numeric-0-box-multiple-outline":"alpha zero es number","numeric-0-box-outline":"alpha zero number","numeric-0-circle":"alpha number zero","numeric-0-circle-outline":"alpha number zero","numeric-1":"alpha number one","numeric-1-box":"alpha looks one number","numeric-1-box-multiple":"alpha","numeric-1-box-multiple-outline":"alpha filter one es number","numeric-1-box-outline":"alpha one number","numeric-1-circle":"alpha number one","numeric-1-circle-outline":"alpha number one","numeric-10":"alpha","numeric-10-box":"alpha","numeric-10-box-multiple":"alpha","numeric-10-box-multiple-outline":"alpha","numeric-10-box-outline":"alpha","numeric-10-circle":"alpha","numeric-10-circle-outline":"alpha","numeric-2":"alpha number two","numeric-2-box":"alpha looks two number","numeric-2-box-multiple":"alpha","numeric-2-box-multiple-outline":"alpha filter two es number","numeric-2-box-outline":"alpha two number","numeric-2-circle":"alpha number two","numeric-2-circle-outline":"alpha number two","numeric-3":"alpha number three","numeric-3-box":"alpha looks three number","numeric-3-box-multiple":"alpha","numeric-3-box-multiple-outline":"alpha filter three es number","numeric-3-box-outline":"alpha three number","numeric-3-circle":"alpha number three","numeric-3-circle-outline":"alpha number three","numeric-4":"alpha number four","numeric-4-box":"alpha looks four number","numeric-4-box-multiple":"alpha","numeric-4-box-multiple-outline":"alpha filter four es number","numeric-4-box-outline":"alpha four number","numeric-4-circle":"alpha number four","numeric-4-circle-outline":"alpha number four","numeric-5":"alpha number five","numeric-5-box":"alpha looks five number","numeric-5-box-multiple":"alpha","numeric-5-box-multiple-outline":"alpha filter five es number","numeric-5-box-outline":"alpha five number","numeric-5-circle":"alpha number five","numeric-5-circle-outline":"alpha number five","numeric-6":"alpha number six","numeric-6-box":"alpha looks six number","numeric-6-box-multiple":"alpha","numeric-6-box-multiple-outline":"alpha filter six es number","numeric-6-box-outline":"alpha six number","numeric-6-circle":"alpha number six","numeric-6-circle-outline":"alpha number six","numeric-7":"alpha number seven","numeric-7-box":"alpha seven number","numeric-7-box-multiple":"alpha","numeric-7-box-multiple-outline":"alpha filter seven es number","numeric-7-box-outline":"alpha seven number","numeric-7-circle":"alpha number seven","numeric-7-circle-outline":"alpha number seven","numeric-8":"alpha number eight","numeric-8-box":"alpha eight number","numeric-8-box-multiple":"alpha","numeric-8-box-multiple-outline":"alpha filter eight es number","numeric-8-box-outline":"alpha eight number","numeric-8-circle":"alpha number eight","numeric-8-circle-outline":"alpha number eight","numeric-9":"alpha number nine","numeric-9-box":"alpha nine number","numeric-9-box-multiple":"alpha","numeric-9-box-multiple-outline":"alpha filter nine es number","numeric-9-box-outline":"alpha nine number","numeric-9-circle":"alpha number nine","numeric-9-circle-outline":"alpha number nine","numeric-9-plus":"alpha","numeric-9-plus-box":"alpha nine number","numeric-9-plus-box-multiple":"alpha","numeric-9-plus-box-multiple-outline":"alpha filter nine es number","numeric-9-plus-box-outline":"alpha nine number","numeric-9-plus-circle":"alpha number nine","numeric-9-plus-circle-outline":"alpha number nine","numeric-negative-1":"alpha",nut:"hardware tools",nutrition:"food drink",nuxt:"developer languages brand logo",ocarina:"music gaming rpg",oci:"developer languages brand logo open container initiative",ocr:"optical character recognition",octagon:"shape transportation road","octagon-outline":"shape transportation road",octagram:"shape starburst","octagram-outline":"shape starburst",odnoklassniki:"brand logo ok ru","office-building":"places",oil:"automotive","oil-lamp":"wish genie","oil-level":"automotive","oil-temperature":"automotive",omega:"ohm electrical resistance","one-up":"gaming rpg 1 extra life",onepassword:"brand logo 1password","open-in-app":"browser","open-in-new":"external lk",openid:"brand logo",opera:"brand logo",orbit:"science","order-alphabetical-ascending":"text content format","order-alphabetical-descending":"text content format","order-bool-ascending":"text content format","order-bool-ascending-variant":"text content format checkbox","order-bool-descending":"text content format checkbox","order-bool-descending-variant":"text content format","order-numeric-ascending":"text content format","order-numeric-descending":"text content format",origin:"brand logo",ornament:"holiday","ornament-variant":"holiday","outdoor-lamp":"home automation light",overscan:"fullscreen",owl:"animal","pac-man":"gaming rpg",package:"box","package-down":"archive box","package-up":"unarchive box","package-variant":"box","package-variant-closed":"box","page-layout-header-footer":"marginals","page-next":"read more","page-next-outline":"read more",pail:"bucket","pail-minus":"bucket","pail-minus-outline":"bucket","pail-off":"bucket","pail-off-outline":"bucket","pail-outline":"bucket","pail-plus":"bucket","pail-plus-outline":"bucket","pail-remove":"bucket","pail-remove-outline":"bucket",palette:"drawing art color colour lens","palette-advanced":"color drawing art","palette-outline":"drawing art color geographic information system","palette-swatch":"drawing art color style","palette-swatch-outline":"drawing art color style","palm-tree":"nature","pan-bottom-left":"down","pan-bottom-right":"down","pan-top-left":"up","pan-top-right":"up",panda:"animal",pandora:"brand logo","panorama-fisheye":"fish eye","paper-roll":"home automation printer lavatory bathroom tissue toilet kitchen towels receipt","paper-roll-outline":"home automation printer lavatory bathroom tissue kitchen towels toilet receipt",paperclip:"attachment vertical attach file",parachute:"transportation flying","parachute-outline":"transportation flying",parking:"places car park local","party-popper":"holiday celebration","passport-biometric":"electronic",pasta:"drink food italian spaghetti","patio-heater":"home automation",patreon:"brand logo",pause:"home automation","pause-circle":"filled",paw:"animal nature pets","paw-off":"animal","pdf-box":"files folders",peanut:"drink allergen food allergy","peanut-off":"drink allergen food allergy","peanut-off-outline":"drink allergen food allergy","peanut-outline":"drink allergen food allergy",pen:"drawing art","pen-plus":"add",pencil:"drawing art modify create mode edit","pencil-box":"drawing art","pencil-box-multiple":"modify library edit","pencil-box-multiple-outline":"modify library edit","pencil-box-outline":"drawing art","pencil-circle":"drawing art","pencil-circle-outline":"drawing art","pencil-off":"edit","pencil-off-outline":"edit","pencil-outline":"drawing art modify create mode edit","pencil-plus":"add","pencil-plus-outline":"add","pencil-ruler":"drawing art design",penguin:"animal",pentagon:"shape","pentagon-outline":"shape",percent:"math","periodic-table":"science","perspective-less":"math decrease","perspective-more":"math increase",pharmacy:"medical hospital chemist local",phone:"cell call local tele","phone-alert":"cell error","phone-alert-outline":"cell error","phone-bluetooth":"cell speaker tele","phone-bluetooth-outline":"cell","phone-cancel":"cell block","phone-cancel-outline":"cell","phone-check":"cell","phone-check-outline":"cell","phone-classic":"cell","phone-forward":"cell ed tele","phone-forward-outline":"cell","phone-hangup":"cell call end tele","phone-hangup-outline":"cell","phone-in-talk":"cell tele","phone-in-talk-outline":"cell tele","phone-incoming":"cell tele","phone-incoming-outline":"cell","phone-lock":"cell teleed ed tele","phone-lock-outline":"cell","phone-log":"cell","phone-log-outline":"cell","phone-message":"cell","phone-message-outline":"cell","phone-minus":"cell","phone-minus-outline":"cell","phone-missed":"cell","phone-missed-outline":"cell","phone-off":"cell","phone-off-outline":"cell","phone-outgoing":"cell","phone-outgoing-outline":"cell","phone-outline":"cell tele call","phone-paused":"cell","phone-paused-outline":"cell","phone-plus":"cell add call","phone-plus-outline":"cell","phone-return":"cell","phone-return-outline":"cell","phone-ring":"cell","phone-ring-outline":"cell","phone-rotate-landscape":"cell","phone-rotate-portrait":"cell","phone-settings":"cell","phone-settings-outline":"cell","phone-voip":"cell",pi:"math","pi-box":"math","pi-hole":"brand logo",piano:"music",pier:"places transportation water","pier-crane":"transportation water",pig:"animal agriculture","pig-variant":"animal agriculture","piggy-bank":"ing",pill:"medical hospital medicine capsule",pillar:"historic column",pin:"keep","pin-off":"keep","pin-off-outline":"keep","pin-outline":"keep","pine-tree":"holiday nature places forest plant","pine-tree-box":"holiday nature plant",pinterest:"brand logo",pinwheel:"toys","pinwheel-outline":"toys",pipe:"home automation","pipe-disconnected":"home automation","pipe-leak":"home automation","pipe-wrench":"hardware tools monkey",pistol:"gun",piston:"automotive",pizza:"food drink places pizzeria local",play:"home automation arrow","play-box-outline":"slideshow","play-circle":"filled","play-network":"media","play-network-outline":"media","play-pause":"home automation","playlist-check":"subscriptions add tick","playlist-edit":"modify","playlist-music":"note queue","playlist-music-outline":"note queue","playlist-plus":"add",plex:"brand logo",plus:"math add","plus-box":"math add","plus-box-multiple":"photos add queue library","plus-box-outline":"math","plus-circle":"add","plus-circle-multiple":"coins","plus-circle-multiple-outline":"control point duplicate coins","plus-circle-outline":"control point s add","plus-minus":"math","plus-minus-box":"math","plus-minus-variant":"math","plus-network":"add","plus-network-outline":"add","plus-thick":"math add",podium:"sport","podium-bronze":"sport third","podium-gold":"sport first","podium-silver":"sport second",pokeball:"gaming rpg","pokemon-go":"gaming rpg","poker-chip":"gaming rpg",poll:"bar chart","poll-box":"assessment insert chart",polo:"sport",polymer:"brand logo developer languages",pool:"places swimming",popcorn:"food drink",post:"blog","post-outline":"blog",pot:"food drink","pot-mix":"food drink","pot-mix-outline":"food drink","pot-outline":"food drink","pot-steam":"food drink","pot-steam-outline":"food drink",pound:"hashtag","pound-box":"hashtag","pound-box-outline":"hashtag",power:"home automation settings new shutdown","power-plug":"home automation","power-plug-off":"home automation","power-plug-off-outline":"home automation","power-plug-outline":"home automation","power-socket":"home automation plug","power-socket-au":"home tomation plug type cn nz pg stralia china argentina zealand papua new guinea","power-socket-de":"home automation","power-socket-eu":"home automation plug rope","power-socket-fr":"home automation","power-socket-jp":"home automation","power-socket-uk":"home automation plug type ie hk my mt sg united kingdom ireland hong kong malaysia cyprus malta singapore","power-socket-us":"home automation plug mx type b united states japan canada mexico",prescription:"medical hospital",printer:"home automation printshop local print shop","printer-3d":"home automation","printer-3d-nozzle-alert":"error","printer-3d-nozzle-alert-outline":"error","printer-alert":"home automation error warning paper jam","printer-eye":"preview view","printer-pos":"point of sale","printer-search":"preview magnify","progress-alert":"error warning","progress-check":"tick","progress-clock":"date time","progress-wrench":"spanner",projector:"device tech home automation","projector-screen":"device tech home automation",pulse:"medical hospital vitals",pumpkin:"holiday",puzzle:"gaming rpg extension jigsaw","puzzle-check":"gaming rpg","puzzle-check-outline":"gaming rpg","puzzle-edit":"gaming rpg","puzzle-edit-outline":"gaming rpg","puzzle-heart":"gaming rpg","puzzle-heart-outline":"gaming rpg","puzzle-minus":"gaming rpg","puzzle-minus-outline":"gaming rpg","puzzle-outline":"gaming rpg jigsaw extension","puzzle-plus":"gaming rpg","puzzle-plus-outline":"gaming rpg","puzzle-remove":"gaming rpg","puzzle-remove-outline":"gaming rpg","puzzle-star":"gaming rpg","puzzle-star-outline":"gaming rpg",qqchat:"brand logo","qrcode-edit":"modify","quality-high":"video movie hq","quality-low":"lq","quality-medium":"mq",rabbit:"animal bunny","racing-helmet":"sport",racquetball:"sport lacrosse squash",radar:"track changes",radiator:"home automation heater","radiator-disabled":"heater","radiator-off":"heater",radio:"audio device tech","radio-am":"audio","radio-fm":"audio","radio-handheld":"device tech",radioactive:"science radiation","radioactive-off":"science radiation","radiobox-blank":"form radio button unchecked","radiobox-marked":"form radio button checked record","radiology-box":"medical hospital x ray","radiology-box-outline":"medical hospital x ray",radius:"math circle sphere","radius-outline":"math circle sphere","railroad-light":"transportation other",react:"brand logo developer languages",receipt:"invoice",record:"home automation fiber manual","record-player":"home automation","record-rec":"home automation",rectangle:"shape","rectangle-outline":"shape",reddit:"social media brand logo",redo:"arrow","redo-variant":"arrow",refresh:"loop",regex:"regular expression","relation-many-to-many":"database","relation-many-to-one":"database","relation-many-to-one-or-many":"database","relation-many-to-only-one":"database","relation-many-to-zero-or-many":"database","relation-many-to-zero-or-one":"database","relation-one-or-many-to-many":"database","relation-one-or-many-to-one":"database","relation-one-or-many-to-one-or-many":"database","relation-one-or-many-to-only-one":"database","relation-one-or-many-to-zero-or-many":"database","relation-one-or-many-to-zero-or-one":"database","relation-one-to-many":"database","relation-one-to-one":"database","relation-one-to-one-or-many":"database","relation-one-to-only-one":"database","relation-one-to-zero-or-many":"database","relation-one-to-zero-or-one":"database","relation-only-one-to-many":"database","relation-only-one-to-one":"database","relation-only-one-to-one-or-many":"database","relation-only-one-to-only-one":"database","relation-only-one-to-zero-or-many":"database","relation-only-one-to-zero-or-one":"database","relation-zero-or-many-to-many":"database","relation-zero-or-many-to-one":"database","relation-zero-or-many-to-one-or-many":"database","relation-zero-or-many-to-only-one":"database","relation-zero-or-many-to-zero-or-many":"database","relation-zero-or-many-to-zero-or-one":"database","relation-zero-or-one-to-many":"database","relation-zero-or-one-to-one":"database","relation-zero-or-one-to-one-or-many":"database","relation-zero-or-one-to-only-one":"database","relation-zero-or-one-to-zero-or-many":"database","relation-zero-or-one-to-zero-or-one":"database","relative-scale":"image aspect ratio",reload:"automotive car engine start loop","reload-alert":"error",remote:"home automation settings","remote-tv":"device tech","remote-tv-off":"device tech","repeat-once":"one",reply:"arrow","reply-all":"arrow","reply-all-outline":"arrow","reply-circle":"arrow","reply-outline":"arrow",reproduction:"medical hospital","resize-bottom-right":"drag","restart-alert":"error",restore:"loop","restore-alert":"error",rewind:"fast",rhombus:"shape diamond","rhombus-medium":"shape","rhombus-medium-outline":"shape","rhombus-outline":"shape diamond","rhombus-split":"collection",rice:"food drink",rivet:"hardware tools",road:"transportation","road-variant":"transportation","robot-industrial":"autonomous assembly","robot-mower":"home automation lawn","robot-mower-outline":"home automation lawn","robot-vacuum":"device tech home automation roomba","robot-vacuum-variant":"home automation neato",rocket:"transportation flying science","rocket-launch":"science","rocket-launch-outline":"science","rocket-outline":"science",rodent:"animal mouse rat","roller-skate":"sport","roller-skate-off":"sport",rollerblade:"sport","rollerblade-off":"sport",rollupjs:"brand logo developer languages rollup js","roman-numeral-1":"alpha numeric","roman-numeral-10":"alpha numeric","roman-numeral-2":"alpha numeric","roman-numeral-3":"alpha numeric","roman-numeral-4":"alpha numeric","roman-numeral-5":"alpha numeric","roman-numeral-6":"alpha numeric","roman-numeral-7":"alpha numeric","roman-numeral-8":"alpha numeric","roman-numeral-9":"alpha numeric","rotate-3d-variant":"rotation","rotate-left":"arrow","rotate-orbit":"gyro accelerometer","rotate-right":"arrow",routes:"sign",rowing:"transportation water",rss:"feed","rss-box":"feed",rug:"home automation carpet",rugby:"sport ball",ruler:"hardware tools drawing art","ruler-square":"hardware tools drawing art carpentry architecture","ruler-square-compass":"hardware tools masonic freemasonry",run:"sport directions","run-fast":"home automation sport","rv-truck":"transportation road recreational vehicle campean",sack:"gaming rpg",safe:"banking","safety-goggles":"science","sail-boat":"transportation water",sale:"discount",salesforce:"brand logo",sass:"brand logo developer languages",sausage:"food drink","saw-blade":"hardware tools","sawtooth-wave":"audio",saxophone:"music",scale:"food drink science","scale-balance":"science","scale-bathroom":"home automation medical hospital","scale-off":"science",scanner:"device tech","scanner-off":"device tech",school:"graduation university college academic cap","school-outline":"academic college graduation cap university",scooter:"transportation other",scoreboard:"sport","scoreboard-outline":"sport","screw-flat-top":"hardware tools","screw-lag":"hardware tools","screw-machine-flat-top":"hardware tools","screw-machine-round-top":"hardware tools","screw-round-top":"hardware tools",screwdriver:"hardware tools",script:"gaming rpg scroll","script-outline":"gaming rpg scroll","script-text":"gaming rpg scroll","script-text-outline":"gaming rpg scroll",sd:"card storage",seal:"ribbon prize award","seal-variant":"ribbon prize award",seat:"event chair","seat-flat":"airline","seat-flat-angled":"airline","seat-individual-suite":"airline","seat-legroom-extra":"airline","seat-legroom-normal":"airline","seat-legroom-reduced":"airline","seat-outline":"event chair","seat-recline-extra":"airline","seat-recline-normal":"airline",seatbelt:"automotive seat safety belt",seed:"agriculture nature food drink","seed-off":"nature food drink","seed-off-outline":"nature food drink","seed-outline":"agriculture nature food drink","select-color":"colour","select-inverse":"ion invert","semantic-web":"developer languages brand logo rdf resource description framework owl ontology language w3c",send:"airplane paper plane","send-clock-outline":"date time","send-lock":"secure","send-outline":"airplane paper plane",server:"storage","server-minus":"remove","server-plus":"add","set-all":"database union or sql full outer join","set-center":"database centre intersection and sql inner join","set-center-right":"database centre sql outer join","set-left":"database difference","set-left-center":"database centre sql outer join","set-left-right":"database exclusion xor","set-none":"database null not","set-right":"database difference","set-square":"hardware tools","set-top-box":"home automation",shaker:"drink pepper fish food","shaker-outline":"drink salt fish food",shape:"category theme","shape-circle-plus":"add","shape-outline":"theme category","shape-plus":"add","shape-polygon-plus":"add","shape-rectangle-plus":"add","shape-square-plus":"add",share:"arrow forward","share-circle":"arrow","share-off":"arrow forward","share-off-outline":"arrow forward","share-outline":"arrow forward",sheep:"animal agriculture",shield:"gaming rpg","shield-account":"security user person","shield-account-outline":"security user person","shield-airplane":"transportation flying aeroplane plane","shield-airplane-outline":"transportation flying aeroplane plane","shield-alert":"error warning","shield-alert-outline":"error warning","shield-bug":"antivirus","shield-bug-outline":"antivirus","shield-car":"automotive security insurance","shield-check":"account user tick verified","shield-check-outline":"tick","shield-cross":"gaming rpg religion templar christianity","shield-cross-outline":"gaming rpg religion templar christianity","shield-edit":"modify","shield-edit-outline":"modify","shield-home":"automation security house","shield-home-outline":"automation house","shield-lock":"security","shield-off":"security","shield-outline":"gaming rpg","shield-plus":"add","shield-plus-outline":"add","shield-star":"badge","shield-star-outline":"badge","shield-sun":"protection","shield-sun-outline":"protection","ship-wheel":"transportation water voyager","shoe-formal":"clothing","shoe-heel":"clothing","shoe-print":"foots",shopping:"local mall marketplace","shopping-outline":"local mall marketplace",shovel:"hardware tools gardening","shovel-off":"hardware tools",shower:"home automation","shower-head":"home automation",shuffle:"arrow","shuffle-disabled":"arrow","shuffle-variant":"arrow",sigma:"math summation","sign-caution":"transportation road barrier","sign-direction":"milestone","sign-direction-minus":"milestone","sign-direction-plus":"milestone add","sign-direction-remove":"milestone",signal:"cellphone phone","signal-2g":"cellphone phone","signal-3g":"cellphone phone","signal-4g":"cellphone phone","signal-5g":"cellphone phone","signal-cellular-1":"cellphone phone","signal-cellular-2":"cellphone phone","signal-cellular-3":"cellphone phone","signal-cellular-outline":"cellphone phone 0","signal-hspa":"cellphone phone","signal-hspa-plus":"cellphone phone","signal-off":"cellphone phone",signature:"form","signature-freehand":"form","signature-image":"form","signature-text":"form",silo:"agriculture farm",silverware:"food drink dining menu local restaurant","silverware-clean":"food drink","silverware-fork":"food drink","silverware-fork-knife":"food drink restaurant fortnite","silverware-spoon":"food drink","silverware-variant":"food drink places",sim:"card identity subscriber identification module","sim-alert":"error warning card","sim-off":"cellphone phone signal cellular no","simple-icons":"brand logo","sina-weibo":"brand logo","sine-wave":"audio alternating current ac analog",sitemap:"workflow flowchart","size-l":"arge","size-m":"ediu","size-s":"mall","size-xl":"extra large","size-xs":"extra small","size-xxl":"extra large","size-xxs":"extra small",skate:"sport ice",skateboard:"sport","skew-less":"math decrease","skew-more":"math increase",ski:"sport","ski-cross-country":"sport","ski-water":"sport","skip-backward":"home automation previous title","skip-forward":"home automation next title","skip-next":"home automation","skip-previous":"home automation",skull:"holiday gaming rpg","skull-crossbones":"gaming rpg holiday jolly roger","skull-crossbones-outline":"gaming rpg holiday jolly roger","skull-outline":"holiday gaming rpg","skull-scan":"medical hospital x ray radiology","skull-scan-outline":"medical hospital x ray radiology",skype:"brand logo microsoft","skype-business":"brand logo",slack:"brand logo","slash-forward":"math divide division","slash-forward-box":"math divide division","smart-card":"account user","smart-card-outline":"account user","smart-card-reader":"account user","smart-card-reader-outline":"account user","smoke-detector":"device tech home automation nest protect subwoofer",smoking:"automotive cigarette area rooms","smoking-off":"no cigarette smoke free",snapchat:"brand logo",snowboard:"sport",snowflake:"weather holiday automotive","snowflake-alert":"weather error cold snow freeze advisory","snowflake-melt":"weather defrost","snowflake-variant":"holiday weather",snowman:"holiday",soccer:"sport football","soccer-field":"sport football pitch",sofa:"couch","sony-playstation":"brand logo gaming rpg network",sort:"text content format","sort-alphabetical-ascending":"text content format","sort-alphabetical-ascending-variant":"text content format","sort-alphabetical-descending":"text content format","sort-alphabetical-descending-variant":"text content format","sort-alphabetical-variant":"text content format by alpha ly","sort-ascending":"text content format","sort-bool-ascending":"text content format","sort-bool-ascending-variant":"text content format checkbox","sort-bool-descending":"text content format","sort-bool-descending-variant":"text content format checkbox","sort-descending":"text content format","sort-numeric-ascending":"text content format","sort-numeric-ascending-variant":"text content format","sort-numeric-descending":"text content format","sort-numeric-descending-variant":"text content format","sort-numeric-variant":"text content format ally","sort-reverse-variant":"text content format","sort-variant":"text content format","sort-variant-lock":"text content format","sort-variant-lock-open":"text content format","sort-variant-remove":"text content format",soundcloud:"brand logo","source-branch":"developer languages","source-branch-check":"developer languages","source-branch-minus":"developer languages","source-branch-plus":"developer languages","source-branch-refresh":"developer languages","source-branch-remove":"developer languages","source-branch-sync":"developer languages","source-fork":"developer languages","source-merge":"developer languages","source-pull":"developer languages","source-repository":"developer languages","source-repository-multiple":"developer languages repositories","soy-sauce":"food drink a",spa:"nature flower lotus plant","spa-outline":"nature flower lotus plant","space-invaders":"gaming rpg",spade:"hardware tools",speaker:"audio home automation","speaker-bluetooth":"audio","speaker-multiple":"audio s","speaker-off":"audio home automation","speaker-wireless":"audio home automation",speedometer:"automotive","speedometer-medium":"automotive","speedometer-slow":"automotive",spider:"holiday nature arachnid","spider-thread":"holiday nature arachnid","spider-web":"holiday cob arachnid","spoon-sugar":"food drink",spotify:"brand logo",spotlight:"home automation","spotlight-beam":"home automation",spray:"agriculture paint aerosol","spray-bottle":"cleaning",sprinkler:"home automation agriculture irrigation","sprinkler-variant":"home automation agriculture irrigation",sprout:"agriculture nature seedling plant","sprout-outline":"agriculture nature seedling plant",square:"shape","square-edit-outline":"modify","square-medium":"shape","square-medium-outline":"shape","square-outline":"shape","square-root":"math","square-small":"bullet","square-wave":"audio","stack-exchange":"brand logo","stack-overflow":"brand logo",stackpath:"brand logo","stadium-variant":"places sport arena",stairs:"transportation other","stairs-down":"transportation other","stairs-up":"transportation other","standard-definition":"video movie",star:"shape grade rate","star-circle":"s","star-circle-outline":"feature highlight","star-face":"gaming rpg","star-four-points":"shape","star-four-points-outline":"shape","star-half":"shape","star-outline":"shape border","star-three-points":"shape","star-three-points-outline":"shape",steam:"brand logo gaming rpg",steering:"automotive search hands free","steering-off":"automotive search hands free","step-backward-2":"frame","step-forward-2":"frame",stethoscope:"medical hospital","sticker-alert":"error","sticker-alert-outline":"error",stocking:"holiday",stomach:"medical hospital",store:"places shopping shop mall directory","store-24-hour":"places shopping local convenience shop","store-outline":"places shopping shop mall directory",storefront:"awning","storefront-outline":"shopping awning",stove:"food drink home automation cooker oven",strategy:"sport football play","stretch-to-page":"text content format arrow","stretch-to-page-outline":"text content format arrow","string-lights":"home automation italian christmas fairy","string-lights-off":"home automation italian christmas fairy",subway:"transportation other metro tube underground","subway-alert-variant":"error transportation other warning","subway-variant":"transportation other metro tube underground directions transit",summit:"peak",sunglasses:"clothing","surround-sound":"audio","surround-sound-2-0":"audio stereo","surround-sound-3-1":"audio","surround-sound-5-1":"audio","surround-sound-7-1":"audio","swap-horizontal":"arrow left right","swap-horizontal-bold":"arrow left right","swap-horizontal-circle":"arrow","swap-horizontal-circle-outline":"arrow","swap-horizontal-variant":"arrow","swap-vertical":"import export arrow up down","swap-vertical-bold":"arrow up down import export","swap-vertical-circle":"arrow","swap-vertical-circle-outline":"arrow","swap-vertical-variant":"arrow calls",swim:"sport",sword:"gaming rpg","sword-cross":"gaming rpg","syllabary-hangul":"alpha numeric writing system","syllabary-hiragana":"alpha numeric writing system","syllabary-katakana":"alpha numeric writing system","syllabary-katakana-halfwidth":"alpha numeric writing system half width",sync:"loop counterclockwise circular circle arrows","sync-alert":"error warning problem","sync-off":"disabled","tab-plus":"add",table:"text content format","table-account":"user","table-alert":"error","table-arrow-down":"load","table-arrow-left":"import","table-arrow-right":"share export","table-arrow-up":"load","table-border":"text content format","table-chair":"home automation restaurant kitchen dining","table-clock":"date time","table-cog":"settings","table-column":"text content format","table-column-plus-after":"text content format add","table-column-plus-before":"text content format add","table-column-remove":"text content format","table-column-width":"text content format","table-edit":"modify text content format","table-heart":"favorite","table-large":"text content geographic information system","table-large-plus":"text content geographic information system add","table-large-remove":"text content geographic information system","table-merge-cells":"text content format","table-of-contents":"toc","table-plus":"text content format add","table-remove":"text content format","table-row":"text content format","table-row-height":"text content format","table-row-plus-after":"text content format add","table-row-plus-before":"text content format add","table-row-remove":"text content format","table-split-cell":"text content format","table-star":"favorite","table-tennis":"sport",tablet:"device tech","tablet-android":"device tech","tablet-cellphone":"tech devices mobile smartphone","tablet-dashboard":"device tech","tablet-ipad":"device tech mac",taco:"food drink",tag:"local offer","tag-heart":"loyalty","tag-multiple":"s","tag-plus":"add","tanker-truck":"transportation road fuel oil water","tape-measure":"hardware tools measuring",target:"registration mark","target-account":"crosshairs user","target-variant":"registration mark",taxi:"transportation road navigation local cab",tea:"food drink","tea-outline":"food drink",teach:"er ing lecture college blackboard whiteboard human male board",teamviewer:"brand logo",telegram:"brand logo",telescope:"science",television:"device tech home automation tv","television-ambient-light":"home automation","television-box":"tv guide","television-classic":"device tech home automation tv","television-classic-off":"device tech home automation tv","television-clean":"device tech","television-guide":"device tech home automation","television-off":"device tech home automation tv","television-pause":"device tech","television-play":"device tech","television-stop":"device tech","temperature-celsius":"weather centigrade","temperature-fahrenheit":"weather","temperature-kelvin":"weather",tennis:"sport racquet racket","tennis-ball":"sport",tent:"camping",terraform:"brand logo",terrain:"nature","test-tube":"science","test-tube-empty":"science","test-tube-off":"science",text:"notes","text-box":"files folders drive file document","text-box-check":"files folders tick file document","text-box-check-outline":"files folders tick file document","text-box-minus":"files folders file document","text-box-minus-outline":"files folders file document","text-box-multiple":"files folders es file document","text-box-multiple-outline":"files folders es file document","text-box-outline":"files folders file document","text-box-plus":"files folders file document","text-box-plus-outline":"files folders file document","text-box-remove":"files folders file document","text-box-remove-outline":"files folders file document","text-box-search":"files folders file document","text-box-search-outline":"files folders file document","text-to-speech":"tts microphone message","text-to-speech-off":"tts microphone message","texture-box":"math surface area",theater:"places cinema theatre","theme-light-dark":"sun moon stars",thermometer:"weather home automation automotive","thermometer-alert":"home automation weather error warning","thermometer-chevron-down":"home automation","thermometer-chevron-up":"home automation","thermometer-high":"home automation weather","thermometer-lines":"weather home automation","thermometer-low":"home automation weather","thermometer-minus":"home automation","thermometer-plus":"home automation add",thermostat:"device tech home automation nest","thermostat-box":"home automation device tech","thought-bubble":"comic thinking","thought-bubble-outline":"comic thinking think","thumb-down":"dislike s","thumb-down-outline":"dislike s","thumb-up":"like s","thumb-up-outline":"like s","thumbs-up-down":"dislike",ticket:"activity play local attraction","ticket-account":"user","ticket-confirmation":"number","ticket-confirmation-outline":"number","ticket-percent":"coupon voucher",tie:"clothing",timelapse:"date time","timeline-alert":"error","timeline-alert-outline":"error","timeline-clock-outline":"date time",timer:"sport stopwatch","timer-10":"date time ten","timer-3":"date time three","timer-off":"stopwatch","timer-off-outline":"date time stopwatch","timer-outline":"date time stopwatch","timer-sand":"date time hourglass","timer-sand-empty":"date time hourglass","timer-sand-full":"date time hourglass",timetable:"date time",toaster:"home automation","toaster-off":"home automation","toaster-oven":"home automation food drink",toilet:"home automation",toolbox:"hardware tools","toolbox-outline":"hardware tools service",tools:"hardware wrench screwdriver","tooltip-account":"user person location","tooltip-edit":"modify","tooltip-edit-outline":"modify","tooltip-plus":"add","tooltip-plus-outline":"add",tooth:"medical hospital dentist",toothbrush:"medical hospital dentist oral hygiene","toothbrush-electric":"medical hospital dentist oral hygiene","toothbrush-paste":"medical hospital dentist oral hygiene",toslink:"optical audio",tournament:"gaming rpg sport bracket","tow-truck":"transportation road auto ing","toy-brick":"lego plugin extension","toy-brick-marker":"lego plugin extension","toy-brick-marker-outline":"lego plugin extension","toy-brick-minus":"lego plugin extension","toy-brick-minus-outline":"lego plugin extension","toy-brick-outline":"lego plugin extension","toy-brick-plus":"lego plugin extension","toy-brick-plus-outline":"lego plugin extension","toy-brick-remove":"lego plugin extension","toy-brick-remove-outline":"lego plugin extension","toy-brick-search":"lego plugin extension","toy-brick-search-outline":"lego plugin extension","track-light":"home automation",tractor:"agriculture transportation road farm","tractor-variant":"agriculture",trademark:"tm","traffic-cone":"transportation road","traffic-light":"transportation road",train:"navigation transportation other directions railway","train-car":"other commute transportation travel","train-variant":"transportation other",tram:"navigation transportation other","tram-side":"transportation other","transfer-down":"arrow","transfer-left":"arrow","transfer-right":"arrow","transfer-up":"arrow","transit-connection":"navigation","transit-connection-variant":"navigation","transit-detour":"navigation","transit-transfer":"transportation other navigation within station",transition:"animation motion translate","transition-masked":"s",translate:"language","transmission-tower":"pylon powerline","trash-can":"delete rubbish bin garbage","trash-can-outline":"delete rubbish bin garbage",tray:"queue printer inbox","tray-alert":"error queue printer inbox","tray-full":"queue printer inbox","tray-minus":"queue printer inbox","tray-plus":"queue printer inbox","tray-remove":"queue printer inbox","treasure-chest":"gaming rpg",tree:"nature plant","tree-outline":"nature plant",trello:"brand logo","trending-neutral":"flat",triangle:"shape","triangle-outline":"shape","triangle-wave":"audio",triforce:"gaming rpg zelda",trophy:"sport achievement","trophy-award":"sport achievement","trophy-broken":"sport","trophy-outline":"sport achievement","trophy-variant":"sport achievement","trophy-variant-outline":"sport achievement",truck:"transportation road lorry local shipping courier","truck-check":"tick lorry courier","truck-delivery":"transportation road lorry","truck-fast":"transportation road lorry courier","truck-trailer":"transportation road",trumpet:"music","tshirt-crew":"clothing shirt","tshirt-crew-outline":"clothing shirt","tshirt-v":"clothing shirt","tshirt-v-outline":"clothing shirt","tumble-dryer":"home automation","tumble-dryer-alert":"home automation error","tumble-dryer-off":"home automation",tune:"mixer settings equaliser","tune-vertical":"settings equaliser instant mix",turtle:"animal",twitch:"social media brand logo",twitter:"brand logo social media",ubisoft:"uplay",ubuntu:"brand logo",ufo:"unidentified flying object alien","ufo-outline":"unidentified flying object alien","ultra-high-definition":"video movie uhd",umbraco:"brand logo",umbrella:"weather","umbrella-closed":"weather","umbrella-closed-outline":"weather","umbrella-closed-variant":"weather","umbrella-outline":"weather",undo:"arrow","undo-variant":"arrow","unfold-less-horizontal":"chevron down up collapse","unfold-less-vertical":"chevron right left collapse","unfold-more-horizontal":"chevron up down expand","unfold-more-vertical":"chevron left right expand",unity:"brand logo gaming rpg",unreal:"brand logo gaming rpg engine",untappd:"brand logo",update:"date time clockwise clock arrow",upload:"file","upload-multiple":"s","upload-outline":"file",valve:"home automation","valve-closed":"home automation","valve-open":"home automation","van-passenger":"transportation road","van-utility":"transportation road candy","vanity-light":"home automation",variable:"developer languages math","vector-arrange-above":"geographic information system","vector-arrange-below":"geographic information system","vector-circle":"geographic information system","vector-combine":"geographic information system","vector-curve":"geographic information system bezier","vector-difference":"geographic information system","vector-difference-ab":"geographic information system","vector-difference-ba":"geographic information system","vector-ellipse":"geographic information system","vector-intersection":"geographic information system","vector-line":"geographic information system","vector-link":"geographic information system","vector-point":"geographic information system","vector-polygon":"geographic information system","vector-polyline":"geographic information system","vector-polyline-edit":"modify","vector-radius":"geographic information system","vector-rectangle":"geographic information system","vector-selection":"geographic information system","vector-square":"geographic information system mdi","vector-triangle":"geographic information system","vector-union":"geographic information system",vhs:"video home system cassette tape",vibrate:"vibration",video:"movie home automation cam","video-3d":"movie","video-3d-off":"movie","video-3d-variant":"movie","video-4k-box":"movie","video-account":"movie user","video-box":"movie","video-box-off":"movie","video-check":"movie","video-check-outline":"movie","video-image":"movie","video-input-antenna":"movie settings","video-input-component":"movie settings composite ypbpr rca","video-input-hdmi":"movie settings","video-input-scart":"movie","video-input-svideo":"movie settings s","video-minus":"movie remove","video-minus-outline":"movie","video-off":"movie home automation cam","video-off-outline":"movie cam","video-outline":"movie cam","video-plus":"movie call add","video-plus-outline":"movie","video-stabilization":"stabilisation","video-switch":"movie","video-switch-outline":"movie","video-vintage":"movie film classic","video-wireless":"movie","video-wireless-outline":"movie","view-grid-plus":"add",vimeo:"brand logo",violin:"music","virtual-reality":"vr",virus:"science","virus-outline":"science",vk:"brand logo ontakte",vlc:"brand logo",volleyball:"sport","volume-high":"home automation cellphone audio speakerphone","volume-low":"home automation cellphone phone audio speaker","volume-medium":"home automation cellphone phone audio speaker","volume-minus":"audio home automation cellphone phone decrease","volume-mute":"audio cellphone phone","volume-off":"home automation cellphone mute audio speakerphone","volume-plus":"audio home automation cellphone phone increase","volume-source":"cellphone phone audio","volume-variant-off":"audio cellphone phone","volume-vibrate":"cellphone phone audio",vote:"how to","vote-outline":"how to",vpn:"virtual private network",vuejs:"brand logo developer languages vue js",walk:"transportation other directions er ing",wall:"bricks","wall-sconce":"home automation","wall-sconce-flat":"home automation ceiling light","wall-sconce-flat-variant":"home automation","wall-sconce-round":"home automation","wall-sconce-round-variant":"home automation",wallet:"currency banking account balance","wallet-giftcard":"shopping banking card redeem","wallet-membership":"card","wallet-outline":"currency banking account balance","wallet-plus":"banking add","wallet-plus-outline":"banking add","wallet-travel":"card",wan:"wide area network",wardrobe:"home automation closet","wardrobe-outline":"home automation closet",warehouse:"places","washing-machine":"home automation laundrette local laundry service","washing-machine-alert":"home automation error","washing-machine-off":"home automation",watch:"device tech","watch-export":"device tech","watch-export-variant":"device tech","watch-import":"device tech","watch-import-variant":"device tech","watch-variant":"device tech","watch-vibrate":"device tech","watch-vibrate-off":"device tech",water:"blood drop trans fat","water-boiler":"home automation heater","water-boiler-alert":"home automation error","water-boiler-off":"home automation","water-off":"format color reset trans fat blood","water-outline":"blood drop","water-percent":"weather home automation humidity","water-polo":"sport","water-pump":"agriculture home automation kitchen tap faucet","water-pump-off":"agriculture home automation kitchen tap faucet","watering-can":"agriculture pot","watering-can-outline":"agriculture pot",watermark:"branding",wave:"transportation water",waveform:"audio",waves:"weather transportation ocean lake flood water","weather-cloudy":"cloud","weather-cloudy-alert":"error cloud","weather-cloudy-arrow-right":"cloud","weather-fog":"mist","weather-lightning":"storm thunder flash","weather-lightning-rainy":"thunder storm","weather-night":"moon and stars sky","weather-night-partly-cloudy":"cloud","weather-partly-cloudy":"cloud","weather-pouring":"heavy rain","weather-rainy":"drizzle spitting","weather-snowy-rainy":"sleet","weather-sunny-alert":"error heat sun advisory","weather-sunset-up":"sunrise",web:"geographic information system language","web-box":"geographic information system language",webcam:"video movie home automation web camera",webpack:"brand logo developer languages",wechat:"brand logo","weight-kilogram":"kg","weight-lifter":"sport barbell crossfit","weight-pound":"lb",whatsapp:"brand logo","wheelchair-accessibility":"accessible",whistle:"sport","whistle-outline":"sport","white-balance-auto":"photography wb","white-balance-incandescent":"photography wb","white-balance-iridescent":"photography wb","white-balance-sunny":"photography wb","wifi-star":"network favourite","wifi-strength-1-alert":"error warning","wifi-strength-2-alert":"error warning","wifi-strength-3-alert":"error warning","wifi-strength-4-alert":"error warning","wifi-strength-alert-outline":"error 0 warning","wifi-strength-lock-outline":"0","wifi-strength-outline":"0",wikipedia:"brand logo","window-closed":"home automation","window-closed-variant":"home automation","window-open":"home automation","window-open-variant":"home automation","window-shutter":"home automation","window-shutter-alert":"home automation error","window-shutter-open":"home automation","wiper-wash":"er fluid","wizard-hat":"clothing gaming rpg",wordpress:"brand logo","wrap-disabled":"un",wrench:"hardware tools build spanner","wrench-outline":"hardware tools build spanner",xamarin:"brand logo microsoft","xamarin-outline":"brand logo microsoft",xing:"brand logo",xml:"developer languages code",xmpp:"brand logo","y-combinator":"brand logo hackernews",yahoo:"brand logo","yin-yang":"taoism",yoga:"sport",youtube:"brand logo social media video play","youtube-gaming":"brand logo","youtube-studio":"brand logo creator","youtube-tv":"brand logo",zend:"developer languages","zip-box":"files folders compressed file","zip-box-outline":"files folders compressed file","zodiac-aquarius":"horoscope","zodiac-aries":"horoscope","zodiac-cancer":"horoscope","zodiac-capricorn":"horoscope","zodiac-gemini":"horoscope","zodiac-leo":"horoscope","zodiac-libra":"horoscope","zodiac-pisces":"horoscope","zodiac-sagittarius":"horoscope","zodiac-scorpio":"horoscope","zodiac-taurus":"horoscope","zodiac-virgo":"horoscope"}}}},7279:(e,t,s)=>{e.exports=s(56164).extend({item_template:()=>TVE.tpl("controls/divider/style-picker"),update(){const e=this.applyTo().find("hr").attr("class").split(" ");let t=this.applyTo().mediaAttr("data-style")||this.applyTo.mediaAttr("data-style");if(!t){t=this.model.config.default;const s=e.indexOf("tve_sep");s>-1&&e.splice(s,1),1===e.length&&(t=e[0])}this.$(".tve-select-item").removeClass("active").filter("[data-value="+t+"]").addClass("active"),this.model.selected_old=t,this.parent_control&&this.parent_control.set_value(this.getLabel(t))},container_class:()=>"control-grid wrap",input(e){const t=e.find("hr");t.removeClass(function(e,t){return(t.match(/(^|\s)tve_sep-\S+/g)||[]).join(" ")}),t.addClass(this.model.selected),e.mediaAttr("data-style",this.model.selected),this.component.addDividerHeadCss(e),TVE.do_action("tcb.divider_style.input",e)},cancel(e){e.find("hr").removeClass(this.model.selected).addClass(this.model.selected_old),this.model.selected=this.model.selected_old,e.mediaAttr("data-style",this.model.selected),this.component.addDividerHeadCss(e),TVE.do_action("tcb.divider_style.cancel",e)},apply(e){this.component.updateGradient(),this.component.controls.ToggleColorControls.update(),this.component.addDividerHeadCss(e),this.undo_manager_api(e,this.model)},onOpen(e){this.update()},undo_manager_api(e,t){const s=this,i=t.selected,a=t.selected_old;TVE.UndoManager.add({undo(){e.mediaAttr("data-style",a),e.find("hr").removeClass(i).addClass(a),s.component.addDividerHeadCss(e)},redo(){e.mediaAttr("data-style",i),e.find("hr").removeClass(a).addClass(i),s.component.addDividerHeadCss(e)}})}})},7353:(e,t,s)=>{e.exports=s(20583).base.extend({before_open(){this.$(".info-text").toggle(!!TVE.Editor_Page.editor.html())},chooseLayout(e,t){const s=t.getAttribute("data-layout"),i=this[`layout${TVE.ucFirst(s)}`];TVE.CONST.tve_post_constants.page_wizard="blank_hf"===s?s:1,"function"==typeof i?i.call(this):TVE.do_action(`tcb.page_wizard.callback.${s}`)},layoutNormal(){TVE.CONST.landing_page||TVE.Editor_Page.editor.length&&TVE.Editor_Page.editor.html().length?(TVE.main.overlay(),TVE.KEEP_OVERLAY=!0,TVE.Editor_Page.save(!1,function(){window.onbeforeunload=null,top.window.location.reload()},{custom_action:"normal_page_reset"})):this.close()},layoutLp(){this.close(),TVE.main.sidebar_extra.openLandingPageModal()}})},7596:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/input"),initialize(){const e=this,t=this.model.config.stepSize||1;this.render_template(this.get_config("inline")?"controls/input-inline":this.template),this.get_config("inline")&&this.$el.addClass("tcb-relative"),this.model.config.um&&this.$el.find(".input-um").show(),this.$input=this.$el.find("input"),this.$el.find(".handle").tve_draggable({stepSize:t,start(){e.currentValue=e.__value()},move(t){let s=e.currentValue+parseInt(t);void 0!==e.model.config.min&&(s=s<e.model.config.min?e.model.config.min:s),void 0!==e.model.config.max&&(s=s>e.model.config.max?e.model.config.max:s),e.setValue(s,!1,!0)},stop(){e.$input.trigger("change")}})},getValue(){return this.$input.val()},setValue(e,t=!1,s=!1){this.validate(e)&&(this.$input.val(e),t&&this.$input.trigger("change"),s&&this.$input.trigger("input"))},up(){this.setValue(this.__value()- -1,!0,!0)},down(){this.setValue(this.__value()-1,!0,!0)},validate_and_change(){return this.$input.removeClass("has-error"),this.validate(this.$input.val())?(TVE.Editor_Page.reposition_icons(),TVE.ElementEditIcons.toggle(),this.change.apply(this,arguments)):(this.$input.addClass("has-error").trigger("focus"),!1)},setValueDirectly(e){this.$input.removeClass("has-error").val(e)},validate(e){return e=parseFloat(e),!(isNaN(e)||void 0!==this.model.config.min&&this.model.config.min>e||void 0!==this.model.config.max&&this.model.config.max<e)},input_class(){return this.get_config("input_class","")},__value(){const e=parseFloat(this.getValue());return isNaN(e)?0:e},onInput(e,t){const s="Corners"===t.closest(".tve-control").getAttribute("data-view"),i=e.hasClass("tve_lg_country"),a=e.hasClass("tve_lg_state");s&&i&&a&&e.find(".tve-lg-dropdown-input").css({borderRadius:t.value+"px"}),TVE.ElementEditIcons.toggle(!1),this.input(e,t)}})},7757:(e,t,s)=>{const i=s(48828);e.exports=function(){const e={url:/^url(\s*)\(('|"|)(.+?)(\2)\)/i,linearGradient:/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,repeatingLinearGradient:/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,radialGradient:/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,repeatingRadialGradient:/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,sideOrCorner:/^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,extentKeywords:/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,positionKeywords:/^(left|center|right|top|bottom)/i,pixelValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,percentageValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,emValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,angleValue:/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,startCall:/^\(/,endCall:/^\)/,comma:/^,/,hexColor:/^\#([0-9a-fA-F]+)/,literalColor:/^([a-zA-Z]+)/,rgbaColor:/^(rgba?|var|hsla?)/i,backgroundUrlRegex:new RegExp(`^(var\\(${TVE.CONST.dynamic_background_url_prefix}[a-z\\-]*)\\)`),number:new RegExp("^((-?[0-9]*\\.[0-9]+%?)|(-?[0-9]+\\.?%?)|("+TVE.CONST.colors.global_prefix+"[0-9]*)|"+TVE.apply_filters("tcb_color_css_variable_regex","")+"("+TVE.CONST.colors.lp_set_prefix+"[0-9]*)|("+TVE.CONST.colors.local_prefix+"[0-9a-zA-Z]*(,(.+?)\\(.+?\\)))|("+TVE.CONST.colors.local_prefix+"[0-9a-zA-Z]*)|("+TVE.CONST.colors.dynamic_prefix+"[0-9a-zA-Z_-]*)|(--tcb-[a-zA-Z]*-color-[0-9a-zA-Z]*))"),gradient_css_variable:new RegExp("^((var\\("+TVE.CONST.gradients.global_prefix+"[0-9]*\\))|"+TVE.apply_filters("tcb_gradient_css_variable_regex","")+"(var\\("+TVE.CONST.gradients.lp_set_prefix+"[0-9]*\\))|(var\\("+TVE.CONST.gradients.local_prefix+"[0-9a-zA-Z]*(|,(.+?)-gradient\\(.+?\\))\\)))")};let t="",s=null;function a(e){const s=new Error(t+": "+e);throw s.source=t,s}function l(){return function(){const t=C(e.url);return!!t&&{type:"url",value:t[3]}}()||function(e,i){const a=C(e);if(a){const e=t;t=TVE.getCssVariableValue(a[0]),s=a[0];const l=i();return s=null,t=e,l}}(e.gradient_css_variable,l)||function(e){const t=C(e);if(t)return{type:"url",value:t[0]}}(e.backgroundUrlRegex)||o("linear-gradient",e.linearGradient,n)||o("repeating-linear-gradient",e.repeatingLinearGradient,n)||o("radial-gradient",e.radialGradient,r)||o("repeating-radial-gradient",e.repeatingRadialGradient,r)}function o(t,l,o){return c(l,function(){const l=o();l&&(C(e.comma)||a("Missing comma before color stops"));const c={gradient_css_variable:s,type:t,orientation:l,colorStops:u(v)};return function(e){if("linear-gradient"!==e.type)return!1;let t=e.colorStops[0].value,s=e.colorStops[1].value;return TVE.isCssVariable(t)&&(t=TVE.getCssVariableValue(t)),TVE.isCssVariable(s)&&(s=TVE.getCssVariableValue(s)),2===e.colorStops.length&&i.equals(t,s)}(c)&&(c.type="solid"),c})}function c(t,s){const i=C(t);if(i){C(e.startCall)||a("Missing (");const t=s(i);return C(e.endCall)||a("Missing )"),t}}function n(){return y("directional",e.sideOrCorner,1)||function(){const t=C(e.angleValue);if(t)return t[1]+"deg"}()}function r(){let s,i,a=d();return a&&(s=[],s.push(a),i=t,C(e.comma)&&(a=d(),a?s.push(a):t=i)),s}function d(){let e=function(){const e=y("shape",/^(circle)/i,0);return e&&(e.style=w()||p()),e}()||h();if(e||0!==t.indexOf("at")||(t="ellipse "+t,e=h()),e)e.at=g();else{const t=p();if(t){e=t;const s=g();s&&(e.at=s)}else{const t=m();t&&(e={type:"default-radial",at:t})}}return e}function h(){const e=y("shape",/^(ellipse)/i,0);return e&&(e.style=b()||p()),e}function p(){return y("extent-keyword",e.extentKeywords,1)}function g(){if(y("position",/^at/,0)){const e=m();return e||a("Missing positioning value"),e}}function m(){const e={x:b(),y:b()};if(e.x||e.y)return{type:"position",value:e}}function u(t){let s=t();const i=[];if(s)for(i.push(s);C(e.comma);)s=t(),s?i.push(s):f();return i}function v(){const e=f();return e||a("Expected color definition"),e.length=b(),e}function f(){return function(){const t=C(e.hexColor);if(t)return{type:"literal",value:new i(t[1])}}()||c(e.rgbaColor,function(){const e=u(_);return{type:"literal",value:new i(1===e.length?TVE.getCssVariableValue(e[0]):(4===e.length?"rgba(":"rgb(")+e.join(",")+")"),css_variable:1===e.length?TVE.getGlobalVariable("var("+e[0]+")"):null}})||function(){const t=C(e.literalColor);if(t)return{type:"literal",transparent:"transparent"===t[0]&&"transparent",value:new i(t[0])}}()}function _(){const t=C(e.number);return Array.isArray(t)?t[1]:""}function b(){return y("%",e.percentageValue,1)||y("position-keyword",e.positionKeywords,1)||w()}function w(){return y("px",e.pixelValue,1)||y("em",e.emValue,1)}function y(e,t,s){const i=C(t);if(i)return{type:e,value:i[s]}}function C(e){const s=/^[\n\r\t\s]+/.exec(t);s&&z(s[0].length);const i=e.exec(t);return i&&z(i[0].length),i}function z(e){t=t.substr(e)}return function(e){return void 0===e?[]:(t=e.toString().trim(),t&&"none"!==t?function(){const e=u(l);return t.length>0&&a("Invalid input not EOF"),e}():[])}}()},7858:(e,t,s)=>{const i=s(16668),a=s(40521);let l,o,c,n,r,d,h,p,g,m;e.exports=i.component.extend({update_on_expand:!0,updateOnMouseLeave:!1,controls_init(e){this.fixedWidthTooltip=new a({tooltipPosition:"left",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},no_buttons:!0,template:TVE.tpl("controls/tooltip/fixed-column-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.fixedWidthTooltip.FORCE_CLOSE}),this.fullHeightTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/full-height-column-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.fullHeightTooltip.FORCE_CLOSE}),e.VerticalPosition.applyStyles=function(e,t){e.removeClass("tcb-flex-center tcb-flex-end"),this.applyElementCss({"justify-content":`${t.getAttribute("data-value")} !important`},e,"","")},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null,"",!0)||"")},e.FixedWidth.change=(t,s)=>{const i=(t=e.FixedWidth.applyTo(!1,!1,!0)).parent(".tcb-flex-col");s.checked&&this.canHaveFixedWidth(t)?i.addClass("column-fixed-width"):(i.removeClass("column-fixed-width"),e.ColumnWidth.applyElementCss({"max-width":""},i.siblings(":not(.column-fixed-width)"),"","")),e.ColumnWidth.update(t,!0)},e.FixedWidth.update=e=>{this.canHaveFixedWidth(e)||this.hasFixedWidth(e)?(this.controls.FixedWidth.enable(),this.controls.FixedWidth.$el.find(".tve-switch-info").hide()):(this.controls.FixedWidth.setChecked(!1),this.controls.FixedWidth.disable(),this.controls.FixedWidth.$el.find(".tve-switch-info").show()),this.controls.FixedWidth.setChecked(e.parent(".tcb-flex-col").hasClass("column-fixed-width"))},e.FixedWidth.openTooltip=()=>(this.fixedWidthTooltip.isOpen()?this.fixedWidthTooltip.onCancel():this.fixedWidthTooltip.open(null,this.$(".tve-switch-info")),!1),e.FullHeight.change=(e,t)=>{e.toggleClass("variable-height",!t.checked)},e.FullHeight.update=e=>{this.controls.FullHeight.setChecked(!e.hasClass("variable-height"))},e.FullHeight.openTooltip=()=>(this.fullHeightTooltip.isOpen()?this.fullHeightTooltip.onCancel():this.fullHeightTooltip.open(null,this.$('.tve-control[data-view="FullHeight"] .tve-switch-info')),!1),e.ColumnWidth.$el.find('input[type="text"]').removeClass("input").attr("data-fn-change","onInput"),e.ColumnWidth.update=(t,s=!0)=>{const i=(t=e.ColumnWidth.applyTo(!1,!1,!0).parent()).hasClass("column-fixed-width"),a=t.outerWidth();this.readData(t),e.ColumnWidth.$el.toggleClass("tcb-hidden",!o.length),e.FixedWidth.$el.toggleClass("tcb-hidden",!o.length);let c=l.head_css("max-width",null,"",!1,"");c&&!s||(c=i?`${a}px`:a/n*100+"%"),s&&e.ColumnWidth.applyElementCss({"max-width":`${c.replace(/(%|px)/g,"")}${i?"px":"%"}`},l,"",""),e.ColumnWidth.setValue(c)},e.ColumnWidth.input=function(){c.hasClass("tcb-resized")||(c.children().each((e,t)=>{const s=TVE.inner_$(t),i=s.outerWidth(),a=s.hasClass("column-fixed-width");s.tcbRemoveClass("c-25 c-33 c-50 c-66 c-75"),s.head_css({"max-width":a?`${i}px`:i/n*100+"%"})}),c.tcbAddClass("tcb-resized")),this.applyElementCss({"max-width":`${g}${r?"px":"%"}`},l,"",""),this.applyElementCss({"max-width":`${m}${d?"px":"%"}`},o,"",""),this.component.getWidths()},e.ColumnWidth.prepareValue=function(e){if(e&&!isNaN(e)){let t,s=Number(e);r&&d?(t=(p-100*s/n+h).toFixed(1),t=parseInt(t*n/100)):r?t=(p-(100*s/n).toFixed(1)+h).toFixed(1):d?(t=(p-s+h).toFixed(1),t=parseInt(t*n/100)):t=(p-s+h).toFixed(1),(r?s:s*n/100)<30&&(s=r?30:3e3/n),(d?t:t*n/100)<30&&(s=g,t=m),g=parseFloat(s).toFixed(1),m=parseFloat(t).toFixed(1)}return g},e.ColumnWidth.convertUM=function(t){const s=e.ColumnWidth.applyTo(!1,!1,!0).parent(),i=s.parent()[0],a=this.$(".tve-input, .tve-slider");let l=TVE.convertUM(s,t,i,"width");l=l===parseInt(l)?parseInt(l):parseFloat(l).toFixed(2),a.val(l)},TVE.add_action("tcb.column.before_remove",e=>{!(e=e.next().length?e.next():e.prev()).length||this.hasFixedWidth(e)||this.canHaveFixedWidth(e)||this.controls.FixedWidth.change(e.find(".tcb-col"),this.controls.FixedWidth.$el.find(".tve-checkbox")[0])}),TVE.add_filter("tve.conditional_display.allow_hide",e=>(TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier(this.key))&&(e=!1),e)),TVE.add_filter(`tve.conditional_display.new_element.${this.key}`,e=>(0===e.length&&(e=TVE.inner_$('<div class="tcb-col"></div>')),e))},canHaveFixedWidth:e=>e.closest(".tcb-flex-col").siblings(".tcb-flex-col:not(.column-fixed-width)").length>=1,hasFixedWidth:e=>e.parent(".column-fixed-width").length>0,fixColumnAfterResize(e){this.readData(e),!d&&o.length&&l.length&&(o.head_css({"max-width":""}),this.getWidths(),this.controls.ColumnWidth.prepareValue(e.tcbCss("max-width").replace(/px/g,"")),l.head_css({"max-width":`${g}${r?"px":"%"}`}),o.head_css({"max-width":`${m}${d?"px":"%"}`}))},readData(e){c=e.parent();const t=c.hasClass(`tcb-row-reversed-${TVE.main.device}`),s=c.css("flex-wrap"),i=!s||!s.includes("nowrap");this.$(".column-width").toggle(!i),l=TVE.inner_$(),o=TVE.inner_$(),i||(n=c.width(),l=e,o=t?l.prev():l.next(),r=l.hasClass("column-fixed-width"),d=o.hasClass("column-fixed-width"),o.length||(o=t?l.next():l.prev()),this.getWidths())},getWidths(){h=l.outerWidth()/n*100,p=o.outerWidth()/n*100}})},8010:(e,t,s)=>{const i=s(32071);!function(t){const a=s(16668),l=s(27416);let o=[];e.exports=a.component.extend({controls_init(e){const t=this;e.FilterOption.update=function(e){const t=e.attr("data-filter-option");this.setValue(t)},e.FilterOption.change=(t,s)=>{const i=s.value;t.attr("data-filter-option",i),this.updateOptionLabel(i),e.OptionsSelection.filterOption=i,e.OptionsSelection.updateSelect2([],3)},e.MultipleSelections.update=function(e){this.setChecked("true"===e.attr("data-multiple-selection"))},e.MultipleSelections.change=function(s,i){const a=i.checked;this.setChecked(a),s.attr("data-multiple-selection",a),t.renderFilter(s,e)},e.FilterType.update=function(s){const i=s.attr("data-filter-type");this.setValue(i),t.toggleOptions(s,e,i,"update")},e.FilterType.change=(s,i)=>{const a=s.attr("data-filter-type"),l=i.value;s.attr("data-filter-type",l),t.toggleOptions(s,e,l,"change"),this.renderFilter(s,e,!0),"search"===a&&e.FilterOption.setValue("category",!0)},e.DisplayOption.update=function(e){const t=e.attr("data-display-option");this.setValue(t)},e.DisplayOption.change=(t,s)=>{const i=s.value;t.attr("data-display-option",i),e.HorizontalSpace.toggle("horizontally"===i)},e.VerticalSpace.update=function(e){this.setValue(e.css("row-gap"))},e.VerticalSpace.input=function(e,t){this.applyElementCss({"--tcb-filter-row-gap":t.value+"px !important"},e)},e.HorizontalSpace.update=function(e){this.setValue(e.css("column-gap"))},e.HorizontalSpace.input=function(e,t){this.applyElementCss({"--tcb-filter-column-gap":t.value+"px !important"},e)},e.URLQueryKey.update=function(t){let s=t.attr("data-url-query-key");s||(s=e.FilterOption.getValue()),this.setValue(s)},e.URLQueryKey.change=function(e,t){e.attr("data-url-query-key",t.value)},e.AllOption.update=function(e){const t=JSON.parse(e.attr("data-options-selection")).length>0;this.setChecked("true"===e.attr("data-all-option")),this.$el.toggleClass("tcb-disabled",!t)},e.AllOption.change=function(s,i){const a=i.checked;this.setChecked(a),e.AllLabel.toggle(a),s.attr("data-all-option",a),e.DefaultValue.update(s),t.renderFilter(s,e)},e.AllLabel.update=function(e){let t=e.attr("data-all-label");t||(t="All"),this.setValue(t)},e.AllLabel.change=function(s,i){s.attr("data-all-label",i.value),t.renderFilter(s,e)},e.OptionsSelection=new i({el:this.$(".options-selection-control"),placeholderText:"Search and select",ajaxUrl:"/post-list-filter/filter-options",ajaxData:t=>({filter_option:e.FilterOption.getValue(),search:t.term})}),e.OptionsSelection.update=function(s,i=""){const a=e.FilterOption.$select.find("option:selected").text();t.$(".tve-option-selection-control .dropdown-header").addClass("open"),t.$(".tve-option-selection-control .options-type").text(a);const l=JSON.parse(s.attr("data-options-selection"));this.selectedValue=l,this.filterOption=e.FilterOption.getValue(),this.updateSelect2(l,i)},e.OptionsSelection.afterTagChange=function(){const s=TVE.ActiveElement;s&&(t.renderFilter(s,e),e.AllOption.update(s),e.DefaultValue.update(s))},e.DefaultValue.update=function(e){this.render();const t=e.attr("data-default-value");this.setValue(t)},e.DefaultValue.change=(e,t)=>{const s=t.value;e.attr("data-default-value",s)},e.DefaultValue.get_options=()=>{const t=[];if(TVE.ActiveElement){e.AllOption.isChecked()?t.push({name:"All",value:"all"}):t.push({name:"None",value:"none"}),TVE.ActiveElement.find(".tcb-filter-option").each((e,s)=>{s&&"all"!==s.getAttribute("data-id")&&t.push({value:s.getAttribute("data-id"),name:s.getAttribute("data-name")})});const s=TVE.ActiveElement.attr("data-default-value");let i=!1;for(const e in t)if(t[e].value===s){i=!0;break}!i&&t[0]&&TVE.ActiveElement.attr("data-default-value",t[0].value)}return t}},toggleOptions(e,t,s,i){const a=["button","checkbox","list"].includes(s),l="dropdown"===s,o="search"!==s,c=t.DisplayOption.getValue();t.MultipleSelections.toggle(a),"change"===i&&(e.attr("data-multiple-selection",a),t.MultipleSelections.setChecked(a)),t.AllOption.toggle(a),a||t.AllOption.setValue(!1,!0),this.$(".tve-option-selection-control").toggle(o),t.DefaultValue.toggle(o),t.FilterOption.toggle(o),this.$(".filter-display-options").toggle(o&&!l);const n=t.AllOption.isChecked();t.AllLabel.toggle(n&&a),t.HorizontalSpace.toggle("horizontally"===c)},renderFilter(e,t,s=!1,i=!1,a=!1){"search"===e.attr("data-filter-type")?this.renderSearchElement(e):this.renderElement(t,e,s,i,a)},renderElement(e,s,i=!1,a=!1,c=!1){const n=e.OptionsSelection.$select.find("option:selected"),r=["button","checkbox","list"].includes(s.attr("data-filter-type"));let d=[];if(o=[],n.each((e,t)=>{o.push({value:t.value,name:TVE.$(t).text()}),d.push(parseInt(t.value))}),!d.length)try{d=JSON.parse(s.attr("data-options-selection"))}catch(e){}c&&(d=[]),"search"===s.attr("data-filter-option")&&s.attr("data-filter-option","category");const h={"filter-type":s.attr("data-filter-type"),"filter-option":s.attr("data-filter-option"),"filter-all-option":a&&r?"true":s.attr("data-all-option"),"filter-all-label":s.attr("data-all-label"),"filter-option-selection":JSON.stringify(d).replace(/\[/g,"|{|").replace(/\]/g,"|}|"),css:s.attr("data-css"),classes:l.getInnerElementClasses(s)};if("checkbox"!==h["filter-type"]&&"radio"!==h["filter-type"]||(h.template=s.find(".tcb-filter-option.tcb-filter-radio,.tcb-filter-option.tcb-filter-checkbox").attr("data-value"),h["override-colors"]=s.find(".tcb-filter-option").attr("data-override-colors")),"dropdown"===h["filter-type"]){var p;h.dropdown_icon=null===(p=s.find(".tve-dynamic-dropdown svg")[0])||void 0===p?void 0:p.outerHTML,h.dropdown_icon_style=s.find(".tve-dynamic-dropdown").attr("data-icon"),h.dropdown_animation=s.find(".tve-dynamic-dropdown").attr("data-dropdown-animation");const t=s.find(".tve-dynamic-dropdown").attr("data-placeholder");h.dropdown_placeholder=!a&&t&&t.length>0?t:`Choose ${e.FilterOption.$select.find("option:selected").text()}`,h.template=s.find(".tve-dynamic-dropdown").attr("data-style"),h["override-colors"]=s.find(".tve-dynamic-dropdown").attr("data-override-colors")}s.addClass("tve-loading"),t.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:TVE.CONST.routes.base+"/post-list-filter/option-template",method:"GET",data:h,success:t=>{t.content.length&&s.html(t.content),TVE.Editor_Page.selection_manager.select_element(s),s.removeClass("tve-loading"),i&&("button"===h["filter-type"]&&TVE.Components.button.applyDefaultCss(s.find(".tcb-filter-option")),"list"===h["filter-type"]&&l.applyListFilterDefaultCss(s.find(".tcb-filter-option"))),a&&(r&&e.AllOption.setValue(!0,!0),e.URLQueryKey.setValue(h["filter-option"],!0),e.DefaultValue.setValue("all",!0)),l.updateDropdownWidth(s),e.DefaultValue.update(s),TVE.Editor_Page.reposition_icons()}}),s.attr("data-options-selection",JSON.stringify(d))},renderSearchElement(e){if(!e.find(TVE.identifier("search_form")).length){const t=TVE.CSS_Rule_Cache.uniq_id(e),s=TVE.inner_$(TVE.main.static_element("search_form").html().trim());e.attr("data-filter-option","search"),s.addClass("tcb-no-clone tcb-no-save").attr("data-list",t);const i=new TVE.CloudTemplatesModal;i.selected="55863",i.$$type="search_form",i.applyTo=s,TVE.main.overlay(),i.save().done(()=>{TVE.ActiveElement.addClass("tcb-no-clone tcb-no-save tcb-filter-search").find('input[type="search"]').attr("placeholder","Search posts..."),TVE.ActiveElement.head_css({float:"none","min-width":"100%","margin-left":"auto !important","margin-right":"auto !important","margin-top":"0","margin-bottom":"0"}),TVE.ActiveElement.find('.tcb_sf_post_type[type="hidden"]').remove()}).always(()=>{TVE.main.overlay(!0)}),e.html(s),e.attr("data-url-query-key","search"),TVE.Editor_Page.selection_manager.select_element(e)}},updateOptionLabel(){const e=this.controls.FilterOption.$select.find("option:selected").text();this.$(".tve-option-selection-control .options-type").text(e)}})}(jQuery)},8266:(e,t,s)=>{const i=s(56164);e.exports=i.extend({_template:TVE.tpl("controls/drop-panel-light"),item_template:()=>TVE.tpl("controls/lead-generation/checkbox-style-picker"),read_from_element(){const e=this.readFrom().attr("data-value");return this.component.controls.StyleChange.$(".tve-checkbox-picker").attr("data-value",e),e},input(e){e.attr("data-value",this.model.selected),this.component.controls.StyleChange.$(".tve-checkbox-picker").attr("data-value",this.model.selected)},after_render(){this.$(".drop-panel").addClass("mt-10")},apply(){this.model.selected&&this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected)),this.model.selected_old=this.model.selected,TVE.LeadGeneration.templateConfig.checkbox.option["data-value"]=this.model.selected,TVE.LeadGeneration.templateConfigWrite(),this.trigger("change",this.model.selected,this)},cancel(e){this.model.selected!==this.model.selected_old&&(e.attr("data-value",this.model.selected_old),this.component.controls.StyleChange.$(".tve-checkbox-picker").attr("data-value",this.model.selected_old),this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected_old)))},setStyleColor(e,t,s){t=TVE.getActualColorFromVariableValue(t,s);const i=this.el.querySelector(".scroll-content.tve-style-options");i&&setTimeout(i.style.setProperty(e,t)),this.component.controls.StyleChange.el.style.setProperty(e,t)}})},8331:(e,t,s)=>{const i=s(16668).base_view,a="tcb-relative",l="tcb-hidden",o=s(87194);e.exports=i.extend({template:TVE.tpl("element-states"),initialize(){i.prototype.initialize.apply(this,arguments),setTimeout(()=>{this.resetState=new o({model:{}})},1e3),this.dom={toggle:this.$(".state-switch"),current:this.$(".current-state"),dropdown:this.$(".drop-content"),states:{hover:this.$('li[data-state="hover"]'),active:this.$('li[data-state="active"]'),expanded:this.$('li[data-state="expanded"]')}},this.$el.tcbHasClass(a)||this.$el.tcbAddClass(a),this.s="default"},disable(){this.$el.parent().tcbAddClass("no-states"),this.disabled=!0},enable(){return this.$el.parent().tcbRemoveClass("no-states"),delete this.disabled,this},toggle_dropdown(){return this.disabled||(this.dom.dropdown.tcbToggleClass(l),this.dom.toggle.tcbToggleClass("active")),!1},hide_dropdown(){return this.dom.dropdown.tcbAddClass(l),this.dom.toggle.tcbRemoveClass("active"),this},state_select(e){if(!this.disabled){const t=e.currentTarget.dataset.state;this.hide_dropdown(),t!==this.s&&(this.s=t,this.trigger("state_change",t),TVE.inner.$body.on("keyup.state_cancel",jQuery.proxy(function(e){if(27===e.which)return this.done()},this)),this.update_dom(t),TVE.state_manager.is_default()||this.$(".reset-state-button").tcbToggleClass("tcb-hidden",null!==TVE.ActiveElement.attr("class").match(/tcb-global-\S*/)&&!(TVE.main.EditMode.element()&&TVE.main.EditMode.element()===TVE.ActiveElement)))}return!1},get_state_label(e){return this.dom.dropdown.find('a[data-state="'+e+'"]').text()},update_dom(e){e=void 0===e?"default":e;const t=this.get_state_label(e);return this.dom.current.text(t),TVE.main.set_element_name(null,"default"!==e?": "+t.toUpperCase():null),this.hide_dropdown(),this.$("li").tcbRemoveClass("selected").filter('[data-state="'+e+'"]').tcbAddClass("selected"),this.$(".reset-state-button").tcbToggleClass("tcb-hidden",TVE.state_manager.is_default()),this.toggleExtraStates(TVE.Elements[TVE._type(TVE.ActiveElement)]),!1},done(){return"default"!==this.s?(TVE.inner.$body.off("keyup.state_cancel"),TVE.Views.Controls.DropPanel.close_all(),this.trigger("done"),this.s="default",this.update_dom()):this.hide_dropdown(),!1},toggleExtraStates(e){var t,s,i;const a=TVE._type(TVE.ActiveElement),l=TVE.apply_filters("tcb.toggle_expanded_state",null==e?void 0:e.expanded,TVE.ActiveElement),o=TVE.apply_filters(`tcb.${a}.toggle_active_state`,null==e?void 0:e.active,TVE.ActiveElement),c={hover:!(null===(t=TVE.Elements[a])||void 0===t||!t.hover)&&(null===(s=TVE)||void 0===s||null===(i=s.t)||void 0===i?void 0:i.Hover),expanded:!!l&&TVE.apply_filters(`tcb.${a}.active_state_label`,null==e?void 0:e.expanded_state_label),active:!!o&&TVE.apply_filters(`tcb.${a}.active_state_label`,TVE.t.Active)};TVE._.each(c,(e,t)=>{this.dom.states[t].tcbToggleClass("tcb-hidden",!e),e&&this.dom.states[t].children().text(e)})},toggleResetState(){return this.resetState.isVisible()?this.resetState.onCancel():this.resetState.open(TVE.ActiveElement,this.$(".reset-state-button")[0]),!1}})},8653:(e,t,s)=>{e.exports=s(27120).extend({formElements:"",after_init(){this.formElements=TVE.apply_filters("tve.submit.button.forms",`${TVE.identifier("lead_generation")},${TVE.identifier("contact_form")},${TVE.identifier("user_profile")}`)},controls_init(e){TVE.Views.Components.Button.prototype.controls_init.call(this,e),this.stylepicker.component=this,this.controls.ButtonWidth.update=function(e){const t=e.head_css("max-width",!1,"",!1,""),s=parseFloat(t);!s||isNaN(s)?this.$(".tve-input").val("auto"):this.setValue(t)},TVE.add_filter(`tcb.state.hide.${this.key}.submit_button`,(e,t)=>"hover"===t&&TVE.ActiveElement.find(".thrive-colors-palette-config").length>0),this.initHooks()},initHooks(){TVE.add_filter("element_drop",e=>(e&&e.is(this.formElements)&&this.applyDefaultStyle(e),e),100),TVE.add_filter("tve.button.styles.component",(e,t)=>(t.hasClass("tve-form-button")&&(e=this),e)),TVE.add_filter("tcb.shared_style.element_type",(e,t)=>(t.hasClass("tve-form-button")&&(e="button"),e))},applyDefaultStyle(e){const t=e.find(".tve-form-button").addBack(".tve-form-button");TVE.changeCssVariableValue("--tcb-local-color-cf6ff","rgb(20, 115, 210)",t),TVE.changeCssVariableValue("--tcb-local-color-73c8d","rgb(21, 89, 162)",t),TVE.state_manager.set_state("hover"),t.addClass("tve-state-hover"),t.head_css({"background-color":"var(--tcb-local-color-73c8d) !important"},"300px"," .tcb-button-link",!1,""),TVE.state_manager.set_state(""),t.removeClass("tve-state-hover"),t.head_css({"min-width":"100%"},"300px","",!1,""),t.head_css({"background-color":"var(--tcb-local-color-cf6ff) !important","letter-spacing":"2px","border-radius":" 5px",padding:" 18px"},"300px"," .tcb-button-link",!1,""),t.head_css({color:"#fff","--tcb-applied-color":"#fff"},"300px"," .tcb-button-link span",!1,""),this.controls.ButtonPalettes.matchGlobal(t)}})},8735:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(74638),c=s(52306),n=s(16668),r=s(48828),d=o.extend({template:_.template('<div class="css-variable-color-picker css-variable-picker"></div>'),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(e){this.color=new c({el:this.$(".css-variable-color-picker")[0],model:a(a({},e),this.color_options())}),this.color.$el.on("hue.changed.spectrum",_.bind((e,t)=>{t<=1&&(t*=360),this.currentHue=parseInt(t),this.hueChanged=!0},this)),this.color.$el.on("color.ration.spectrum",_.bind((e,t)=>{this.currentRatio=t},this)),this.color.input=_.bind(this.color_input,this)},color_input(e){this.changed=!0,this.input(e),TVE.ActiveElement.head_css({[this.color.model.variable]:e},null,"",!1,"")},input(){},onOpen(){this.changed=!1;const e=TVE.getRawCssVariableName(this.model.get("css_variable"));let t=TVE.ActiveElement.tcbCss(e);TVE.isCssVariable(t)&&(t=TVE.getCssVariableValue(t)),this.color.setValue(t)},update(){},color_options:()=>({config:{options:{output:"object",showInput:!0,showGradient:!1,showAlpha:!0,flat:!0,showButtons:!1,showGlobals:!0,showDynamic:!1,globalThumb:"global_thumb"}}}),beforePosition(){this.color.colorPicker.spectrum("reflow"),this.color.render_favorites()}}),h=n.control.extend({template:TVE.tpl("controls/palettes"),variable_template:TVE.tpl("controls/palettes-var-item"),vars_list:[],after_initialize(e){const t=e?e.model.config:{};t.panel_position="left",this.cssVarColorPicker=new d(t)},after_render(){this.$paletteVarsWrapper=this.$(".tcb-palettes-variables")},update(){this.$(".palette-controls").hide(),this.$el.show(),this._displayPaletteVariables()},domEditCssVariable(e,t){const s=t.getAttribute("data-index"),i=this.cssVarColorPicker;if(i.isOpen())i.onCancel();else{const e=this.vars_list[s];i.reset(e),i.open(null,t),i.$el.css("margin-top","5px"),i.apply=()=>{i.changed&&this._displayPaletteVariables()},i.cancel=()=>{i.constructor.prototype.cancel.apply(i,arguments),i.changed&&this._displayPaletteVariables()},i.input=e=>{delete i.css_variable,e=r(e).toRgbString(),TVE.isCssVariable(e)&&(i.css_variable=e,e=e.includes("tcb-local")?TVE.getCssVariableValue(e):`linear-gradient(${e},${e})`),0===e.indexOf("rgb")&&(e=`linear-gradient(${e},${e})`),TVE.$(t).find(".variable-square-control").toggleClass("tcb-css-variable-identifier tcb-tpl-var",!_.isEmpty(i.css_variable)),TVE.$(t).find(".tcb-icon-inline").css("background-image",e)}}return!1},_displayPaletteVariables(){const e=`var(${this.model.config.variable})`,t=TVE.ActiveElement&&TVE.ActiveElement.head_css(TVE.getRawCssVariableName(e),null,"",!0,"")||(TVE.getMainAccentColor()?TVE.getMainAccentColor().variable:"rgb(0,0,0)"),s=`linear-gradient(${t}, ${t})`;this.$paletteVarsWrapper.empty(),this.$paletteVarsWrapper.append(this.variable_template({css_variable:e,extra_class:-1===t.indexOf("var")?"":"tcb-css-variable-identifier tcb-tpl-var",bg:s,name:"Main Accent",type:"colors",index:0})),this.vars_list[0]=new Backbone.Model({css_variable:e,css_variable_value:t,variable:{colors:t}})}});e.exports=h},9111:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/label-input"),getValue(){return this.$(".tve-input-control").val()},changed(e,t){this.change(this.applyTo(),t)},setValue(e,t=!1){const s=this.$(".tve-input-control");s.val(e),t&&("string"==typeof t?s.trigger(t):s.trigger("change"))},getExtraClass(){return this.get_config("full-width")?" full-width":""}})},9212:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(74638),c=s(52306),n=s(48828);e.exports=o.extend({template:_.template('<div class="css-variable-color-picker css-variable-picker"></div>'),_template:TVE.tpl("controls/drop-panel-light"),defaultData:null,after_initialize(){this.color=new c({el:this.$(".css-variable-color-picker")[0],model:this.color_options()}),this.color.input=_.bind(this.color_input,this)},color_options:()=>({config:{options:{output:"object",showInput:!0,showGradient:!1,showAlpha:!0,flat:!0,showButtons:!1,showGlobals:!0,showDynamic:TVE.apply_filters("tve.css.variable_v2.showDynamic",!1),globalThumb:"global_thumb"}}}),reset(e={}){return this.defaultData=e,this.color.setValue(this.defaultData.defaultColor),this},beforePosition(){this.color.colorPicker.spectrum("reflow"),this.color.render_favorites()},color_input(e){let t="",s={"--tcb-main-master-a":"1"};if(TVE.isCssVariable(e)){const t=TVE.getRawCssVariableName(e);s={"--tcb-main-master-h":`var(${t}-h)`,"--tcb-main-master-s":`var(${t}-s)`,"--tcb-main-master-l":`var(${t}-l)`,"--tcb-main-master-a":`var(${t}-a)`}}else{const t=e.toHsl();s=a(a({},s),{"--tcb-main-master-h":parseInt(t.h),"--tcb-main-master-s":`${parseInt(100*t.s)}%`,"--tcb-main-master-l":`${parseInt(100*t.l)}%`,"--tcb-main-master-a":t.a})}t=`hsla(${s["--tcb-main-master-h"]}, ${s["--tcb-main-master-s"]}, ${s["--tcb-main-master-l"]},${s["--tcb-main-master-a"]})`,this._writeCss(s,t)},onOpen(){this.color.setValue(this.defaultData.defaultColor)},cancel(){this.color_input(TVE.isCssVariable(this.defaultData.defaultColor)?this.defaultData.defaultColor:new n(this.defaultData.defaultColor))},_writeCss(e={},t=""){const s=t.includes("var"),i=s&&t.includes(TVE.CONST.dynamic_prefix)?`hsl(${TVE.getCssVariableValue(e["--tcb-main-master-h"])},${TVE.getCssVariableValue(e["--tcb-main-master-s"])},${TVE.getCssVariableValue(e["--tcb-main-master-l"])},${TVE.getCssVariableValue(e["--tcb-main-master-a"])})`:t;TVE.write_css(TVE.getCssVariableSelector(TVE.inner_$(this.defaultData.$element)),e,TVE.main.responsive.desktop.media),this.defaultData.preview.style["background-image"]=`linear-gradient(${i}, ${i})`,this.defaultData.preview.classList.toggle("tcb-css-variable-identifier",s),this.defaultData.preview.classList.toggle("tcb-tpl-var",s),this.canInheritColors||TVE.ActiveElement.attr(this.inheritAttr,1),TVE.ActiveElement&&TVE.do_action("tcb.palettes_v2.change.color_variable",t)},apply(){this.defaultData.square.setAttribute("data-var",this.color.getValue(!0)),TVE.do_action("tcb.palettes_v2.update")}})},9370:(e,t,s)=>{const i=s(61290);e.exports=i.extend({updateOnMouseLeave:!1,initialize(){i.prototype.initialize.apply(this,arguments)},controls_init(){const e=this;this.controls.icon_side.update=function(){const e=this.applyTo(!1,!1,!0);if(e.find(".thrv_icon").length<=0)return this.$el.hide(),void this.$el.next().hide();this.$el.show(),this.$el.next().show();let t=e.head_css("right",null,this.config.css_suffix,!0,this.config.css_prefix);t=parseInt(t);const s=0===t?"right":"left";this.setActive(s),this.padding_control=TVE.Components.layout.controls.MarginAndPadding,this["padding-left"]||(this["padding-left"]=this.padding_control.getValue("padding","left")),this["padding-right"]||(this["padding-right"]=this.padding_control.getValue("padding","right"))},TVE.add_action("tve.icon.style.apply",()=>{TVE.ActiveElement.closest(".tve_lg_input_container.tve_lg_input").length&&this.controls.icon_side.applyStyles(TVE.ActiveElement,{dataset:{value:this.controls.icon_side.getValue()}})}),this.controls.icon_side.applyStyles=function(e,t){const s=this.applyTo(!1,!1,!0).closest(".tve_lg_input_container"),i=t.dataset.value,a="left"===i?{left:0,right:"auto",transform:"translate(50%, -50%)"}:{right:0,left:"auto",transform:"translate(-50%, -50%)"};this.applyElementCss(a,s,this.config.css_suffix,this.config.css_prefix);const l=void 0!==this.padding_control?this.padding_control.config:this.config,o=s.find(".thrv_icon").outerWidth(),c={};c["padding-"+i]=2*this["padding-"+i]+o+"px !important",c["padding-"+("left"===i?"right":"left")]=this["padding-"+("left"===i?"right":"left")]+"px !important",this.applyElementCss(c,s," input",l.css_prefix),void 0!==this.padding_control?this.padding_control.update():this.update()},this.controls.placeholder.update=function(e){this.setValue(e.filter(".edit_mode").find("input").attr("placeholder"))},this.controls.placeholder.input=function(e){e.filter(".edit_mode").find("input").attr("placeholder",this.getValue()).attr("data-placeholder",this.getValue())},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s;(e=e.removeClass("aligncenter").filter(".edit_mode")).find(".thrv_icon").remove(),s=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,0===e.find(".thrv_field_wrapper").length?e.prepend('<div class="thrv_wrapper thrv_icon">'+s+"</div>"):e.find(".thrv_field_wrapper").prepend('<div class="thrv_wrapper thrv_icon thrv_field_inner">'+s+"</div>"),this.update(),this.component.controls.icon_side.applyStyles(e,{dataset:{value:"right"}}),this.component.controls.icon_side.update()},this.controls.ModalPicker.update=function(){const t=this.applyTo().filter(".edit_mode").find(".thrv_icon");t.length||this.updateValue("none"),e.update_menu(t.length>0)},this.controls.required.update=function(e){const t=e.filter(".edit_mode").find("input");if(t.length){let e=t[0].dataset.required;this.enable();const s=TVE.Components.lead_generation.leadGenerationModel.get("apis");"email"!==t[0].type||_.isEmpty(s)||TVE.Components.lead_generation.fieldOptions.isEmailFieldMandatory(s)&&(e="1",t.attr("data-required","1"),this.disable()),this.setChecked(e&&"1"===e)}},this.controls.required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:0)},this.controls.ShowLabel.update=function(e){const t=TVE.getLGInputIdentifier(e.filter(".edit_mode")),s=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${t}"]`);this.setChecked(s.length>0)},this.controls.ShowLabel.change=(e,t)=>{e=e.filter(".edit_mode");const s=TVE.getLGInputIdentifier(e),i=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${s}"]`);if(t.checked){const t=e.find("input"),i=t.attr("data-field")||t.attr("type");TVE.inner_$(TVE.createLGInputLabel(s,i.replace("mapping_",""))).insertBefore(e)}else i.length>0&&i.remove()}},remove_icon(){const e=this.controls.ModalPicker.applyTo(),t=void 0!==this.controls.icon_side.padding_control?this.controls.icon_side.padding_control.config:this.controls.icon_side.config;e.head_css({"padding-left":"15px","padding-right":"15px"},null,this.controls.icon_side.config.rem_ic_css_suf,!1,t.css_prefix),this.controls.ModalPicker.applyTo().find(".thrv_icon").remove(),this.controls.ModalPicker.update()}})},9686:(e,t,s)=>{const i=s(56164);e.exports=i.extend({_template:TVE.tpl("controls/drop-panel-light"),item_template:()=>TVE.tpl("controls/lead-generation/radio-style-picker"),read_from_element(){const e=this.readFrom().attr("data-value");return this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",e),e},input(e){e.attr("data-value",this.model.selected),this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",this.model.selected)},after_render(){this.$(".drop-panel").addClass("mt-10")},apply(){this.model.selected&&this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected)),TVE.LeadGeneration.templateConfig.radio.option["data-value"]=this.model.selected,TVE.LeadGeneration.templateConfigWrite(),this.model.selected_old=this.model.selected,this.trigger("change",this.model.selected,this)},cancel(e){this.model.selected!==this.model.selected_old&&(e.attr("data-value",this.model.selected_old),this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",this.model.selected_old),this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected_old)))},setStyleColor(e,t,s){t=TVE.getActualColorFromVariableValue(t,s);const i=this.el.querySelector(".scroll-content.tve-style-options");i&&setTimeout(i.style.setProperty(e,t)),this.component.controls.StyleChange.el.style.setProperty(e,t)}})},9914:(e,t,s)=>{const i=s(16102);e.exports=s(16668).base_view.extend({template:TVE.tpl("controls/responsive-video-bunnynet-settings"),after_initialize(e){this.controls={};const t=this;this.settings={responsive:!0,autoplay:!0,preload:!0,loop:!1,muted:!1,lazy_load:!0};for(const t in this.settings)this.settings.hasOwnProperty(t)&&(this.controls[t]=new i({el:this.$el.find(`.tcb-bn-${t}`),model:{config:{label:e.config[t].config.label}}}));!0===this.settings.autoplay&&TVE.$("#tcb-autoplay-message").show(),_.each(this.settings,(e,t)=>{["autoplay","responsive"].includes(t)||(this.controls[t].change=(e,s)=>{this.settings[t]=s.checked,this.prepareUrl()})}),this.controls.autoplay.change=(e,t)=>{TVE.$("#tcb-autoplay-message").toggle(t.checked),this.settings.autoplay=t.checked,this.prepareUrl()},this.controls.responsive.change=(e,t)=>{t.checked?(e.find(".tve_responsive_video_container").addClass("tve_change_responsive_style"),e.find(".tcb-bunny-responsive-container").length?e.find("iframe").unwrap():e.find("iframe").wrap('<div class="tcb-bunny-responsive-container"></div>'),e.find("iframe").removeAttr("height","width").addClass("bunny-style-iframe")):(e.find(".tve_responsive_video_container").removeClass("tve_change_responsive_style"),e.find("iframe").attr({height:720,width:1280,style:"border:none"}).removeClass("bunny-style-iframe"),e.find(".tcb-bunny-responsive-container").length&&e.find("iframe").unwrap()),this.settings.responsive=t.checked,this.prepareUrl()},_.each(this.controls,(e,s)=>{e.update=function(){this.setValue(t.settings[s])}}),TVE.add_filter("tcb.video.responsive_iframe",(e,t,s)=>{let i;return"bunnynet"===s?(t.find(".tve_responsive_video_container").addClass("tve_change_responsive_style"),i=t.find(".tcb-bunny-responsive-container")):i=e,i})},defaultSettings(){this.settings={responsive:!0,autoplay:!0,preload:!0,loop:!1,muted:!1,lazy_load:!0}},update(e){const t=e.find("iframe"),s=t.attr("src");let i=t.attr("url-params"),a=[];i||(this.defaultSettings(),TVE.$("#tcb-autoplay-message").show()),i?(i=i.replace("?",""),a=i.split("&")):s&&(a=s.split("&"),a.shift()),a.forEach(e=>{const t=e.split("="),s=t[0],i="true"===t[1];"autoplay"===s&&!1===i&&TVE.$("#tcb-autoplay-message").hide(),this.controls[s].setValue(i,!1),this.settings[s]=i}),_.each(this.controls,t=>t.update(e))},prepareUrl(){const e=TVE.ActiveElement,t=e.attr("data-url");let s="?";this.settings.autoplay&&!this.settings.preload&&delete this.settings.preload,_.each(this.settings,(e,t)=>{["lazy_load","responsive"].includes(t)||(s+=1===s.length?`${t}=${e}`:`&${t}=${e}`)});let i="&responsive="+this.settings.responsive;if(void 0===this.settings.preload&&(this.settings.preload=!1,i+="&preload="+this.settings.preload),t){const a="https://iframe.mediadelivery.net/embed/"+t.match(/\/([^\/]+\/[^\/]+)$/)[1];e.find("iframe").attr("url-params",s+i).attr("src",a+s).attr("data-src",a+s)}}})},9941:(e,t,s)=>{const i=s(16668),a=s(10547);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.controls.placeholder.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("placeholder"))},this.controls.placeholder.input=function(e){const t=this.getValue();e.filter(".edit_mode").find("textarea").attr("placeholder",t).attr("data-placeholder",t)},this.controls.ShowLabel.update=function(e){this.setChecked(a.labelVisible(e))},this.controls.ShowLabel.change=(e,t)=>{a.toggleFieldLabel(e,t.checked,"textarea"),TVE.ElementEditIcons.show_icons(e)},this.controls.icon_side.update=function(){const e=this.applyTo(!1,!1,!0);if(e.find(".thrv_icon").length<=0)return this.$el.hide(),void this.$el.next().hide();this.$el.show(),this.$el.next().show();let t=e.head_css("right",null,this.config.css_suffix,!0,this.config.css_prefix);t=parseInt(t);const s=0===t?"right":"left";this.setActive(s),this.padding_control=TVE.Components.layout.controls.MarginAndPadding,this["padding-left"]||(this["padding-left"]=this.padding_control.getValue("padding","left")),this["padding-right"]||(this["padding-right"]=this.padding_control.getValue("padding","right"))},TVE.add_action("tve.icon.style.apply",()=>{TVE.ActiveElement.closest(".tve_lg_input_container.tve_lg_number").length&&this.controls.icon_side.applyStyles(TVE.ActiveElement,{dataset:{value:this.controls.icon_side.getValue()}})}),this.controls.icon_side.applyStyles=function(e,t){const s=this.applyTo(!1,!1,!0).closest(".tve_lg_input_container"),i=t.dataset.value,a="left"===i?{left:0,right:"auto",transform:"translate(50%, -50%)"}:{right:0,left:"auto",transform:"translate(-50%, -50%)"};this.applyElementCss(a,s,this.config.css_suffix,this.config.css_prefix);const l=void 0!==this.padding_control?this.padding_control.config:this.config,o=s.find(".thrv_icon").outerWidth(),c={};c["padding-"+i]=2*this["padding-"+i]+o+"px !important",c["padding-"+("left"===i?"right":"left")]=this["padding-"+("left"===i?"right":"left")]+"px !important",this.applyElementCss(c,s," input",l.css_prefix),void 0!==this.padding_control?this.padding_control.update():this.update()},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s;(e=e.removeClass("aligncenter").filter(".edit_mode")).find(".thrv_icon").remove(),s=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,e.prepend('<div class="thrv_wrapper thrv_icon">'+s+"</div>"),this.update(),this.component.controls.icon_side.applyStyles(e,{dataset:{value:"right"}}),this.component.controls.icon_side.update()},this.controls.ModalPicker.update=function(){this.applyTo().filter(".edit_mode").find(".thrv_icon").length||this.updateValue("none")},this.controls.required.update=function(e){const t=e.filter(".edit_mode").find("input");if(t.length){let e=t[0].dataset.required;this.enable();const s=TVE.Components.lead_generation.leadGenerationModel.get("apis");"email"!==t[0].type||_.isEmpty(s)||TVE.Components.lead_generation.fieldOptions.isEmailFieldMandatory(s)&&(e="1",t.attr("data-required","1"),this.disable()),this.setChecked(e&&"1"===e)}},this.controls.required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:0)},this.controls.ShowLabel.update=function(e){const t=TVE.getLGInputIdentifier(e.filter(".edit_mode")),s=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${t}"]`);this.setChecked(s.length>0)},this.controls.ShowLabel.change=(e,t)=>{e=e.filter(".edit_mode");const s=TVE.getLGInputIdentifier(e),i=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${s}"]`);if(t.checked){const t=e.find("input"),i=t.attr("data-field")||t.attr("type");TVE.inner_$(TVE.createLGInputLabel(s,i.replace("mapping_",""))).insertBefore(e)}else i.length>0&&i.remove()},TVE.add_action("tve.lg.edit.mode.enter",e=>{e.find(".tve-lg-textarea-counter .tve-fill-text-dynamic").attr("contenteditable",!1)})},remove_icon(){const e=this.controls.ModalPicker.applyTo(),t=void 0!==this.controls.icon_side.padding_control?this.controls.icon_side.padding_control.config:this.controls.icon_side.config;e.head_css({"padding-left":"15px","padding-right":"15px"},null,this.controls.icon_side.config.rem_ic_css_suf,!1,t.css_prefix),this.controls.ModalPicker.applyTo().find(".thrv_icon").remove(),this.controls.ModalPicker.update()}})},9972:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({listItemsCollection:new Backbone.Collection({}),cursorAtEnd:null,controls_init(){TVE.add_filter("tcb_filter_html_before_save",e=>(e.find("svg.tcb-icon title").remove(),e)),TVE.add_action("icon_element_changed",function(e,t){const s=e.filter(".edit_mode");s&&1===s.closest(".thrv-styled_list").length&&!s.hasClass(TVE.Components.group.not_group_item_class)&&s.closest(".thrv-styled_list").attr("data-icon-code",t)}),TVE.main.on("ctrl-enter-pressed",()=>{TVE.ActiveElement.hasClass("tcb-styled-list-icon-text")&&TVE.froala.editor.cursor.enter()}),TVE.main.on("enter-pressed",_.bind(function(){TVE.ActiveElement.hasClass("tcb-styled-list-icon-text")&&this.add_list_item_after(TVE.ActiveElement.filter(".edit_mode"))},this)),TVE.main.on("backspace-pressed",()=>{if(TVE.ActiveElement.hasClass("tcb-styled-list-icon-text")&&TVE.froala.editor.selection.info(TVE.froala.editor.el).atStart){const e=TVE.ActiveElement.filter(".edit_mode").closest(".thrv-styled-list-item"),t=(e.is(":first-child")?e.next():e.prev()).find(".tcb-styled-list-icon-text");if(!e.is(":first-child")){const s=TVE.froala.editor.html.get();e.remove(),TVE.froala.force_focus(t,!1).then(e=>{e.selection.setAtEnd(e.$el.get(0)),e.selection.restore();const t=e.selection.endElement(),i=e.doc.createRange(),a=t.childElementCount,l=e.html.get().length;e.html.set(e.html.get()+s),a?i.setStartAfter(t.childNodes[a]):(i.setStart(t.childNodes[a],l),i.setEnd(t.childNodes[a],l)),e.selection.get().removeAllRanges(),e.selection.get().addRange(i)})}}}),TVE.main.on("before-delete-pressed",_.bind(function(){TVE.ActiveElement.hasClass("tcb-styled-list-icon-text")&&(this.cursorAtEnd=TVE.froala.editor.selection.info(TVE.froala.editor.el).atEnd)},this)),TVE.main.on("delete-pressed",_.bind(function(){if(TVE.ActiveElement.hasClass("tcb-styled-list-icon-text")&&this.cursorAtEnd){const e=TVE.ActiveElement.filter(".edit_mode").closest(".thrv-styled-list-item"),t=e.is(":last-child")?e.prev():e.next(),s=t.find(".tcb-styled-list-icon-text"),i=e.find(".tcb-styled-list-icon-text ");if(!e.is(":last-child")){t.remove(),TVE.froala.force_focus(i,!1),i.trigger("click.tcb"),i.froalaEditor("events.focus"),TVE.froala.editor.selection.setAtEnd(TVE.froala.editor.$el.get(0)),TVE.froala.editor.selection.restore();const e=TVE.froala.editor.selection.endElement(),a=TVE.froala.editor.doc.createRange(),l=TVE.froala.editor.html.get().length;let o=e.childNodes.length;void 0===e.childNodes[o]&&o--,void 0!==s.find(".fr-element").html()?TVE.froala.editor.html.set(TVE.froala.editor.html.get()+s.find(".fr-element").html()):TVE.froala.editor.html.set(TVE.froala.editor.html.get()+s.html()),o?a.setStartAfter(e.childNodes[o]):(a.setStart(e.childNodes[o],l),a.setEnd(e.childNodes[o],l)),TVE.froala.editor.selection.get().removeAllRanges(),TVE.froala.editor.selection.get().addRange(a)}delete this.cursorAtEnd}},this)),this.controls.item_spacing.update=function(){let e=this.applyTo().head_css("margin-bottom",null,this.config.css_suffix,!0,this.config.css_prefix);e||(e=0),this.setValue(e)},this.controls.item_spacing.input=function(e,t){this.applyElementCss({"margin-bottom":t.value+this.getUM()+" !important"})},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s,i;t.icon.is("symbol")?(s=TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}),i=t.icon.attr("id")):(s=`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,i=t.icon.data("filter")),e.attr("data-icon-code",i).find(".thrv_icon").html(s),this.update(e)},this.controls.ModalPicker.update=function(e){const t=e.attr("data-icon-code");this.updateValue(t.replace("icon-",""))},this.controls.preview.attach_collection(this.listItemsCollection),this.controls.preview.update=function(e){const t=[],s=e.find("li");_.each(s,function(e){const s=jQuery(e);t.push({icon:this.component.renderer.get_icon(s),key:s,label:this.component.renderer.get_text(s)})},this),this.component.listItemsCollection.reset(t)},this.listenTo(this.listItemsCollection,"remove",_.bind(function(e){const t=e.get("key");t instanceof jQuery&&t.remove()},this)),this.listenTo(this.listItemsCollection,"change",_.bind(function(){const e=this.controls.preview.applyTo().find("ul");e.empty(),this.listItemsCollection.each(function(t){e.append(t.get("key"))},this)},this))},add_list_item_after(e){TVE.froala.editor.cursor.enter(),TVE.froala.editor.cursor.enter(),TVE.froala.editor.cursor.enter();const t=e.find('div[style*="text-align"] br'),s=t.length&&t.length<3?"<br><br>":"<br><br><br>";t.unwrap(),TVE.froala.editor.html.cleanEmptyTags();const i=e.find(".fr-element").get(0).innerHTML,a=i.substring(i.lastIndexOf(s)),l=e.closest(".thrv-styled-list-item"),o=e.closest(".thrv-styled_list").attr("data-color"),c=e.closest(".thrv-styled_list").attr("data-icon-code"),n=l.find(".tcb-styled-list-icon-text").hasClass(TVE.Components.group.group_item_class);e.find(".fr-element").get(0).innerHTML=i.replace(a,"<thrive_list_element_enter>"+a+"</thrive_list_element_enter>"),l.after(this.renderer.create_default_list_item(e.closest(".thrv-styled_list"),c,TVE.inner_$("thrive_list_element_enter").html().replace(s,""))),TVE.inner_$("thrive_list_element_enter").remove(),"undefined"!==o&&l.next().find(".thrv_icon").head_css({color:o});const r=l.next().find(".tcb-styled-list-icon-text");n&&r.addClass(TVE.Components.group.group_item_class),TVE.froala.force_focus(r,!1),r.trigger("click.tcb"),r.froalaEditor("events.focus"),"<br>"===r.find(".fr-element").html().replace(/ style=""/g,"")?TVE.froala.editor.selection.setAtStart(TVE.froala.editor.$el.get(0)):TVE.froala.editor.selection.setAtEnd(TVE.froala.editor.$el.get(0)),TVE.froala.editor.selection.restore()},add_list_item(){const e=this.controls.preview.applyTo(),t=e.attr("data-color");e.find("ul").append(this.renderer.create_default_list_item(e,e.attr("data-icon-code")));const s=e.find("li").last();"undefined"!==t&&s.find(".thrv_icon").head_css({color:t}),this.controls.preview.update(e)},list_preview_control:()=>s(59577)})},10460:(e,t,s)=>{const i=s(12564);e.exports=s(16668).component.extend({controls_init(){this.picker=new i({labels:{choose:TVE.t.ChooseImage}}),this.$el.append(this.picker.$el),this.picker.on("select",_.bind(this.on_select,this)),this.picker.on("remove",_.bind(this.on_remove,this))},set_model(e){if(this.model=void 0!==e?e:new Backbone.Model({config:{}}),this.config=_.extend({},this.model.get("config")),!this.config||!this.config.title){const e=this.get_image_element();e&&e.attr("src")&&(this.config={title:e.attr("src").split("/").pop(),url:e.attr("src")},e.attr("data-id")&&(this.config.id=e.attr("data-id"),this.config.size="full"))}return this.picker.set(this.config),this.parent_tab.$("#a-popup-trigger").val(this.model.get("t")||"click"),this},on_select(e){const t=TVE.ClickedElement.find("img"),s=t.attr("data-id");this.config={id:e.id,size:e.size||"full",title:e.title},!s||s!==e.id||e.height===t.attr("height")&&e.width===t.attr("width")||(this.config.sizeChanged=!0),!this.config.id&&e.url&&TVE.isValidUrl(e.url)&&(this.config.id="tcb-custom-"+Math.round(900*Math.random()+100),this.config.url=e.url)},on_remove(){this.config={}},validate(){return!(!this.config||!this.config.title)||(TVE.page_message(TVE.t.anim.img_missing,!0),!1)},apply_settings(){return!0===this.validate()&&(this.model.set({a:this.key,t:this.parent_tab.$("#a-popup-trigger").val(),config:_.extend({},this.config)}),TVE.Components.image.update("ImageFullSize"),!0)},get_image_element(){if(this.component.$element.is("img"))return this.component.$element;const e=this.component.$element.find("img");return!!e.length&&e}})},10545:(e,t,s)=>{const i=s(99350),a={saveLogo(e){const t=["tcb-logo","thrv_wrapper"],s=[];return e.find(TVE.identifier("logo")).each((i,a)=>{const l=e.find(a),o={};["id","rel","target","href","jump-animation"].forEach(e=>{l.attr(e)&&(o[e]=l.attr(e))}),_.each(TVE.PostList.utils.elementAttributes(l,["data-shortcode","data-selector","id"],!0,!0),(e,t)=>{o[`data-${t}`]=e});let c="";c+=TVE.Editor_Page.getResponsiveClasses(l).join(" ")+" ",l[0].classList.forEach(e=>{t.includes(e)||-1!==c.indexOf(e)||(c+=e+" ")}),c=c.replace(/edit_mode(\s)?/g,""),o.class=c.trim();const n=l.find("img");o["data-alt"]=n.attr("alt")||"",o["data-img-style"]=n.attr("style")||"","lazy"===n.attr("loading")&&(o.loading="lazy");let r="";Object.keys(o).forEach(e=>{o[e].includes('"')?r+=` ${e}='${o[e]}'`:r+=` ${e}="${o[e]}"`});const d=`[tcb_logo${r}]`;s.push(o),l.replaceWith(d)}),s},updateLogo(e){const t=TVE.ActiveElement;t.mediaAttr("data-id",e.get("id")),t.find("img").attr({src:e.get("src"),width:e.get("width"),height:e.get("height"),alt:e.get("data-alt")})},updateAllLogosOnPage(e=null,t=null){TVE.inner.$body.find(TVE.identifier("logo")).each((s,a)=>{const l=TVE.inner_$(a).mediaAttr("data-id");if(null===e||parseInt(e)===parseInt(l)){let e;if(null===t){const t=i.get(l);e=t?t.get("src"):TVE.CONST.logo.deleted_placeholder}else e=t;TVE.inner_$(a).find("img").attr("src",e)}})}};e.exports=a},10547:e=>{e.exports={prepareTagValue:e=>e.replace(/['"`\\]/g,""),getFormComponent:()=>TVE.ActiveElement.parents(".tcb-registration-form").length?TVE.Components.registration_form:TVE.Components.lead_generation,shouldDisplayTagControl(){const e=TVE.CONST.lead_generation.custom_tag_apis,t=Object.keys(this.getFormComponent().leadGenerationModel.get("apis"));let s=!1;return t.forEach(t=>{e.includes(t)&&(s=!0)}),s},labelVisible(e){const t=(e=e.filter(".edit_mode")).prev(".tcb-removable-label");if(t.length)return"none"!==t.css("display");const s=TVE.getLGInputIdentifier(e.filter(".edit_mode"));return e.closest(".thrv_lead_generation_container").find(`[data-label-for="${s}"]`).length>0},toggleFieldLabel(e,t,s){const i=(e=e.filter(".edit_mode")).prev(".tcb-removable-label");if(i.length)return void i.attr("style",`display: ${t?"block":"none"} !important`);const a=TVE.getLGInputIdentifier(e);t?e.before(TVE.inner_$(TVE.createLGInputLabel(a,s))):e.closest(".thrv_lead_generation_container").find(`[data-label-for="${a}"]`).first().remove()}}},10577:(e,t,s)=>{const i=s(51722),a=s(47306),l=s(2330),o=s(16668),c=s(82540),n=s(62e3);TVE.FancyDividerModal=s(71677),e.exports=o.control.extend({template:TVE.tpl("controls/decoration/decoration"),controls:{},side:"bottom",screens:["tablet-","mobile-"],clipTypes:["none","slanted","pointer","divider"],selectedDecoration:"none",after_initialize(){const e=this;this.controls={slanted:new i({el:this.$(".tve-slanted-control"),model:{config:{}},component:e}),pointer:new a({el:this.$(".tve-pointer-control"),model:{config:{}},component:e}),divider:new l({el:this.$(".tve-divider-control"),model:{config:{}},component:e}),ModalPicker:new c({el:this.$(".tcb-template-control"),model:{config:{label:"Fancy divider"}},component:e}),fancy_divider_styles:new n({el:this.$(".tve-fancydivider-control"),model:{config:{}},component:e})},this.controls.ModalPicker.setModal(TVE.FancyDividerModal.get_instance(TVE.modal.get_element("fancy-divider"),e)),this.controls.ModalPicker.setModalTopProp("4%"),this.controls.slanted.component=e,this.controls.pointer.component=e,this.controls.divider.component=e,this.controls.none={},this.controls.none.update=function(){e.removeClip()},this.$(".tve-sub-control").hide(),this.$(".decoration-type select").val("none"),TVE.add_action("tcb.group_edit.status",_.bind(function(e){return this.$element=this.applyTo(null,!0),e},this))},update(e){let t=!1;this.$edit_mode=e,this.$element=this.applyTo(null,!0),e&&["top","left","right","bottom"].forEach(s=>{t||void 0===e.find(this.clipSelector(s)).attr("decoration-type")&&0===e.find(this.svgShapesSelector(s)).length||(this.setSide(s,!0),this.activateDecorationSide(s),t=!0)}),t||(this.setSide(this.side,!0),this.activateDecorationSide(this.side))},getScreen:()=>"desktop"===TVE.main.device?"":TVE.main.device+"-",getPreviousScreen(){const e=this.getScreen();let t;return-1!==this.screens.indexOf(e)&&(t="tablet-"===e?"":"tablet-","tablet-"===t&&(t=0===this.$element.find("[data-screen="+t+"]").length?"":t)),t},clipSelector(e){return".clip-path-"+this.getScreen()+e},svgShapesSelector(e=this.side){return".svg-shape-"+e},removeClip(){_.each(this.$element,function(e){const t=TVE.inner_$(e),s=t.find(this.clipSelector(this.side));s.length&&(""===this.getScreen()&&1===t.find(".tve-decoration-svg .decoration-clip ").length?s.remove():s.find("polygon").attr("points","0 0, 0 1, 1 1, 1 0"))},this),this.checkClipPaths()},removeSvgShape(){_.each(this.$element,function(e){TVE.inner_$(e).find(this.svgShapesSelector()).remove()},this)},chooseType(e,t){if(!t.ignore_change&&"desktop"!==TVE.main.device&&this.$element.find(this.svgShapesSelector()).length)return this.$element.find(this.svgShapesSelector()).head_css({display:"none"===t.value?"none":"block"}),this.$(".tve-sub-control").hide(),void("none"!==t.value&&this.$(".tve-"+this.$element.find(this.svgShapesSelector()).attr("decoration-type").replace("_","-")+"-control").show());if(_.contains(this.clipTypes,t.value)){t.ignore_change||this.removeSvgShape(),this.checkSVG();const s=TVE.renderers.base.read_element_props(e);if(this.$(".tve-sub-control").hide(),this.$(".tve-"+t.value+"-control").show(),"none"!==t.value?e.find(this.clipSelector(this.side)).attr("decoration-type",t.value):(t.ignore_change||(e.find(this.clipSelector(this.side)).remove(),this.getScreen()&&e.find(".clip-path-tablet-mobile-"+this.side).remove()),this.checkClipPaths()),this.controls[t.value].update(),!0!==t.ignore_change){const t=TVE.renderers.base.read_element_props(e);TVE.UndoManager.add({undo(){e.html(s.html)},redo(){e.html(t.html)}})}}else{const s={value:t.value,ignore_change:t.ignore_change};_.isEmpty(t.ignore_change)&&this.$(".tcb-base-divider-control").val("fancy_divider"),t.ignore_change||(this.removeClip(),this.removeSvgShape()),this.chooseFancyDivider(e,s)}TVE.main.$(".thrv-shadow-notification").toggleClass("tcb-hidden","none"===t.value||"fancy_divider"===t.value),TVE.do_action("tcb.change_decoration",e)},chooseFancyDivider(e,t){const s="fancy_divider"===t.value;this.controls.ModalPicker.updateValue(s?"Choose":t.value),this.controls.fancy_divider_styles.update(),this.$(".tve-sub-control").hide(),this.$(".tve-fancydivider-control").toggle(!s),this.$(".tcb-template-control").show(),this.controls.ModalPicker.update()},checkSVG(){const e=!["none","fancy_divider"].includes(this.$(".tcb-base-divider-control").val());_.each(this.$element,function(t){const s=TVE.inner_$(t);!s.find(".tve-decoration-svg").length&&e&&this.addSVG(s),!s.find(this.clipSelector(this.side)).length&&e&&this.addClipPath(s);const i=s.attr("data-clip-id");TVE.Editor_Page.editor.find('*[data-clip-id="'+i+'"]').length>1&&TVE.Views.Components.Decoration.changeIds(i,s)},this)},addClipPath(e){let t=(e=void 0===e?this.$element:e).attr("data-clip-id");const s=this.getScreen(),i=s?"[data-screen="+this.getScreen()+"]":"";t&&e.find("clipPath").length||(t=TVE.Views.Components.Decoration.generateID(),this.setClipID(t,e));const a=this.buildClipID(t),l=e.find(".tve-decoration-svg defs ").find(".decoration-clip"+i+":not([clip-path])");0===l.length&&e.find(".tve-decoration-svg .decoration-clip ").length?this.copyScreenDecorations(s,e):(e.find(".tve-decoration-svg defs").append(this.buildClipPath(a)),e.head_css({"clip-path":"url(#"+a+")","-webkit-clip-path":"url(#"+a+")"}),l.attr("data-screen")===e.find("#"+a).attr("data-screen")&&l.attr("clip-path","url(#"+a+")"))},copyScreenDecorations(e,t){let s="",i="";-1!==this.screens.indexOf(e)&&(i=this.getPreviousScreen(),s=i?"[data-screen="+i+"]":"");const a=t.find(".tve-decoration-svg defs").find(".decoration-clip"+s);let l=!0;a.each(function(){const s=jQuery(this).clone(),a=s.attr("id").replace("clip-"+i,"clip-"+e);s.attr("id",a),s.attr("class",s.attr("class").replace("clip-path-"+i,"clip-path-"+e)),s.attr("clipPathUnits","objectBoundingBox"),s.attr("data-screen",e),s.attr("clip-path")&&s.attr("clip-path",s.attr("clip-path").replace("clip-"+i,"clip-"+e)),l&&(t.head_css({"clip-path":"url(#"+a+")"}),t.head_css({"-webkit-clip-path":"url(#"+a+")"}),l=!1),t.find(".tve-decoration-svg defs").append(s)})},buildClipPath(e,t){const s="http://www.w3.org/2000/svg",i=document.createElementNS(s,"clipPath"),a=document.createElementNS(s,"polygon");return t||(t=this.getScreen()),i.setAttributeNS(null,"id",e),i.setAttributeNS(null,"class","decoration-clip clip-path-"+t+this.side),i.setAttributeNS(null,"clipPathUnits","objectBoundingBox"),i.setAttributeNS(null,"data-screen",t),a.setAttributeNS(null,"points","0 0, 0 1, 1 1, 1 0"),i.appendChild(a),i},buildClipID(e){return"clip-"+this.getScreen()+this.side+"-"+e},setClipID(e,t){t=void 0===t?this.$element:t;const s=this.buildClipID(e);t.head_css({"clip-path":"url(#"+s+")"}),t.head_css({"-webkit-clip-path":"url(#"+s+")"}),t.attr("data-clip-id",e)},addSVG(e){(e=void 0===e?this.$element:e).append('<svg width="0" height="0" class="tve-decoration-svg"><defs></defs></svg>')},decorationSide(e,t){const s=t.getAttribute("data-value");this.setSide(s),this.activateDecorationSide(s)},activateDecorationSide(e){this.$(".tve-decoration-side").removeClass("active default"),this.$(`.tve-decoration-side[data-value=${e}]`).addClass("active")},setSelector(e,t){const s=this.getScreen(),i=e.find(".clip-path-"+s+this.side).length>0?s:this.getPreviousScreen(),a=e.find(this.svgShapesSelector()),l=this.$(".tcb-base-divider-control option");if(this.selectedDecoration=e.find(".clip-path-"+i+this.side).attr("decoration-type"),a.length&&"none"!==a.css("display")&&(this.selectedDecoration=a.attr("decoration-type")),this.selectedDecoration||(this.selectedDecoration="none"),this.$(".tve-select").val(this.selectedDecoration),this.chooseType(e,{value:this.selectedDecoration,ignore_change:t}),this.$(".tcb-template-control").is(":visible")&&this.$(".tcb-template-control").toggle("desktop"===TVE.main.device),"desktop"!==TVE.main.device)if(this.$(".tcb-fancy-divider-control").hide(),l.attr("disabled","disabled"),l.filter('[value="none"]').removeAttr("disabled"),a.length)l.filter('[value="fancy_divider"]').removeAttr("disabled");else{const t=e.find(".clip-path-"+this.side).attr("decoration-type");l.filter('[value="'+t+'"]').removeAttr("disabled")}else{l.removeAttr("disabled");const e=l.filter('[value="fancy_divider"]');e.removeAttr("disabled"),_.contains(["left","right"],this.side)&&e.attr("disabled","disabled")}},setSide(e,t){this.side=e,t||this.checkSVG(),this.setSelector(this.applyTo(),!0),this.controls.ModalPicker._getModal().setSide(e),this.controls.slanted.setSide(e),this.controls.pointer.setSide(e),this.controls.divider.setSide(e)},checkClipPaths(){const e=this.$element.find(".tve-decoration-svg clipPath");if(e.length){let t="null";e.each((e,s)=>{const i=s.getAttribute("id"),a=this.getScreen();if(a&&i.includes(a)||!a&&!i.includes("mobile")&&!i.includes("tablet"))return t=i,!1}),this.$element.head_css({"-webkit-clip-path":`url(#${t})`,"clip-path":`url(#${t})`})}else this.$element.find(".tve-decoration-svg").remove(),this.$element.head_css({"clip-path":"","-webkit-clip-path":""}),this.$element.removeAttr("data-clip-id")}})},10715:(e,t,s)=>{const i=s(99313),a={actions:{"tcb.cloud_template.video_cover.before_apply":()=>TVE.main.EditMode.exit(),tcb_after_cloud_template:e=>{e.is(TVE.identifier("video_cover"))&&i.enterEditMode(e)}},filters:{"tcb.cloud_templates.video_cover":e=>{const t={id:-1,name:"Default Cover",local:!0,thumb:`${TVE.CONST.plugin_url}editor/css/images/video_cover_default.png`,thumb_size:{w:452,h:267},v:1};return e.unshift(t),e},"tcb.cloud_template.video_cover":(e,t)=>t<0&&{content:`<div class="video_overlay thrv_wrapper tcb-local-vars-root ${TVE.identifier("video_cover").replace(".","")}">${TVE.tpl("elements/video-cover-default")()}</div>`,custom_css:"",head_css:"",id:"-1",name:"Default cover",type:"video_cover",v:1}}};e.exports=a},10817:(e,t,s)=>{const i=s(50732);var a;a=jQuery,e.exports=i.extend({append_element(e){this.setElement(a("<div>",{id:"tcb-drop-"+(this.$el.data("view")||this.key()),class:"tcb-drop-panel inline-panel",html:this._template(),"data-view":this.key()}).appendTo("#inline-drop-panels")[0]),e&&e.minWidth&&this.$el.css("min-width",e.minWidth+"px")},after_initialize(){this.__drop_panel_height=this.$(".drop-panel").outerHeight()},open(e,t){this.visible=!0;const s=TVE.$document.add(TVE.inner.$document);return s.on("keydown.drop_panel",_.bind(function(e){27===e.which&&(this.onCancel(),s.off("keydown.drop_panel"))},this)),this.$element=e,this.addToOpened(),this.show(),this.$target=t.jquery?t:t=a(t),this.position(),this.onOpen(e,t),TVE.inner.$window.off("scroll."+this.key()).on("scroll."+this.key(),_.bind(this.on_window_scroll,this)),!1},hide(e,t){i.prototype.hide.call(this,e,t),TVE.inner.$window.off("scroll."+this.key())},onOpen(){},cancel(){},on_window_scroll(){let e=this.offset.top-TVE.inner.$window.scrollTop();e=e<=this.base_offset.top?this.base_offset.top:e,this.$el.css({top:e+"px"})},position(){this.base_offset=TVE.main.$container.offset(),this.offset=this.$target.offset(),this.offset.left+=this.base_offset.left,this.offset.top+=this.base_offset.top+this.$target.outerHeight();const e=this.__drop_panel_height+this.$target.outerHeight()+45;this.offset.top+this.__drop_panel_height-TVE.inner.$window.scrollTop()>TVE.inner.$window.height()?(this.offset.top-=e,this.$element.hasClass("thrive_leads_shortcode")&&(this.offset.top-=e),this.$element.hasClass("thrive-quiz-builder-shortcode")&&(this.offset.top-=2*this.$target.outerHeight()+e),this.$(".tcb-panel-arrow").addClass("arrow-bottom")):(this.$(".tcb-panel-arrow").removeClass("arrow-bottom"),this.offset.top-=this.$target.outerHeight()),this.$el.css({left:this.offset.left+this.$target.outerWidth()/2-this.$el.outerWidth()/2+"px",top:this.offset.top-TVE.inner.$window.scrollTop()+"px"})}})},11212:(e,t,s)=>{!function(t){const i=s(43821);class a{constructor(e,t){this.value=e,this._computed=void 0!==t?t:!e}toString(){return this.value}isComputed(){return this._computed}}e.exports=i.extend({updateOnMouseLeave:!0,extra_states:!0,controls_init(e){const t=this;e.ToggleColor.update=function(){const e=t._read("color",this),s=this.config.config?this.config.config.css_suffix:"",i=TVE.functions.elementForSuffix(TVE.ActiveElement,s);this.setActive(e.toString().includes("inherit")||i.css("color")===TVE.ActiveElement.parent().css("color")?"inherit":"specific"),t.updateGradientControls()},e.ToggleColor.change=function(){t._write("color",this.isActive("inherit")?"inherit":""),e.FontColor.update(),e.ToggleColorControls.update()},e.FontColor.update=function(){this.setValue(t._read("color",this).toString())},e.FontColor.input=function(e){t._write("color",e?e.toString():"")},e.FontColor.clear=function(){this.applyTo().head_css({color:""},null,this.config.css_suffix,!1,this.config.css_prefix)},e.FontColor.change=function(t){this.input(t),e.EffectColor.update()},e.FontFace.update=function(e=TVE.ActiveElement){t.refresh();let s=t._read("--tve-font-family",this).toString();s?s=new a(s,!1):(s=t._read("font-family",this),TVE.state_manager.is_hover()&&0===s.toString().indexOf("var(")&&(s.value=e.css("font-family")));const i=s.toString();this.seems_custom=-1!==String(e.attr("class")).indexOf("ttfm"),this.inherited=s.isComputed()||i.includes("inherit"),this.initial_font=i,this.initial_weight=e.css("font-weight"),this.readFont(e),this.setInputValue(this.initial_font)},e.ToggleFont.update=function(){const e=t._read("font-family",this),s=t.getActive(e);this.setActive(s)},e.ToggleFont.change=function(){t._write("font-family",this.isActive("inherit")?"inherit":TVE.ActiveElement.css("font-family")),e.FontFace.update()},e.ToggleSize.update=function(){const e=t._read("font-size",this),s=t.getActive(e);this.setActive(s)},e.ToggleSize.change=function(){t._write("font-size",this.isActive("inherit")?"inherit":TVE.ActiveElement.css("font-size")),t.controls.FontSize.update()},e.ToggleColorControls&&(e.ToggleColorControls.update=function(){const e=TVE.froala.hasGradient()?"tcb-text-gradient-color":"tcb-text-solid-color";this.clearActive(),this.setActive(e),t.$(".tcb-color-toggle-element").hide(),t.$("."+e).show(),t.updateGradientControls()},e.ToggleColorControls.input=(e,s)=>{const i=s.getAttribute("data-value"),a=i.includes("gradient");this.$(".tcb-color-toggle-element").hide(),this.$("."+i).show(),TVE.froala.toggleGradient(a),t.controls.FontGradient.update(),t.toggleGradientControls(a)}),e.FontGradient&&(e.FontGradient.update=function(){const e=t.read_text_css("--tcb-gradient-text-value");this.updateGradientPreview(e),this.setValue(e)},e.FontGradient.input=function(e){t._write("--tcb-gradient-text-value",e),this.updateGradientPreview(e)},e.FontGradient.change=function(e){TVE.froala.toggleGradient(!0),this.input(e),t.apply_head_css()}),e.FontBaseColor&&(e.FontBaseColor.update=function(){this.$el.find(".tve-color-info").attr({"data-side":"bottom","data-tooltip":"The color will be used for underlines and strikethroughs"}),this.setValue(TVE.froala.get_css("--tcb-text-decoration-color",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "))},e.FontBaseColor.input=function(e){e=e?e.toString():"",t._write("--tcb-text-decoration-color",e)},e.FontBaseColor.change=function(e){this.input(e),t.apply_head_css()}),e.FontSize.update=function(){this.setValue(String(t._read("font-size",this)))},e.FontSize.input=function(){t._write("font-size",this.value(!0))},e.FontSize.clear=function(){this.applyTo().head_css({"font-size":""},null,this.config.css_suffix,!1,this.config.css_prefix)},e.BgColor.update=function(){this.setValueOrNull(t._read("background-color",this).toString())},e.BgColor.input=function(e){t._write("background-color",e?e.toString():"initial")},e.BgColor.clear=function(){this.applyTo().head_css({"background-color":""},null,this.config.css_suffix,!1,this.config.css_prefix)},e.TextStyle.writeStyle=function(s,i){"text-decoration-line"!==i||"thin"!==e.EffectPicker.model.selected&&"none"!==e.EffectPicker.model.selected||(s["--eff"]=this.isActive("underline")?"thin":"none",s["text-decoration-color"]="var(--eff-color, currentColor)"),t._write(s),!TVE.editingTypogrpahy&&TVE.state_manager.is_default()&&TVE.froala.editor&&TVE.froala.editor.events.focus(),t.update("TextStyle")},e.TextStyle.clear=function(){this.applyTo().head_css({"text-decoration-color":"","text-decoration-line":""},null,this.config.css_suffix,!1,this.config.css_prefix)},e.Effect.set_drop_panel(e.EffectPicker),e.EffectColor.update=function(){this.setValue(t._read("--eff-color",this).toString()||TVE.ActiveElement.css("color"))},e.EffectColor.input=function(t){e.EffectPicker.setEffectColor(t,!0)},e.EffectSpeed.update=function(){this.setValue(TVE.getComputedStyle(TVE.ActiveElement,"--eff-speed",!0)||this.model.config.default+this.model.config.um[0])},e.EffectSpeed.input=function(){t._write("--eff-speed",this.value(!0))},this.bindEvents()},before_update(){this.refresh()},refresh(){this.elementCSS?this.elementCSS.setElement(TVE.ActiveElement):this.elementCSS=new TVE.CSS(TVE.ActiveElement),TVE.FLAGS.hover_element&&this.elementCSS.setComputedHover(TVE.ActiveElement.css(["text-decoration-line"]))},_read(e,t){const s=TVE.state_manager.is_hover()||TVE.FLAGS.hover_element?":hover":"";let i,l;if(TVE.ActiveElement.parents(TVE.ELEM.headings).length||t&&t.config.read_from&&"head"===t.config.read_from)i=t.applyTo().head_css(e,!1,t.config.css_suffix,!1,t.config.css_prefix).trim(),l=!i;else{const t=this.elementCSS.getComputed(e,s,"",!0);i=t.value,l=!t.pristine}return i||(i=TVE.ActiveElement.tcbCss(e),l=!0),new a(i,l)},_write(e,t=null,s=""){let i={};null===t?i=e:i[e]=t;const a=TVE.editingTypogrpahy?"":" !important",l=TVE.editingTypogrpahy?"":TVE.CONST.global_css_prefix+" ";_.each(i,(e,t)=>{i[t]=e?e.replace("!important","")+a:""}),this.controls.FontColor.applyElementCss(i,TVE.ActiveElement,s,l)},effectPicker:()=>s(93391),clearFormatting(){if(void 0===TVE.ActiveElement.data("froala.editor"))t.each(this.controls,function(e,t){t.clear()});else{if(TVE.froala.has_selection())return TVE.Components.text.clear_formatting();TVE.ActiveElement.removeAttr("data-css").removeClassContaining(TVE.CONST.global_styles.prefix_link),TVE.ActiveElement.children().each(function(){const e=t(this);if(e.hasClass("thrive-inline-shortcode"))return!0;const s=e.find(".thrive-inline-shortcode");if(s.length){for(;!s.parent().is("a");)s.unwrap();return!0}e.replaceWith(e.text())})}this.update()},bindEvents(){const e={strong:"bold",em:"italic",u:"underline",s:"line-through"};TVE.add_filter("tcb.link.format.apply",(t,s,i)=>(s.format.remove(i),this.controls.TextStyle.$(`[data-value="${e[i]}"]`).removeClass("tve-active").trigger("click"),!1)),TVE.add_filter("tcb.link.format.remove",(t,s,i)=>(this.controls.TextStyle.$(`[data-value="${e[i]}"]`).addClass("tve-active").trigger("click"),!1)),TVE.add_action(`tcb.element.selected.${this.key}`,e=>{e.closest(".thrive-inline-shortcode").length&&setTimeout(()=>{TVE.froala.selectNode(e,!0)})}),TVE.main.on("hover_state",function(){if(TVE.ActiveElement.hasClass("thrv-typography-link")){const e=TVE.ActiveElement.attr("data-selector");TVE.ActiveElement.addClass("tve-prevent-content-edit"),TVE.inner_$(e).addClass("tve-state-hover")}}),TVE.main.on("default_state",function(){if(TVE.ActiveElement.hasClass("thrv-typography-link")){const e=TVE.ActiveElement.attr("data-selector");TVE.ActiveElement.removeClass("tve-prevent-content-edit"),TVE.inner_$(e).removeClass("tve-state-hover")}})},getActive:e=>e.isComputed()||e.toString().includes("inherit")?"inherit":"specific",toggleGradientControls(e){this.$(".tcb-effect-wrapper").toggle(!e),this.controls.BgColor.$el.toggle(!e)},updateGradientControls(){this.controls.ToggleColorControls.$el.toggle(!TVE.editingTypogrpahy),this.$(".tcb-text-gradient-color").toggle(!TVE.editingTypogrpahy)}})}(jQuery)},11222:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:"controls/lead-generation/file/allowed-file-types",after_render(){this.$groups=this.$(".file-type-group"),this.$customInput=this.$(".custom-types"),this.$custom=this.$(".custom-container"),this.$err=this.$(".err-missing"),this.$extensionErr=this.$(".err-invalid"),this.$extensionErr.$extensions=this.$extensionErr.find(".invalid-ext-list")},onClick(e,t){const s=this.selectedGroups();if(t.classList.contains("selected")){t.classList.remove("selected");const e=s.indexOf(t.dataset.value);e>-1&&s.splice(e,1)}else t.classList.add("selected"),s.unshift(t.dataset.value);this.checkCustom(!0),this.input()},input(){this.hasSelection()?(this.$err.tcbHide(),this.component.saveSettings()):this.$err.tcbShow()},selectedGroups(){return this.component&&this.component.settings?(this.component.settings.file_types=this.component.settings.file_types||[],this.component.settings.file_types):[]},customTypes(){return this.component&&this.component.settings?(this.component.settings.custom_file_types=this.component.settings.custom_file_types||[],this.component.settings.custom_file_types):[]},hasSelection(){const e=this.selectedGroups();return 1===e.length&&"custom"===e[0]?this.getCustomTypesInputValue(!0).length>0:e.length>0},update(){if(this.$groups.tcbRemoveClass("selected"),this.selectedGroups().length){const e=".group-"+this.selectedGroups().join(",.group-");this.$groups.filter(e).tcbAddClass("selected")}this.$customInput.val(this.customTypes().join(", ")),this.checkCustom(),this.$err.tcbHide()},checkCustom(e=!1){let t=!1;this.selectedGroups().includes("custom")?(this.component.settings.custom_file_types=this.getCustomTypesInputValue(),t=!0):this.component.settings.custom_file_types=[],this.$custom.tcbToggleClass("tcb-hidden",!t),t&&e&&this.$customInput.trigger("focus"),this.checkCustomExtensions()},customChanged(e,t){const s=this.getCustomTypesInputValue();this.component.settings.custom_file_types=s,t.value=s.join(","),this.checkCustomExtensions(),this.input()},checkCustomExtensions(){const e=this.getInvalidExtensions();e.length?this.$extensionErr.tcbShow().$extensions.html(`<strong>${e.join(", ")}</strong>`):this.$extensionErr.tcbHide()},getCustomTypesInputValue(e=!1){return this.$customInput.val().split(",").map(e=>e.trim().replace(/\./g,"")).filter(e=>e).filter(t=>!e||!this.model.extension_blacklist.includes(t))},getInvalidExtensions(){return this.getCustomTypesInputValue().filter(e=>this.model.extension_blacklist.includes(e))}})},11462:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({$tooltip:null,controls_init(){this.initTooltip(),TVE.add_filter("tcb_save_post_data_after",e=>{if(!TVE.CONST.landing_page&&TVE.CONST.theme){const t={};_.each(TVE.CONST.theme.scripts,(e,s)=>{t[`thrive_${s}_scripts`]=e}),e.scripts=t}return e})},focusScripts(e){const t=TVE.inner.$body.removeClass("edit_mode");e.prevent_close(),TVE.Editor_Page.focus_element(t),TVE.main.collapse_components(),this.docked.tcbToggleClass("open"),e.allow_close(),this.addTooltip()},initTooltip(){this.$tooltip||(this.$tooltip=new TVE.Views.other.Tooltip({icon:"custom-scripts",title:"Manage Custom Scripts",info:"Easily manage custom scripts in this area",learnMoreLink:"https://thrivethemes.com/tkb_item/how-to-add-scripts-to-single-pages-and-posts/",type:"custom-scripts"}))},addTooltip(){this.$el.find(".tcb-tooltip-container").length||this.$el.append(this.$tooltip.$el),this.$tooltip.display()},setScript(e,t){const s=t.getAttribute("name");TVE.CONST.landing_page?TVE.CONST.tve_global_scripts[s]=t.value:TVE.CONST.theme.scripts[s]=t.value},hideTooltip(){this.$tooltip&&this.$tooltip.hide()}})},11650:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const l=s(16668),o=s(87476),c=s(74144),n=s(14333),r=s(81863);let d=!1;e.exports=l.component.extend({updateOnMouseLeave:!1,$symbols:[],$close_button:null,elements_not_allowed:["symbol","ct_symbol","tl_shortcode","quiz","ultimatum_countdown","ovation_capture","ovation_display","tcb_post_author_bio","thrive_author_box","thrive_author_follow","tcb_post_author_name","tcb_post_author_picture","tcb_post_categories","tcb_post_content","tcb_post_published_date","tcb_post_comments_number","tcb_post_tags","tcb_post_featured_image","tcb_post_title","tcb_post_read_more","thrive_post_meta"],storageKey:"thrive_symbol-",content_preview:s(50717),after_init(){d=TVE.inner_$.find(".tve-symbol-container").length,this.add_common_hooks(),"symbol"===this.key&&(TVE.StorageManager.unset("thrive_symbols"),TVE.add_action("component.update.layout.header",e=>{TVE.ActiveElement.filter(".edit_mode").tcbHasClass("tve-scroll-state")&&e.disable_extra_controls(["top","right","bottom","left"].map(e=>"margin-"+e))}),TVE.add_filter("tve.toc.should_sync",(e,t)=>((t.closest(".thrv_symbol").length||TVE.FLAGS.DURING_SYMBOL_SAVE)&&(e=!1),e)),d?(TVE.main.sidebar_extra.on("drawer_opened",e=>{"elements"===e&&TVE.main.sidebar_toggle_elements(this.get_elements_not_allowed(),!1)}),-1===["footers","headers"].indexOf(TVE.CONST.symbol_type)&&(TVE.add_filter("tcb_head_css_prefix",n.symbolHeadCssPrefix,50),TVE.add_filter("tcb.breadcrumb_click_before",r["tcb.breadcrumb_click_before"]),TVE.add_filter("hover_prefix_selector",r.hover_prefix_selector),TVE.StorageManager.unset(`${this.storageKey}${TVE.CONST.post.ID}`),TVE.add_action("tve.save_post.success",()=>{TVE.StorageManager.set(`${this.storageKey}${TVE.CONST.post.ID}`,!0)})),TVE.add_filter("css_rules_before_insert",n.changeCssRulesBeforeInsert),TVE.add_filter("tqb_change_quiz_before_insert",r.tqb_change_quiz_before_insert),TVE.add_filter("tcb.content_selector_prefix",this.content_selector_prefix),TVE.main.on("tve.tve_save_post",_.bind(this.generate_preview,this)),TVE.add_action("tcb.show_icons",r.actions["tcb.show_icons"]),TVE.$("#tcb-top-nav-list").addClass("tcb-compact-edit-mode")):(TVE.add_filter("tcb_css_rules_before",_.bind(this.process_css_rules_before,this)),TVE.add_filter("tcb_save_post_data_after",_.bind(this.add_css_rules_after_save,this)),TVE.add_filter("allow_dragenter",_.bind(this.filter_dragenter,this)),o.resize_background_section_from_symbol()),TVE.addHooks(s(90131),{}))},add_common_hooks(){this.tcb_editor_undo=_.bind(function(){this.$selected_symbol=TVE.reinitialize_element(this.$selected_symbol)},this)},get_elements_not_allowed(){let e=this.elements_not_allowed;return d||(e=[...e,"block"]),TVE.apply_filters("tcb.cp_elements_not_allowed",e)},placeholder_action(){this.open_modal()},open_modal:()=>(TVE.modal_open("symbols",{element:TVE.ActiveElement}),!1),filter_dragenter(e,t){if(!t.is(".thrv_wrapper"))return e;const s=t.parents(".thrv_symbol");return!(s.length&&!s.hasClass("symbol-edit-mode"))&&e},breadcrumbs_click_before:(e,t,s)=>0!==parseInt(s.dataset.index)&&e,generate_preview(){const e=TVE.Editor_Page.editor.attr("data-symbol-id");this.content_preview.savePreview(TVE.Editor_Page.editor.parent(),{post_id:e,file_name:e+".png"})},process_css_rules_before(e){this.deleted_rules=[];for(let t=0;t<e.length;t++){const s=e[t];if(s.type===CSSRule.MEDIA_RULE)for(let i=0;i<s.cssRules.length;i++){const a=s.cssRules[i];a.selectorText&&this.is_css_for_symbol(a.selectorText)&&(void 0===this.deleted_rules[t]&&(this.deleted_rules[t]=[]),this.deleted_rules[t].push(a),e[t].deleteRule(i),i-=1)}s.type===CSSRule.STYLE_RULE&&s.selectorText&&this.is_css_for_symbol(s.selectorText)&&(void 0===this.deleted_rules[t]&&(this.deleted_rules[t]=[]),s.tar_local_var_rule=!0,this.deleted_rules[t].push(s),TVE.stylesheet.deleteRule(t),t-=1)}return e},add_css_rules_after_save(e){const t=TVE.stylesheet.cssRules?TVE.stylesheet.cssRules:TVE.stylesheet.rules;return this.deleted_rules.length&&_.each(this.deleted_rules,function(e,s){if(void 0!==e)for(let i=0;i<e.length;i++)e[i].tar_local_var_rule?(delete e[i].tar_local_var_rule,TVE.stylesheet.insertRule(e[i].cssText,TVE.stylesheet.cssRules.length)):t[s].insertRule(e[i].cssText,t[s].cssRules.length)}),e},edit_symbol(){TVE.StorageManager.unset(`${this.storageKey}${TVE.CONST.post.ID}`),this.$selected_symbol=TVE.ActiveElement,this.prepare_symbol_html_for_edit(),this.add_edit_hooks(),this.set_symbols(),this.move_css_to_head(),TVE.main.EditMode.enter(this.$selected_symbol,{hidden_elements:this.get_elements_not_allowed(),element_selectable:this.edit_mode_element_selectable(),blur:!this.edit_mode_element_selectable(),show_default_message:!0,show_overlay:!0,can_insert_elements:!0,states:this.getEditStates(),reset:this.hasResetOption(),callbacks:{exit:_.bind(this.close_edit_mode,this),state_change:_.bind(this.stateChange,this),mouseOverState:_.bind(this.mouseOverState,this),reset:_.bind(this.stateReset,this)}})},getEditStates:()=>[],hasResetOption:()=>!1,stateChange:TVE.$.noop,mouseOverState:TVE.$.noop,stateReset:TVE.$.noop,prepare_symbol_html_for_edit(){return TVE.ActiveElement.addClass("symbol-edit-mode"),TVE.ActiveElement.find(".thrive-symbol-shortcode.thrive-shortcode-html").addClass("thrive-shortcode-edit tve_editor_main_content ").removeClass("thrive-shortcode-html"),TVE.drag.bind_element(TVE.ActiveElement),TVE.ActiveElement.parents(".thrv-content-box, .thrv-page-section, .thrv-columns").addClass("tve_symbol_inside tcb-no-highlight"),this},add_edit_hooks(){TVE.addHooks(r,{tcb_head_css_prefix:50}),TVE.add_action("tcb.editor.undo",this.tcb_editor_undo)},remove_edit_hooks(){TVE.removeHooks(r,{tcb_head_css_prefix:50}),TVE.remove_action("tcb.editor.undo",this.tcb_editor_undo)},set_symbols(){const e=TVE.ActiveElement.find(".thrive-shortcode-edit");if(e.length){const t=e.attr("data-symbol-id"),s=TVE.inner.jQuery("[data-symbol-id="+t+"]"),i=this;_.each(s,function(e){e.classList.contains("thrive-shortcode-edit")||i.$symbols.push(e)})}return this},move_css_to_head(){const e=TVE.ActiveElement.find("style.tve-symbol-custom-style");e.length&&(TVE.Editor_Page.content_manager.insert_head_css(e.html(),this.moveCssToHeadCallback.bind(this)),e.remove())},moveCssToHeadCallback(){},close_edit_mode(){TVE.Editor_Page.processPreSave(this.$selected_symbol,{forms_filter:(e,t)=>!t.closest(".thrive-shortcode-html"),ignore_post_parent:1}).then(()=>{this.remove_edit_hooks(),this.save_symbol(),TVE.main.active_elem_nav_view.$el.removeClass("tcb-compact-edit-mode"),this.$selected_symbol.parents(".thrv-content-box, .thrv-page-section, .thrv-columns").removeClass("tve_symbol_inside tcb-no-highlight"),"function"==typeof this.after_close_edit_mode&&this.after_close_edit_mode(),TVE.do_action("tcb.symbol.close_edit_mode")}),this.prepare_symbol_html_on_close_edit()},prepare_symbol_html_on_close_edit(){return this.$selected_symbol.removeClass("symbol-edit-mode"),this.$selected_symbol.find(".thrive-shortcode-edit").removeClass("thrive-shortcode-edit tve_editor_main_content").addClass("thrive-shortcode-html"),this},save_symbol(){let e=this.$selected_symbol.find(".thrive-symbol-shortcode");0===e.length&&(e=this.$selected_symbol.find(".thrive-shortcode-html")),e.length||TVE.page_message(TVE.t.symbol_could_not_be_saved),TVE.$savedElement=this.$selected_symbol,TVE.do_action("tcb.symbol.before_save_logic",e),"function"==typeof this.before_save&&this.before_save();const t=TVE.Editor_Page.content_manager.get_clean_content({},e);let s=function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({id:e.attr("data-symbol-id"),symbol_content:t,class:TVE.Editor_Page.getResponsiveClasses(this.$selected_symbol).join(" "),symbol_css:this.prepare_css_before_save(),has_icons:TVE.Editor_Page.content_manager.hasIcons(e)},TVE.Lightspeed.getLightspeedData({$content:this.$selected_symbol}));s=TVE.apply_filters("tcb.symbol.before_save",s),"function"==typeof this.prepare_data_for_save&&this.prepare_data_for_save(s),delete TVE.$savedElement,s.symbol_content=TVE.prepareWordfencePostContent(s.symbol_content),TVE.ajax("save_symbol","post",s).done(_.bind(this.save_done,this)).fail(_.bind(this.save_error,this))},save_done(e){return e.error||!e.data.symbol?this.save_error({responseJSON:e}):(this.update_symbols_html(),this.content_preview.savePreview(this.$selected_symbol,{post_id:e.data.symbol.ID,file_name:e.data.symbol.ID+".png"}),TVE.StorageManager.set(`${this.storageKey}${e.data.symbol.ID}`,!0),this)},save_error(e,t){let s="";if(e.responseJSON)s=e.responseJSON.message;else if(e.responseText)try{s="parsererror"===t?"Could not parse response: "+e.responseText:JSON.parse(e.responseText).message}catch(e){}s||(s=(e.statusText||t)+(e.status?" ("+e.status+")":"")),TVE.page_message(s,!0)},prepare_css_before_save(){let e="";const t=this.collect_symbol_css();return _.each(t.css,function(t,s){e="@media "+s+"{"+t+"}"+e}),e=t.fonts+e+t.inline,e=TVE.apply_filters("tcb.symbol_css_before_save",e),e},collect_symbol_css(){const e=this.$selected_symbol.find(".thrive-symbol-shortcode").attr("data-symbol-id"),t=this,s={},i=[];let a="",l="";for(let o=TVE.stylesheet.cssRules.length-1;o>=0;o--){const c=TVE.stylesheet.cssRules[o];switch(c.type){case CSSRule.MEDIA_RULE:if(c.media&&c.media.length&&this.is_css_for_symbol(c.cssText,e)){const i=TVE.compat.conditionText(c);s[i]="",_.each(c.cssRules,function(a){t.is_good_css_for_symbol(a,e)&&(s[i]+=a.cssText.replace(/\n/g," "))})}break;case CSSRule.IMPORT_RULE:const o=TVE.FontManager.read_font_name(c.cssText),n=JSON.stringify({css:s}).replace(/\\/g,"");TVE.FontManager.is_font_used(o,n)&&void 0===i[o]&&(i[o]=1,a+=c.cssText);break;case CSSRule.STYLE_RULE:t.is_good_css_for_symbol(c,e)&&(l+=c.cssText)}}return{css:s,fonts:a,inline:l}},is_good_css_for_symbol(e,t){const s=c.getRealSelector(e);return TVE.apply_filters("tve.symbol.whitelist.rule",!!(this.is_css_for_symbol(e.cssText,t)&&e.style.length&&TVE.inner_$.find(s).length>0),e.selectorText,e.cssText,t)},is_css_for_symbol(e,t){const s=TVE.apply_filters("save_symbol_css_selector",t?`.thrv_symbol_${t}`:".thrv_symbol"),i=new RegExp(s);return e.match(i)},update_symbols_html(){if(this.$symbols.length){const e=this.$selected_symbol.html();_.each(this.$symbols,function(t){TVE.inner.jQuery(t).parent().html(e)})}return this},unlink_symbol(){return TVE.do_action("tcb.unlink_symbol.before"),this.unlink_element(),TVE.Editor_Page.blur(),TVE.inner.window.TCB_Front.resizePageSection(),TVE.do_action("tcb.unlink_symbol"),this},unlink_element(e,t){const s=e||TVE.ActiveElement,i=s.find(".thrive-symbol-shortcode").attr("data-symbol-id"),a=this.change_css_html_before_unlink(s,i);TVE.Editor_Page.content_manager.insert_head_css(a.css,function(){void 0!==t&&t.resolve()}),s.before(a.html),o.updatePostListIdentifiers(s),s.remove();const l=TVE.inner_$(`${TVE.identifier("post_list")}:not(.${TVE.PostList.constants.FEATURED_LIST_CLASS})`);_.each(l,e=>{o.updatePostListIdentifiers(TVE.inner_$(e))})},change_css_html_before_unlink(e,t){const s=e.find(".symbol-section-in"),i=e.find(".symbol-section-out"),a=i.length>0;let l=TVE.inner_$(e.find(".thrive-shortcode-html").html()).filter(":not(style)");a&&(l=TVE.inner_$(`<div class="thrv_wrapper thrv-page-section">\n\t\t\t\t\t\t\t\t\t\t\t<div class="tve-page-section-out" data-css='${i.attr("data-css")}'></div>\n\t\t\t\t\t\t\t\t\t\t\t<div class="tve-page-section-in" data-css='${s.attr("data-css")}'>${s.html()}</div>\n\t\t\t\t\t\t\t\t\t\t</div>`));const c=e.find("style.tve-symbol-custom-style"),n=o.generate_new_ids(l);let r="";c.length?(r=this.process_css_before_unlink(c.html(),t,n),c.remove()):r=this.change_css_rules_before_unlink(t,n),r=TVE.apply_filters("tcb.symbol.unlink_css",r,t,n),TVE.drag.bind_element(l);let d="";return l&&l.each((e,t)=>{d+=t.outerHTML}),{css:r,html:d}},process_css_before_unlink(e,t,s){const i=".thrv_symbol_"+t;return e=e.replace(TVE.escapedRegEx(i,"g"),""),_.each(s,function(t,s){e=e.replace(new RegExp(s,"g"),t)}),e},change_css_rules_before_unlink(e,t){let s="";return _.each(TVE.stylesheet.cssRules,i=>{let a="";i.type===CSSRule.MEDIA_RULE&&i.media&&i.media.length&&this.is_css_for_symbol(i.cssText,e)&&_.each(i.cssRules,s=>{a+=this.process_css_before_unlink(s.cssText,e,t)+" "}),""!==a&&(s+="@media "+TVE.compat.conditionText(i)+"{"+a+"}")}),_.each(TVE.stylesheet.cssRules,i=>{i.type===CSSRule.STYLE_RULE&&this.is_css_for_symbol(i.cssText,e)&&(s+=this.process_css_before_unlink(i.cssText,e,t))}),s},undo_action(e,t,s){TVE.UndoManager.add({undo(){e.attr("class",t.cls).attr("style",t.style||"")},redo(){e.attr("class",s.cls).attr("style",s.style||"")}})},edit_mode_element_selectable:()=>!1})},11845:e=>{e.exports={RULE_CLASS:".tcb-condition-set-rule",SET_TOOLTIP_DOTS_CLASS:".tcb-condition-set-button",SET_TOOLTIP_CONTAINER_CLASS:".tcb-condition-set-tooltip",TIME_INTERVALS:["minutes","hours","days","months","years"]}},12329:(e,t,s)=>{!function(t){const i=s(7596);e.exports=i.extend({initialize(){const e=this;let s,i;this.render(),this.$el.find(".tve-input").autocomplete({source(a,l){if(s!==a.term){if(/^https?:/.test(a.term)||-1!==a.term.indexOf("."))return e.$text.val(a.term),l();t.post(tcb_main_const.ajax_url,{action:"tve_find_quick_link_contents",json:"1",q:a.term},function(e){i=e,l(e)},"json"),s=a.term}else l(i)},focus(e){e.preventDefault()},select(t,s){e.$el.find(".tve-input").val(s.item.url)}}).data("ui-autocomplete")._renderItem=function(e,s){return t('<li role="option" id="mce-tcb-autocomplete-'+s.id+'">').append("<span>"+s.label+'</span>&nbsp;<span class="tcb-link-type">'+s.type+"</span>").appendTo(e)}}})}(jQuery)},12476:(e,t,s)=>{e.exports=Backbone.Collection.extend({model:s(20891),comparator:(e,t)=>e.getOrder()-t.getOrder(),generateNewName(e="New display"){let t=1;for(;this.where({name:`${e} #${t}`}).length>0;)t++;return`${e} #${t}`},getActiveDisplay(){return this.findWhere({active:!0})},setDisplayActive(e){var t;null===(t=this.getActiveDisplay())||void 0===t||t.set({active:!1}),this.findWhere({key:e}).set({active:!0}),this.trigger("set-display-active",e)},removeDisplay(e){this.findWhere({key:e}).destroy(),1===this.length&&this.findWhere({key:"default"}).set("hide",0),this.trigger("display-remove",e)},duplicateDisplay(e,t){const s=this.findWhere({key:e}),i=this.generateNewName(s.name()),a=t.createNewDisplay({name:i,copyFromKey:e});this.add({key:a,order:this.length,name:i})}})},12513:(e,t,s)=>{const i=s(93359);e.exports=class extends i{static hasAnimations(){return!1}static isBackgroundSvg(){return!0}}},12564:(e,t,s)=>{const i=s(16668),a=s(85814);e.exports=i.control.extend({ICONS:{video:"video"},template:TVE.tpl("util/file-picker"),config:{type:"image",preselect_full_size:!1},labels:{choose:TVE.t.ChooseFile,title:TVE.t.Files},initialize(e){this.labels=_.defaults(e.labels||{},this.labels),this.config=_.defaults(e.config||{},this.config),this.selection=null,this.picker=new a({title:this.labels.title,library:{type:this.config.type},preselect_full_size:this.config.preselect_full_size}).on_select(this._select,this),e.template_name&&(this.template=TVE.tpl(e.template_name)),this.render()},open_media(){this.picker.open()},set(e){this.selection=_.extend({},e),this.selection&&!this.selection.title&&this.default_title(),this.selection&&this.selection.title&&TVE.isCssVariable(this.selection.title)&&(this.selection.title="Dynamic file"),this.render()},get(){return this.selection||{}},_select(e,t){this.selection=e,!this.selection&&t&&(this.selection=t),this.set(this.selection),this.trigger("select",e,t)},remove(){return this.trigger("remove"),this.selection=null,this.render(),!1},preview_icon(){return"image"===this.config.type?'<div class="preview" style="background-image: url('+this.selection.url+')"></div>':TVE.icon(this.ICONS[this.config.type])},default_title(){return this.selection&&this.selection.url?(this.selection.title=this.selection.url.replace(/\/$/,"").split("/").pop(),this.selection.title||(this.selection.title="[no title]"),this):this}})},12824:(e,t,s)=>{e.exports=s(16668).control.extend({template:TVE.tpl("controls/modal-style-picker"),previewItemTpl:"",update:TVE.$.noop,updatePreview:TVE.$.noop,modalInput:TVE.$.noop,panelChange(e){this.updatePreview(this.applyTo(),e)},setDropPanel(e){this.panel=e,this.panel.parentControl=this,this.listenTo(this.panel,"panelUpdate",this.panelChange)},openStyle(e,t){this.panel.open(e,t)},setElementName(e){this.$(".element-name").html(e)},setSelected(e){this.modal.setSelected(e)},setStyle(e){this.$(".style-name").text(e)},onModalApply(e){this.modalInput(this.applyTo(),e)},setModal(e){this.modal=e},openModal(){const e=jQuery.extend(!0,{top:"20%"},{props:this.modalProps||{},top:this.modalTop||"20%"});this.listenTo(this.modal,"save",this.onModalApply),this.modal.open(e)},setControlColor(e){this.panel&&"function"==typeof this.panel.setColor&&(TVE.isCssVariable(e)&&e.includes(TVE.CONST.colors.dynamic_prefix)&&(e=TVE.getCssVariableValue(e)),this.panel.setColor(e)),TVE.state_manager.is_default()&&this.el.style.setProperty("--tve-picker-color",e),this.$el.removeClass("tve-gradient-icon"),this.panel.toggleGradientClass(!1)},setControlGradient(e){this.panel&&"function"==typeof this.panel.setColor&&(TVE.isCssVariable(e)&&e.includes(TVE.CONST.colors.dynamic_prefix)&&(e=TVE.getCssVariableValue(e)),this.panel.setGradient(e)),TVE.state_manager.is_default()&&this.el.style.setProperty("--tve-picker-gradient",e),this.$el.addClass("tve-gradient-icon"),this.panel.toggleGradientClass(!0)}})},13065:e=>{const t={elementAttributes(e,t=[],s=!1,i=!1){e.jquery&&(e=e[0]);const a={};return _.each(e.attributes,e=>{if(-1!==t.indexOf(e.name))return;let l=e.value;i&&(l=l.replace(/\[/g,"|{|").replace(/\]/g,"|}|")),s?0===e.name.indexOf("data-")&&(a[e.name.replace("data-","")]=l):a[e.name]=l}),a},readValue(e,t,s=!1,i=null,a=""){let l=e.attr("data-"+t);return void 0===l&&(l=i&&""===a?i.model.config.default:a,e.attr("data-"+t,l)),s&&i&&i.setValue(l),l},checkForPostListSync(e,t=!0){const s=e.closest(TVE.identifier("article")),i=s.length>0&&!TVE.PostList.utils.isSyncing();return i&&t&&(TVE.PostList.FLAGS.SYNC=!0,TVE.PostList.content.syncPostList(s),TVE.PostList.FLAGS.SYNC=!1),i},isSyncing:()=>TVE.PostList.FLAGS.SYNC,getDropzoneTarget:e=>{if(void 0!==TVE.FLAGS.$dragged_element)return e;if(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("post_list"))){const t=TVE.main.EditMode.element().find(TVE.identifier("article")).first();e=t.length?t.children().last():e}return e},fetchPosts:(e,t)=>{jQuery.ajax({url:TVE.CONST.routes.posts+"/html",method:"POST",data:{args:{query:e}},success(e){TVE.PostList.posts=Object.assign(TVE.PostList.posts,e.posts),"function"==typeof t&&t(e)},error:console.warn})},pseudoSelectorsRegex:()=>new RegExp([":hover",":active",":after",":focus","::after",":before","::before","::placeholder"].join("|"),"gi"),getEventClasses:e=>{const t=[];if(e.includes("tve_evt_manager_listen")){t.push("tve_evt_manager_listen"),e.includes("tve_et_click")||t.push("tve_ea_thrive_animation");const s=e.match(/tve_et_\S*|tve_ea_\S*|tve_anim_\S*/g);null!==s&&t.push(...s)}return _.uniq(t).join(" ")},replaceElementTag:(e,t)=>{const s=TVE.inner_$(t,{html:e.html()});return jQuery.each(e[0].attributes,function(){s.attr(this.name,this.value)}),e.replaceWith(s),s},truncate:(e,t,s=!0)=>(s&&(e=e.replace(/(\n|\s\s+)/g," ")),e.trim().split(" ").splice(0,t).join(" ")),removePostListPrefix(e,t){const s=t.parents(TVE.identifier("post_list"));if(s.length){const t=TVE.CSS_Rule_Cache.uniq_id(s),i=new RegExp(`\\[data-css="${t}"\\]${TVE.identifier("post_list")} `,"g");e=e.replace(i,"")}return e},getPostListSelector(e){const t=e.closest(TVE.identifier("post_list"));let s;return s=t.attr("data-selector")?t.attr("data-selector"):'[data-css="'+TVE.CSS_Rule_Cache.uniq_id(t)+'"]'+TVE.identifier("post_list"),s+" "},replaceDoubleSpacesWithOne:e=>e.replace(/([ ]{2,})/g," "),isInPostListEditMode:()=>TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("post_list")),shouldShowDynamicLinks:()=>TVE.apply_filters("tcb.show_dynamic_links",TVE.PostList.utils.isInPostListEditMode()),isInsidePostList:(e=TVE.ActiveElement)=>e.closest(TVE.identifier("post_list")).length>0,hasLinkedArticles:e=>1===parseInt(e.closest(TVE.identifier("post_list")).attr("data-disabled-links")),toggleLinkedArticlesNotice(e,t,s){e.toggleClass("tcb-disabled",s),t.$(".tve-post-list-link-info").toggleClass("tcb-hidden",!s)},wrapPostReadMore(e){TVE.FLAGS.$dragged_element&&!TVE.FLAGS.$dragged_element.static_element||e.wrap('<div class="tcb-clear tcb-post-read-more-clear"></div>')},getArticleID(e=TVE.ActiveElement){const t=e.closest(TVE.identifier("article")),s=t.length?t.attr("data-id"):TVE.CONST.post_id;return TVE.apply_filters("tcb.post_list.article_id",s,e)},isPostList(e){const t=e.is(TVE.identifier("post_list"))||"post_list"===e.attr("data-tcb-elem-type");return TVE.apply_filters("tcb.element.is_post_list",t,e)},isFeaturedList(e){const t=e.is(TVE.identifier("post_list_featured"))||"post_list_featured"===e.attr("data-tcb-elem-type");return TVE.apply_filters("tcb.element.is_featured_list",t,e)},getPaginationForList(e,t=!1,s=TVE.inner.$document){const i=TVE.apply_filters("tcb.post_list.identifier",e.attr("data-css"),e);let a=s.find(`${TVE.identifier("pagination")}[data-list="${i}"]`).first();return t&&a.parent().hasClass("tcb-clear")&&(a=a.parent()),a},getListForPagination(e,t=TVE.inner.$document){let s=e.attr("data-list");return s=s.includes("tve-u-")?`[data-css=${s}]`:s,t.find(s).first()},updatePaginationIdentifiers(e){let t=e.next();e.parents(".thrv_symbol")&&!t.hasClass("tcb-pagination")&&(t=e.parents(".thrv_symbol").next()),e=e.is(TVE.identifier("post_list"))?e:e.find(TVE.identifier("post_list")),t.hasClass("tcb-pagination")&&"none"!==e.attr("data-pagination-type")&&t.attr("data-list",e.attr("data-css"))},moveElementsNearPostList(e){const t=TVE.PostList.utils.getPaginationForList(e,!0),s=TVE.PostList.utils.getFeaturedPostList(e);t.length&&t.insertAfter(e),s.length&&s.insertBefore(e)},cloneElementsWithPostList(e,t){const s=TVE.PostList.utils.getPaginationForList(e,!0),i=TVE.PostList.utils.getFeaturedPostList(e);if(s.length){let i=s.clone();s.insertAfter(e),i.insertAfter(t),i.hasClass("tcb-clear")&&(i=i.find(TVE.identifier("pagination"))),i.attr("data-list",t.attr("data-css"))}if(i.length){const s=i.clone(),a=TVE.CSS_Rule_Cache.uniq_id(s,!0);i.insertBefore(e),s.insertBefore(t),TVE.head_css_copy(i.attr("data-css"),a),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(s),t.attr("data-featured-list",s.attr("data-css"))}},removeElementsWithPostList(e){const t=TVE.PostList.utils.getPaginationForList(e,!0),s=TVE.PostList.utils.getFeaturedPostList(e);if(t.length>0&&t.remove(),s.length>0)s.remove();else{const e=TVE.inner_$(".tcb-elem-placeholder.tcb-featured-list");e.length>0&&e.remove()}},getFeaturedPostList:e=>TVE.inner.$document.find(`.tcb-featured-list[data-css=${e.attr("data-featured-list")}]`).first(),getPostListForFeatured(e){const t=TVE.apply_filters("tcb.post_list.identifier",TVE.identifier("post_list"),e);return TVE.inner_$(`${t}[data-featured-list=${e.attr("data-css")}]`).first()},toggleControlsForFeature(e){const t=TVE.ActiveElement;e.toggle(t&&!t.hasClass("tcb-featured-list"))},toggleFilterForMainList(e){const t=TVE.PostList.utils.getPostListForFeatured(TVE.ActiveElement).attr("id");e.toggle(!(t&&t.includes("main")))},updateFeaturedIdentifiers(e){const t=e[e.hasClass("tcb-featured-list")?"next":"prev"]();e.hasClass("tcb-featured-list")&&t.attr("data-featured-list",e.attr("data-css"))},readQueryFromElement(e){void 0===e&&(e=TVE.ActiveElement[0]);let t=e.dataset.query;try{t=JSON.parse(t.replace(/'/g,'"'))}catch(e){t={}}return t},applyQuery(e=this.$element,t=null,s=null){0===e.length&&(e=TVE.ActiveElement),t||(t=this.readQueryFromElement(e[0]));const i=JSON.parse(JSON.stringify(t));if(e.addClass("tve-loading"),e.attr("data-featured-list")){const s=[];this.getFeaturedPostList(e).find("article").each((e,t)=>{s.push(t.dataset.id)}),Array.isArray(i.rules)||(i.rules=[]),Array.isArray(t.post_type)?t.post_type.forEach(e=>{i.rules.push({taxonomy:e,terms:s,operator:"NOT IN"})}):i.rules.push({taxonomy:t.post_type,terms:s,operator:"NOT IN"})}e.attr("data-no_posts_text",""),this.fetchPosts(i,i=>{const a=[];if(_.each(i.posts,e=>{a[parseInt(e.order)]=e}),e.toggleClass("empty-list",0===a.length),TVE.do_action("tcb.post_list.apply_query.before_render",e),a.length){if(TVE.PostList.content.syncPostList(e.find(TVE.identifier("article")).first(),e,a),TVE.PostList.content.bindPostListActions(e),e.hasClass("tcb-featured-list")){const t=TVE.PostList.utils.getPostListForFeatured(e);this.applyQuery(t)}TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e)}else TVE.page_message("Current query did not return any posts!",!0,5e3),e.attr("data-no_posts_text",t.no_posts_text);e.removeClass("tve-loading"),TVE.PostList.getComponent(e).controls.NumberOfItems.setValue(t.posts_per_page,!1,!0),e.attr("data-query",JSON.stringify(t).replace(/"/g,"'")),t.dynamic_filter&&e.attr("data-dynamic_filter",JSON.stringify(t.dynamic_filter)),"function"==typeof s&&s(i)})},syncAuthorImages:e=>(e.find(TVE.identifier("article")).each((e,t)=>{const s=TVE.inner_$(t),i=s.attr("data-id");i&&s.length&&s.find(".tcb-post-author-picture")&&TVE.PostList.dynamicImage.syncDynamicImageElements(s,i)}),e),fetchExistingPosts(e=!1){new Promise(t=>{if(TVE.PostList.posts&&Object.keys(TVE.PostList.posts).length&&!e)t({posts:TVE.PostList.posts});else{TVE.PostList.posts={};const e=TVE.inner.$body.find(TVE.apply_filters("tcb.post_list.article_identifier",TVE.identifier("article")));let s=_.uniq(e.map((e,t)=>parseInt(t.dataset.id)));s=TVE.apply_filters("tcb.post_data.existing_post_ids",s);const i=s.filter(e=>void 0===TVE.PostList.posts[e]);TVE.PostList.utils.fetchPosts({get_initial_posts:!0,post_ids:i},s=>{t(s),TVE.do_action("tcb.post_data.fetched",s,e)})}}).then(e=>{TVE.PostList.posts=e.posts,TVE.do_action("tcb.post_list.posts_loaded"),setTimeout(()=>{const e=TVE.ActiveElement;TVE.inner.$body.find(TVE.identifier("post_list")).each((e,t)=>{const s=TVE.inner_$(t);"numeric"!==s.attr("data-pagination-type")&&"load_more"!==s.attr("data-pagination-type")||TVE.PostList.content.renderPaginationForPostList(s),TVE.ActiveElement=s,TVE.PostList.getComponent(s).update(),TVE.PostList.content.updatePostContent(s),TVE.PostList.utils.syncAuthorImages(s),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(s)}),TVE.ActiveElement=e},500)})},refreshPostList:e=>(e.find(".tcb-post-list").each(function(){const e=TVE.inner_$(this);TVE.PostList.content.initAllShortcodes(e),setTimeout(()=>{TVE.PostList.layout.applyLayout(e),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e)},100)}),e),updatePostListIdentifiers(e){const t=e.find(".tcb-featured-list").length?e.find(".tcb-featured-list"):e.prev(".tcb-post-list.tcb-featured-list"),s=e.hasClass("tcb-post-list")?e:e.find(".tcb-post-list:not(.tcb-featured-list)");this.updateFeaturedIdentifiers(t),this.updatePaginationIdentifiers(s)},getKeyForElementType(e){let t;switch(e){case"rating":case"progressbar":case"fillcounter":t="number";break;case"responsivevideo":t="video";break;default:t=e}return`tcb_post_custom_fields_${t}`},getPlaceholderForElementType(e,t=null,s=null){let i={},a=t?TVE.CONST.dynamic_placeholder_elements[t]:null;const l=s||"external";switch(e){case"rating":case"progressbar":case"fillcounter":i.value=t?parseFloat(t):0;break;case"countodwn":case"countdown":t=t?t.split(":"):null,i=t?{date:t[0],hour:t[1],min:t[2]}:{date:"2020-01-01",hour:0,min:0};break;case"responsivevideo":case"audio":t?"external"===l?a?i={mime_type:"audio"===e?"audio/mp3":"video/mp4",id:a.id,title:a.title,url:a.url,alt:a.alt}:wp.media.attachment(t).fetch().then(function(){TVE.CONST.dynamic_placeholder_elements[t]=wp.media.attachment(t).attributes,a=TVE.CONST.dynamic_placeholder_elements[t],i={mime_type:"audio"===e?"audio/mp3":"video/mp4",id:a.id,title:a.title,url:a.url,alt:a.alt}}):i={id:"0",title:"Placeholder",url:t,value:t,video_src:l}:i={mime_type:"audio"===e?"audio/mp3":"video/mp4",id:"0",title:"Placeholder",url:"",alt:"Placeholder"};break;case"image":t?a?i={alt:a.alt,id:a.id,width:a.width,height:a.height,title:a.title,url:a.url}:wp.media.attachment(t).fetch().then(function(){TVE.CONST.dynamic_placeholder_elements[t]=wp.media.attachment(t).attributes,a=TVE.CONST.dynamic_placeholder_elements[t],i={alt:a.alt,id:a.id,width:a.width,height:a.height,title:a.title,url:a.url}}):i={alt:"Placeholder",id:"0",width:"100",height:"100",title:"Placeholder",url:TVE.CONST.dynamic_image_placeholders.featured}}return i},stringifyAndReplace:e=>JSON.stringify(e).replace(/"/g,"'")};e.exports=t},13469:(e,t,s)=>{const i=s(62204),a=s(11845),l=s(40878),o=s(65295);e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/condition/operator",beforeInitialize(){this.listenTo(this.model,"change:field",this.renderOperators)},afterInitialize(){this.select=new l({el:this.$(".tcb-operator-select")[0],model:new Backbone.Model({list:[],placeholderText:"Select condition"}),onSelect:e=>this.setOperator(e)})},afterRender(){this.renderOperators()},renderOperators(){const e=this.model.get("field");if(!e||i.getFieldData(e).is_boolean)return void this.hide();this.show();const t=this.$el.closest(a.RULE_CLASS);o.toggleLoading(t,!0,"inline"),this.model.set("is_condition_loading",1),i.getConditionsForField(this.model.get("field")).then(s=>{this.conditionKey=s[0];const a=i.getConditionData(this.conditionKey);let l=this.model.get("condition");this.select.setList(_.map(a.operators,(e,t)=>({value:t,label:e.label})));const c=()=>{a.is_single_operator&&!l&&(l=this.setOperator(Object.keys(a.operators)[0])),l&&l.operator&&this.select.setValue(l.operator),this.manageItemClasses(a),this.$el.attr("data-key",this.conditionKey),o.toggleLoading(t,!1,"inline"),t.attr("data-key",this.conditionKey),this.model.set("is_condition_loading",0)};a.has_options_to_preload?i.getOptionsForField(e).then(c):c()})},setOperator(e){const t={operator:e,key:this.conditionKey,value:""};return this.model.set("condition",t),t},manageItemClasses(e){this.$el.removeClass("tcb-small-size-label tcb-medium-size-label tcb-full-size-label tcb-select-no-dropdown"),this.$el.addClass(`tcb-${e.display_size}-size-label`),e.is_single_operator&&this.$el.addClass("tcb-select-no-dropdown"),this.$el.toggleClass("hidden",e.is_hidden)}})},13617:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({extra_states:!0,controls_init(e){const t=this;e.ParagraphStyle&&e.ParagraphStyle.set_drop_panel(e.ParagraphStylePicker),e.ToggleControls.update=function(){_.delay(_.bind(function(){const e=this.$(".tve-btn:visible:first").attr("data-value");this.clearActive(),this.setActive(e),t.$(".tcb-typography-toggle-element").hide(),t.$(`.${e}`).show()},this))},e.ToggleControls.input=_.bind(function(t,s){const i=s.getAttribute("data-value");this.$(".tcb-typography-toggle-element").hide(),this.$("."+i).show(),"tcb-typography-line-height"===i&&(e.LineHeight.before_update(e.LineHeight.readFrom()),e.LineHeight.update(e.LineHeight.readFrom()))},this),e.FontFace.update=function(){if($element=this.applyTo(),!TVE.froala.editor)return this.initial_font=$element.head_css("--tve-font-family")||$element.head_css("font-family",!1,this.config.css_suffix,!0,this.config.css_prefix),this.inherited=!this.initial_font||"inherit"===this.initial_font,this.initial_weight=$element.css("font-weight"),this.readFont($element),void this.setInputValue(this.initial_font);this.initial_font=$element.head_css("--tve-font-family")||$element.head_css("font-family",!1,this.config.css_suffix,!0,this.config.css_prefix),this.inherited=!this.initial_font||"inherit"===this.initial_font,this.initial_weight=TVE.froala.get_css("font-weight");const e=TVE.froala.get_selection_element();"bold"===this.initial_weight&&(this.initial_weight=e.closest("p").css("font-weight"));const t=jQuery(TVE.froala.editor.selection.element()).find("strong");t.length?this.initial_bold=t.css("font-weight"):this.initial_bold=TVE.froala.editor.tcb.getBlockElement().head_css("font-weight",null," strong",!0,this.config.css_prefix)||TVE.froala.editor.tcb.getBlockElement().head_css("font-weight",null," strong"),this.readFont($element),this.setInputValue(this.initial_font)},e.FontSize.input=function(e,s){t.applyContainerStyle(this,e,"font-size",s.value+this.getUM())},e.FontSize.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-font-size")||e.head_css("font-size",!1,this.config.css_suffix,!0,this.config.css_prefix))},e.FontColor.input=function(e){t.applyContainerStyle(this,this.applyTo(),"color",String(e)),this.applyElementCss({"--tcb-applied-color":e&&String(e).replace("var","var$")||""})},e.FontColor.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-color")||e.head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix))},e.LineHeight.input=function(e,s){t.applyContainerStyle(this,e,"line-height",s.value+this.getUM())},e.LineHeight.update=function(e){let t=this.applyTo().head_css("--tve-line-height")||this.applyTo().head_css("line-height",!1,this.config.css_suffix,!1,this.config.css_prefix);t||(t=e.css("line-height"),this.config.css_suffix&&e.find(this.config.css_suffix).length&&(e=e.find(this.config.css_suffix)),t&&-1!==t.indexOf("px")&&(t=parseFloat(t)/parseFloat(e.css("font-size"))+"em")),"normal"===t&&(t="1.12em"),this.setValue(t)},e.LetterSpacing.input=function(e,s){t.applyContainerStyle(this,e,"letter-spacing",s.value+this.getUM())},e.LetterSpacing.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-letter-spacing")||e.head_css("letter-spacing",!1,this.config.css_suffix,!0,this.config.css_prefix))},e.LetterSpacing.prepareValue=e=>(TVE.SKIP_CSS_STATE||(e=parseFloat(e).toFixed(2),isNaN(e)&&(e=0)),e),e.TextAlign.applyStyles=function(e,t){const s={};this.config.property&&this.config.property_val?s[this.config.property]=this.config.property_val[t.getAttribute("data-value")]:s["text-align"]=t.getAttribute("data-value")+(this.config.important?" !important":""),TVE.do_action(`tcb.typography.${TVE._type(e)}.text_align`,this,e,t),this.applyElementCss(s,e)},e.TextAlign.update=function(){let e;this.config.property&&this.config.property_val?(e=this.applyTo().head_css(this.config.property,!1,this.config.css_suffix,!0),e=_.invert(this.config.property_val)[e]):(e=this.applyTo().head_css("text-align",!1,this.config.css_suffix,!0),e="start"===e?"left":e),this.setActive(e)},e.TextTransform.applyStyles=function(e,s){t.applyContainerStyle(this,e,"text-transform",s.dataset.value)},e.TextTransform.update=function(){const e=this.applyTo();this.setActive(e.head_css("--tve-text-transform")||e.head_css("text-transform",!1,this.config.css_suffix,!0)||"none")},_.each(["p","h1","h2","h3"],function(t){e[`${t}_spacing`]&&(e[t+"_spacing"].$(".width-input").attr("placeholder","auto"),e[t+"_spacing"].$(".width-input").on("focusout",function(){e[t+"_spacing"].update()}),e[t+"_spacing"].input=function(e,t){let s=t.value,i=this.getUM();"auto"!==s&&""!==s||(i="",s="auto");const a={padding:"0px 0px "+s+i+" 0px !important",margin:"0px !important"};"auto"===t.value&&(a.margin=a.padding=""),this.applyElementCss(a,e)},e[t+"_spacing"].update=function(e){let t=this.applyTo().head_css("padding-bottom",null,this.config.css_suffix,!1,this.config.css_prefix);t?("auto"===t&&this.$(".tve-input").val("auto"),this.setValue(t.replace("!important",""))):e.length?(t=parseInt(e.css("margin-bottom"))+parseInt(e.css("padding-bottom"))+"px",this.setValue(t)):this.$(".tve-input").val("auto")},e[t+"_spacing"].convertUM=e[t+"_spacing"].pixel_em_conversion)}),e.TextStyle.writeStyle=function(e,s){t.applyContainerStyle(this,this.applyTo(),s,e[s].replace("!important",""))}},clear_formatting(e,t="",s=""){_.each({FontFace:["font-family"],FontSize:["font-size"],FontColor:["color","fill","--tcb-applied-color"],LineHeight:["line-height"],LetterSpacing:["letter-spacing"],TextAlign:["text-align","align-items","justify-content"],TextStyle:["font-weight","font-style","text-decoration"],TextTransform:["text-transform"],p_spacing:["padding","margin"],h1_spacing:["padding","margin"],h2_spacing:["padding","margin"],h3_spacing:["padding","margin"]},(i,a)=>{const l={},o=this.controls[a],c={};o&&(i.forEach(e=>{l[e]="",l[`${TVE.CONST.cssVarPrefix}${e}`]="",c[`--tve-${e}`]="",c[`${TVE.CONST.cssVarPrefix}--tve-${e}`]=""}),e&&e.jquery?(e.head_css(l,!1,t,!1,s).css(l),e.head_css(c).css(c)):(o.applyTo().head_css(l,!1,o.config.css_suffix,!1,o.config.css_prefix).css(l),o.applyTo().head_css(c).tcbCss(c)))}),this.controls.ParagraphStylePicker&&this.controls.ParagraphStylePicker.clear(),TVE.ActiveElement.removeAttr("data-child-styles"),TVE.do_action(`tcb.typography.${TVE._type(TVE.ActiveElement)}.clear_formatting`),this.update(),TVE.Editor_Page.reposition_icons()},paragraphStylePicker:()=>s(58057),applyContainerStyle(e,t,s,i){e.applyElementCss({[s]:e.cssImportant(`var(--tve-${s}, ${i})`)},e.applyTo(),e.config.css_suffix,e.css_prefix),e.applyElementCss({[`--tve-${s}`]:i},t,"","")}})},13699:(e,t,s)=>{const i=s(1331);!function(){const t=s(27416);e.exports=i.extend({controls_init(){this.controls.CheckboxSize.input=function(e,t){this.applyElementCss({"--tcb-checkbox-size":t.value+this.getUM()},e)},this.controls.CheckboxSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tcb-checkbox-size",!0)||0)},this.controls.StyleChange.set_drop_panel(this.controls.CheckboxStylePicker),this.controls.CheckboxStylePicker.apply=function(){},TVE.add_action("tcb.update.css.variable.control-v2",(e,s,i,a)=>{t.applyDropdownTemplateColor(this.controls.CheckboxStylePicker,s,i,a,e,"checkbox")}),TVE.add_action("tcb.palettes_v2.update",()=>{this.controls.CheckboxPalettes.update(TVE.ActiveElement)})},checkboxStylePicker:()=>s(8266)})}()},13828:e=>{e.exports=function(e,t,s=!1){s&&!e.is(".thrive-shortcode-config")&&(e=e.find(".thrive-shortcode-config"));const i=`__CONFIG_${t}__`;return{update(e,t){const s=this.get();s[t]=e,this.save(s)},delete_prop(e){this.remove(e)},remove(e){const t=this.get();delete t[e],this.save(t)},save(t){e.html(this.getHTML(t))},get(){if(!e.length)return{};const t=new RegExp(i,"g");let s={};try{s=JSON.parse((e.html().trim()||"{}").replace("%s","{}").replace(/_tveutf8_/g,"\\u").replace(t,"").replace(/\\\'/g,"'").replace(/”|“|″/g,'"').replace(/_tve_quote_/g,'\\"').replace(/\n/g,"\\n").replace(/\t/g,"\\t"))}catch(e){console.log("Invalid JSON")}return s},getHTML:e=>i+JSON.stringify(e).replace(/\\"/g,"_tve_quote_")+i}}},13840:(e,t,s)=>{const i=s(16668),a=".tve_post_lp > div > "+TVE.CONST.global_css_prefix;e.exports=i.component.extend({controls_init(e){const t=this;function s(s,i){t.$(".width-setting")[s?"show":"hide"](),t.$(".max-width-settings")[s?"hide":"show"](),void 0!==i&&i&&e.ContentFullWidth.setChecked(!s)}e.ContentWidth.input=function(e,t){const s=TVE.inner_$(a),i=t.value+this.getUM(),l={"max-width":i,"--lp-layout-max-width":i,padding:"0 20px"};"input"===this.currentEventType?this.applyElementCss(l,s,"","",!0):(TVE.head_css(a,l),TVE.head_css(a,{padding:"0 10px"},TVE.main.media_query_tpl("mobile")),s.removeAttr("style"))},e.ContentWidth.update=function(e){const t=TVE.head_css_get(a,"max-width",null,!0);"none"===t||"100%"===t?s(!1,!0):(s(!0,!0),this.model.config.max=parseInt(e.parent().width()),this.setValue(t))},e.ContentMaxWidth.input=function(e,t){const s=TVE.inner_$(a),i={"--page-section-max-width":t.value+this.getUM()};"input"===this.currentEventType?this.applyElementCss(i,s,"","",!0):(TVE.head_css(a,i),TVE.do_action("tcb.content_layout_max_width.change",e))},e.ContentMaxWidth.update=function(){let e=TVE.head_css_get(a,"--page-section-max-width",null,!0);e||(e=TVE.inner_$(a).outerWidth()),this.setValue(e)},e.ContentFullWidth.change=function(t,i){const l=i.checked,o={"margin-left":"","margin-right":"","max-width":"",padding:"","--lp-layout-max-width":""};s(!l,!1),l?(TVE.inner_$(".tcb-window-width").removeClass("tcb-window-width").css({width:"",left:""}),TVE.head_css(a,{padding:""},TVE.main.media_query_tpl("mobile"))):(o["margin-left"]="auto",o["margin-right"]="auto",o.padding="0 20px",o["max-width"]=o["--lp-layout-max-width"]=e.ContentWidth.value(!0),TVE.head_css(a,{padding:"0 10px"},TVE.main.media_query_tpl("mobile"))),TVE.head_css(a,o),e.PageMap.update(t)},e.ContentFullWidth.update=function(){},TVE.CONST.landing_page&&(TVE.add_filter("tcb.drag.element_to_insert",(e,t)=>{if(TVE.isLPFullWidth()&&(t.is(TVE.Editor_Page.editor)||t.parent().is(TVE.Editor_Page.editor))&&!e.is(".thrv-page-section,.thrv_ct_symbol")&&!e.find(".thrv-page-section").length){const t=TVE.inner_$(TVE.main.static_element("section").clone().find(".thrv-page-section"));t.find(".tve-page-section-in").removeClass("tve_empty_dropzone").append(e),TVE.Components.section.controls.InheritFromLandingPage&&t.attr("data-inherit-lp-settings",1),t.data("focus-after-insert",e),e=t}return e}),TVE.add_filter("tve.imported_content.content",e=>{if(TVE.isLPFullWidth()){let t=TVE.inner_$();e.each((e,s)=>{const i=TVE.inner_$(s);if(i.is(".thrv-page-section,.thrv_ct_symbol")||i.find(".thrv-page-section").length)t=t.add(i);else{const e=TVE.inner_$(TVE.main.static_element("section").clone().find(".thrv-page-section"));e.find(".tve-page-section-in").removeClass("tve_empty_dropzone").append(i.clone()),TVE.Components.section.controls.InheritFromLandingPage&&e.attr("data-inherit-lp-settings",1),t=t.add(e)}}),e=t}return e})),TVE.add_action("component.update.lpfonts",()=>{const e={currentTarget:TVE.main.sidebar_extra.$el.find('[data-toggle="central_style_panel"]')[0]};TVE.main.sidebar_extra.prevent_close(),e.currentTarget&&!e.currentTarget.classList.contains("active")&&(TVE.main.sidebar_extra.toggle_drawer(e),TVE.main.sidebar_extra.central_style_panel.$buttons.filter("[data-value=fonts]").trigger("click")),TVE.main.sidebar_extra.allow_close()})}})},13889:e=>{e.exports={generateShortcode:e=>({extra_params:"",$shortcodeElement:e,shortcodeAttr:["data-date","data-hour","data-min"],key:"countdown"}),customFieldInput(e,t,s=null){const i=TVE.Components.countdown.controls.ExternalFields,a=s||{name:t,date:"2020-01-01",hour:0,min:0};a.name=t;const l=i.getCFValues("countdown",e,t,a);e.attr({"data-c-f-id":l.name,"data-date":l.date,"data-hour":l.hour,"data-min":l.min}),TVE.Components.countdown_old.compute_time_until(e,l.date,l.hour,l.min),i.updatePostList(e)}}},13973:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/input-multiple"),after_initialize(){this.listenTo(this.model.get("list_items"),"remove",this.changeCollection),this.listenTo(this.model.get("list_items"),"change",this.changeCollection)},changeCollection(){this.change(this.applyTo(),this.model.get("list_items").toJSON())},render(){if(this.model instanceof Backbone.Model==0){const e=this.model.config;this.model=new Backbone.Model({top_text:e.top_text,add_button_text:e.add_button_text,remove_title:e.remove_title,list_label:e.list_label,list_items:new Backbone.Collection(e.list_items)})}this.$el.html(this.template({model:this.model})),0===this.model.get("list_items").length?this.add_input_row():this.model.get("list_items").each(this.renderOne,this)},renderOne(e){const t=new a({model:e,config:this.model});this.$el.find(".tcb-input-multiple-holder").append(t.render().el)},add_input_row(){const e=new Backbone.Model({value:""});this.model.get("list_items").add(e),this.renderOne(e)},resetCollection(e){this.model.get("list_items").reset(e),this.render()}});const a=i.base_view.extend({template:TVE.tpl("controls/input-multiple-item"),className:"control-grid",initialize(e){this.config=e.config,this.model=e.model},render(){return this.$el.html(this.template({value:this.model.get("value"),label:this.config.get("list_label"),remove_title:this.config.get("remove_title")})),this},_remove(){this.model.destroy(),this.remove()},_changed(e,t){this.model.set({value:t.value}),this.config.get("list_items").trigger("change")}})},14144:e=>{const t={actions:{"tcb.write_css":(e,t)=>{if(e=e.replace(TVE.PostList.utils.pseudoSelectorsRegex(),""),!TVE.FLAGS.drag&&TVE.apply_filters("tcb.write_css.has_post_list_selector",e.includes(TVE.identifier("post_list")),e)){const s=TVE.inner.$document.find(e),i=s.closest(TVE.identifier("article"));if(i.length){const e=TVE.state_manager.get_parent();let a=!1;e&&1===TVE.inner.$body.find('[data-css="'+e.attr("data-css")+'"]').length&&(a=!0),(a||1===TVE.inner.$body.find('[data-css="'+s.attr("data-css")+'"]').length)&&(s.is(i)||TVE.PostList.utils.checkForPostListSync(i)),t["background-image"]&&TVE.PostList.dynamicImage.updateDynamicImages(s,t["background-image"])}}}},filters:{regenerate_css_id:(e,t)=>{const s=TVE.inner.$body.find('[data-css="'+t+'"]');if(s.length){const i=(1===s.length?s:s.first()).closest(TVE.identifier("article"));i.length&&1===i.find('[data-css="'+t+'"]').length&&(e=!1)}return e},"tcb.head_css_new_id":e=>{const t=TVE.inner.$body.find('[data-css="'+e+'"]'),s=t.closest(TVE.identifier("article"));return 1===t.length&&s.length&&!TVE.FLAGS.drag&&TVE.PostList.utils.checkForPostListSync(s),e},hover_prefix_selector:(e,t)=>{const s=TVE.inner_$(t);if(s.hasClass("tve-content-box-background")){const t=s.parents(TVE.identifier("post_list"));t.length&&(e=TVE.PostList.utils.getPostListSelector(t).trim())}return e},"tve.css_variable.selector":(e,t)=>{const s=t.parents(TVE.identifier("post_list"));return s.length&&(e=TVE.PostList.utils.getPostListSelector(s)+e),e},css_rules_before_insert:e=>{const t=TVE.ActiveElement;if(t&&t.length&&t.is(TVE.identifier("post_list")))for(let s=0;s<e.length;s++)if(e[s].type===CSSRule.MEDIA_RULE)for(let i=0;i<e[s].cssRules.length;i++){const a=TVE.PostList.utils.getPostListSelector(t).trim(),l=t.attr("data-css")||"";let o=e[s].cssRules[i].cssText;o.includes(a)||l.length>0&&o.includes(l)||(o=a+" "+o,o.includes(TVE.PostList.baseSelector)&&(o=TVE.PostList.baseSelector+" "+o.replace(TVE.PostList.baseSelector,"")),o=TVE.PostList.utils.replaceDoubleSpacesWithOne(o),e[s].deleteRule(i),e[s].insertRule(o,i))}return e},tcb_head_css_prefix:(e,t)=>{const s=t.parents(TVE.identifier("post_list"));if(s.length){const i=TVE.PostList.utils.getPostListSelector(s),a=".thrv-content-box";-1!==(e=(e=-1!==e.indexOf(a)||t.is(".tve-cb")?e.replace(a+" ","")+i+a+" ":(e=0===TVE.inner.$body.find(e+i).length?i+" "+e:e+" "+i).replace(/([ ]{2,})/g," ")).trimStart()).indexOf(TVE.PostList.baseSelector)&&(e=TVE.PostList.baseSelector+" "+e.replace(TVE.PostList.baseSelector,""))}else if(t.is(TVE.identifier("pagination_number_item"))){const s=TVE.CSS_Rule_Cache.uniq_id(t.closest(TVE.identifier("pagination")));e=e.trimStart()+`[data-css="${s}"]${TVE.identifier("pagination")} `}return e},"tcb.css.save.whitelist_rule":(e,t)=>(t.includes(TVE.identifier("post_list"))&&t.includes(":nth-child")&&(t=(t=t.replace(/:not\((:nth-child\(.*\))\)/g,"")).replace(/(:nth-child\(.*\))/g,""),TVE.inner.$body.find(t).length&&(e=!0)),e)}};e.exports=t},14333:e=>{const t={getSymbolPrefix(e,t){const s=TVE.apply_filters("tcb.symbol.get_symbol_parent",t.parent().closest(".thrv_symbol"),t),i=void 0!==s.attr("data-symbol-id")?s.attr("data-symbol-id"):s.find(".thrive-symbol-shortcode").attr("data-symbol-id"),a=".thrv_symbol_"+i;return i&&(s.length&&!e.includes(a)&&(e=e.includes(TVE.CONST.global_css_prefix)?e.replace(TVE.escapedRegEx(TVE.CONST.global_css_prefix,"g"),TVE.CONST.global_css_prefix+" "+a):a+" "+e),TVE.state_manager.is_hover()&&!e.includes(TVE.CONST.global_css_prefix)&&(e=TVE.CONST.global_css_prefix+" "+e)),e},symbolHeadCssPrefix:(e,s)=>TVE.USE_GLOBALSHEET||_.isArray(e)||s.closest(".thrv_header, .thrv_footer").length?e:!TVE.state_manager.is_default()&&TVE.state_manager.needs_hover_state_parent(s)?"":t.getSymbolPrefix(e,s),removeHfCssRules(e){const t=e.attr("data-tcb-elem-type"),s=TVE.main.all_media();if(void 0!==t&&!e.hasClass("symbol-edit-mode")){const e=new RegExp(`thrv_${t}`,"g");let i=0,a=s[i];for(;a;)TVE.CSS_Rule_Cache.removeRuleByMatchingSelector(a,e),a=s[i++]}},changeCssRulesBeforeInsert(e,s){const i=TVE.CSS_Rule_Cache.media_rule(TVE.main.responsive.desktop.media);let a;if(void 0!==s&&s.length||(s=TVE.ActiveElement.closest(".thrv_symbol")),t.removeHfCssRules(s),a=void 0!==s.attr("data-symbol-id")?s.attr("data-symbol-id"):s.find(".thrive-symbol-shortcode").attr("data-symbol-id"),s.length)for(let t=0;t<e.length;t++)switch(e[t].type){case CSSRule.MEDIA_RULE:for(let i=0;i<e[t].cssRules.length;i++){const l=e[t].cssRules[i],o=l.selectorText;let c=l.cssText,n=o;const r=TVE.apply_filters("tcb.symbol.root",TVE.CONST.global_css_prefix),d=".thrv_symbol_"+a;o.includes(d)||(o.includes(r)?n=o.replace(TVE.escapedRegEx(r,"g"),r+" "+d):-1===o.indexOf(".thrv_symbol")&&(n=d+" "+o)),n=TVE.apply_filters("tcb.symbol_new_selector_for_"+s.attr("data-tcb-elem-type"),n,a),n!==o&&(c=c.replace(o,n)),e[t].deleteRule(i),e[t].insertRule(c,i)}break;case CSSRule.STYLE_RULE:if(-1===e[t].cssText.indexOf(".thrv_symbol")){const s=e[t];s.selectorText=".thrv_symbol_"+a+" "+s.selectorText,i.insertStyleRule(s)}}return e}};e.exports=t},14424:(e,t,s)=>{const i=s(16668),a=".tve-number-wrapper",l=s(87344);e.exports=i.component.extend({setCounterValues(e,t=null,s=null,i=null,l=null,o=null){null===s&&(s=this.controls.ThousandsDivider.getValue()),null===t&&(t=this.controls.DecimalPrecision.getValue()),t=parseInt(t),null===i&&(i=this.controls.EndValue.getValue()),null===l&&(l=this.controls.DecimalCharacter.getValue()),null===o&&(o=this.controls.StartingValue.getValue());const c=this.getFormattedNumber(i,t,s,l),n=this.getFormattedNumber(o,t,s,l);e.find(a).attr({"data-final-number":c,"data-formatted-from":n}).find(".tve-number").html(c)},getFormattedNumber(e,t,s,i){let a=parseFloat(e).toFixed(t).replace(/\B(?=(?:\d{3})+(?!\d))/g,s);const l=`.(?=${new Array(t).fill(".").join("")}$)`;return 0!==t&&(a=a.replace(new RegExp(l),i)),a},after_init(){TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tve-number").html(e.find(a).attr("data-from")),e));const e=e=>{const t=TVE.ActiveElement;return t.is(`${TVE.identifier("number_counter")}`)&&t.find('[data-anim="slide"]').length&&(e=e.concat(".typography-button-toggle-controls")),e};TVE.add_filter("tcb.hidden_controls.typography.number_counter",e),TVE.add_filter("tcb.hidden_controls.typography.number_counter",e),TVE.add_action("tcb.after-insert",e=>{const t=e.find(a);t.length&&this.startCounter(t)}),TVE.add_action("tve.imported_content",e=>{e.find(a).addBack(a).each((e,t)=>{this.startCounter(TVE.inner_$(t))})})},controls_init(e){const t=/^-?[0-9]\d{0,11}(\.\d*)?$/,s=this;e.StartingValue.update=function(){const e=s.numberCounter.getData("from");this.setValue(e)},e.StartingValue.change=function(e,t){e.find(a).attr("data-from",t.value),s.setCounterValues(e,null,null,null,null,t.value)},e.StartingValue.validate=function(e){return t.test(e)},e.StartingValue.input=TVE.$.noop,e.EndValue.update=function(){const e=s.numberCounter.getData("to");this.setValue(e)},e.EndValue.change=(e,t)=>{e.find(a).attr("data-to",t.value),this.setCounterValues(e,null,null,t.value)},e.EndValue.validate=function(e){return t.test(e)},e.EndValue.input=TVE.$.noop,e.DecimalPrecision.update=function(){const t=s.numberCounter.getData("decimals");e.DecimalCharacter.toggle("0"!==t),this.setValue(t)},e.DecimalPrecision.input=(t,s)=>{e.DecimalCharacter.toggle(s.value),t.find(a).attr("data-decimals",s.value),this.setCounterValues(t,s.value)},e.DecimalCharacter.update=function(){const e=s.numberCounter.getData("decimal-character");this.setValue(e)},e.DecimalCharacter.input=(e,t)=>{e.find(a).attr("data-decimal-character",t.value),this.setCounterValues(e,null,null,null,t.value)},e.ThousandsDivider.update=function(){const e=s.numberCounter.getData("thousand-divider");this.setValue(e)},e.ThousandsDivider.input=(e,t)=>{e.find(a).attr("data-thousand-divider",t.value),this.setCounterValues(e,null,t.value)},e.ShowLabel.update=function(e){const t="false"!==e.attr("data-label");this.setChecked(t)},e.ShowLabel.change=function(t,s){e.LabelPosition.toggle(!0===s.checked),t.toggleClass("tcb-hide-labels",!0!==s.checked),t.attr("data-label",s.checked)},e.LabelPosition.update=function(t){this.$el.toggle(e.ShowLabel.isChecked()),this.setValue(t.attr("data-label-position"))},e.LabelPosition.input=function(e,t){e.attr("data-label-position",t.value),e.removeClass("tcb-label-top tcb-label-bottom tcb-label-both").addClass(t.value)},e.Prefix.update=function(e){const t=e.find(".tve-number-prefix").text();this.setValue(t)},e.Prefix.input=function(e,t){e.find(".tve-number-prefix").text(t.value),e.find(".tve-mini-label").show()},e.Suffix.update=function(e){const t=e.find(".tve-number-suffix").text();this.setValue(t)},e.Suffix.input=function(e,t){e.find(".tve-number-suffix").text(t.value),e.find(".tve-mini-label").show()},e.Size.update=function(e){this.setValue(e.find(a).css("font-size"))};const i=_.throttle(e=>{this.numberCounter.recalculateDigitWidth(),this.numberCounter.$number.find(".scroller").css({"line-height":e,height:e}).find(".scroller-span").css({"line-height":e,height:e}).filter(".scroller-upper-span").css({top:`-${e}`})},84);e.Size.input=function(e,t){const s=t.value+"px",l=e.find(a);e.head_css({"--tve-font-size":s}),"slide"===l.attr("data-anim")&&i(s)},e.Speed.update=function(){let e=s.numberCounter.getData("speed");["1007","2507","4007"].includes(e)||(e=2e3),this.setValue(e)},e.Speed.input=function(t,s){t.find(a).attr("data-speed",s.value),e.CustomSpeed.$el.toggle(!["1007","2507","4007"].includes(s.value)),e.CustomSpeed.setValue(2e3)},e.CustomSpeed.update=function(){const e=s.numberCounter.getData("speed");this.setValue(e)},e.CustomSpeed.change=function(e,t){let s=parseInt(t.value);(isNaN(s)||s<100)&&(s=100,t.value=100),e.find(a).attr("data-speed",s)},e.CustomSpeed.input=TVE.$.noop,e.CustomSpeed.validate=function(e){return t.test(e)}},startCounter(e){this.numberCounter=new l(e,TVE.inner.window),this.previewAnimation()},previewAnimation(){this.numberCounter.init().render(),this.numberCounter.start()},before_update(){return this.setNumberCounter(),this},setNumberCounter(){return this.numberCounter=new l(TVE.ActiveElement.find(a),TVE.inner.window),this.numberCounter.init(),this.numberCounter},after_update(){const e=this.controls.Speed.getValue();this.controls.CustomSpeed.$el.toggle(!["1007","2507","4007"].includes(e))}})},14454:(e,t,s)=>{!function(t){const i=s(16668),a=s(51106);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(e){e.Description.update=function(e){this.setChecked(!!e.filter(".edit_mode").children(TVE.TEXT_BLOCK).length)},e.Description.input=(e,s)=>{e=e.filter(".edit_mode"),a(()=>{if(e.children(TVE.TEXT_BLOCK).remove(),s.checked){const s=t(TVE.CONST.custom_menu.mega_desc_tpl.replace("%s","<p>Click to edit menu description</p>")).addClass("tve_editable").attr("data-selector",this.menu.getSelectorSpec("mega_desc"));e.children("a").after(s),s.find("p").attr("data-selector",this.menu.getSelectorSpec("mega_desc")+" p")}},e)}},before_update(){TVE.Components.menu.before_update(TVE.ActiveElement.closest(".thrv_widget_menu")),this.menu=TVE.Components.menu.menuView}})}(jQuery)},14699:(e,t,s)=>{!function(){const t=s(1261);e.exports=t.extend({updateOnMouseLeave:!1,controls_init(e){e.ImagePicker.change_image=function(e){this.image_selected=!0;const t=TVE.ActiveElement.filter(".edit_mode");let s,i;const a=t.hasClass("tcb-elem-placeholder");if(a&&(s=t.outerHeight(),i=t.outerWidth()||s),t.empty().css("background-image",`url("${this.picker.clean_url(e.url)}")`),e.customField&&t.attr("data-d-f",e.customField),a){TVE.Editor_Page.selection_manager.select_element(t.removeClass("tcb-elem-placeholder edit_mode"));const e={height:`${s}px`};t.parent()[0]&&!t.parent()[0].className.includes("tcb--column")&&(e["flex-basis"]=`${i}px`),t.head_css(e)}this.update(t)},e.ImagePicker.update=function(e){this.$(".preview").addClass("img").css("background-image",e.filter(".edit_mode").css("background-image"))},e.Height.update=function(e){const t=TVE.ActiveElement.filter(".edit_mode").attr("data-height")||e.head_css("height",!1,"",!0);this.setValue(t)},e.Height.input=function(e){let t=this.getValue(!0);t.includes("auto")&&(t=""),e.attr("data-height",t),this.applyElementCss({height:t,"flex-basis":t},e,"",""),setTimeout(()=>TVE.ActiveElement.parents(".tcb-mega-drop-inner > ul").filter(".tcb-masonry").masonry())}}})}()},14902:(e,t,s)=>{const i=s(16668),a="p-global-thumb",l=TVE.t.gradient;e.exports=i.base_view.extend({template:TVE.tpl("util/edit-global-colors"),step_1:".tcb-favorites-step-1",step_2:".tcb-favorites-step-2",step_3:".tcb-favorites-step-3",enable_remove_color:!0,enable_edit_color:!0,enable_unlink:!0,update_label:TVE.t.global.update_gradient,edit_label:TVE.t.global.edit_gradient,unlink_label:TVE.t.global.unlink_gradient,initialize(e){this.fav_gradient_view=e.favorites_view,"function"==typeof this.after_initialize&&this.after_initialize(e)},render(e){const t=e.attr("data-color"),s=this.fav_gradient_view.gradient_picker.css_variable,i=!!s,o=i&&s.indexOf("--tcb-tpl-")>-1&&TVE.isGlobalVariablePromoted(s);let c=l;e.hasClass(a)&&(c=e.attr("data-name"),this.enable_unlink=!0,this.enable_edit_color=!0,this.enable_remove_color=!0),this.$el.html(this.template({text:c,edit_property_label:TVE.t.gradient,update_tip:this.update_label,undo_tip:TVE.t.global.cancel_update,edit_tip:this.edit_label,unlink_tip:this.unlink_label,enable_remove_color:this.enable_remove_color,enable_edit_color:this.enable_edit_color,enable_unlink:this.enable_unlink})),this.$(".tcb-global-color-preview").toggleClass("tcb-css-variable-identifier",i).toggleClass("tcb-tpl-var",o).css("background-image",e.hasClass(a)?"var("+e.attr("data-var")+")":t),this.after_render(t,e)},after_render(e,t){this.$color_states=this.$(".tcb-favorites-steps"),this.$global_color_name_input=this.$("#tcb_global_color_name"),this.$global_color_label=this.$(".tcb-global-color-label"),this.$thumb=t,this.gradient=e,this.step_to_show(t.hasClass(a)?this.step_2:this.step_1)},step_to_show(e){this.$color_states.addClass("tcb-hidden"),this.$(".global-colors-drop-content").addClass("tcb-hide"),e&&this.$color_states.filter(e).removeClass("tcb-hidden")},remove_favorite(){return this.$thumb&&this.$thumb.length&&(this.fav_gradient_view.remove_color(parseInt(this.$thumb.attr("data-id"))),this.$el.empty(),this.remove_tooltips()),!1},make_global(){jQuery(".tvd-material-tooltip").removeClass("show");const e=this.$thumb.attr("data-color");this.fav_gradient_view.add_global_gradient({gradient:e,name:this.$global_color_name_input.val(),custom_name:0}),this.$thumb.remove(),delete this.$thumb,this.fav_gradient_view.reset_html(),this.fav_gradient_view.select(e,this.fav_gradient_view.$("."+a+'[data-color="'+e+'"]').first()),this.execute_ajax({}),this.$thumb&&(TVE.changeCssVariableValue(this.$thumb.attr("data-var"),e),this.fav_gradient_view.color_click(null,this.$thumb[0]))},unlink_global(){delete this.fav_gradient_view.gradient_picker.picker.gradient_css_variable,this.fav_gradient_view.gradient_picker.setValue(this.gradient),this.fav_gradient_view.gradient_picker.picker.updatePreview(!0),this.$el.empty(),this.remove_tooltips(),this.fav_gradient_view.$(".p-thumb").not(".save-fav").removeClass("active")},go_to_state(e,t){const s=parseInt(t.getAttribute("data-state"));switch(delete this.fav_gradient_view.gradient_picker.edit_css_variable,delete this.cache_gradient,s){case 2:case 3:this.$("#active_color_details").removeClass("remove-view");break;case 31:this.fav_gradient_view.gradient_picker.edit_css_variable=!0,this.cache_gradient=this.gradient,this.fav_gradient_view.allow_user_to_edit(!1);break;case 32:TVE.Editor_Page.disable_clicks({panel_action_btn:!0});break;case 33:this.$("#active_color_details").addClass("remove-view")}this.step_to_show(".tcb-favorites-step-"+s)},update_global(){const e=this.$global_color_name_input.val(),t=this.$thumb.attr("data-id"),s=this.$thumb.attr("data-var"),i=this.$thumb.attr("data-synced-var")||this.gradient,o=e.trim()===l?0:1;this.step_to_show(this.step_2),this.fav_gradient_view.update_global_gradient(t,s,{gradient:i,name:e,custom_name:o}),this.$global_color_label.text(e),this.execute_ajax({id:t,custom_name:o,gradient:i}),this.fav_gradient_view.reset_html(),this.fav_gradient_view.select(this.gradient,this.fav_gradient_view.$("."+a+'[data-var="'+s+'"]')),delete this.fav_gradient_view.gradient_picker.edit_css_variable,this.fav_gradient_view.allow_user_to_edit(!0),this.remove_tooltips()},undo_global(){this.cache_gradient&&(this.gradient=this.cache_gradient,TVE.changeCssVariableValue(this.$thumb.attr("data-var"),this.gradient),this.fav_gradient_view.gradient_picker.setValue(this.gradient),this.fav_gradient_view.gradient_picker.picker.updatePreview(!0));const e=this.$thumb.attr("data-name");this.$global_color_name_input.val(e),this.$global_color_label.text(e),delete this.fav_gradient_view.gradient_picker.edit_css_variable,delete this.cache_gradient,this.step_to_show(this.step_2),this.fav_gradient_view.allow_user_to_edit(!0),this.remove_tooltips()},remove_global(){const e=parseInt(this.$thumb.attr("data-id"));return this.fav_gradient_view.gradient_picker.setValue(this.gradient),this.fav_gradient_view.gradient_picker.picker.updatePreview(!0),this.fav_gradient_view.remove_global_gradient(e),this.execute_ajax({id:e,active:0}),this.$("#active_color_details").removeClass("remove-view"),this.$el.empty(),this.remove_tooltips(),!1},execute_ajax(e){e||(e={}),e.gradient=this.gradient,e.name=this.$global_color_name_input.val(),this.fav_gradient_view.execute_global_gradient_ajax(e)},remove_tooltips(){jQuery(".tvd-material-tooltip").removeClass("show")},toggle_more_options(){this.$(".global-colors-drop-content").toggleClass("tcb-hide")}})},15195:(e,t,s)=>{const i=s(16668),a=s(20583),l=s(40248),o=s(17502);e.exports=i.component.extend({controls_init(){const e=this;this.search=new o({el:this.$("#a-link-main")[0]}),this.search.on("linkchange",function(t){e.data.href=t}),this.modal=new a.base({el:a.get_element("options-post-types")}),this.modal.before_save=function(){const e=TVE.ajax_data("save_link_post_types","post",{post_types:this.checkbox_values(".post-type")});jQuery.ajax(e).done(function(e){TVE.page_message(e.message)})},this.data={}},read_element(e){const t=e&&!e.is("a")?e.parent("a[href]"):e;if(this.$element=null,!t||!t.length)return!1;this.$element=t;let s=this._read(t);return s=TVE.apply_filters("tcb.link_read",s,t),!(!s.href||"javascript:void(0)"===s.href)&&s},_read:e=>({a:"link",t:"link",href:e.attr("data-tcb-href")||e.attr("href"),target:e.attr("target")||null,rel:e.attr("rel")||""}),_apply(e,t){"link"===e.t&&this.component.$edit_mode.hasClass("tcb-col")&&(e.class="tcb-col"),t.attr("href",e.href),t.attr("class",e.class),TVE.do_action("tcb.link_apply",t,e),TVE.preserve_changed_link(t),e.target?t.attr("target",e.target):t.removeAttr("target"),t.removeClass("tve-dynamic-link tve-jump-scroll").removeAttr("data-custom-shortcode data-dynamic-link data-shortcode-id dynamic-postlink jump-animation");let s="";e.rel&&(s+=" "+e.rel),l.set(l.keys.link_new_tab,!_.isEmpty(e.target)),l.set(l.keys.link_no_follow,!_.isEmpty(e.rel)),t.attr("rel",s)},validate(){if(!this.data||!this.data.href)return TVE.page_message(TVE.t.anim.url_miss,!0),!1;if(this.component.$edit_mode.parents("div[data-link-wrap]").parent("a[href]").length||this.component.$edit_mode.find("a[href]").length){const e=this.component.$edit_mode.closest("a[href]").children().first(),t=TVE.t.warning_link_insert_inside_link.split("##split##");return TVE.page_message(t[0]+'<strong>"'+TVE.get_element_name(e)+'"</strong>'+t[1],!0,1e4),!1}return!0},apply_settings(){if(!this.validate())return!1;this.data.settings_applied=!0,this.model.set(_.extend({},this.data));const e=this,t=this.component.$edit_mode,s=!this.$element||!this.$element.length||!this.$element.attr("href")||"javascript:void(0)"===this.$element.attr("href"),i=!this.$element||!this.$element.length,a=i?null:this._read(this.$element),l=_.extend({},this.data),o=this.model,c=e.component.collection.indexOf(o);let n;return n=this.component.$edit_mode.is("img")?i?this.component.$edit_mode.parent().children().wrapAll('<a href=""></a>').parent():this.$element:i?this.component.$edit_mode.wrapAll('<a href=""></a>').parent():this.$element,i&&t.attr("data-link-wrap",1),this._apply(l,n),TVE.UndoManager.add({undo(){i?n.children().first().unwrap():e._apply(a,n);const l=t.data("anim_collection");l.no_preview=l!==e.component.collection,s?l.remove(o):(l.at(c).set(a),l.trigger("add")),delete l.no_preview},redo(){i?(t.wrapAll('<a href=""></a>'),e.apply(l,t.parent())):e._apply(l,n);const a=t.data("anim_collection");a.no_preview=a!==e.component.collection,s?a.add(o):(a.at(c).set(l),a.trigger("add")),delete a.no_preview}}),!0},remove(e){const t=this.component.$edit_mode,s=t.attr("data-link-wrap"),i=t.closest("a[href]"),a=this,l=this.component.collection.indexOf(e),o=this._read(i);TVE.UndoManager.add({undo(){s?(t.wrap('<a href=""></a>'),a._apply(o,t.parent())):a._apply(o,i);const c=t.data("anim_collection");c.no_preview=c!==a.component.collection,c.add(e,{at:l}),delete c.no_preview},redo(){s?t.unwrap():i.attr("href","").removeAttr("target").removeAttr("rel");const e=t.data("anim_collection");e.no_preview=e!==a.component.collection,e.remove(e.at(l)),delete e.no_preview}}),t.attr("data-link-wrap")?t.unwrap():i.attr("href","").removeAttr("target").removeAttr("rel"),e.destroy()},attr(e,t){return this.data[t.getAttribute("data-attr")]=t.checked?t.value:null,!1},set_model(e){return this.model=void 0!==e?e:new Backbone.Model,(!this.model.get("href")||this.model.get("href").length<2)&&(l.get(l.keys.link_new_tab)&&this.model.set("target","_blank"),l.get(l.keys.link_no_follow)&&this.model.set("rel","nofollow")),this.data={a:"link",t:"link",href:this.model.get("href")||"",target:this.model.get("target")||null,rel:this.model.get("rel")||""},this.dom(),this},dom(){this.search.set_link(this.data.href),this.$(".target").prop("checked","_blank"===this.data.target),this.$(".rel").prop("checked",this.data.rel&&-1!==this.data.rel.indexOf("nofollow"))},open_settings(){return this.modal.open({top:"20%",complete:_.bind(function(){this.search.focus()},this)}),!1}})},15392:(e,t,s)=>{const i=s(56164);e.exports=i.extend({no_style_class:"rv_style_none",after_initialize(e){i.prototype.after_initialize.apply(this,arguments),TVE.add_filter("tcb_filter_shadow_before_add",e=>(e.is(".thrv_responsive_video")&&(this.remove_video_style_class(e),this.update()),e)),TVE.add_action("tcb_action_corners_added",e=>(e.is(".thrv_responsive_video")&&(this.remove_video_style_class(e),this.update()),e)),TVE.add_action("tcb_action_borders_added",e=>(e.is(".thrv_responsive_video")&&(this.remove_video_style_class(e),this.update()),e)),TVE.add_action("tcb.video.provider_changed",(e,t)=>{e.includes("vooplayer")&&(this.remove_video_style_class(t),this.update())}),TVE.add_action("tcb_action_aspect_ratio_changed",(e,t)=>(t.length&&!t.includes("16:9")?(this.remove_video_style_class(e),this.update(),this.style_picker.disable()):this.style_picker.enable(),e)),this.style_picker=e.component.controls.responsive_video.style_picker},remove_video_style_class(e){e.removeClass(function(e,t){return(t.match(/(^|\s)rv_style_\S+/g)||[]).join(" ")})},item_template:()=>TVE.tpl("controls/responsive-video/style-picker"),container_class:()=>"control-grid wrap video-styles",update(){const e=this.applyTo().attr("class").split(" ");let t=this.model.config.default||this.no_style_class;for(let s=0;s<e.length;s++)if("rv_style_"===e[s].substr(0,9)){t=e[s];break}this.$(".tve-select-item").removeClass("active").filter("[data-value="+t+"]").addClass("active"),this.model.selected_old=t,this.style_picker.updateValue(this.getLabel(t))},input(e){e.head_css({"box-shadow":"",overflow:"",border:"","border-radius":""}),TVE.Components.shadow.update(),e.removeClass(function(e,t){return(t.match(/(^|\s)rv_style_\S+/g)||[]).join(" ")}),this.model.selected!==this.no_style_class&&e.addClass(this.model.selected)},apply(e){this.model.selected&&this.style_picker.updateValue(this.getLabel(this.model.selected)),this.undo_manager_api(e,this.model),TVE.PostList.utils.checkForPostListSync(e)},cancel(e){this.model.selected&&this.model.selected!==this.no_style_class&&e.removeClass(this.model.selected),this.model.selected_old&&this.model.selected_old!==this.no_style_class&&e.addClass(this.model.selected_old),this.undo_manager_api(e,this.model),TVE.PostList.utils.checkForPostListSync(e)},undo_manager_api(e,t){const s=this,i=t.selected&&t.selected!==this.no_style_class?t.selected:"",a=t.selected_old&&t.selected_old!==this.no_style_class?t.selected_old:"";TVE.UndoManager.add({undo(){this.undo_redo()},redo(){this.undo_redo()},undo_redo(){e.is('[class*="rv_style_"]')?(e.removeClass(i).addClass(a),TVE.ActiveElement&&s.update()):(e.addClass(i).removeClass(a),TVE.ActiveElement&&s.update())}})},onOpen(e){this.update()}})},15719:e=>{e.exports=Backbone.Model.extend({idAttribute:"term_id",sync(e,t,s){let i;const a=this.get("rest_nonce")?this.get("rest_nonce"):TVE_Admin.nonce;return(s=s||{}).cache=!1,!t.has("term_id")||"delete"!==e&&"update"!==e||(s.url=this.url()+"/"+t.get("term_id")),_.isUndefined(a)||_.isNull(a)||(i=s.beforeSend,s.beforeSend=function(e){if(e.setRequestHeader("X-WP-Nonce",a),i)return i.apply(this,arguments)}),Backbone.sync(e,t,s)},url(){return this.get("rest_symbol_terms")||TVE_Admin.rest_routes.symbols_terms},parse:e=>(0===e.parent&&delete e.parent,e)})},15846:(e,t,s)=>{const i=s(16668),a=s(10547),l=s(40521);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.minTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-textarea-min"),anim_duration:300,no_callback:!0,validate:()=>!this.minTooltip.FORCE_CLOSE}),this.maxTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-textarea-max"),anim_duration:300,no_callback:!0,validate:()=>!this.maxTooltip.FORCE_CLOSE}),this.resizeTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-textarea-resize"),anim_duration:300,no_callback:!0,validate:()=>!this.resizeTooltip.FORCE_CLOSE}),this.controls.placeholder.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("placeholder"))},this.controls.placeholder.input=function(e){const t=this.getValue();e.filter(".edit_mode").find("textarea").attr("placeholder",t).attr("data-placeholder",t)},this.controls.ShowLabel.update=function(e){this.setChecked(a.labelVisible(e))},this.controls.ShowLabel.change=(e,t)=>{a.toggleFieldLabel(e,t.checked,"textarea"),TVE.ElementEditIcons.show_icons(e)},this.controls.Rows.input=(e,t)=>{e.filter(".edit_mode").find("textarea").attr("rows",t.value)},this.controls.Rows.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("rows"))},this.controls.MinChar.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("data-min")||0)},this.controls.MinChar.openTooltip=()=>(this.minTooltip.isOpen()?this.minTooltip.onCancel():(this.resizeTooltip.onCancel(),this.maxTooltip.onCancel(),this.minTooltip.open(null,this.controls.MinChar.$el.find(".tve-input-info"))),!1),this.controls.MinChar.input=(e,t)=>{let s=Number(t.value);const i=e.filter(".edit_mode").find("textarea");isNaN(s)&&(s=0),s=Math.max(0,s),i.attr("data-min",s).attr("data-required",s>0?"1":"0"),this.controls.MaxChar.model.config.min=s},this.controls.MaxChar.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("maxlength")||0)},this.controls.MaxChar.input=(e,t)=>{let s=Number(t.value);const i=e.filter(".edit_mode").find("textarea");isNaN(s)&&(s=0),s=Math.max(0,s),s?i.attr("maxlength",s):i.removeAttr("maxlength"),e.find(".tve-lg-textarea-counter .tve-fill-text-dynamic").text(s?`0 of ${s}`:0),this.controls.MinChar.model.config.max=s},this.controls.MaxChar.openTooltip=()=>(this.maxTooltip.isOpen()?this.maxTooltip.onCancel():(this.resizeTooltip.onCancel(),this.minTooltip.onCancel(),this.maxTooltip.open(null,this.controls.MaxChar.$el.find(".tve-input-info"))),!1),this.controls.ShowCounter.update=function(e){this.setValue(e.filter(".edit_mode").hasClass("tve-lg-show-counter"))},this.controls.ShowCounter.change=(e,t)=>{(e=e.filter(".edit_mode")).toggleClass("tve-lg-show-counter",t.checked),t.checked&&!e.find(".tve-lg-textarea-counter").length&&e.append('<div class="thrv_wrapper thrv_text_element tve-lg-textarea-counter"><div class="tcb-plain-text"><span class="tve-fill-text-dynamic" contenteditable="false">0 of 350</span></div></div>')},this.controls.Resizing.update=function(e){this.setValue(e.filter(".edit_mode").hasClass("no-resize"))},this.controls.Resizing.change=(e,t)=>{e.filter(".edit_mode").toggleClass("no-resize",t.checked)},this.controls.Resizing.openTooltip=()=>(this.resizeTooltip.isOpen()?this.resizeTooltip.onCancel():(this.maxTooltip.onCancel(),this.minTooltip.onCancel(),this.resizeTooltip.open(null,this.controls.Resizing.$el.find(".tve-switch-info"))),!1),TVE.add_action("tve.lg.edit.input",e=>{if(e.hasClass("tve_lg_textarea")){const t=e.find("textarea");t.attr("data-min","1"===t.attr("data-required")?Number(t.attr("data-min"))||10:0),TVE.inner_$(`[data-label-for="${e.attr("data-label")}"]`)}}),TVE.add_action("tve.lg.edit.mode.enter",e=>{e.find(".tve-lg-textarea-counter .tve-fill-text-dynamic").attr("contenteditable",!1)})}})},15887:(e,t,s)=>{e.exports=s(81940).extend({$$type:"lead_generation",categoryId:"form_type",templateName:"form",selectDefault(){"contact_form"===TVE.ActiveElement.attr("data-tcb-lg-type")?this.filter({},this.$typesWrapper.find('[data-item="Contact Forms"]')):this.filter({},this.$typesWrapper.find('[data-item="All Types"]'))},afterTemplateApplied(){this.elementData&&this.elementData.fileSetupId?this.applyTo.attr("data-f-id",this.elementData.fileSetupId):this.applyTo.removeAttr("data-f-id"),this.elementData&&this.elementData.settingsId?this.applyTo.attr("data-settings-id",this.elementData.settingsId):this.applyTo.removeAttr("data-settings-id"),TVE.Components.lead_generation.syncFileUploadSettings(this.applyTo),delete this.elementData},beforeSave(){this.elementData={fileSetupId:this.applyTo.attr("data-f-id"),settingsId:this.applyTo.attr("data-settings-id")}}})},16102:(e,t,s)=>{e.exports=s(515).extend({template:TVE.tpl("controls/switch"),openTooltip(){},getExtraClass(){let e="";return this.get_config("no-space")&&(e+=" no-space"),e},openInstructionsLightbox(e,t){TVE.modal_open("instructions",{element:TVE.ActiveElement,target:t})},redirectToInstructionsUrl(e,t){const s=t.getAttribute("data-link");s?window.open(s,"_blank"):console.error("No URL found in data-link attribute.")}})},16124:(e,t,s)=>{const i=s(16668);e.exports=i.base_view.extend({template:TVE.tpl("util/color-picker/add-color"),initialize(e){this.color_view=e.favorites_view},render(e){this.$el.html(this.template({global_tip:TVE.t.global.save_global_color,favorite_tip:TVE.t.global.save_favorite_color})),this.reset_view_vars(e)},reset_view_vars(e){this.tiny_color_obj=e,this.$(".tcb-global-color-preview").css("background-color",e.toHexString())},add_global(){const e=this.tiny_color_obj.toHexString(),t=this.tiny_color_obj.toRgbString(),s=this.color_view.compute_color_name(e);this.color_view.add_global_color({color:t,name:s,custom_name:0}),this.color_view.reset_html();const i=this.color_view.$('.p-global-thumb[data-color="'+t+'"]').first();this.color_view.execute_global_color_ajax({color:t,name:s}),i&&(TVE.changeCssVariableValue(i.attr("data-var"),t),this.color_view.color_click(null,i[0]),this.empty_el())},add_favorite(){this.color_view.add_color(this.tiny_color_obj),this.empty_el()},empty_el(){this.$el.empty(),jQuery(".tvd-material-tooltip").removeClass("show")}})},16171:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const l=s(74144),o=s(13828);var c;c=jQuery,e.exports={TCB_CLS_PAT:TVE.apply_filters("tcb.content.tcb_cls_pat",["thrv_","tve-","tve_","tcb_","tcb-","thrv-","img_style_","mce-","fr-","ttfm"]),cleanup_froala(e,t=!1){const s=this;e.find(".tve-froala").each(function(){const e=c(this);if(e.find(".tve-froala:not(a)").length)return;let i=e.find(".fr-element").last();if(i.length||(i=e.next(".fr-wrapper").find(".fr-element")),i.length?(i.find(".tve-froala").length&&s.cleanup_froala(i),e.html(i.html()).removeClass(function(e,t){return(t.match(/(^|\s)(fr-|tve-froal)\S+/g)||[]).join(" ")}),e.is("p")&&(i.remove(),e.siblings(".fr-wrapper:empty, p:empty").remove())):e.is("a.tve-froala")&&e.removeClass(function(e,t){return(t.match(/(^|\s)(fr-|tve-froal)\S+/g)||[]).join(" ")}),e.is("p.wp-caption-text")){let t=e.children("div");t.length||(t=e.next("div")),t.length&&(t.attr("style")&&e.attr("style",t.attr("style")),e.html(t.html()),t.remove())}t&&e.removeData("froala.editor")}),e.find(".fr-wrapper").each(function(){const e=c(this),t=e.children(".fr-element");c(this).replaceWith(t.length?t.html():e.html())})},get_stripped_content(e){let t="";return e&&(e.find(TVE.apply_filters("tve.get_stripped_content.selectors",".thrv-button, .tve-page-section-out svg, .tve-content-box-background svg, .thrv_countdown_timer, .thrv-credit, .thrv-google-map-embedded-code, .thrv_disqus_comments, .tcb-post-list, .tve-toc,.thrv_widget_menu, .thrv-fill-counter, .thrv_tw_qs, .thrv_social, .thrv_post_grid, .thrv-progress-bar, .thrv-rating, .thrv_contents_table, .tve-countdown, .tve-progress-bar-wrapper, .thrv_tabs_shortcode, .thrv_toggle, .thrv-login-element, .thrv_responsive_video, .thrive_leads_shortcode, .thrive-quiz-builder-shortcode, .thrv_responsive_video, .tve_more_tag, .thrv_lead_generation")).remove(),t=e.html()),TVE.apply_filters("tve.get_stripped_content",t)},get_clean_content(e,t){void 0===e&&(e={}),TVE.inner.window.w3tc_lazyload&&"function"==typeof TVE.inner.window.w3tc_lazyload.loadAdd&&TVE.inner.window.w3tc_lazyload.loadAll(),t=t||TVE.Editor_Page.editor,this.checkCWVElements(t);let s=c("#pre-save-filter");s.length||(s=c('<div style="display:none" id="pre-save-filter"></div>').appendTo("body")),s.empty(),TVE.do_action("tcb.clean_content.root",t);const i=t.children(".tve_content_save").length?t.children(".tve_content_save"):t,a=i.length>0?i.html().replace(/<script type="text\/javascript">/g,'<script type="tcb/temp">'):"";try{s.html(a)}catch(e){s.html(a.replace(/<script[^>]*>.*?<\/script>/gm,a)),console.warn("All scripts have been stripped from the html because one of them was generating an error!")}TVE.do_action("tcb.clean_content.before",s,t),e.keep_wp_shortcodes||s.find(".tve_shortcode_rendered").remove(),s.find(TVE.apply_filters("tcb.clean_content.remove_selectors",".tcb-remove-on-save, .ui-resizable-handle, .ui-resize-left, .ui-resize-right, .thrive-symbol-shortcode, .thrive-shortcode-html:not(.tve-custom-menu-type), grammarly-btn,.tve_custom_html_placeholder,.tve_dropzone,.rangySelectionBoundary, .tve_shortcode_overlay,.tve_shortcode_rendered script, .tcb-remove-on-save, .tve_post_grid_wrapper,.tve_widget_container,.gr-textarea-btn_status,.gr-textarea-btn, .tve-remove-auxiliary-content, .thrv_symbol.tcb-elem-placeholder, .tve-article-cover, .preview-cloned-content",e)).remove().end().find(".canvas-mode, .thrv_symbol, .edit_mode, .tve_merge_cells, .tve_merge_selected, .tve_active_hyperlink, .active_highlight, .active_delete, .active_duplicate, .tcb_bring_front").removeClass("edit_mode tve_merge_cells tve_merge_selected, tve_active_hyperlink active_highlight active_delete active_duplicate canvas-mode tve-element-overlay tcb_bring_front symbol-edit-mode").end().find(".tve_toggle_open").removeClass("tve_toggle_open").end().find(".tve_toggle_open_text").removeClass("tve_toggle_open_text").end().find(".thrv_toggle_shortcode .tve_faqC").hide().end().find(".thrv_toggle_title").removeClass("tve-state-expanded").end().find('.thrv-tabbed-content [data-tab-type="dynamic"] .tve-state-expanded').removeClass("tve-state-expanded").end().find(".tve-dynamic-dropdown").removeClass("tve-state-expanded").end().find(".tcb-filter-option").removeClass("tve-state-expanded").end().find(".thrv_toggle .tve_faqC").removeAttr("style").end().find(".thrv_toggle .tcb-add-block-below").remove().end().find("#tve-clipboard-container").remove().end().find(".tve_vertical .tcb-menu-logo-wrap").remove().end().find(".thrv_heading").removeClass("thrv_heading").addClass("thrv_text_element").end().find(".tve_oFaq").removeClass("tve_oFaq").end().find(".ui-resizable,.init_done,.ui-sortable,.ui-sortable-handle,.tve-draggable,.tve-droppable").removeClass("ui-resizable init_done ui-sortable ui-sortable-handle tve-draggable tve_grabbed tve-droppable tve_styling tve_moving").end().find("[contenteditable]").removeAttr("contenteditable").end().find("[draggable]").removeAttr("draggable").end().find("[data-gramm]").removeAttr("data-gramm data-gramm_id data-gramm_editor").filter(":empty").remove().end().end().find(".tve-state-hover,.tve-state-active").removeClass("tve-state-hover tve-state-active").end().find(".tve-m-expanded").removeClass("tve-m-expanded").end().find(".on_hover").removeClass("on_hover").end().find(".tve-triggered-icon").removeClass("tve-triggered-icon").end().find(".tcb-animated").removeClass("tcb-animated").end().find(".thrv_widget_menu").removeClass("tve-custom-menu-switch-icon-tablet tve-custom-menu-switch-icon-mobile").end().find(".expand-children").removeClass("expand-children").end().find('[data-css=""]').removeAttr("data-css").end().find(".tcb-mp").css("z-index","").removeClass("tcb-mp").end().find("[srcset]").removeAttr("srcset").removeAttr("sizes").end().find("p").each(function(){void 0!==this.className&&0===this.className.toString().length&&this.removeAttribute("class")}),this.cleanup_froala(s),s.find(".tve_more_tag").replaceWith('\x3c!--tvemorestart--\x3e<p class="tve_more_tag" id="more-'+TVE.CONST.post.ID+'"><span class="tve_no_edit">More...</span></p>\x3c!--tvemoreend--\x3e'),s.find("iframe.tcb-yt-bg").each(function(){const e=c(this),t=c(`<div id="${this.id}" class="tcb-yt-bg" data-url="${this.getAttribute("data-url")}" data-yt-id="${this.getAttribute("data-yt-id")}"></div>`);e.hasClass("dynamic-source")&&t.addClass("dynamic-source").attr("src",e.attr("src")).attr("data-c-f-id",e.attr("data-c-f-id")),e.replaceWith(t)}),s.find(".thrv_responsive_video[data-type=vooplayer]").each((e,t)=>{c(t).find("#theImg,link,.spinner").remove()}),this.cleanupExtensionsJunk(s),this.cleanupPluginsJunk(s),s.find(".tcb-replaceable-placeholder").each(function(){const e=c(this);e.parent().hasClass("tcb-parent-placeholder-empty")||e.remove()}),s.find("video > source").each((e,t)=>{t.getAttribute("type")&&-1!==t.getAttribute("type").indexOf("quicktime")&&t.removeAttribute("type")}),s.find(".thrive-shortcode-config").each((e,t)=>{if(t.parentElement.classList.contains("thrv_thrive_optin"))return;const s=t.innerHTML.match(new RegExp("__CONFIG_(.*?)__"));if(s&&s.length>1)try{o(TVE.inner_$(t),s[1]).remove("tve_shortcode_rendered")}catch(e){}}),s.find(".tcb-window-width").each((e,t)=>{t.style.removeProperty("width"),t.style.removeProperty("left")}),s=TVE.apply_filters("tcb_filter_html_before_save",s,t,e),s.find("a[data-tcb-href]").each(function(){this.setAttribute("href",this.getAttribute("data-tcb-href"))}),this.stripped_content=this.get_stripped_content(s.clone());const l=s.html().replace(/<script type="tcb\/temp">/g,'<script type="text/javascript">').replace(/\u200B/g,"");return s.empty(),l},checkCWVElements(e){const t=TVE.apply_filters("tcb.cwv_elements",[],e).filter(e=>e.is(":visible"));if(t.length>0){const s={m:"600px",t:"1023px",d:"1366px"};for(const i in s){TVE.main.$frame.width(s[i]);const a=`data-cwv-height-${i}`;e.find(`[${a}]`).removeAttr(a),t.forEach(e=>{e.css("border","1px solid transparent").attr(a,Math.ceil(e.height())).css("border","")})}TVE.main.sidebar_bottom.setIframeWidth(TVE.main.device)}},get_stylesheet_rules(){let e,t=TVE.stylesheet.cssRules?TVE.stylesheet.cssRules:TVE.stylesheet.rules,s="",i="";const a=[],o=[],c=/ (p|h1|h2|h3)$/,n=TVE.apply_filters("tcb.css.save.blacklist",[]);function r(t,s){s=s||"";let i,o="";if(-1!==a.indexOf(s+t.selectorText))return"";if(e=l.getRealSelector(t),e.includes(".tve-state-hover"))return"";const r=function(e,t){if(TVE.apply_filters("tcb.css.save.whitelist_rule",!1,e,t))return!0;for(let t,s=0;t=n[s++];)if(-1!==e.indexOf(t))return!1;return-1===e.indexOf("data-css")&&-1===e.indexOf("data-tve-custom-colour")||!(!e.match(c)||-1===t.indexOf("margin"))&&jQuery(e.replace(c,"")).length}(e,t.cssText)||jQuery(e).length;if(TVE.apply_filters("tcb.css.should_save_rule",r,t)){if(i=t.cssText.replace(t.selectorText,"").replace(/\{(\s*)\}/g,"").trim(),!i)return"";o+=TVE.apply_filters("tcb.css.filter_rule",t.cssText),a.push(s+t.selectorText)}return o}t=TVE.apply_filters("tcb_css_rules_before",t);for(let e=t.length-1;e>=0;e--){const a=t[e];if(a.type===CSSRule.IMPORT_RULE){const e=TVE.FontManager.read_font_name(a.cssText);TVE.FontManager.is_font_used(e,s)&&void 0===o[e]&&(o[e]=1,s=a.cssText+s);continue}if(a.type!==CSSRule.MEDIA_RULE)s=a.type!==CSSRule.FONT_FACE_RULE?r(a)+s:a.cssText+s;else{i="";for(let e,t=0;e=a.cssRules[t++];)i+=r(e,a.media.item(0));i&&(s="@media "+a.media.item(0)+"{"+i+"}"+s)}}return s},get_global_rules(e){const t=TVE.globalsheet.cssRules?TVE.globalsheet.cssRules:TVE.globalsheet.rules,s={},i=[],a=[],l=TVE.CSS_Rule_Cache.getImports();function o(e,t){t=t||"";let s="";return-1!==a.indexOf(t+e.selectorText)?"":e.cssText.replace(e.selectorText,"").replace(/\{(\s*)\}/g,"").trim()?(s+=e.cssText,a.push(t+e.selectorText),s):""}for(let a=0;a<t.length;a++){const c=t[a];if(c.type===CSSRule.MEDIA_RULE)for(let t,a=0;t=c.cssRules[a++];){const a=o(t,c.media.item(0));if(!(e.length>0&&a.indexOf("tve-state-hover")>-1)){if(a.indexOf(TVE.CONST.global_cls_prefix)>-1){if(!a.match(e))continue;s[c.media.item(0)]||(s[c.media.item(0)]=[]),s[c.media.item(0)].push(a)}if(t.style.getPropertyValue("font-family").length){const e=t.style.getPropertyValue("font-family").replace(/['"]+/g,"").trim();if(!1===TVE.FontManager.is_web_safe_font(e))for(let t=0;t<l.length;t++)l[t].indexOf(e.replace(/ /g,"+"))>-1&&-1===i.indexOf(l[t])&&i.push(l[t])}}}}return TVE.apply_filters("tcb.get_global_rules",{css:s,fonts:i})},refresh_global_style_node(){let e="";const t=this.get_global_rules("");c.each(t.fonts,function(t,s){e+=s}),c.each(t.css,function(t,s){e+="@media "+t+"{";for(let t=0;t<s.length;t++)e+=s[t].replace(TVE.escapedRegEx(TVE.CONST.global_css_prefix,"g"),"");e+="}"}),TVE.inner_$(".tve_global_style").html(e)},parse_element_classes(e){const t=new RegExp(this.TCB_CLS_PAT.join("([^ ]*)|")+"([^ ]*)|"+TVE.thrv_custom_classes.join("|"),"g");return e?e.replace(t,"").replace("/S+/g"," ").trim():""},is_wp_content_tinymce_available:()=>"undefined"!=typeof tinymce&&tinymce&&tinymce.activeEditor&&"tve_tinymce_shortcode"===tinymce.activeEditor.id&&!tinymce.activeEditor.isHidden(),get_shotcode_tinymce_content(){if(!this.is_wp_content_tinymce_available()){let e=jQuery("#tve_tinymce_shortcode").val();return wp&&wp.editor&&wp.editor.autop&&(e=wp.editor.autop(e)),e}return tinymce.activeEditor.getContent()},set_shortcode_tinymce_content(e){this.is_wp_content_tinymce_available()?tinymce.activeEditor.setContent(e):jQuery("#tve_tinymce_shortcode").val(e)},convert_script_tags(e){e=e.replace("<\\/script","<\\\\/script");const t=jQuery('<div class="tve_escaped_js">'+e+"</div>");return 0===t.find("script").length&&0===t.find("noscript")||(t.find("script").each(function(){const e=jQuery(this),t=jQuery('<code class="tve_js_placeholder"></code>');let s="[tcb-script";jQuery.each(this.attributes,function(){s+=" "+this.name+'="'+this.value+'"'}),s+="]"+e.text()+"[/tcb-script]",t.text(s),e.replaceWith(t)}),t.find("noscript").each(function(){const e=jQuery(this),t=jQuery('<code class="tve_js_placeholder tve_noscript"></code>');let s="[tcb-noscript";jQuery.each(this.attributes,function(){s+=" "+this.name+'="'+this.value+'"'}),s+="]"+e.text()+"[/tcb-noscript]",t.html(s),e.replaceWith(t)})),t.html()},revert_script_tags(e){if(!e.trim())return"";const t=jQuery(`<div class="tve_escaped_js">${e}</div>`);return t.find(".tve_custom_html_placeholder,.tve_click").remove(),t.find(".tve_shortcode_overlay").remove(),0===t.find("code.tve_js_placeholder").length||t.find("code.tve_js_placeholder").each(function(){const e=jQuery(this),t=new RegExp("^\\[tcb-script([^\\]]*?)\\]([\\s\\S]*?)\\[/tcb-script\\]$","g");let s;s=e.find("script").length?e.html():e[e.hasClass("tve_noscript")?"html":"text"]().replace(t,"<script$1>$2<\/script>");const i=new RegExp("^\\[tcb-noscript([^\\]]*?)\\]([\\s\\S]*?)\\[/tcb-noscript\\]$","g");s=s.replace(i,"<noscript$1>$2</noscript>"),e.hasClass("tve_noscript")&&(s=jQuery("<textarea>").html(s).text());const a=jQuery(s);a.removeAttr("class className"),e.replaceWith(a)}),t.html().trim()},prepareSaveData(e,t){let s=function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({update:e,tve_content:this.get_clean_content({},this.editor),tve_stripped_content:this.stripped_content,post_id:TVE.CONST.post_id,inline_rules:this.get_stylesheet_rules(),tve_custom_css:TVE.Editor_Page.get_custom_css(),tve_landing_page:TVE.CONST.landing_page||"",custom_font_classes:[],tve_globals:{},tve_post_constants:TVE.CONST.tve_post_constants,tve_global_scripts:TVE.CONST.tve_global_scripts||{},has_icons:0,page_events:TVE.CONST.page_events},TVE.Lightspeed.getLightspeedData({$content:TVE.Editor_Page.editor}));return s=TVE.apply_filters("tcb_save_post_data_before",s),TVE.CONST.custom_post_data&&c.each(TVE.CONST.custom_post_data,function(e,t){s[e]=t}),TVE.CONST.tve_globals=TVE.CONST.tve_globals||{},TVE.CONST.tve_globals.js_sdk=this.getUsedSDKs(),TVE.CONST.social_fb_app_id&&(s.social_fb_app_id=TVE.CONST.social_fb_app_id),c.each(TVE.CONST.tve_globals,function(e,t){e&&(s.tve_globals[e]=t)}),custom_font_classes&&c.each(custom_font_classes.split(" "),function(e,t){(TVE.Editor_Page.editor.find("."+t).length||TVE.landing_fonts&&TVE.landing_fonts.fontUsed(t))&&s.custom_font_classes.push(t)}),s.tve_globals.extra_fonts&&c.each(s.tve_globals.extra_fonts,function(e,t){TVE.Editor_Page.editor.find("."+t.font_class).length||TVE.landing_fonts&&TVE.landing_fonts.fontUsed(t.font_class)?t.ignore=0:t.ignore=1}),void 0!==t&&c.each(t,function(e,t){s[e]=t}),s.tve_globals.used_icon_packs=[],s.has_icons=this.hasIcons(TVE.Editor_Page.editor,s),s.tve_globals.fb_comment_admins=this.getFacebookCommentsModerators(),c(".tve_post_grid_masonry,.tcb-masonry").length&&(s.tve_has_masonry=1),c(".tve_typefocus").length&&(s.tve_has_typefocus=1),(c(".tve_wistia_popover:visible").length||c(".tve_ea_thrive_wistia").length)&&(s.tve_has_wistia_popover=1),s=TVE.apply_filters("tcb_save_post_data_after",s),s.tve_content=TVE.prepareWordfencePostContent(s.tve_content),s.tve_stripped_content=TVE.prepareWordfencePostContent(s.tve_stripped_content),s},hasIcons(e=c(),t={}){const s=e.find(".tve_sc_icon:not(.tve_sc_text)");let i=c();if(s.length){const e=[];if(TVE.CONST.tve_globals.extra_icons)for(let a,l=0;a=TVE.CONST.tve_globals.extra_icons[l++];){if(!a.icons||!a.icons.length)continue;const o=s.filter("."+a.icons.join(",."));o.length&&t.tve_globals&&t.tve_globals.used_icon_packs&&t.tve_globals.used_icon_packs.push(a["font-family"]),i=i.add(o),o.each(function(){e.push(this.dataset.tveIcon)}),TVE.CONST.tve_globals.extra_icons[l-1].icons=e}}return s.length!==i.length?1:0},getFacebookCommentsModerators(e=TVE.Editor_Page.editor){let t="";const s=e.find(".tve-fb-comments:visible");if(s.length>0){const e=s.attr("data-fb-moderator-ids");void 0!==e&&e.length>0&&(t=JSON.stringify(e.split(";")))}return t},getUsedSDKs(e=TVE.Editor_Page.editor){let t=[];return e.find(".thrv_social").each(function(){t=t.concat(c(this).tve_social().getRequiredSDKs())}),e.find(".tve-fb-comments").length>0&&(t.includes("fb")||t.push("fb")),t},process_saved_template(e,t,s,i,a,l=""){if(t.find(".edit_mode").removeClass("edit_mode"),t.find(".tve_sc_icon").length&&!c("#thrive_icon_pack").length&&TVE.CONST.icon_pack_css&&c('<link id="thrive_icon_pack" rel="stylesheet" type="text/css" href="'+TVE.CONST.icon_pack_css+'">').appendTo("head"),!(e=e.trim())&&!s)return t;function n(e){const t=Math.floor(1e8*Math.random()+1);return e.attr("data-tve-custom-colour",t),t}const r=t.wrapAll("<div></div>").parent(),d=TVE.apply_filters("tcb.content_template.container",r);if(e){const g=e.match(/[^{}]+(?=\})/g),m=e.match(/\[(.*?)\]([^\{]*)/g),u=m?m.length:0;var h={};for(let v=0;v<u;v++){const f=m[v].match(/\[data-tve-custom-colour=([^0-9]{1,1})(\d+)('|")\]/);if(!f||f.length<3)continue;const _=void 0!==h["code"+f[2]]?h["code"+f[2]]:n(d.find('[data-tve-custom-colour="'+f[2]+'"]')),b=m[v].replace(f[2],_);TVE.compat.insert_css_rule(b,g[v],TVE.stylesheet.cssRules.length),h["code"+f[2]]=_}}if(i&&jQuery.each(i,function(e,t){TVE.stylesheet.insertRule(t)}),s){function p(e,t,s,i){if(e===TVE.main.responsive.desktop.media&&-1!==t.indexOf(":hover")){const e=t.split(",").map(function(e){let t=e.replace(/^([^:]+):hover/g,"$1.tve-state-hover");return t===e&&(t=e.replace(/(\s+)([^:]+):hover/g,"$1.tve-state-hover$2")),t===e&&(t=e.replace(/:hover/g,".tve-state-hover")),t}).join(",");s.insertRule(e+i+"}",s.cssRules.length)}}const w={};jQuery.each(s,function(e,t){let s=(t=t.replace(/data-css='(.+?)'/g,'data-css="$1"')).match(/[^{}]+(?=\})/g),i=t.match(/([^\r\n{}]+)(,(?=[^}]*{)|\s*){/g);if(!s||!i||s.length!==i.length)return!0;e.includes("width")||(e=TVE.main.responsive.desktop.media);const l=TVE.CSS_Rule_Cache.media_rule(e);i=i.map(c.trim),s=s.map(c.trim);for(const t in i){let o=i[t];if(!s[t])break;o.includes("data-css=")||(o=TVE.apply_filters("tcb.content_selector_prefix",o),l.style_by_selector(o.replace("{","").trim(),!1)||(l.insertRule(o+s[t]+"}",l.cssRules.length),p(e,o,l,s[t])));const n=o.match(/tve-u-(.[^ "]*)/g);c.each(n,function(i,c){w[c]=w[c]||TVE.CSS_Rule_Cache.generate_id(),o=o.replace(new RegExp("("+c+")","g"),w[c]).trim(),o=TVE.apply_filters("tcb.content_selector_prefix",o),a&&TVE.hasHeadCss(o.replace("{","").trim(),!0,e)||(l.insertRule(o+s[t]+"}",l.cssRules.length),p(e,o,l,s[t]))})}}),c.each(w,function(e,t){d.find('[data-css="'+e+'"]').attr("data-css",t),l=l.replace(new RegExp("("+e+")","g"),t)}),TVE.do_action("tcb.process_template.after.ids_remap",w,d)}if(l.length>0){const y=l.split("}"),C=TVE.CSS_Rule_Cache.media_rule(TVE.main.responsive.desktop.media);c.each(y,(e,t)=>{if(t.length>0){const e=t.split("{"),s={selectorText:e[0].trim(),cssText:e[1].trim()};s.selectorText.length>0&&s.cssText.length>0&&C.insertStyleRule(s)}})}return d.find(".thrv_widget_menu").each(function(){const e=c(this),t=o(e.find(".thrive-shortcode-config"),"widget_menu"),s=t.get();t.save(s)}),d.find(".thrv_widget_menu").removeClass("tve-custom-menu-switch-icon-tablet tve-custom-menu-switch-icon-mobile"),TVE.compat.texts(d),TVE.compat.icons(d),r.html()},insert_head_css(e,t){var s;const i=c('<style type="text/css"></style>').text(e).appendTo("head"),a=TVE.ActiveElement?TVE.ActiveElement.closest(".thrv_symbol"):c(),l=c.Deferred(),o=TVE.CSS_Rule_Cache.getImports(),n=()=>{const e=TVE.apply_filters("css_rules_before_insert",i[0].sheet.cssRules,a);for(let t=0;t<e.length;t++)switch(e[t].type){case CSSRule.IMPORT_RULE:o.includes(e[t].cssText)||TVE.stylesheet.insertRule(e[t].cssText,0);break;case CSSRule.MEDIA_RULE:const s=TVE.compat.conditionText(e[t]),i=TVE.CSS_Rule_Cache.media_rule(s),a=s===TVE.main.responsive.desktop.media;let l=null;for(let s=0;s<e[t].cssRules.length;s++){const o=e[t].cssRules[s];let c=null;null!==(l=i.rule_index_by_selector(o.selectorText))&&i.deleteRule(l);let n=o.style.cssText;for(let i,a=s+1;i=e[t].cssRules[a++];)i.selectorText===o.selectorText&&(n+=i.style.cssText,e[t].deleteRule(--a));i.insertRule(`${o.selectorText} { ${n} }`,i.cssRules.length),a&&null!==(c=TVE.CSS_Rule_Cache.generate_hover_state_css(o))&&i.insertRule(c,i.cssRules.length)}break;case CSSRule.STYLE_RULE:TVE.CSS_Rule_Cache.media_rule(TVE.main.responsive.desktop.media).insertStyleRule(e[t]);break;default:TVE.stylesheet.insertRule(e[t].cssText,TVE.stylesheet.cssRules.length)}"function"==typeof t&&t(i[0]),l.resolve(i[0]),i.remove()};return null!==(s=i[0].sheet)&&void 0!==s&&s.cssRules?n():i[0].onload=function(){n()},l.promise()},prepare_content_for_editor(e){(e=e||TVE.inner_$("body")).find(".thrv_custom_html_shortcode").each(function(){const e=TVE.inner_$(this),t=e.find("img");e.height()<=10&&(0===t.length||t.closest("code.tve_noscript").length>0)?e.append('<div class="tve_shortcode_overlay"><span>No preview available.</span></div>'):e.find("iframe").length&&!e.find(".tve_iframe_cover").length&&e.append('<div class="tve_iframe_cover"></div>')})},cleanupExtensionsJunk(e){e.find('input[type="password"],input[type="email"],input[type="text"]').css({"background-image":"","background-repeat":"","background-attachment":"","background-size":"","background-position":""}).removeAttr("data-kwimpalastatus data-kwimpalaid").siblings('span[data-dashlanecreated="true"]').remove()},cleanupPluginsJunk(e){e.find(".google-auto-placed ").remove(),e.find('ins[data-adsbygoogle-status="done"]').each((e,t)=>{t.removeAttribute("data-adsbygoogle-status"),t.innerHTML=""})}}},16357:(e,t,s)=>{!function(t){const i=s(16668).component,a=s(16102),l=s(40521);e.exports=i.extend({renderPage:!1,render_list(){return this.renderPage||(this.$el.html(TVE.tpl("central-style-panel/fonts")()),this.inheritTypography=new a({el:this.$(".tve-inherit-typography"),model:{config:{label:TVE.t.inheritLPTypography,default:!1}}}),this.settings_init()),this.inheritTypography.update(),this},readThemeDependency(){this.$('[data-fn="toggleThemeCss"]').removeClass("tcb-disabled").filter('[data-do="'+(parseInt(TVE.CONST.theme_css_disabled)?"disable":"enable")+'"]').addClass("tcb-disabled")},readLPSettings(){this.readHF(),this.readLPFonts(),this.readThemeDependency()},toggleThemeCss(e,t){t.classList.add("tcb-disabled"),this.$('[data-fn="toggleThemeCss"]').removeClass("tcb-disabled");const s="disable"===t.dataset.do?"1":"0";return TVE.main.overlay(),TVE.Editor_Page.save(!0,()=>{TVE.KEEP_OVERLAY=!0,TVE.ajax("theme_css","post",{disabled:s,post_id:TVE.CONST.post_id}).done(()=>{TVE.main.$frame[0].contentWindow.location.reload(!0),TVE.CONST.theme_css_disabled=s,this.readThemeDependency()})}),!1},settings_init(){this.inheritTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("post-list/post-inherit-tooltip"),anim_duration:300,no_callback:!0,tooltipElem:this.$(".inherit-typography"),closeOnLeave:!0,validate:()=>!this.inheritTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:100,"z-index":99},panel_position:"right",arrow_css:{left:"75px"},el_css:{right:"-110px"}}),this.editLPTypographyTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("post-list/post-lp-button-tooltip"),anim_duration:300,no_callback:!0,tooltipElem:this.$(".typography-button"),closeOnLeave:!0,validate:()=>!this.editLPTypographyTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:100,"z-index":99},panel_position:"right",arrow_css:{left:"75px"},el_css:{right:"-110px"}}),this.$(".typography-button").openTooltip=()=>(this.editLPTypographyTooltip.isOpen()?this.editLPTypographyTooltip.onCancel():this.$(".typography-button .tcb-disabled").length&&this.editLPTypographyTooltip.open(null,this.$(".typography-button")),!1),this.inheritTypography.openTooltip=()=>(this.inheritTooltip.isOpen()?this.inheritTooltip.onCancel():this.inheritTooltip.open(null,this.$(".inherit-typography")),!1),this.inheritTypography.change=function(e,s){const i=s.checked?1:0,a={post_id:TVE.CONST.post.ID,inherit:i};i?(t(".lp-typography-button").addClass("tcb-disabled"),t(".typography-button").attr("data-paneltlt-hover",""),TVE.CONST.ttb_inherit_typography=1):(TVE.inner_$("head style.tcb_skin_lp_typography").remove(),t(".lp-typography-button").toggleClass("tcb-disabled"),t(".typography-button").removeAttr("data-paneltlt-hover",""),TVE.CONST.ttb_inherit_typography=0),TVE.main.overlay(),TVE.ajax("inherit_ttb_typography","post",a).done(e=>{e.style&&TVE.inner_$(e.style).insertBefore("style.tve_custom_style"),e.thrive_default_styles&&TVE.inner_$("style#thrive-default-styles").html(e.thrive_default_styles),TVE.main.overlay("close")})},this.inheritTypography.update=function(){this.setValue(!!TVE.CONST.ttb_inherit_typography&&void 0!==TVE.CONST.theme),TVE.CONST.ttb_inherit_typography&&void 0!==TVE.CONST.theme&&(t(".lp-typography-button").addClass("tcb-disabled"),t(".typography-button").attr("data-paneltlt-hover",""))}}})}(jQuery)},16406:(e,t,s)=>{const i=s(50732),a=s(16102);e.exports=i.extend({updateOnMouseLeave:!1,template:TVE.tpl("controls/lead-generation/edit-option"),after_initialize(){const e=this;this.initialModel=this.model.toJSON(),this.checkedDefault=new a({el:this.$el.find(".tve-edit-option-default-switch"),model:{config:{label:TVE.t.set_as_default,default:this.model.setDefault}}}),this.checkedDefault.input=function(t,s){e.model.set("default",s.checked)},this.checkedDefault.update=function(){this.setChecked(e.model.get("default"))}},render(){this.$(".popup-content").html(this.template())},changeLabel(e,t){this.model.set("label",t.value),this.model.get("labelAsValue")&&this.model.set("value",t.value)},changeLabelAsValue(e,t){this.$(".tve-lg-option-value-input").toggleClass("tcb-hide",t.checked),this.model.set("labelAsValue",t.checked),this.model.set("value",t.checked?this.model.get("label"):""),this.$(".tve-lg-option-value-input input").val(this.model.get("value"))},changeValue(e,t){this.model.set("value",t.value)},onCancel(){this.hide(),this.model.set(this.initialModel)},onOpen(){this.checkedDefault.update()},onApply(){console.error("Implement apply option")}})},16543:(e,t,s)=>{!function(t){const i=s(50732),a=s(88379),l=s(54136),o=s(30624),c=s(40521);e.exports=i.extend({template:TVE.tpl("lead-generation/new-connection-area"),_template:TVE.tpl("controls/lead-generation/api-drop-panel"),apis:{},currentApi:null,currentApiModel:null,editMode:!1,after_initialize(){TVE.add_filter("tcb.allow_input_focus",(e,s)=>{const i=t(s.target);return i.hasClass("select2-search__field")&&i.closest(".select2-container--tve-lg-tags").length&&(e=!1),e}),TVE.add_filter("tcb.droppanel.enter.pressed",(e,t,s)=>(t.closest(".select2-container--tve-lg-api, .connection-setup").length&&(e=!1),this.$apiSelect&&t.hasClass("select2-selection")&&(this.$apiSelect.select2("close"),s.preventDefault(),s.stopPropagation()),e))},after_render(){this.$apiSelectWrapper=this.$(".tve-api-select"),this.$apiSelect=this.$("#lg-api-select"),this.$setup=this.$(".connection-setup"),this.$applyButton=this.$(".btn-apply"),this.$noApi=this.$(".tve-no-apis"),this.$noList=this.$(".tve-lg-no-list"),this.initApis(),TVE.add_action(`tve.${this.component.key}.api.edit`,this.editApi.bind(this)),TVE.StorageManager.on("tve_new_api",e=>{this.apis[e.key]||(this.apis[e.key]=new a({key:e.key,name:e.name}),this.editMode?this.apiToRemove=this.currentApiModel.key:this.editMode=!0,this.currentApiModel=this.apis[e.key],this.buildApis(),this.selectApiConnection(null,{value:e.key})),TVE.StorageManager.unset("tve_new_api")})},initApis(){_.each(TVE.CONST.api_connections,(e,t)=>{_.contains(["turnstile","recaptcha","sendowl"],t)||(this.apis[t]=new a({key:t,name:e}))})},buildApis(){let e=TVE.ActiveElement&&TVE.ActiveElement.data("lg")?Object.keys(TVE.ActiveElement.data("lg").get("apis")):[];const s=_.isEmpty(this.apis)||e.length===Object.keys(this.apis).length;if(e&&(e=_.filter(e,e=>"email"!==e)),!s){this.$apiSelect.empty(),this.$apiSelect.append('<option selected="selected"></option>');const s=TVE.apply_filters("tcb.lg_api_list_dropdown",this.apis);_.each(s,s=>{const i=this.editMode&&s.key===this.currentApiModel.key;if(!_.contains(e,s.key)||i){let e=s.name;"Brevo"===e&&(e="Brevo formerly SendinBlue");const a=t(`<option value="${s.key}" data-image="${s.logo()}">${e}</option>`);i&&a.prop("selected",!0),this.$apiSelect.append(a)}}),this.$apiSelect.select2({placeholder:TVE.t.apiChoose,theme:"tve-lg-api",templateResult:TVE.select2ImageItemRenderer,templateSelection:TVE.select2ImageItemRenderer})}this.$apiSelectWrapper.toggleClass("tcb-hidden",TVE.apply_filters(`lg_hide_apis.${this.component.key}`,s,this.currentApiModel?this.currentApiModel.key:"")),this.$noApi.toggleClass("tcb-hidden",!(s&&!this.editMode))},onOpen(){this.editMode||(this.$setup.empty(),this.buildApis()),this.currentInput="",this.$el.closest(".tve-lg-api-panel").toggleClass("tve-lg-no-api",!this.editMode),this.$noList.addClass("tcb-hidden")},selectApiConnection(e,t){this.$el.closest(".tve-lg-api-panel").removeClass("tve-lg-no-api"),this.editMode&&this.currentApiModel.key!==t.value&&(this.apiToRemove=this.currentApiModel.key),this.currentApi=t.value,this.currentApiModel=this.apis[this.currentApi],this._initExtendedApi(this.currentApi),this.editMode||(this.currentApiModel.config={}),this.getApi(!1)},getApi(e){const s=this.currentApiModel.get("key");let i;e="boolean"==typeof e&&e,i=TVE.is_tpl("lead-generation/apis/"+s)?TVE.tpl("lead-generation/apis/"+s):TVE.tpl("lead-generation/apis/default"),this.loading(!0),this.currentApiModel.getApi(e,()=>{this.loading(!1),this.$setup.html(i({api:this.currentApiModel})),TVE.do_action("tcb.lead_generation.api_settings_template",this.$setup,s,this.currentApiModel),"email"===this.currentApiModel.key?new c({tooltipElem:this.$setup.find(".tcb-email-tooltip"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,options:{hover_delay:50,leave_delay:1e3,"z-index":99},template:TVE.tpl("controls/lead-generation/email-tooltip")}):"wordpress"===this.currentApiModel.key&&new c({tooltipElem:this.$setup.find(".tcb-wordpress-tooltip"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,options:{hover_delay:50,leave_delay:1e3,"z-index":99},template:TVE.tpl("controls/lead-generation/wordpress-tooltip")});const e=!!this.currentApiModel.extra_settings,a=0===this.currentApiModel.lists.length&&!e&&this.$setup.find(".api-list").length>0;this.$applyButton.toggleClass("tve-disabled",a),this.$noList.toggleClass("tcb-hidden",!a),this.$("#tve-lg-select-tags").length&&(this.$("#tve-lg-select-tags").select2({tags:!0,minimumInputLength:1,tokenSeparators:[","],theme:"tve-lg-tags",placeholder:TVE.t.addTag,createTag(e){if(e.term.length)return e.term=e.term.replace(/["']/g,""),{id:e.term,text:e.term}}}).on("select2:unselecting",e=>{const t=e.params.args.data.id.replace(/\\/g,"\\\\");this.$(`li[title="${t}"]`).remove(),this.$(`#tve-lg-select-tags option[value="${t}"]`).remove(),e.preventDefault(),e.stopPropagation()}),this.$el.find(".select2-search__field").addClass("input").attr("data-fn","tagInput"),this.$el.find(".select2-search--inline").append(`<span class="tcb-right click tve-lg-add-tag" data-fn="addTag" data-tooltip="${TVE.t.addTag}" data-width="100%" data-side="top">${TVE.icon("plus-regular")}</span>`)),t(TVE.main).trigger("tve-api-after-render-"+this.currentApiModel.get("key"),{api:this.currentApiModel,$container:this.$setup}),TVE.do_action("tve-after-api-render",{api:this.currentApiModel,$container:this.$setup})})},forceGet(){this.getApi(!0)},saveSettings(){const e=this.$(".api-list").val();this.currentApiModel.setConfig({list:e}),t(TVE.main).trigger("tve-api-options-"+this.currentApiModel.get("key"),{api:this.currentApiModel,$container:this.$el})},onApply(e,s,i){if(this.$(".v-error").removeClass("v-error"),this.currentApiModel&&!this.FORCE_CLOSE){if(this.saveSettings(),this.currentApiModel.validate(),!this.currentApiModel.ready())return this.currentApiModel.get("error-field")&&(this.$(this.currentApiModel.get("error-field")).addClass("v-error").first().trigger("focus"),this.currentApiModel.unset("error-field")),alert(this.currentApiModel.get("error")),i.stopPropagation(),!1;{const s=TVE.ActiveElement.data("lg").get("apis"),i=this.currentApiModel.get("key");if("email"===i?(Array.isArray(s[i])||(s[i]=[]),this.editMode&&void 0!==this._curentApiIndex?s[i][this._curentApiIndex]=this.currentApiModel.config:s[i].push(this.currentApiModel.config)):s[i]=this.currentApiModel.get("config"),this.apiToRemove&&(TVE.do_action("tve.lg.api.disconnect",this.apiToRemove),delete s[this.apiToRemove]),Object.keys(s).length>0||"wordpress"===this.currentApiModel.get("key")){const e=this.component.getWrapper("form"),t=e.find("#_api_custom_fields"),s=t.length>0?TVE.unserialize(TVE.Base64.decode(t.val())):[];_.each(s,this.currentApiModel.addCustomField);const i=TVE.Base64.encode(TVE.serialize(this.currentApiModel.get("custom_fields")));t.length?e.find("#_api_custom_fields").val(i):e.append(this.component.generateHiddenInput({name:"_api_custom_fields",value:i}))}else this.component.getWrapper("form").find("#_api_custom_fields").remove(),TVE.ActiveElement.find('input[type!="hidden"]').each((e,s)=>{const i=t(s);["email","name","phone"].includes(i.attr("data-field"))||i.parent().remove()}),this.component.controls.FieldsControl.update(TVE.ActiveElement);TVE.Components.lead_generation.fieldOptions.checkEmailField(i),e&&TVE.Components.lead_generation.fieldOptions.isEmailFieldMandatory(s)&&e.find('input[name="email"]').attr("data-required",1),1===Object.keys(s).length?TVE.page_message(TVE.t.ApiConnected):"email"===this.currentApiModel.key||(2===Object.keys(s).length&&-1!==Object.keys(s).indexOf("email")?TVE.page_message(TVE.t.ApiConnected):TVE.page_message(TVE.t.multipleApis,-1)),TVE.ActiveElement.data("lg").set("apis",s)}this.saveApiData(),this.component.before_update(),this.hide()}else this.hide()},loading(e){this.$("button").toggleClass("disabled"),this.$setup.toggleClass("loading",!!e),this.$(".tcb-panel-arrow").toggleClass("loading-panel",!!e)},setupChange(e,t){const s={};s[t.dataset.name]=t.value,this.currentApiModel.setConfig(s)},saveApiData(){const e=TVE.ActiveElement.data("lg");e.set("read","form_fields"),e.set("write","apis"),e.set("write","custom_fields"),e.set({type:"api",write:"type"}),TVE.Editor_Page.reposition_icons(),TVE.do_action(`lg_api_save.${this.component.key}`,e),this.component.controls.ApiConnections.update(TVE.ActiveElement)},onCancel(){this.hide()},onClose(){this.$apiSelect.data("select2")&&this.$apiSelect.select2("close"),this.$("#tve-lg-select-tags").length&&this.$("#tve-lg-select-tags").select2("close"),t(TVE.main).trigger("lg-api-list-close",{api_key:this.currentApi,dropPanel:this}),this.editMode=!1,delete this.apiToRemove,delete this.currentApiModel},editApi(e,t){if(this.currentApiModel&&this.currentApiModel.key===e)return delete this.currentApiModel,this.onCancel(),!1;this.currentApiModel=this.apis[e],this._initExtendedApi(e),this.currentApiModel?(this.$setup.empty(),this.editMode=!0,this.buildApis(),this.setApiConfig(e,t),this.getApi(),setTimeout(()=>{const s=t.dataset.index&&"email"===this.currentApiModel.get("key")?'.api-box [data-index="'+parseInt(t.dataset.index)+'"]':'.api-box[data-api="'+e+'"]';this.open(null,this.component.$el.find(s))})):TVE.page_message(TVE.t.lgConnectionRemoved,-1)},setApiConfig(e,t){const s=TVE.ActiveElement.data("lg").get("apis");this.currentApiModel.config=s[e],"email"===e&&(this._curentApiIndex=parseInt(t.dataset.index),this.currentApiModel.config=this.currentApiModel.config[this._curentApiIndex])},getCleanCode(){let e=t("#tve_lead_generation_code").val();return e=e.replace(/(\s)?(onclick|onkeyup|onkeypress|onkeydown)="(.+?)"/g,""),e=_.unescape(e),e},parseHTML(){const e=this.getCleanCode(),t=new l(e);let s;s=t.parse(),s.code=e,t.isValid()?(TVE.ActiveElement.find('form input[type="hidden"]').remove(),s=o.custom_html(s),TVE.ActiveElement.data("lg").set("customHtml",s),TVE.ActiveElement.data("lg").set("write","customHtml"),TVE.ActiveElement.data("lg").set("type","custom-html"),TVE.ActiveElement.data("lg").set("write","type"),TVE.apply_filters(`lg_custom_html_save.${this.component.key}`,s),this.component.before_update()):TVE.page_message(TVE.t.InvalidHTML,!0)},_initExtendedApi(e){this.$el&&this.currentApiModel&&"function"==typeof o[e]&&(o[e].initialized||(o[e](this.$el,this.currentApiModel),o[e].initialized=!0))},addTag(){const e=this.$("#tve-lg-select-tags");if(!this.currentInput||e.find(`option[value="${this.currentInput}"][selected="selected"]`).length)return!1;e.find(`option[value="${this.currentInput}"][data-select2-tag="true"]`).length?e.find(`option[value="${this.currentInput}"][data-select2-tag="true"]`).attr("selected","selected").removeAttr("data-select2-tag"):e.append(`<option value="${this.currentInput}" selected="selected">${this.currentInput}</option>`),e.trigger("change"),this.currentInput=""},tagInput(e,t){this.currentInput=t.value}})}(jQuery)},16656:(e,t,s)=>{let i;e.exports=s(16668).component.extend({extra_states:!0,after_init(){i=s(49208)(TVE.inner_$,TVE.inner.window),["background","borders","typography","shadow"].forEach(e=>{TVE.add_filter(`tcb.state.hide.${e}.${this.key}`,(e,t)=>"default"!==t)})},before_update(e=TVE.ActiveElement){this.miniCart=new i(e)},controls_init(e){const t=this;e.color.input=function(e){this.applyElementCss({color:e})},e.color.update=function(e){let t=e.head_css("color");t||(t=e.css("color")),this.setValue(t)},e.size.input=function(e,t){this.applyElementCss({"--tve-cart-size":`${t.value}${this.getUM()}`})},e.size.update=function(e){this.setValue(e.tcbCss("--tve-cart-size"))},e["cart-type"].change=(t,s)=>{const i=s.dataset.value;this.miniCart.setAttr("type",s.dataset.value),e["cart-text"].$el.toggle("text"===i),e["icon-position"].$el.toggle("text"===i||"amount"===i),TVE.Editor_Page.reposition_icons(),TVE.Components.typography.toggle("icon"!==i)},e["cart-type"].update=function(){const s=t.miniCart.getAttr("type");this.setValue(s),e["cart-text"].$el.toggle("text"===s),e["icon-position"].$el.toggle("text"===s||"amount"===s),TVE.Components.typography.toggle("icon"!==s)},e["icon-position"].update=function(e){this.setValue(e.attr("data-icon-position"))},e["icon-position"].change=function(e,t){e.attr("data-icon-position",t.dataset.value);const s={};s["flex-direction"]="row".concat("right"===e.attr("data-icon-position")?"-reverse":""),e.head_css(s)},e["cart-text"].onInput=function(e,t){this.input(e,t)},e["cart-text"].input=function(e,s){t.miniCart.setAttr("text",s.value),e.find(".tcb-woo-mini-cart-text").text(s.value),TVE.Editor_Page.reposition_icons()},e["cart-text"].update=function(){this.setValue(t.miniCart.getAttr("text"))},e.align.change=(e,t)=>{this.miniCart.setAttr("align",t.dataset.value),e.parent().hasClass("tcb-clear")||e.wrap('<div class="tcb-clear tcb-flex tcb-flex-columns"></div>'),TVE.Editor_Page.reposition_icons()},e.align.update=function(){this.setValue(t.miniCart.getAttr("align"))},e.trigger.change=(e,t)=>{this.miniCart.setAttr("trigger",t.value)},e.trigger.update=function(){this.setValue(t.miniCart.getAttr("trigger"))},e.direction.change=(e,t)=>{this.miniCart.setAttr("direction",t.value)},e.direction.update=function(){this.setValue(t.miniCart.getAttr("direction"))}},stateChange(e){const t="open"===e||"empty"===e,s=this.miniCart.$cart.find(".tcb-woo-mini-cart-count ");let i;if(this.miniCart.toggle(t),t){const t=this.miniCart.$content.find(".tcb-woo-mini-cart-items,.widget_shopping_cart_content"),s=this.miniCart.$content.find(".tcb-woo-mini-cart-no-products");t.toggle("open"===e),s.toggle("empty"===e),TVE.drag.editorActions(this.miniCart.$content),TVE.Editor_Page.selection_manager.init(this.miniCart.$content),i="open"===e?t:s.find(".tve_editable")}else i=this.miniCart.$cart;TVE.Editor_Page.focus_element(i.removeClass("edit_mode")),s.toggleClass("tcb-selector-not_editable tcb-selector-no_highlight",t),this.miniCart.$cart.toggleClass("tcb-selector-not_editable tcb-selector-no_highlight",t).toggleClass("tcb-compact-edit-mode edit_mode",!t),setTimeout(()=>i.tve_overlay("no-bg",i.tveBoundingBox()),t?500:0),this.miniCart.$content.toggleClass("tcb-compact-edit-mode edit_mode",t)},enterEditMode(){this.$(".mini-cart-edit-mode").tcbAddClass("edit-mode-hidden"),TVE.main.EditMode.enter(this.miniCart.$cart.add(this.miniCart.$content),{show_default_message:!0,restore_state:!0,states:[{value:"default",label:"Normal view"},{value:"empty",label:"Expanded - empty cart"},{value:"open",label:"Expanded - items in cart"}],callbacks:{state_change:this.stateChange.bind(this),exit:()=>setTimeout(()=>{TVE.Editor_Page.focus_element(this.miniCart.$cart.removeClass("edit_mode")),this.miniCart.toggle(!1),this.$(".mini-cart-edit-mode").tcbRemoveClass("edit-mode-hidden"),this.miniCart.$cart.removeClass("tcb-selector-not_editable tcb-selector-no_highlight").find(".tcb-woo-mini-cart-count ").addClass("tcb-selector-not_editable tcb-selector-no_highlight"),TVE.Editor_Page.selection_manager.init(TVE.Editor_Page.editor),TVE.drag.editorActions(TVE.Editor_Page.editor)})}}),this.stateChange("default")}})},16658:(e,t,s)=>{!function(t){const i=s(29283),a=s(27042),l=s(74144);e.exports=s(16668).component.extend({variable_template:TVE.tpl("controls/color-var-item"),show_locate_control:!0,template_variables:[],list_rendered:!1,vars_types:["colors","gradients"],vars_list:[],master_variables:[],other_variables:[],elements_with_selectors:{},shown_elements:{},externalPalette:!1,configPaletteSelect:{paletteData:TVE.CONST.template_palettes,masterVariablePrefix:TVE.CONST.colors.lp_set_prefix},after_init(e){this.sidebar=e.sidebar,this.externalPalette=1===parseInt(TVE.CONST.external_palettes)},controls_init(){this.controls.color=new i({}),this.controls.gradient=new a({}),this.sidebar.on("hide_drawers",()=>{this.closePaletteSelect()})},render_list(){if(this.elements_with_selectors={},this.shown_elements={},this.list_rendered)return this;let e=0;if(_.each(this.vars_types,e=>{const t=TVE.CONST[e].lp_set_prefix;_.each(TVE.CONST[e].templates,s=>{const i=parseInt(s.parent),a=`var(${t}${s.id})`,l="colors"===e?`linear-gradient(${a}, ${a})`:a;s.type=e,s.css_variable=t+s.id,s.prefix=t,s.css=l,-1===i?this.master_variables.push(s):_.isNaN(i)&&this.other_variables.push(s),this.template_variables.push(t+s.id)})}),this.master_variables.length&&(this.$el.append(TVE.tpl("central-style-panel/master-variables-header")()),_.isEmpty(TVE.CONST.template_palettes)||(this.$el.append(TVE.tpl("central-style-panel/palettes")()),this.buildPalettesSelect()),_.each(this.master_variables,t=>{this.$el.append(this.variable_template({name:t.name,css_variable:t.css_variable,bg:t.css,index:e,wrapper_class:"master_variable",show_locate_control:this.show_locate_control})),this.vars_list[e]=new Backbone.Model({custom_action:"template_options",css_variable:"var("+t.css_variable+")",variables_set:TVE.CONST[t.type].templates,linked_variables:this.getLinkedVars(t.type,t.id),variable:t,post_params:{external_palettes:this.externalPalette,id:t.id,type:t.prefix.replace("--tcb-tpl-","").replace("-",""),name:t.name}}),e++})),this.other_variables.length){this.$el.append(TVE.tpl("central-style-panel/other-variables-header")());let t="";_.each(this.other_variables,s=>{t+=this.variable_template({name:s.name,css_variable:s.css_variable,bg:s.css,index:e,wrapper_class:"other_variable",show_locate_control:this.show_locate_control}),this.vars_list[e]=new Backbone.Model({custom_action:"template_options",css_variable:"var("+s.css_variable+")",variables_set:[],linked_variables:[],variable:s,post_params:{id:s.id,type:s.prefix.replace("--tcb-tpl-","").replace("-",""),name:s.name,external_palettes:this.externalPalette}}),e++}),this.$el.append(`<div class="c-s-p-other-vars">${t}</div>`)}return this.list_rendered=!0,this},getLinkedVars(e,t){const s=TVE.CONST[e].lp_set_prefix,i="number"==typeof t,a=[];return _.each(TVE.CONST[e].templates,e=>{(i&&_.isNumber(e.parent)||!i&&e.parent)&&e.parent===t&&a.push(s+e.id)}),a},buildPalettesSelect(){const e=[],s=this.configPaletteSelect.paletteData.active_id,i=this.$("#c-s-p-palettes-select");_.each(this.configPaletteSelect.paletteData.modified,(t,i)=>{const a=i===s;let l='<div class="c-s-p-palette">';_.each(this.master_variables,e=>{let s=t.colors.find(t=>t.id==e.id).color;a&&(s=TVE.buildCssVariable(this.configPaletteSelect.masterVariablePrefix+e.id)),l+=`<div class="c-s-p-palette-item" style="background-color: ${s}"></div>`}),l+="</div>",e.push({id:i,text:t.name,preview:l,selected:a})},this),i.data("select2")&&(i.off("select2:open"),i.off("select2:close"),i.select2("destroy")),i.select2({cache:!1,minimumResultsForSearch:-1,data:e,templateResult:e=>e.id?t("<div"+(s==e.id?' class="active"':"")+' data-tooltip="'+e.text+'" data-side="top">'+e.preview+"</div>"):e.text,templateSelection:e=>t(`<div>${e.preview}<span class="c-s-p-palette-title">${e.text}</span></div>`)}).on("select2:open",()=>{TVE.Views.Controls.DropPanel.close_all()}).on("select2:close",()=>{TVE.tooltips.hide()}).data("select2").$dropdown.addClass("tcb-palette-dropdown c-s-p-palettes")},closePaletteSelect(){const e=this.$("#c-s-p-palettes-select");e.length&&e.data("select2")&&e.select2("close")},locate_variable:_.debounce(function(e,t){const s=t.parentElement.getElementsByClassName("sp-transparent")[0],i=s.getAttribute("data-var"),a=s.getAttribute("data-index"),l=String(TVE.extractNumbersFromString(i)[0]);if(!this.elements_with_selectors[i]){let e=[i];const t=this.getLinkedVars(this.vars_list[a].get("variable").type,l);t.length&&(e=e.concat(t));const s=TVE.CSS_Rule_Cache.getSelectorForCss(new RegExp("("+e.join("|")+")"))[TVE.main.responsive[TVE.main.device].media];this.elements_with_selectors[i]=this.getElementsWithSelectors(s,e)}this.shown_elements[i]||(this.shown_elements[i]=[]),this.elements_with_selectors[i].length<=this.shown_elements[i].length&&(this.shown_elements[i]=[]),_.some(this.elements_with_selectors[i],function(e){if(-1===this.shown_elements[i].indexOf(e[0]))return e.tve_highlight(_.bind(()=>{this.shown_elements[i].push(e[0])},this)),!0},this)},100),getElementsWithSelectors(e,s=[]){const i=[],a=[];return t.each(e,(e,l)=>{const o=TVE.inner_$(l);-1===l.indexOf("hover")&&-1===l.indexOf("#tcb_landing_page a")&&o.length>0&&o.closest(TVE.Editor_Page.editor).length&&t.each(o,(e,t)=>{const l=TVE.inner_$(t);if(l.is("a")&&0===l.text().length)return!0;const c=l.closest(".thrv_wrapper");if(!c.is(":visible")||-1!==i.indexOf(c[0]))return!0;const n=TVE.CSS_Rule_Cache.getComputedCssText(o[e]);if(!_.some(s,e=>n.includes(TVE.getCssVariableValue(e)))&&!o[e].classList.contains("tcb-local-vars-root"))return!0;i.push(c[0]);let r=parseInt(c.offset().top);for(;a[r];)r++;a[r]=c})}),Object.values(a)},_update_template_colors(e=[]){_.isArray(e)&&(_.each(e,e=>{TVE.changeCssVariableValue(TVE.CONST.colors.lp_set_prefix+e.id,e.color);const t=TVE.CONST.colors.templates.findIndex(t=>t.id==e.id);t>-1&&(TVE.CONST.colors.templates[t].color=e.color,TVE.CONST.colors.templates[t].hsl_parent_dependency?TVE.CONST.colors.templates[t].hsl_parent_dependency=_.extend({},e.hsl_parent_dependency):TVE.CONST.colors.templates[t].hsl&&(TVE.CONST.colors.templates[t].hsl=_.extend({},e.hsl)))}),TVE.changeMainHSL(this.master_variables[0].hsl))},_update_template_gradients(e=[]){_.isArray(e)&&_.each(e,e=>{TVE.changeCssVariableValue(TVE.CONST.gradients.lp_set_prefix+e.id,e.gradient);const t=TVE.CONST.gradients.templates.findIndex(t=>t.id==e.id);t>-1&&(TVE.CONST.gradients.templates[t].gradient=e.gradient)})},_filter_template_vars_before_save(e=[],t=[]){const s=[];return _.each(e,e=>{s.push(l.filterObjectPropertiesByKey(e,t))}),s},dom_change_palette(e,t){const s=parseInt(t.value),i=TVE.CONST.template_palettes.active_id,a=["id","color","gradient","hsl","hsl_parent_dependency"],l=JSON.stringify({colors:this._filter_template_vars_before_save(TVE.CONST.colors.templates,a),gradients:this._filter_template_vars_before_save(TVE.CONST.gradients.templates,a)}),o=JSON.parse(l),c=this.getVariableValues();TVE.CONST.template_palettes.modified[i].colors&&(TVE.CONST.template_palettes.modified[i].colors=o.colors),TVE.CONST.template_palettes.modified[i].gradients&&(TVE.CONST.template_palettes.modified[i].gradients=o.gradients),this._update_template_colors(TVE.CONST.template_palettes.modified[s].colors),this._update_template_gradients(TVE.CONST.template_palettes.modified[s].gradients),TVE.CONST.template_palettes.active_id=s,this.buildPalettesSelect();const n=["id","color","gradient","name","custom_name","parent","hsl","hsl_parent_dependency"],r={previous_template_data:l,active_template_data:JSON.stringify({colors:this._filter_template_vars_before_save(TVE.CONST.colors.templates,n),gradients:this._filter_template_vars_before_save(TVE.CONST.gradients.templates,n)}),previous_id:i,active_id:s,post_id:TVE.CONST.post_id};TVE.apply_filters("tcb.palette_changed",this.externalPalette,r)||TVE.ajax("template_palette","post",r);const d=this.getVariableValues();return this.afterPaletteChange(d,c),!1},afterPaletteChange(e={},t={}){TVE.Views.Controls.Palettes.templatePaletteChanged(this.template_variables,e,t),TVE.do_action("tcb.template_palette_changed",this.template_variables,e,t)},getVariableValues(){const e={};return _.each(this.template_variables,t=>{e[t]=TVE.getCssVariableValue(t)}),e},domResetActivePalette(){if(!confirm("Are you sure you want to reset this palette?"))return!1;const e=TVE.CONST.template_palettes.original[TVE.CONST.template_palettes.active_id],t=this.getVariableValues();this._update_template_colors(e.colors),this._update_template_gradients(e.gradients);const s={active_id:TVE.CONST.template_palettes.active_id,post_id:TVE.CONST.post_id};TVE.apply_filters("tcb.palette_reset",this.externalPalette,s)||TVE.ajax("reset_template_palette","post",s);const i=this.getVariableValues();return this.afterPaletteChange(i,t),!1},dom_toggle_other_variables(){this.$(".c-s-p-other-vars").toggleClass("tcb-hidden");const e=this.$(".c-s-p-other-vars").hasClass("tcb-hidden");this.$(".c-s-p-other-icon").html(e?TVE.icon("a_up"):TVE.icon("a_down"))},dom_edit_css_variable(e,t){t.classList.contains("variable-name")&&(t=t.parentElement.getElementsByClassName("sp-transparent")[0]);const s=t.getAttribute("data-var"),i=this.controls[s.indexOf("color")>0?"color":"gradient"];if(i.isOpen())return i.onCancel(),!1;const a=t.getAttribute("data-index"),l=this.vars_list[a];return i.reset(l),i.open(null,t),!1}})}(jQuery)},16668:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}let o,c,n,r;const d=s(5529),h=s(48828),p=s(40248),g=s(74144);!function(e){let t=!1;o=Backbone.View.extend({events:{"click .click":"_call","input .input":"_call","change .change":"_call","mousedown .mousedown":"_call","mouseenter .mouseenter":"_call","mouseleave .mouseleave":"_call","mouseup .mouseup":"_call","mouseover .mouseover":"_call","keyup .keyup":"_call","keyup .keyup-enter":"_keyup_enter","keydown .keydown":"_call","click .dropdown-header":"toggleControls","focus input":"selectInput","focusout .focusout":"_call","focusin .focusin":"_call"},initialize(e){"function"==typeof this.beforeInitialize?this.beforeInitialize(e):"function"==typeof this.before_initialize&&this.before_initialize(e),this.render(e),"function"==typeof this.afterInitialize?this.afterInitialize(e):"function"==typeof this.after_initialize&&this.after_initialize(e)},_call(e){if(e.currentTarget.disabled||e.currentTarget.classList.contains("tve-disabled"))return!1;const t=e.currentTarget.getAttribute("data-fn-"+e.type)||e.currentTarget.getAttribute("data-fn");if(t&&"__return_false"===t)return e.stopPropagation(),e.preventDefault(),!1;if("function"==typeof this[t])return this[t].call(this,e,e.currentTarget);if(t&&0===t.indexOf("f:")){let s=TVE,i=window;const a=t.split(":")[1].split(".");for(;s&&a.length;)i=s,s=s[a.shift()];if("function"==typeof s)return s.call(i,e)}},_keyup_enter(e){return 13!==e.which||this._call(e)},show(e){return this.visible()||(e||this.trigger("show"),this.$el.data("hide")||this.$el.show()),this},hide(e){return this.visible()&&(e||this.trigger("hide"),this.$el[0].style.display="none"),this},toggle(e,t){return e?this.show(t):this.hide(t)},visible(){return this.$el.is(":visible")},toggleControls(){},checkbox_values(e){const t=[];return this.$(e+":checked").each(function(){t.push(this.value)}),t},destroy(){this.undelegateEvents(),this.$el.removeData().off(),this.remove(),Backbone.View.prototype.remove.call(this),this.onDestroy&&this.onDestroy()},render(e){if("function"==typeof this.beforeRender?this.beforeRender(e):"function"==typeof this.before_render&&this.before_render(e),this.template&&_.isString(this.template)&&(this.template=TVE.tpl(this.template)),this.template){const t=e&&e.render_function||"html";this.$el[t](this.template())}return"function"==typeof this.afterRender?this.afterRender(e):"function"==typeof this.after_render&&this.after_render(e),this},render_template(e){return _.isString(e)&&(e=TVE.tpl(e)),this.$el.html(e.call(this)),this},inline_message(t,s,i){void 0===i&&(i=this.$el.children().last()),s=s||"info",t=t||{};let a=this.$(".inline-message");return a.length||(a=e('<div class="inline-message"></div>')),a.removeClass("m-success m-info m-error").addClass("m-"+s).empty(),i.after(a),a.text(t),a},is_visible(){return void 0!==this._visible&&this._visible},disable(){this.$el.addClass("tcb-disabled")},enable(){this.$el.removeClass("tcb-disabled")},bind(e){if(null==e)return e;if("string"==typeof e&&this[e]&&(e=this[e]),"function"!=typeof e)throw new TypeError("bind must be called on a function");return _.bind.apply(_,[e,this].concat(Array.prototype.slice.call(arguments,1)))},toggle_disabled(e){return this.$el.toggleClass("tcb-disabled",e),this},select_element:e=>(TVE.Editor_Page.focus_element(TVE.inner_$(e.currentTarget.dataset.el||e.currentTarget.dataset.element)),!1),get(e,t){return g.deepGet(this,e,t)},get_config(e,t){return this.get("model.config."+e,t)},get_control(e){return(e=e.replace(".controls","").split(".")).splice(1,0,"controls"),e=e.join("."),this.get.call(TVE.Components,e)},selectInput(e){TVE.apply_filters("tcb.allow_input_focus",!0,e)&&e.target.select()}}),r=o.extend({events:()=>_.extend(o.prototype.events,{"change [data-setting]":"change_value"}),initialize(){const e=this;"function"==typeof this.before_initialize&&this.before_initialize(arguments),this.data={},this.render(),this.$("[data-setting]").each(function(){const t=this.getAttribute("data-setting");d(e.data,t,e.value_changed,e)}),"function"==typeof this.after_initialize&&this.after_initialize(arguments)},change_value(e,t){d.skip_one(),this.data[t.getAttribute("data-setting")]=this.$(t).val()},value_changed(e,t){this.$(`[data-setting="${e}"]`).val(t)}}),c=o.extend({initialize(e){return e.component&&(this.component=e.component),o.prototype.initialize.apply(this,arguments)},applyTo(s,i,a){if(i=!!i,a=a||!1,!TVE.ActiveElement)return e();const l=this.config&&this.config.to||"";let o=TVE.ActiveElement;return!1===i&&(t||a)&&(o=o.filter(".edit_mode"),o.length||(o=TVE.ActiveElement)),0===l.indexOf("main::")?o=TVE.inner_$(l.replace("main::","")):0===l.indexOf("closest::")?o=TVE.ActiveElement.closest(l.replace("closest::","")):l&&(o=o.find(l),o.length||(o=TVE.ActiveElement.closest(".thrv_wrapper").find(l))),s&&(o=o[0]),o},readFrom(){let e=this.applyTo(!1,!1,TVE.is_group_editing);if(e=g.getElementForDataSelector(e),this.config&&this.config.css_suffix){const t=TVE.apply_filters("tcb.element.suffix",this.config.css_suffix,e);e=g.elementForSuffix(e,t)}return e},_call(e){const t=e.currentTarget.getAttribute("data-fn-"+e.type)||e.currentTarget.getAttribute("data-fn");if(t&&"__return_false"===t)return e.stopPropagation(),e.preventDefault(),!1;if("input"===e.type?TVE.SKIP_CSS_STATE=!0:TVE.SKIP_CSS_STATE=!1,this.currentEventType=e.type,"function"==typeof this[t]){let s=this.applyTo();"function"==typeof this.prepare&&(s=this.prepare(s));const i=this[t].call(this,s,e.currentTarget,e);return delete this.currentEventType,i}return!1},setConfig(t,s,i){this.config={to:s,css_suffix:i||""},void 0!==t&&e.extend(!0,this.config,t),this.afterConfig()},change(e,t){TVE.SkipUpdate=!0,this.input(e,t),TVE.SkipUpdate=!1},input(){throw new Error(this.key()+": Input function not implemented!")},clear(){},update(){throw new Error(this.key()+": Update function not implemented!")},before_update(){},after_update(){},afterConfig(){},getDefault(){return this.default||this.model.default||this.model.config.default||""},key(){return this.$el.data("key")||this.$el.data("view")||""},prepareValue(e,t){if(""===e||isNaN(e))"-"!==e.slice(-1)&&(e=0);else{const s=(String(e).split(".")[1]||[]).length;switch(t){case"%":s>1&&(e=parseFloat(e).toFixed(1));break;case"em":case"vh":s>2&&(e=parseFloat(e).toFixed(2));break;case"s":TVE.SKIP_CSS_STATE&&"."!==!e.slice(-1)||(e=g.toFixed(e,2));break;default:e=parseInt(e)}}return e},before_render(){return this.model||(this.model={}),this.model.config||(this.model.config={}),this},cssImportant(e=""){return String(e)+(this.get_config("important")||this.config.important||this.config&&this.config.config&&this.config.config.important?" !important":"")},applyElementCss(e,t=this.applyTo(),s=this.config.css_suffix,i=this.config.css_prefix,l=!1){let o=l?t:(e=>{if(TVE.ActiveElement&&TVE.ActiveElement.hasClass("tcb_similar_edit"))if(this.config&&this.config.to){const t=TVE.ActiveElement;TVE.ActiveElement=TVE.ActiveElement.add(TVE.inner_$(".tcb_similar_edit")),e=this.applyTo(),TVE.ActiveElement=t}else e=e.add(TVE.inner_$(".tcb_similar_edit"));return e=g.getElementForDataSelector(e),g.elementForSuffix(e,s)})(t);o=TVE.apply_filters("tcb.apply_element_css",o,e);const c=new RegExp("(::[^\\s\\+>~\\.\\[:]+|:before|:after)");let n=-1===_.findIndex(Array.isArray(s)?s:[s],e=>e&&c.test(e));const r=TVE.Elements[TVE._type(t)];if(n&&r&&r.expanded&&!r.expanded_state_apply_inline&&(n=!1),n=TVE.apply_filters("tcb.css.can_apply_inline",n,t,s,i),n&&TVE.SKIP_CSS_STATE)TVE.state_manager.is_hover()&&Object.keys(e).forEach(t=>e[t]=e[t]&&!String(e[t]).includes("important")?e[t]+" !important":e[t]),TVE.state_manager.is_default()||(o=o.filter(`${TVE.state_manager.css_class()}, ${TVE.state_manager.css_class()} *`)),o.tcbCss(e);else{const l={};Object.keys(e).forEach(t=>{if(TVE.CONST.cssVarProps.includes(t)){let s=e[t];"string"!=typeof s&&(s=h(s).toRgbString()),l[`${TVE.CONST.cssVarPrefix}${t}`]=s.replace(/var/g,"var$")}}),e=a(a({},e),l),t.head_css(e,null,s,!1,i);const c={};Object.keys(e).forEach(e=>c[e]=""),o.tcbCss(c)}}}),n=o.extend({extra_states:!1,updateOnMouseLeave:!0,initialize(t){this.config=t.config,this.renderer=t.renderer,this.disabled_devices&&(e.each(this.disabled_devices,(e,t)=>{this.$el.addClass("disabled-"+t)}),this.disabled_tooltip&&this.$el.attr("data-disabled-tooltip",this.disabled_tooltip).attr("data-width","258px")),this.hide(),this.controls={},this.key=t.key||"",this.$(".tve-control").each((t,s)=>{const i=e(s),a=i.data(),l=a.key||a.view,o=a.initializer;let c=a.view;this.config[l]||(this.config[l]={}),this.config[l].config||(this.config[l].config={});const n=this.config[l];a&&(a.extends&&(n.extends=a.extends),delete a.extends,delete a.view,delete a.key,Object.assign(n.config,{},a)),void 0!==n.extends&&(c=n.extends),"function"==typeof this["__config_"+l]&&this["__config_"+l](n.config),c=o&&"function"==typeof this[o]?this[o]():void 0===TVE.Views.Controls[c]?TVE.Views.Base.control:TVE.Views.Controls[c],this.controls[l]=new c({el:i,model:n,component:this}),this.controls[l].component=this,"function"==typeof this.controls[l].after_init&&this.controls[l].after_init()}),this.options=t.options||{},"function"==typeof this.after_init&&this.after_init.call(this,t),"function"==typeof this.afterInit&&this.afterInit.call(this,t),this.controls_init(this.controls),TVE.do_action("tcb.component.after_init."+this.key,this)},setKey(e){this.key=e},open_group_options(e){TVE.Components.group.enter_group_mode(e)},close_group_options(){if(arguments&&arguments[1]&&"a"===arguments[1].tagName.toLowerCase()){const e=TVE.Components.group.mainElement.closest(".thrv_wrapper");return TVE.Editor_Page.blur(),TVE.Editor_Page.focus_element(e),void(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(e)&&TVE.main.EditMode.exit())}TVE.do_action("tcb.group.on_blur",TVE.Components.group.mainElement),TVE.Components.group.exit_group_mode(),TVE.main.switch_menu_to("elements")},setOrder(e){(void 0===e||isNaN(e))&&(e=0),this.$el.css("order",e)},is_placeholder:e=>e.hasClass("tcb-elem-placeholder"),update(s){if(t=TVE.is_group_editing,void 0!==s&&this.controls[s])return this.controls[s].update(this.controls[s].applyTo()),t=!1,this;this.deps&&this.deps.forEach(e=>TVE.Components[e]&&TVE.Components[e].update()),this.before_update(),e.each(this.controls,function(e,t){if(!t.$el.tcbHasClass("control-hide")){const e=t.readFrom();t.before_update(e),t.update(e),t.after_update(e)}}),this.after_update(),t=!1,TVE.do_action("component.update."+this.key,this),TVE.do_action("component.update."+this.key+"."+TVE._type(TVE.ActiveElement),this)},setConfig(t){e.each(this.controls,function(e,s){s.setConfig(t[e]||{},t.to,t.css_suffix)})},disable_controls(e,t="control-hide",s=!0){this.$("."+t).removeClass(t),_.each(e,function(e,s){let i,a="";_.isString(s)&&(a=e,e=s),i=this.controls&&this.controls[e]?this.controls[e].$el:this.$(e),i.tcbAddClass(t),a&&i.attr({"data-tooltip":a,"data-width":"element"})},this),s&&"function"==typeof this.disable_extra_controls&&this.disable_extra_controls(e)},block_controls(e){this.$(".disabled-children").removeAttr("data-tooltip"),this.disable_controls(e,"disabled-children",!1)},controls_init(e){},toggleControls(t){const s=t.currentTarget.getAttribute("data-prop");this[s]=e(t.currentTarget),t.ctrlKey||t.metaKey?this.toggleDropdown(s,!e(t.currentTarget).hasClass("open")):this.toggleDropdown(s),TVE.CONST.display[this.key]||(TVE.CONST.display[this.key]={}),TVE.CONST.display[this.key][s]=this[s].hasClass("open"),p.setComponentMeta(this.key,s,TVE.CONST.display[this.key][s]),TVE.Views.Controls.DropPanel.close_all(),t.stopPropagation()},change_state(e){},reinit(){},reset(){},isOpen(){return TVE.ActiveElement&&this.$('.dropdown-header.open[data-prop="docked"]').length},toggleDropdown(e,t){return void 0===e?Promise.resolve(this):(TVE.TIMEOUT_UPDATE=TVE.TIMEOUT_UPDATE||[],void 0===this[e]&&(this[e]=this.$el.find(`.dropdown-header[data-prop="${e}"]`)),void 0===t?(this[e].tcbHasClass("open")||"advanced"===e||_.contains(TVE.main.no_auto_collapse_components.concat("shared-styles"),this.key)||TVE.main.collapse_components(TVE.main.no_auto_collapse_components.concat("shared-styles")),this.$el.toggleClass("tve-active-component"),this[e].tcbToggleClass("open")):this[e][t?"tcbAddClass":"tcbRemoveClass"]("open"),TVE.main.states_dropdown.hide_dropdown(),TVE.ActiveElement&&"docked"===e&&this[e].tcbHasClass("open")?new Promise(e=>{TVE.TIMEOUT_UPDATE.push(setTimeout(()=>{this.update(),e(this)}))}):Promise.resolve(this))},map(e){const t=Array.prototype.slice.call(arguments,1);return _.each(this.controls,function(s){"string"==typeof e&&s[e]?s[e].apply(s,t):"function"==typeof e&&e(s)})},before_update(){},after_update(){},toggleHighlight(e=!1){this.el.classList[e?"add":"remove"]("tve-component-highlight")},open(t={},s="",i=TVE.CONST.display[this.key]||{}){let a=t.disabled_controls||[];!Array.isArray(a)&&e.isPlainObject(a)&&(a=Object.values(a));let l=[...a];t.config&&(l=l.concat(Object.keys(t.config).filter(e=>t.config[e].hidden))),l=TVE.apply_filters(`tcb.hidden_controls.${this.key}.${s}`,l,t,this,s),this.disable_controls(l);const o=TVE.apply_filters(`tcb.blocked_controls.${this.key}.${s}`,_.extend({},t.blocked_controls));return this.block_controls(o||[]),this.setConfig(t.config),this.setOrder(t.order),this.toggleDropdown("docked",!!i.docked&&0===TVE.getClassThatContains(TVE.ActiveElement,TVE.CONST.global_cls_prefix).length),this.toggleDropdown("advanced",!!i.advanced),this.$el[0].style.display="block",this._visible=!0,this.toggleDropdown("docked",!!i.docked&&0===TVE.getClassThatContains(TVE.ActiveElement,TVE.CONST.global_cls_prefix).length)}})}(jQuery),e.exports={base_view:o,base_view_model:r,control:c,component:n}},16789:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){this.hooks(),e.type_url.update=function(e){const t=TVE.PostList.utils.hasLinkedArticles(e);TVE.PostList.utils.toggleLinkedArticlesNotice(this.$el,this.component,t),this.setActive(t?"none":e.attr("data-type-url"))},e.type_url.input=(e,t)=>{e.attr("data-type-url",t.dataset.value),TVE.PostList.utils.checkForPostListSync(e)},e.type_title.update=function(e){const t=TVE.PostList.utils.hasLinkedArticles(e);TVE.PostList.utils.toggleLinkedArticlesNotice(this.$el,this.component,t),this.setActive(e.attr("data-title"))},e.type_title.input=(e,t)=>{e.attr("data-title",t.dataset.value),TVE.PostList.utils.checkForPostListSync(e)},e.type_display.update=function(e){this.setActive(e.attr("data-type-display"))},e.type_display.input=(e,t)=>{e.attr("data-type-display",t.dataset.value),TVE.PostList.utils.checkForPostListSync(e)},e.size.change=(e,t)=>{e.attr("data-size",t.value),this.updateImageAttributes(e,t.value),TVE.PostList.utils.checkForPostListSync(e)},e.size.update=function(e){let t=e.attr("data-size");t||(t="medium"),this.setValue(t)}},hooks(){TVE.add_filter("tcb.post_list_article.sync.tcb_post_featured_image",(e,t,s)=>{const i=s.attr("data-size"),a=TVE.inner_$(e);return this.updateImageAttributes(a,i),e=a.get(0).outerHTML,a.remove(),s.attr("data-post_id",t.ID),e})},updateImageAttributes(e,t){const s=e.attr("data-post_id");if(!s)return;let i=TVE.PostList.posts[s].featured_image_sizes_data;if(i=TVE.apply_filters("tcb.default_featured_image.change_sizes",i,e),!_.isEmpty(i)){const s=this.getImageAttributes(i[t||"full"]);e.find("img").attr(s)}},getImageAttributes:e=>e?{width:e.width,height:e.height,src:e.url,srcset:""}:{}})},17044:(e,t,s)=>{(t=>{const i=s(16668),a=s(32970),l=s(9111),o=s(49194);e.exports=i.control.extend({template:TVE.tpl("controls/custom-fields/fields-data"),fieldAttr:"data-field",dataAttr:"data-fd",valueAttr:"data-value",defaultValueAttr:"data-dv",customFieldType:"number",staticIcon:"link",staticText:"",disabledNotice:"",before_initialize(e){Object.assign(this,e)},after_initialize(){TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(`[${this.fieldAttr}="custom_field"]`).each((e,t)=>{t.setAttribute(`${this.valueAttr}-shortcode`,`[tcb_custom_field data-field-type='${this.customFieldType}' data-id=${t.getAttribute(this.dataAttr)}]`)}),e))},update(e=TVE.ActiveElement,t=!1){const s=this.isDisabled(e);if(this.$(".tve-cf-notice").toggleClass("tcb-hide",!s),this.$(".tve-cf-boxes,.tve-cf-tabs,.label").toggleClass("tcb-hide",s),s)this.tabs.setActive("dynamic");else if(this.updateDynamic(e,t),this.updateStatic(e,t),!t&&"dynamic"!==this.tabs.$$selected){const t=TVE.ActiveElement.attr("data-default-state");t&&this.$el.hasClass("tve-progress-complete")?(this.tabs.setActive(t),TVE.ActiveElement.removeAttr("data-default-state")):this.tabs.setActive(e.attr(this.fieldAttr)?"dynamic":"static")}this.afterUpdate()},afterUpdate:t.noop,after_render(){this.$(".tve-cf-notice").text(this.disabledNotice),this.tabs=new o({el:this.$el.find(".tve-cf-tabs")[0],model:this.tabsConfig()}),this.tabs.change=()=>this.update(TVE.ActiveElement,!0),this.fieldType=new a({el:this.$el.find(".tve-cf-type"),model:{config:{default:"request_data","full-width":!0}}}),this.fieldType.change=(e,t)=>{this.dataType.render(),this.updateUI(t.value)},this.fieldType.get_options=()=>{const e=[{value:"request_data",name:"Request data",default:!0}];return t.isEmptyObject(TVE.CONST.external_custom_fields)||t.isEmptyObject(TVE.CONST.external_custom_fields[this.customFieldType])||e.push({value:"custom_field",name:"Custom fields"}),TVE.apply_filters("tve.fields_data.option_types",e,this)},this.dataType=new a({el:this.$el.find(".tve-cf-data"),model:{config:{"full-width":!0,default:"query"}}}),this.dataType.change=TVE.$.noop,this.dataType.get_options=()=>{const e=this.getFunctionNameByType("getDataOptions");let t=[];return"function"==typeof this[e]&&(t=this[e]()),t},this.DynamicValue=new l({el:this.$el.find(".tve-cf-value")[0],model:{config:{label:"Value"}}}),this.DynamicValue.input=TVE.$.noop,this.DynamicDefaultValue=new l({el:this.$el.find(".tve-cf-default-value")[0],model:{config:{label:"Default Value"}}}),this.DynamicDefaultValue.input=TVE.$.noop,this.initStaticTab()},initStaticTab:t.noop,updateStatic:t.noop,afterDynamicChanged(e=!1){},isDisabled:e=>!1,updateDynamic(e=TVE.ActiveElement){const t=e.attr(this.fieldAttr),s=e.attr(this.dataAttr);if(this.fieldType.render(),this.fieldType.setValue(t||this.fieldType.model.config.default),this.dataType.render(),this.dataType.setValue(s||this.dataType.model.config.default),this.DynamicValue.setValue(e.attr(this.valueAttr)),this.DynamicDefaultValue.setValue(e.attr(this.defaultValueAttr)),t&&0===this.fieldType.$select.find(`option[value="${t}"]`).length){this.tabs.setActive("static",!0),this.removeDynamicData(!1,e),this.afterDynamicChanged(!0);const t=TVE._type(e);TVE.Components[t]&&"function"==typeof TVE.Components[t].update&&setTimeout(()=>{TVE.Components[t].update(e)},100)}this.updateUI(t),this.$(".tve-button").addClass("tcb-hide").filter(t?".has-dynamic":":not(.has-dynamic)").removeClass("tcb-hide")},updateUI(e){const t=!(!e||"request_data"===e)||!e&&"request_data"!==this.fieldType.model.config.default;this.DynamicValue.$el.toggleClass("tcb-hide",TVE.apply_filters("tve.fields_data.show.value_input",t,e)),this.DynamicDefaultValue.$el.toggleClass("tcb-hide",TVE.apply_filters("tve.fields_data.show.default_value_input",t,e))},tabsConfig(){return{config:{target:".tve-cf-boxes",buttons:[{icon:this.staticIcon,value:"static",tooltip:"Static value",tooltip_side:"top",text:this.staticText},{icon:"database-regular",value:"dynamic",tooltip:"Dynamic value",tooltip_side:"top"}]}}},setDynamicData(){const e=this.fieldType.getValue(),t=this.dataType.getValue(),s=this.getFunctionNameByType("getApplyAttributes");let i={[this.dataAttr]:t,[this.fieldAttr]:e};"function"==typeof this[s]&&(i=this[s](i)),TVE.ActiveElement.attr(i),this.$(".tve-button").addClass("tcb-hide").filter(".has-dynamic").removeClass("tcb-hide"),this.afterDynamicChanged(),TVE.page_message(TVE.t.fields_data.set)},removeDynamicData(e=!0,t=TVE.ActiveElement){t.removeAttr(`${this.dataAttr} ${this.fieldAttr} ${this.valueAttr} ${this.defaultValueAttr}`),this.update(t,!0),e&&(TVE.page_message(TVE.t.fields_data.remove),this.afterDynamicChanged(!0))},getApplyAttributesRequestData(e){return e[this.valueAttr]=this.DynamicValue.getValue(),e[this.defaultValueAttr]=this.DynamicDefaultValue.getValue(),e},getApplyAttributesCustomField(e){return e[`${this.valueAttr}-shortcode`]=TVE.CONST.external_custom_fields[this.customFieldType][this.dataType.getValue()].value,TVE.ActiveElement.removeAttr(`${this.valueAttr} ${this.defaultValueAttr}`),e},getDataOptionsRequestData(){return this.dataType.model.config.default="query",[{value:"query",name:"URL QueryString",default:!0},{value:"post",name:"POST Variable"},{value:"cookie",name:"Cookie Data"}]},getDataOptionsCustomField(){const e=[];if(!t.isEmptyObject(TVE.CONST.external_custom_fields)&&!t.isEmptyObject(TVE.CONST.external_custom_fields[this.customFieldType])){const t=TVE.CONST.external_custom_fields[this.customFieldType];let s;Object.keys(t).forEach(i=>{e.push({value:i,name:t[i].label}),s||(s=i),this.dataType.model.config.default=i})}return e},getFunctionNameByType(e,t=this.fieldType.getValue()){return t?`${e}${t.split("_").map(e=>TVE.ucFirst(e)).join("")}`:""}})})(jQuery)},17305:(e,t,s)=>{const i=s(16668),a=s(40521);e.exports=i.control.extend({template:TVE.tpl("controls/smart-complete"),after_initialize(e){this.$droppanel=e.$droppanel,TVE.add_filter("tcb.droppanel.enter.pressed",(e,t)=>(t.closest(".tve-lg-variable").length&&(e=!1),e))},after_render(){this.$defaultValue=this.$(".tve-lg-field-default-value"),this.$smartCompleteSelect=this.$(".tve-lg-autocomplete-select"),this.$dropdown=this.$(".dropdown-header"),this.$hideCheck=this.$(".tve-smart-hide"),this.tagTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/smartcomplete-hide"),no_callback:!0,closeOnLeave:!0,tooltipElem:this.$(".tve-input-info-reserved"),validate:()=>!this.tagTooltip.FORCE_CLOSE,options:{"z-index":99}})},clearInputs(){this.defaultValue="",this.$defaultValue.val(""),this.$hideCheck.prop("checked",!1),this.$smartCompleteSelect.val(""),this.hideInput=!1,this.$(".tve-lg-variable, .tve-smart-hide-check").addClass("tcb-hidden"),this.$('[data-fn="changeAutofillValue"]').val(""),this.$(".open").removeClass("open"),this.$(".dropdown-content").hide(),this.$(".tve-lg-field-data").removeClass("tcb-hidden")},toggleAutofill(){this.$dropdown.toggleClass("open").siblings(".dropdown-content").toggle(this.$dropdown.hasClass("open"))},changeDefaultValue(e,t){let s=t.value;"checkbox"===t.type&&(s=t.checked?"checked":"unchecked"),this.defaultValue=s.replace(/(["'`])/g,"")},changeSmartComplete(e,t){!t.checked&&this.currentInputField&&this.currentInputField.find("input,textarea").removeAttr("data-complete-type data-complete-value"),this.toggleHideOnComplete()},hideOnComplete(e,t){this.hideInput=t.checked},changeAutocompleteType(e,t){const s=t.value;this.autofillType=t.value,this._showAutocompleteType(s)},changeAutofillValue(e,t){const s=t.value.replace(/(["'`])/g,"").trim(),i=this.isValid(s);this.$droppanel.find(".btn-apply").toggleClass("tve-disabled",!i),i?(this.autofillValue=s,t.classList.remove("has-error")):t.classList.add("has-error")},isValid(e){let t=!0;return"query"===this.autofillType&&(t=!TVE.inner.window.TCB_Front.reservedTerms.includes(e.toLowerCase()),this.$('.tve-lg-variable[data-key="url"] .tve-input-info').toggleClass("tcb-hidden",t)),t},openTooltip(){return this.tagTooltip.isOpen()?this.tagTooltip.onCancel():this.tagTooltip.open(null,this.$(".tve-input-info")),!1},toggleHideOnComplete(){const e=["query","post","cookie","user"].includes(this.autofillType);this.$(".tve-smart-hide-check").toggleClass("tcb-hidden",["hidden","textarea"].includes(this.currentType)||!e)},_showAutocompleteType(e,t=!1){let s="";["query","post","cookie"].includes(e)&&(e="url"),this.toggleHideOnComplete(),this.$(".tve-lg-variable").addClass("tcb-hidden").filter(`[data-key=${e}]`).removeClass("tcb-hidden"),t?(this.$smartCompleteSelect.val(this.autofillType),s=this.autofillValue):this.hideReservedTerm(),this.$(".tve-lg-variable:not(.tcb-hidden) [data-fn]").val(s)},setType(e){this.currentType=e,this.toggleHideOnComplete()},setData(e){e.removeAttr("default-value data-complete-type data-complete-value"),["radio","checkbox"].includes(e.attr("type"))||(this.defaultValue&&e.attr("default-value",this.defaultValue),this.autofillType&&e.attr("data-complete-type",this.autofillType),this.autofillValue&&("shortcode"===this.autofillType&&"hidden"!==e.attr("type")?e.parent().attr("data-complete-value",this.autofillValue):e.attr("data-complete-value",this.autofillValue)),this.hideInput&&!e.is('textarea,[type="hidden"]')?e.attr("data-hide",1):e.removeAttr("data-hide"))},hideReservedTerm(){this.$(".has-error").removeClass("has-error"),this.$('.tve-lg-variable[data-key="url"] .tve-input-info').addClass("tcb-hidden")},onClose(){delete this.autofillType,delete this.autofillValue,delete this.defaultValue,this.$dropdown.removeClass("open").siblings().hide(),this.hideReservedTerm(),this.tagTooltip.isOpen()&&this.tagTooltip.onCancel(),this.$droppanel.find(".btn-apply").removeClass("tve-disabled")},editField(e){this.currentInputField=TVE.inner_$(e.get("item"));const t=this.currentInputField.find("input,select,textarea"),s=e.get("hidden")||"hidden"===this.currentInputField.attr("type");this.currentType=s?"hidden":t.attr("type")||t[0].tagName.toLowerCase(),this.defaultValue=e.get("defaultValue"),this.autofillType=e.get("autofillType"),this.autofillValue=e.get("autofillValue"),this.hideInput=!!t.attr("data-hide");const i=!!this.autofillType||s;s||"checkbox"===this.currentType&&this.$(".tve-lg-field-default-check").prop("checked","checked"===this.defaultValue),this.$defaultValue.val(this.defaultValue),this.autofillType?this._showAutocompleteType(this.autofillType,!0):(this.$smartCompleteSelect.val(""),this.$(".tve-lg-variable [data-fn]").val(""),this.$(".tve-lg-variable").addClass("tcb-hidden")),this.$smartCompleteSelect.find('option[value="shortcode"]').toggle(!s),this.$(".tve-lg-check-type").toggleClass("tcb-hidden","checkbox"!==this.currentType),this.$(".tve-lg-value-type").toggleClass("tcb-hidden","checkbox"===this.currentType),i&&this.$dropdown.addClass("open").siblings().show(),this.$hideCheck.prop("checked",!!this.currentInputField.find("input").attr("data-hide")),this.toggleHideOnComplete()}})},17479:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/select-multiple"),initialize(e){const t=this;this.render(),this.$select=this.$el.find("select"),this.$select.data("select2")&&this.$select.select2("destroy"),void 0===e.model.config.no_results&&(e.model.config.no_results="No Results Found"),void 0!==e.model.config.remote&&(!0===e.model.config.remote?this.$select.select2({minimumInputLength:e.model.config.min_input_length,multiple:!0,tags:e.model.config.tags,ajax:{url:TVE.CONST.ajax_url,type:"POST",dataType:"json",data:t=>({term:t.term,action:TVE.CONST.ajax.action,custom:e.model.config.custom_ajax,nonce:TVE.CONST.nonce}),delay:250,processResults:e=>({results:e}),cache:!0},language:{noResults:()=>e.model.config.no_results}}):this.$select.select2({tags:e.model.config.tags,multiple:!0,minimumInputLength:e.model.config.min_input_length,data:e.model.config.data,language:{noResults:()=>e.model.config.no_results},escapeMarkup:e=>e}),this.$select.on("select2:select",function(){t.changed(jQuery(this).select2("data"))}).on("select2:unselect",function(e){t.changed(jQuery(this).select2("data")),e.params.originalEvent&&e.params.originalEvent.stopPropagation()}))},changed(e){this.change(this.applyTo(),e)},getValue(){return this.$select.val()},setValue(e){this.$select.val(e).trigger("change")},setValueRemote(e){const t=[];this.$select.empty(),_.each(e,function(e){t.push(e.id),this.$select.append('<option value="'+e.id+'">'+e.text+"</option>")},this),this.$select.val(t).trigger("change")}})},17502:(e,t,s)=>{const i=s(16668),a=/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i,l=/\[([^)]+)\]/;e.exports=i.control.extend({template:TVE.tpl("util/link"),className:"tcb-link-search tcb-relative mb-10",after_initialize(e){this.href="",this.$autocomplete=this.$(".tcb-link-suggest"),this.$el.addClass(this.className),this.hide_preview=e.hide_preview||!1,this.attr_name=e.attr_name||"",this.search_lightbox=!!e.search_lightbox,this.ignore_settings=!!e.ignore_settings,this.hide_preview&&this.$(".url-preview").remove(),this.attr_name&&this.$autocomplete.attr("name",this.attr_name),this.bind()},get_full_url(e){return e=void 0!==e?e:this.href,l.test(e)?e.replace(/"/g,"'"):(!e||/^(?:[a-z]+:|#|\?|\.|\/)/.test(e)||a.test(e)||(e="http://"+e),e)},bind(){const e=this;let t,s;this.$autocomplete.autocomplete({appendTo:this.$el,source(i,a){if(t===i.term)return void a(s);if(/^https?:/.test(i.term)||-1!==i.term.indexOf("."))return e.trigger("directurl",i),a();const l={q:i.term,search_lightbox:e.search_lightbox?1:0,ignore_settings:e.ignore_settings?1:0};TVE.ajax("post_search","post",l).done(function(e){s=e,a(e)}),t=i.term},focus(e){e.preventDefault()},select:(t,s)=>(e.href=e.get_full_url(s.item.url),e.$autocomplete.val(e.href),e._dom(),e.trigger("select",s.item),e.$autocomplete.autocomplete("destroy"),e.bind(),!1),minLength:2,delay:300,position:{my:"left top+2"},messages:{noResults:void 0!==window.uiAutocompleteL10n?window.uiAutocompleteL10n.noResults:"",results(e){if(void 0!==window.uiAutocompleteL10n)return e>1?window.uiAutocompleteL10n.manyResults.replace("%d",e):window.uiAutocompleteL10n.oneResult}}}),this.$autocomplete.data("ui-autocomplete")._renderItem=function(e,t){return jQuery('<li role="option" id="mce-tcb-autocomplete-'+t.id+'">').append('<div class="post-name">'+t.label+'</div><span class="tcb-post-type">'+(t.post_type_name?t.post_type_name:t.type)+"</span>").appendTo(e)},this.$autocomplete.autocomplete("widget").addClass("tcb-suggest tcb-fixed-200 tcb-full-width tcb-absolute"),e.$autocomplete.on("focus",function(){const t=e.$autocomplete.val();t&&!/^https?:/.test(t)&&e.$autocomplete.autocomplete("search")}).on("keyup",function(){e.href=e.get_full_url(this.value),e.$(".url-preview").text(e.href)[e.href?"show":"hide"]()}).on("change",function(){e.href=e.get_full_url(this.value),e._dom(),e.trigger("linkchange",e.href)})},_dom(){this.$(".url-preview").text(this.href)[this.href?"show":"hide"]()},set_link(e){this.href=this.get_full_url(e),this.$autocomplete.val(e),this._dom()},get_link(){return this.href},focus(){return this.$autocomplete.trigger("focus"),this},destroy(){this.$autocomplete.data("ui-autocomplete")&&this.$autocomplete.autocomplete("destroy"),this.$autocomplete.off().removeData(),i.control.prototype.destroy.call(this)}})},17579:(e,t,s)=>{e.exports=s(50732).extend({template:TVE.tpl("drop-panels/edit-name"),render(){this.$(".popup-content").html(this.template({name:this.displayModel.name()}))},onCancel(){this.hide()},onApply(){this.displayModel.set("name",this.$(".display-title").val()),this.hide()},onKey(e,t,s){13===s.keyCode&&this.onApply()}})},17648:e=>{class t{constructor(e,t=""){this.$element=e,this.ID=parseInt(this.attr("data-id")||0),t||(t=TVE._type(e)),this.type=t,this.setElements()}static get contentWidthVariable(){return"--page-section-max-width"}static get identifier(){return".thrv_header,thrv_footer"}static get contentSelector(){return".symbol-section-in"}static get backgroundSelector(){return".symbol-section-out"}get component(){return TVE.Components[this.type]}get baseSelector(){return`.thrv_${this.type}`}get selector(){return this.ID?`.thrv_symbol_${this.ID}`:this.baseSelector}get contentWidth(){return TVE.head_css_get(`${this.baseSelector} ${t.contentSelector}`,"max-width")}static getEditorContentWidth(e=!1){let s=TVE.Editor_Page.editor.tcbCss(t.contentWidthVariable);return!e||s&&!s.includes("%")||(s=TVE.Editor_Page.editor.css("width")),s}static is(e){return e.is(this.identifier)}static getInstance(e){let t=null;if(void 0===e&&(e=TVE.ActiveElement),this.is(e)&&(t=new this(e)),null===t)throw Error("Those are not the sections you're looking for!");return t}setElements(){this.$content=this.$element.find(this.constructor.contentSelector),this.$background=this.$element.find(this.constructor.backgroundSelector)}attr(e){return this.$element.attr(e)}toggle(e=!0){this.$element.toggle(e),this.component.controls.PageMap.update(this.$element),this.constructor.is(TVE.ActiveElement)&&this.component.update(TVE.ActiveElement)}isVisible(){return this.$element.is(":visible")}setContentWidth(e,s=!0){s?(TVE.head_css(`${this.baseSelector} ${t.contentSelector}`,{"max-width":`${e}!important`}),this.$content.tcbCss("max-width","")):this.$content.tcbCss("max-width",`${e}!important`)}toggleFullWidthBackground(e){TVE.inner.$body.toggleClass(`tcb-full-${this.type}`,e)}hasFullWidthBackground(){return TVE.inner.$body.hasClass(`tcb-full-${this.type}`)}hasFullWidthContent(){const e=this.contentWidth;return"100%"===e||0===e.length}inheritsContent(){return this.contentWidth.includes(t.contentWidthVariable)}}e.exports=t},17678:(e,t,s)=>{!function(){const t=s(37261);e.exports=t.extend({updateOnMouseLeave:!1,controls_init(e){t.prototype.controls_init.call(this,e),TVE.add_filter("tve.icon.modal.hide.packs",e=>(TVE.ActiveElement&&TVE._type(TVE.ActiveElement)===this.key&&e.push("custom"),e)),this.controls.ModalPicker.input=function(e,t){const s=t.icon.clone(),i=e.attr("data-icon-target"),a=e.closest(".tve-toc"),l=a.find(".toc-icons");s.attr({"data-id":s.attr("id"),id:i}),s.removeAttr("width height"),l.find(`#${i}`).remove(),l.append(s),l[0].innerHTML+="",this.update(e),TVE.Components.toc.refresh(a)},this.controls.ModalPicker.update=function(e){const t=e.closest(".tve-toc").find(`.toc-icons #${e.attr("data-icon-target")}`);let s=t.attr("data-name")||t.attr("data-id")||t.attr("data-tve-icon");s=s.replace("icon-",""),this.updateValue(s)}}})}()},17819:e=>{var t;t=jQuery,e.exports={D_s:"__TCB_EVENT_",D_e:"_TNEVE_BCT__",read(e){if(!e)return[];let t=e.jquery?e.attr("data-tcb-events"):e.getAttribute("data-tcb-events");return t=t?JSON.parse(t.replace(this.D_s,"").replace(this.D_e,"")):[],t},get(e,s){const i=this.read(e);let a=!1;return t.each(i,function(e,t){if(t.t===s)return a=t,!1}),a},remove(e,s){const i=this.read(e);return i.length?(t.each(i,function(e,t){if(t.t===s)return i.splice(e,1),!1}),this.write(i,e),this):this},replace(e,s,i){const a=this.read(e);let l=!1;i.t||(i.t=s),t.each(a,function(e,t){if(t.t===s)return a[e]=i,l=!0,!1}),l||a.push(i),this.write(a,e)},write(e,t){if(!t)return;e=_.filter(e,function(e){return"link"!==e.a});const s=t.jquery?t:jQuery(t),i=s.closest(".thrv_wrapper, .tcb-col");e.length?(s.attr("data-tcb-events",this.D_s+JSON.stringify(e)+this.D_e),s.addClass("tve_evt_manager_listen")):(s.removeClass("tve_evt_manager_listen"),s.removeAttr("data-tcb-events")),s.removeClass(this.remove_classes),i.removeClass(this.remove_classes);for(const t of e)s.addClass("tve_et_"+t.t),i.addClass("tve_ea_"+t.a),"thrive_animation"===t.a&&i.addClass("tve_anim_"+t.config.anim)},remove_classes(e,t){const s=t.split(" "),i=[];return _.each(s,function(e){0!==e.indexOf("tve_et_")&&0!==e.indexOf("tve_ea_")&&0!==e.indexOf("tve_anim")||i.push(e)}),i.join(" ")}}},17977:(e,t,s)=>{s(2110),e.exports=s(20583).base.extend({afterInitialize(){this.$iframe=this.$("#tcb-editor-meta-boxes-iframe"),this.iframe=this.$iframe[0],this.$metaBoxSelect=this.$(".tcb-meta-boxes-select"),this.$iframe.on("load",()=>{this.toggleMetaBox(),this.iframe.contentWindow.window.destroySortable(),this.iframe.contentWindow.window.removeExtraButtons(),this.loading(!1)}),this.$iframe.one("load",()=>{var e,t;this.selectedMetaBoxes=[],Array.from(null===(e=this.iframe)||void 0===e||null===(t=e.contentDocument)||void 0===t?void 0:t.querySelectorAll(".postbox:not(.hide-if-js)")).forEach(e=>{this.$metaBoxSelect.append(`<option value="${e.id}">${e.querySelector("h2").innerText}</option>`),e.classList.add("closed")}),this.$metaBoxSelect.filterMultiSelect({filterText:"Search",placeholderText:"Select a settings panel",displaySelectAll:!1}),this.$(".tcb-multiselect-filter-multi-select").on("optionselected",e=>{this.selectedMetaBoxes.push(e.detail.value),this.toggleMetaBox()}).on("optiondeselected ",e=>{this.selectedMetaBoxes=this.selectedMetaBoxes.filter(t=>t!==e.detail.value),this.toggleMetaBox()})})},before_open(){this.loading(!0),this.$iframe.attr("src",this.$iframe.attr("data-src"))},triggerSave(){this.loading(!0),this.beforeSave(),this.iframe.contentWindow.window.tcbTriggerSave()},toggleMetaBox(){this.iframe.contentWindow.window.tcbToggleMetaBoxes(this.selectedMetaBoxes)},loading(e=!0){this.$el.toggleClass("loading",e)},beforeSave(){["head","body","footer"].forEach(e=>{const t=this.iframe.contentDocument.querySelector(`textarea[name="thrive_${e}_scripts"]`);t&&(TVE.CONST.theme.scripts[e]=t.value)})}})},18038:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(11650),c=s(17648),n=s(16668),r=s(87476),d=["data-tve-scroll","data-switch-on-scroll-d","data-switch-on-scroll-t","data-switch-on-scroll-m"],h="tve-default-state",p="tve-scroll-state",g=s(14333),m=function(e,t,s){TVE.UndoManager.add({undo(){e.attr("class",t.cls).attr("style",t.style||"")},redo(){e.attr("class",s.cls).attr("style",s.style||"")}})};e.exports=o.extend({headCssPrefixFilter:null,headCssSuffixFilter:null,applyElementCssFilter:null,selectorPrefixFilter:null,cache:{},userSettingsHeaderStates:"header_states_hint",showHeaderStatesPromoTooltip:!1,setConfig(e){this.config=e,this.$element=TVE.ActiveElement,n.component.prototype.setConfig.apply(this,arguments)},after_init(){this.type=this.$el.attr("data-type"),this.selector=`.thrv_${this.type}`,this.headCssPrefixFilter=this.headCssPrefix.bind(this),this.headCssSuffixFilter=this.headCssSuffix.bind(this),this.applyElementCssFilter=this.applyElementCssFil.bind(this),this.selectorPrefixFilter=this.selectorPrefix.bind(this),this.hooksInit(),this.isOnSectionPage()&&(this.$element=TVE.Editor_Page.editor),"header"===this.type&&(this.showHeaderStatesPromoTooltip=!TVE.user_settings().get(this.userSettingsHeaderStates),this.headerStatesPromoTooltip=this.initHeaderStatesPromoTooltip())},moveCssToHeadCallback(){this.normalizeCss()},initHeaderStatesPromoTooltip(){const e=this;return new(s(40521))({allow_force_close:!1,appendTo:TVE.main.EditMode.$("#edit-mode-drop-panels"),el_css:{},anim_duration:750,learnMoreLink:"//thrivethemes.com/tkb_item/how-to-use-the-switch-headers-on-scroll-option/",template:TVE.tpl("symbols/tooltip-header-scroll"),_template:TVE.tpl("controls/tooltip/promote-panel"),after_render(){this.$(".panel-light").removeClass("panel-light").addClass("panel-dark"),this.$(".learn_more_link").removeClass("tcb-hidden").attr("href",this.learnMoreLink)},beforeOpen(){const e=parseInt(TVE.main.EditMode.$_select.outerWidth()/2+TVE.main.EditMode.$(".tcb-element-name").outerWidth()+TVE.main.EditMode.$(".tcb-em-drag").outerWidth());this.$el.css({opacity:1,left:`${e}px`})},positionTop(e,t={}){const s=this.$(".drop-panel"),i=s.outerHeight(),a=this.anim_duration;t.top=-250,t.opacity=1,this.$el.css({top:-500,opacity:0,"z-index":this.options["z-index"]||9}),this.$el.animate(t,{duration:a,start(e){jQuery(e.elem).find(".tooltip-panel").slideDown(a)}}),this.$(".tcb-panel-arrow").css({transform:"rotate(180deg)",top:i-1+"px",left:Math.ceil(s.outerWidth()/2+1)+"px"})},onApply(){TVE.user_settings().set(e.userSettingsHeaderStates,1),e.showHeaderStatesPromoTooltip=!1,this.$el.fadeOut(500)}})},normalizeCss(){const e=this.$element.find(".symbol-section-out"),t=this.$element.find(".symbol-section-in");if("header"===this.type&&(0===e.filter(`.${h}`).length||0===t.filter(`.${h}`).length)){const s=`.thrv_symbol_${this.$element.find(".thrive-symbol-shortcode").attr("data-symbol-id")}`,i={},a={};if(e.attr("data-css")){const t=TVE.CSS_Rule_Cache.getCssForSelector(`${s} [data-css="${e.attr("data-css")}"]`);delete t["@imports"],TVE.$.extend(!0,i,t),e.removeAttr("data-css")}const l=TVE.CSS_Rule_Cache.getCssForSelector(`${s} .symbol-section-out`);if(delete l["@imports"],TVE.$.extend(!0,i,l),_.each(i,(e,t)=>{_.each(e,e=>{TVE.write_css(`${s}.${h} .symbol-section-out.${h}`,e,[t])})}),t.attr("data-css")){const e=TVE.CSS_Rule_Cache.getCssForSelector(`${s} [data-css="${t.attr("data-css")}"]`);delete e["@imports"],TVE.$.extend(!0,a,e),t.removeAttr("data-css")}const o=TVE.CSS_Rule_Cache.getCssForSelector(`${s} .symbol-section-in`);delete o["@imports"],TVE.$.extend(!0,a,o),_.each(a,(e,t)=>{_.each(e,e=>{TVE.write_css(`${s}.${h} .symbol-section-out.${h}`,e,[t])})}),e.addClass(h).attr("data-selector",".symbol-section-out"),t.addClass(h).attr("data-selector",".symbol-section-in")}},switchOnScroll(e){if("header"!==this.type)return;this.isOnSectionPage()&&e&&this.normalizeCss();const t=`.thrv_symbol_${this.$element.find(".thrive-symbol-shortcode").attr("data-symbol-id")}`;if(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.$_select.toggleClass("tcb-hide",!e),e){this.headerStatesPromoTooltip.open(null,TVE.main.EditMode.$_select[0]);const e=this.$element.find(".symbol-section-out"),s=this.$element.find(".symbol-section-in");e.clone().tcbHide().addClass(p).removeClass(h).attr("data-selector",".symbol-section-out").insertAfter(e),s.clone().tcbHide().addClass(p).removeClass(h).attr("data-selector",".symbol-section-in").insertAfter(s),TVE.head_css_copy(`${t}.${h} .thrive-symbol-shortcode.${h}`,`${t}.${p} .thrive-symbol-shortcode.${p}`),TVE.head_css_copy(`${t}.${h} .symbol-section-in.${h}`,`${t}.${p} .symbol-section-in.${p}`),TVE.head_css_copy(`${t}.${h} .symbol-section-out.${h}`,`${t}.${p} .symbol-section-out.${p}`),TVE.do_action("tcb.menu.refresh.data.selectors",this.$element.find(`.symbol-section-in.${p}`))}else this.$element.find(`.${p}`).remove(),TVE.head_css_remove(`${t}.${p} .thrive-symbol-shortcode.${p}`),TVE.head_css_remove(`${t}.${p} .thrive-symbol-shortcode`),TVE.head_css_remove(`${t}.${p} .symbol-section-in.${p}`),TVE.head_css_remove(`${t}.${p} .symbol-section-out.${p}`),this.closeTooltip()},closeTooltip(){this.headerStatesPromoTooltip&&this.headerStatesPromoTooltip.isOpen()&&this.headerStatesPromoTooltip.onApply()},before_update(e){return e=e||TVE.ActiveElement,this.section=new c(e),this},hasResetOption(){return"header"===this.type},getEditStates(){const e=[];return"header"===this.type&&(e.push({label:"On load",value:h}),e.push({label:"On scroll",value:p})),e},stateChange(e){const t=this.isOnSectionPage()?this.$element:TVE.main.EditMode.element(),s=t.find(".thrive-symbol-shortcode");s.removeClass(`${p} ${h}`),this.toggleHeaderScrollStateComponents(e===p),t.find(`.symbol-section-in.${p}`).removeClass(h),t.removeClass(`${p} ${h}`).addClass(e).find(`.${p},.${h}`).tcbHide().filter(`.${e}`).tcbShow(""),t.find(".symbol-section-in").removeClass("tve_editor_main_content").filter(`.${e}`).addClass("tve_editor_main_content"),s.addClass(e),TVE.main.EditMode.$_reset.toggleClass("tcb-hide",e===h),TVE.Editor_Page.blur(),TVE.Editor_Page.selection_manager.select_element(t)},mouseOverState(){this.closeTooltip()},stateReset(){if(confirm('This will reset the state to "On Load" design. Are you sure?')){const e=TVE.main.EditMode.element(),t=this.getStateValue();e.find(`.symbol-section-in.${t}`).html(e.find(`.symbol-section-in.${h}`).html());const s=`.thrv_symbol_${e.find(".thrive-symbol-shortcode").attr("data-symbol-id")}`;this.resetSymbolStructureCss(`${s}.${h} .symbol-section-out.${h}`,`${s}.${t} .symbol-section-out.${t}`),this.resetSymbolStructureCss(`${s}.${h} .symbol-section-in.${h}`,`${s}.${t} .symbol-section-in.${t}`),this.resetSymbolStructureCss(`${s}.${h} .thrive-symbol-shortcode`,`${s}.${t} .thrive-symbol-shortcode`),TVE.do_action("tcb.menu.refresh.data.selectors",this.$element.find(`.symbol-section-in.${t}`))}},resetSymbolStructureCss(e,t){TVE.head_css_remove(t),TVE.head_css_copy(e,t)},controls_init(e){const t=_.throttle(TVE.inner.window.TCB_Front.resizePageSection,10),s=_.throttle(TVE.PostList.layout.masonryRedo,500),i=this;"header"===this.type&&(e.HeaderPosition.applyStyles=function(e,t){let s="";"over"===t.dataset.value&&(s="absolute"),this.applyElementCss({position:s+" !important","z-index":"9999 !important",top:0,"max-width":"var(--lp-layout-max-width)"},e,"","")},e.HeaderPosition.update=function(e){const t="absolute"===e.css("position")?"over":"push";this.setActive(t)},e.StateSelect.update=function(){this.$el.toggle(this.component.isOnSectionPage()&&!!(TVE.ActiveElement&&TVE.ActiveElement.hasClass("thrv_header")?TVE.ActiveElement.find(".thrive-symbol-shortcode"):TVE.Editor_Page.editor.find(".thrv_header .thrive-symbol-shortcode")).mediaAttr("data-switch-on-scroll"))},e.StateSelect.change=(e,t)=>{this.stateChange(t.value)}),e.Visibility.change=function(e,t){i.section.toggle(t.checked),TVE.ElementEditIcons.hide_icons(),i.toggleActionButtons.call(i)},e.Visibility.update=function(){this.setChecked(i.section.isVisible())},e.StretchBackground.input=function(t,s){i.section.toggleFullWidthBackground(s.checked),e.PageMap.update(t),e.ContentWidth.update(),e.StretchContent.update()},e.StretchBackground.update=function(){this.setChecked(i.section.hasFullWidthBackground()),this.$el.toggleClass("tcb-disabled",!i.section.isVisible()||TVE.isLPFullWidth())},e.ContentWidth.input=function(e,a){i.section.setContentWidth(a.value+this.getUM(),!1),t(),s()},e.ContentWidth.change=function(e,t){i.section.setContentWidth(t.value+this.getUM(),!0)},e.ContentWidth.update=function(){this.originalConfig.max=parseInt(i.section.$background.css("width")),this.setValue(i.section.$content.css("width")),this.$el.toggleClass("tcb-disabled",i.section.hasFullWidthContent()||!i.section.isVisible()),this.$el.toggle(!i.section.inheritsContent())},e.StretchContent.input=function(a,l){i.section.setContentWidth(l.checked?"100%":c.getEditorContentWidth(!0),!0),t(),s(),e.ContentWidth.update()},e.StretchContent.update=function(){this.setChecked(i.section.hasFullWidthContent()),this.$el.toggleClass("tcb-disabled",!(i.section.isVisible()&&(i.section.hasFullWidthBackground()||TVE.isLPFullWidth()))),this.$el.toggle(!i.section.inheritsContent())},e.InheritContentSize.input=function(a,l){const o=l.checked;o?i.section.setContentWidth(`var(${c.contentWidthVariable}, 1080px)`,!0):(i.section.setContentWidth(c.getEditorContentWidth(!0),!0),e.ContentWidth.update(),e.StretchContent.update()),e.ContentWidth.$el.toggle(!o),e.StretchContent.$el.toggle(!o),t(),s()},e.InheritContentSize.update=function(){this.setChecked(i.section.inheritsContent()),this.$el.toggleClass("tcb-disabled",!i.section.isVisible())},e.Height.input=function(t,s){const i=TVE.renderers.base.read_element_props(t);t.head_css({"min-height":s.value+this.getUM()+" !important"},"","",!1),t.removeClass("tve-section-full-height");const a=TVE.renderers.base.read_element_props(t);m(t,i,a),e.FullHeight.update(t)},e.Height.update=function(e){let t=e.head_css("min-height",!1,"",!0);t||(t=e.height()),this.setValue(t)},e.FullHeight.change=(t,s)=>{const i=TVE.renderers.base.read_element_props(t),a=t.head_css("min-height");let l="";s.checked?(this.cache.full_height||(this.cache.full_height=a+"!important"),l="100vh !important"):this.cache.full_height?(l=this.cache.full_height,delete this.cache.full_height):l="40px",t.head_css({"min-height":l});const o=TVE.renderers.base.read_element_props(t);m(t,i,o),e.Height.update(t)},e.FullHeight.update=function(e){const t="100vh"===e.head_css("min-height",!1,"",!0);this.setChecked(t)},e.VerticalPosition.applyStyles=function(e,t){e.removeClass("tcb-flex-center tcb-flex-end");let s={"justify-content":"",display:"block","flex-direction":""};""!==t.dataset.value&&(s={"justify-content":t.dataset.value,display:"flex","flex-direction":"column"}),this.applyElementCss(s,e.filter(`.${this.component.getStateValue()}`),"","",!0)},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null))}},getStateValue(){let e;return e=TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().hasClass("thrv_header")?TVE.main.EditMode.getStateValue():void 0!==this.controls.StateSelect?this.controls.StateSelect.getValue():"tve-default-state",e},after_update(){this.toggleActionButtons()},toggleActionButtons(){this.$(`.${this.type}-actions .tve-button`).toggleClass("tcb-disabled",!this.section.isVisible())},isOnSectionPage(){return TVE.CONST.symbol_type===`${this.type}s`},getAvailableComponents(){const e=["background","layout","shadow","responsive","decoration","typography","borders"];return"header"===this.type&&e.push("scroll"),e},toggleHeaderScrollStateComponents(e=!1){const t=TVE.apply_filters("tcb.toggle_header_scroll_state_components",{header:["HeaderPosition","FullHeight"],scroll:["toggle","Devices","top","until","switchOnScroll"]});_.each(t,(t,s)=>{t.forEach(t=>{TVE.Components[s].controls[t][e?"disable":"enable"]()})})},open_modal:()=>(TVE.modal_open("sections",{element:TVE.ActiveElement}),!1),beforeSave(){TVE.Editor_Page.editor=this.$element.find(".thrive-symbol-shortcode"),this.isOnSectionPage()?"header"===this.type&&this.controls.StateSelect.setValue(h,!0):TVE.Editor_Page.editor.find(".symbol-section-in").removeClass("thrive-shortcode-edit tve_editor_main_content")},hooksInit(){this.isOnSectionPage()?(this.sectionInit(),TVE.main.on("tve.tve_save_post",this.beforeSave.bind(this)),TVE.add_filter("tcb_save_post_data_after",this.savePostDataAfter.bind(this)),TVE.add_filter("hover_prefix_selector",this.selectorPrefixFilter),TVE.add_filter("tcb_head_css_prefix",this.headCssPrefixFilter),TVE.add_filter("tcb_head_css_suffix",this.headCssSuffixFilter),TVE.add_filter("tcb.apply_element_css",this.applyElementCssFilter)):(TVE.add_filter("tcb_save_post_data_before",e=>(e.tve_landing_page&&e.update&&(e[this.type]=TVE.Editor_Page.editor.find(`${this.selector}:visible`).attr("data-id")||0),e)),TVE.add_filter("tcb_filter_html_before_save",(e,t,s)=>(s.render_hf||e.find(this.selector).remove(),e)),TVE.add_action("tcb.edit_mode.enter",this.editModeEnterAction.bind(this)),TVE.add_action("tcb.edit_mode.exit",()=>{TVE.main.EditMode.element()&&"header"===TVE._type(TVE.main.EditMode.element())&&this.stateChange(h)})),TVE.add_filter("tcb.margin_padding.values",(e,t)=>(this.section&&this.section.hasFullWidthBackground()&&t.$margin.is(this.section.$element)&&(e.marginCSS=a(a({},e.marginCSS),{"margin-left":"auto","margin-right":"auto"})),e)),TVE.add_action("component.update.layout",e=>{this.section&&this.section.hasFullWidthBackground()&&TVE.ActiveElement.is(this.section.$element)&&e.disable_extra_controls(["right","left"].map(e=>"margin-"+e))}),TVE.add_filter("tcb_save_post_data_after",e=>(e.tve_globals.body_class=TVE.toggleClassNames(e.tve_globals.body_class,`tcb-full-${this.type}`),e)),TVE.add_action("tcb.element.focus",this.sectionFocus.bind(this)),TVE.add_action("tcb.dragover",this.sectionDragOver.bind(this)),TVE.add_filter("tcb.change_target",this.changeSectionTarget.bind(this)),TVE.add_action("tcb.element.remove",this.sectionRemove.bind(this)),TVE.add_action("tcb.after_insert_symbol",this.addSectionSelector.bind(this)),this.toggleComponents(!1),this.addSectionSelector(),0===TVE.CONST.landing_page.trim().length&&r.add_section_placeholder(this.type,this.selector,TVE.apply_filters("tcb.header-footer.root",TVE.Editor_Page.editor)),TVE.add_action("tcb-ready",()=>{"headers"===TVE.CONST.symbol_type&&TVE.inner_$(`.thrv_header .symbol-section-out:not(.${p}), .thrv_header .symbol-section-in:not(.${p})`).addClass(h)}),TVE.add_filter("tve.fancydivider.focus",e=>(e.tcbHasClass("thrive-symbol-shortcode")&&(e=e.parent()),e)),TVE.add_filter("head_css_selector",this.headCssSelector.bind(this)),TVE.add_action("theme.section.after_insert.header",(e,t)=>{const s=t.$element.find(".thrive-symbol-shortcode");Object.keys(e.tve_globals).forEach(t=>{t.includes("data-")?s.attr(t,e.tve_globals[t]):s.attr(`data-${t}`,e.tve_globals[t])}),d.forEach(t=>{e.tve_globals[t]||s.removeAttr(t)})}),TVE.add_filter("tcb.symbol.before_save",e=>(TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier("header"))&&(this.$element=TVE.ActiveElement,e=this.savePostDataAfter(e)),e)),TVE.add_filter("ttb.css.save.whitelist_rule",(e,t)=>(t=t.selectorText?t.selectorText:t,TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier("header"))&&(t.includes(p)&&TVE.ActiveElement.find(`.${p}`).length||t.includes(h)&&TVE.ActiveElement.find(`.${h}`).length)&&(e=!0),e))},selectorPrefix(e){return TVE.ActiveElement&&(e=this.headCssPrefix(e,TVE.ActiveElement).trim()),e},sectionFocus(e){e.is(this.selector)&&this.toggleComponents(e.hasClass("symbol-edit-mode")||e.hasClass("tve_editable"))},editModeEnterAction(e){"header"===TVE._type(e)&&(TVE.main.EditMode.$_select.toggleClass("tcb-hide",0===e.find(`.${p}`).length),TVE.main.EditMode.$_reset.toggleClass("tcb-hide",!e.tcbHasClass(p)))},sectionDragOver(e,t){e.is(this.selector)&&t.data("dir")===("header"===this.type?"top":"bottom")&&t.hide()},changeSectionTarget(e,t){return e.is(this.selector)&&("header"===this.type&&"top"===t.data("dir")?e=e.next():"footer"===this.type&&"bottom"===t.data("dir")&&(e=e.prev())),this.isOnSectionPage()&&e.is("#tve_editor")&&(e=e.find(".symbol-section-in")),e},sectionInit(){const e=TVE.inner_$(this.selector);e.attr("data-selector",`.thrv_symbol_${e.attr("data-id")}`),e.find(".symbol-section-in").addClass("tve_editor_main_content tcb-dropzone-element"),"header"===this.type&&(e.find(".symbol-section-in").attr("data-selector",".symbol-section-in"),e.find(".symbol-section-out").attr("data-selector",".symbol-section-out")),setTimeout(()=>{TVE.Editor_Page.selection_manager.$root.find(this.selector).trigger("click")},0)},addSectionSelector(){const e=this,t=this.controls;TVE.inner_$(`${this.selector} .thrive-symbol-shortcode`).each(function(){this.dataset.selector||(this.dataset.selector=`.thrv_symbol_${this.dataset.symbolId} .thrive-symbol-shortcode`,TVE.ActiveElement&&TVE.ActiveElement.attr("data-inherit-lp-settings")&&(e.before_update(),t.InheritContentSize.input(TVE.ActiveElement,{checked:!0})))})},headCssSelector(e){const t=this.getStateValue();if(TVE.ActiveElement&&"header"===TVE._type(TVE.ActiveElement)&&!TVE.FLAGS.drag&&e.rules){const s=Array.isArray(e.rules)?e.rules:Object.keys(e.rules);["margin","position","z-index"].includes(s[0])?(e.selector=e.selector.replaceAll(`.${h}`,"").replaceAll(`.${p}`,""),s.forEach(s=>{const i={};i[s]="",TVE.write_css(`${e.selector}.${t}`,i,[TVE.main.media_query_tpl()])})):e.selector.includes(t)||(e.selector=e.selector.replaceAll(`.${h}`,"").replaceAll(`.${p}`,""),e.selector+=`.${t}`)}return TVE.apply_filters("tve.hf.head_css_selector",e,t)},applyElementCssFil(e){return e.length>1&&(this.isOnSectionPage()||TVE.main.EditMode.in_edit())&&"header"===TVE._type(TVE.main.EditMode.element())&&e.filter(`.${this.getStateValue()}`).length&&(e=e.filter(`.${this.getStateValue()}`)),e},headCssPrefix(e,t){if(TVE.USE_GLOBALSHEET)return e;const s=t.attr("data-selector")&&(!t.parents(this.selector).length||t.is(".thrive-symbol-shortcode"));return Array.isArray(e)||s||t.is("#tve_editor")?e:!TVE.state_manager.is_default()&&TVE.state_manager.needs_hover_state_parent(t)?"":(e=g.getSymbolPrefix(e,t),(this.isOnSectionPage()||TVE.main.EditMode.in_edit())&&TVE.ActiveElement&&"header"===TVE._type(TVE.ActiveElement)&&!TVE.FLAGS.drag&&(e=`${e.trim()}.${this.getStateValue()} `),e)},headCssSuffix(e,t,s){return(this.isOnSectionPage()||TVE.main.EditMode.in_edit())&&TVE.ActiveElement&&"header"===TVE._type(TVE.ActiveElement)&&!TVE.FLAGS.drag&&(Object.keys(s)[0].includes("border")||TVE._.isArray(s)&&s[0].includes("padding"))&&(e+=`.${this.getStateValue()}`),e},prepare_data_for_save(e){return this.savePostDataAfter(e)},is_good_css_for_symbol(e,t){let s=o.prototype.is_good_css_for_symbol.apply(this,arguments);return"header"===this.type&&e.cssText.includes(t?`thrv_symbol_${t}`:"thrv_header")&&(e.cssText.includes(h)||e.cssText.includes(p))&&(s=!0),s},prepare_symbol_html_on_close_edit(){if(o.prototype.prepare_symbol_html_on_close_edit.call(this),"header"===this.type){this.$selected_symbol.removeClass(p).addClass(h);const e=this.$selected_symbol.find(".thrive-symbol-shortcode"),t=this.$selected_symbol.find(`.thrive-symbol-shortcode .${h},.thrive-symbol-shortcode .${p}`);e.removeClass(p).addClass(h),t.filter(`.${p}`).tcbHide(),t.filter(`.${h}`).tcbShow(""),this.closeTooltip(),this.toggleHeaderScrollStateComponents(!1)}return this},savePostDataAfter(e){const t=this.$element.find(".thrive-symbol-shortcode")[0].dataset,s=["selector","symbolId","name"],i={};return _.each(t,function(e,t){s.includes(t)||(i["data-"+t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()]=e)}),e=jQuery.extend(!0,e,{tve_globals:i}),d.forEach(t=>{i[t]||delete e.tve_globals[t]}),e},editSection(){const e=TVE.ActiveElement.find(".thrive-symbol-shortcode.thrive-shortcode-html");this.toggleComponents(!0),this.edit_symbol(),this.editFilters(),e.removeClass("tve_editor_main_content"),e.find(">.symbol-section-in").addClass("tcb-dropzone-element tve_editor_main_content"),"header"===this.type&&TVE.main.EditMode.in_edit()&&(this.normalizeCss(),TVE.main.EditMode.element().addClass(h),e.addClass(h),TVE.main.EditMode.$_select.toggleClass("tcb-hide",0===this.$selected_symbol.find(`.${p}`).length),TVE.main.EditMode.$_reset.toggleClass("tcb-hide",!this.$selected_symbol.tcbHasClass(p)),e.find(">.symbol-section-in").removeClass("tve_editor_main_content").filter(`.${h}`).addClass("tve_editor_main_content"),this.showHeaderStatesPromoTooltip&&this.$selected_symbol.find(`.${p}`).length>0&&this.headerStatesPromoTooltip.open(null,TVE.main.EditMode.$_select[0]),e.children(".symbol-section-in").attr("data-selector",".symbol-section-in"),e.children(".symbol-section-out").attr("data-selector",".symbol-section-out"),TVE.Components.scroll.update(),Object.keys(TVE.Elements.header.components).forEach(e=>TVE.Components[e].isOpen()&&TVE.Components[e].update())),TVE.ActiveElement.addClass("tcb-selector-no_delete").addClass("tve_no_drag"),TVE.do_action("tcb.header-footer.edit")},editFilters(){TVE.remove_filter("tcb.breadcrumb_click_before"),TVE.add_filter("tcb_head_css_prefix",this.headCssPrefixFilter),TVE.add_filter("tcb_head_css_suffix",this.headCssSuffixFilter),TVE.add_filter("tcb.apply_element_css",this.applyElementCssFilter)},removeEditFilters(){TVE.remove_filter("tcb.breadcrumb_click_before"),TVE.remove_filter("tcb_head_css_prefix",this.headCssPrefixFilter),TVE.remove_filter("tcb_head_css_suffix",this.headCssSuffixFilter),TVE.remove_filter("hover_prefix_selector",this.selectorPrefixFilter),TVE.remove_filter("tcb.apply_element_css",this.applyElementCssFilter),o.prototype.remove_edit_hooks()},after_close_edit_mode(){this.removeEditFilters(),this.$selected_symbol.removeClass("tcb-selector-no_delete").addClass("tve_no_drag").find(".thrive-symbol-shortcode.thrive-shortcode-html >.symbol-section-in").removeClass("tve_editor_main_content tcb-dropzone-element")},toggleComponents(e){this.$(".action-group").toggle(e),this.$(".section-select").toggle(!e),this.getAvailableComponents().forEach(t=>{TVE.Components[t].$el.toggle(e)}),e||this.toggleDropdown("docked",!0)},sectionRemove(e){e.is(this.selector)&&r.add_section_placeholder(this.type,this.selector,TVE.apply_filters("tcb.header-footer.root",TVE.Editor_Page.editor))},edit_mode_element_selectable:()=>!0})},18046:(e,t,s)=>{e.exports=s(16668).component.extend({extra_states:!0,after_update(){this.updateDom()},updateDom(){this.$(".has-icon").toggle(this.controls.ShowIcon.isChecked())},manualStateChange(e){TVE.state_manager.change(e,!0,{skip_update:!0})},controls_init(){this.controls.State.input=(e,t)=>{const s="expanded"===t.dataset.value;e.tocToggle(s?"show":"hide"),this.manualStateChange(s?"default":"expanded")},this.controls.State.update=e=>{const t=e.hasClass("tve-state-expanded");this.controls.State.setActive(t?"collapsed":"expanded"),TVE.state_manager.is_default()&&this.manualStateChange(t?"expanded":"default")},this.controls.ShowIcon.input=(e,t)=>{e.toggleClass("show-icon",t.checked),this.updateDom()},this.controls.ShowIcon.update=function(e){this.setChecked(e.hasClass("show-icon"))},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s,i;t.icon.is("symbol")?(s=TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}),i=t.icon.attr("id")):(s=`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,i=t.icon.data("filter")),e=e.find(".tve-toc-title-icon").attr("data-icon-code",i).html(s),this.update(e)},this.controls.ModalPicker.update=function(e){const t=e.find(".tve-toc-title-icon").attr("data-icon-code");t&&this.updateValue(t.replace("icon-",""))},this.controls.IconColor.update=function(){this.setValue(this.applyTo().head_css("color",null,this.config.css_suffix,!0))},this.controls.IconColor.input=function(e){const t=this.config.important?" !important":"";this.applyElementCss({color:e+t}),e||this.component.controls.IconColor.update(this.applyTo())},this.controls.IconPlacement.input=(e,t)=>{e.toggleClass("reverse","right"===t.dataset.value)},this.controls.IconPlacement.update=function(e){this.setValue(e.hasClass("reverse")?"right":"left")},this.controls.IconSize.update=function(e=TVE.ActiveElement){this.setValue(e.head_css("font-size",!1,this.config.css_suffix,!0))},this.controls.IconSize.input=function(e,t){const s=this.config.important?" !important":"",i=t.value+this.getUM()+s;this.applyElementCss({"font-size":i,width:i,height:i},e)},this.controls.RotateIcon.input=function(e,t){this.applyElementCss({"--animation-angle":t.value+"deg"},e,"","")},this.controls.RotateIcon.update=function(e=TVE.ActiveElement){const t=TVE.getComputedStyle(e,"--animation-angle",!0);this.setValue(t||0)},this.cloneHoverStyles=!0,TVE.add_action(`tcb.write_css.${this.key}`,(e,t,s)=>{this.cloneHoverStyles&&TVE.state_manager.is_hover()&&!e.includes(":hover")&&(e=e.replace("tve-state-hover","tve-state-expanded").replace(":not(.tve-state-expanded)","").replace(`${TVE.CONST.global_css_prefix} `,""),this.cloneHoverStyles=!1,TVE.write_css(e,t,s),this.cloneHoverStyles=!0)}),TVE.add_filter("tcb_head_css_suffix",e=>(TVE.ActiveElement&&TVE.ActiveElement.is(".tve-toc-title")&&TVE.state_manager.is_hover()&&(e=":not(.tve-state-expanded)"+e),e)),TVE.add_action(`tcb.state.change.${this.key}`,()=>{this.controls.RotateIcon.update(),this.controls.IconSize.update(),this.controls.IconColor.update()})}})},18345:(e,t,s)=>{const i=s(16668),a=s(7596);e.exports=i.control.extend({template:TVE.tpl("controls/layout/position-relative"),initialize(){this.render(),this.$vertical=this.$(".vertical"),this.$horizontal=this.$(".horizontal");const e=[],t=this;this.$(".ctrl").each(function(){const s=new a({el:this,model:{config:{name:this.dataset.label,type:"number",um:"px"}}});s.$("input").attr("data-style",this.dataset.style),s.input=s.change=t.change.bind(t),e.push(s)})},parse:e=>e&&"auto"!==e?(e=parseInt(e),e=isNaN(e)?0:e):"0",update(e){const t=(e=e||this.applyTo()).head_css(["top","left"]);this.$('[data-style="top"]').val(this.parse(t.top)),this.$('[data-style="left"]').val(this.parse(t.left))},change(e,t){const s={};s[t.dataset.style]=t.value+this.um(),this.applyElementCss(s,e,"",""),TVE.Editor_Page.reposition_icons()},input(e,t){TVE.SKIP_CSS_STATE=!0,this.change(e,t),TVE.SKIP_CSS_STATE=!1},um:()=>"px"})},18365:(e,t,s)=>{const i=s(16668);let a,l,o="https://maps.google.com/maps?q=New%20York&t=m&z=10&output=embed&iwloc=near";e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(e){o=`https://www.google.com/maps/embed/v1/place?key=${TVE.CONST.google_maps_embeded_app_id}&q=New%20York&zoom=10`;const t=RegExp.prototype.test.bind(/(<([^>]+)>)/i);if(TVE.CONST.inline_shortcodes["Global fields"][0]){const e=TVE.CONST.inline_shortcodes["Global fields"][0].input.id,s=Object.keys(e.value_type).find(t=>"1"===e.value_type[t]);s&&!t(e.real_data[s])&&(o=TVE.setOrReplaceUrlParam(o,"q",e.real_data[s]))}TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".thrv-google-map-embedded-code iframe").each((e,t)=>{t.src=t.src.replace(`key=${TVE.CONST.google_maps_embeded_app_id}`,"key={{THRIVE_GOOGLE_MAPS_API_EMBEDDED_KEY}}")}),e)),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{e.find(".thrv-google-map-embedded-code iframe").each((e,t)=>{setTimeout(()=>{t.src=t.src.replace(encodeURIComponent("{{THRIVE_GOOGLE_MAPS_API_EMBEDDED_KEY}}"),`${TVE.CONST.google_maps_embeded_app_id}`)},100)})}),TVE.add_filter("tcb.drag.fetch.static_element",(e,t)=>("gmap"!==t.type||e.find("iframe").attr("src")||e.find("iframe").attr("src",o),e)),this.controls.zoom.input=function(){},this.controls.zoom.update=function(e){if(e.find("iframe").length>0){const t=e.find("iframe").attr("src");let s=this.config.config.default;-1===t.indexOf("!2s")&&-1===t.indexOf("!5e0!")&&(s=TVE.getUrlParam(t,"zoom")),a=s,this.setValue(s)}},this.controls.zoom.change=function(e,t){const s=e.find("iframe").attr("src"),i=t.value;if(s&&!isNaN(parseInt(i))&&parseInt(this.config.config.min)<=i&&parseInt(i)<=this.config.config.max){let t=TVE.setOrReplaceUrlParam(o,"zoom",i);t=TVE.setOrReplaceUrlParam(t,"q",l),e.find("iframe").attr("src",t),a=i}},this.controls.fullWidth.update=function(t){const s=t.hasClass("tcb-window-width");this.setChecked(s),TVE.Components.layout.toggle_full_width_controls(!s),e.width.toggle(!s)},this.controls.fullWidth.change=function(t,s){t.toggleClass("tcb-window-width tcb-border-box",s.checked),s.checked?TVE.inner.window.TCB_Front.resizePageSection(t):t.css({width:"",left:""}),TVE.Editor_Page.reposition_icons(),TVE.Components.layout.toggle_full_width_controls(!s.checked),e.width.toggle(!s.checked)},this.initDimensions("width"),this.initDimensions("height"),TVE.add_action("tcb.after-insert",e=>{if(e&&e.length){const t=TVE.identifier("gmap"),s=e.find(t).addBack(t);if(s.length>0){const e={};setTimeout(()=>TVE.inner.window.TCB_Front.resizePageSection(),420),e.height=s.head_css("height","","",!0),s.head_css(e)}}}),this.controls.address.update=function(e){if(e.find("iframe").length>0){const t=e.find("iframe").attr("src");let s="New York";if(-1!==t.indexOf("!2s")&&-1!==t.indexOf("!5e0!")){const e=t.match(new RegExp("!2s(.*)!5e0!"));e&&e[1]&&(s=decodeURIComponent(e[1]))}else s=TVE.getUrlParam(t,"q");l=s,this.setValue(s)}},this.controls.address.change=function(e,t){if(e.find("iframe").attr("src")){let s=TVE.setOrReplaceUrlParam(o,"zoom",a);s=TVE.setOrReplaceUrlParam(s,"q",t.value),e.find("iframe").attr("src",s),l=t.value}}},initDimensions(e){this.controls[e].input=function(t){const s={};s[e]=this.getValue()+this.getUM(),t.head_css(s)},this.controls[e].update=function(t){let s=t.head_css(this.config.config.css,null,null,!0);s||(s=t.css(e)),this.setValue(s)},this.controls[e].change=function(t,s){let a=s.value;i.control.prototype.change.call(this,t,s),a&&!isNaN(parseInt(a))||(a=t[e]()),this.prepareValue(a,this.getUM()),TVE.Editor_Page.reposition_icons()}}})},18435:(e,t,s)=>{const i=s(42146),a=s(73870),l=s(721),o=s(7757),c=s(48828),n=s(55007),r=".thrv-content-block,.thrv-lp-block";let d=null;TVE.ContentBlockModal=s(23088),e.exports=s(16668).component.extend({collection:new Backbone.Collection({}),color_var_tpl:TVE.tpl("content-blocks/color-var-item"),updateOnMouseLeave:!1,controls_init(){TVE.add_action("tcb.element.duplicate",function(e,t){t.find(".thrv-content-block").addBack().filter(".thrv-content-block").each(function(){TVE.inner_$(this).head_css_clone()})}),TVE.add_action("tcb.dragstart",e=>{!e.is(r)&&e.parents(r).length>0&&(d=e.closest(r))}),TVE.add_filter("tcb.head_css.get.force_css",(e,t)=>(t&&"string"==typeof t&&t.includes("hsl")&&t.includes("gradient")&&!t.includes(TVE.CONST.colors.dynamic_prefix)&&(e=!0),e)),TVE.add_action("tcb.element.dropped",()=>{if(d&&TVE.FLAGS.$dragged_element&&TVE.FLAGS.$dragged_element.length&&!TVE.FLAGS.$dragged_element.closest(r).is(d)){const e=[],t=TVE.FLAGS.$dragged_element.find('[data-css*="tve-u-"]'),s=TVE.FLAGS.$dragged_element.find("[data-selector]");e.push({oldDataCss:TVE.FLAGS.$dragged_element[0].dataset.css,newDataCss:TVE.CSS_Rule_Cache.generate_id(),element:TVE.FLAGS.$dragged_element[0]}),_.each(t,t=>{e.push({oldDataCss:t.dataset.css,newDataCss:TVE.CSS_Rule_Cache.generate_id(),element:t})}),e.forEach(e=>{TVE.CSS_Rule_Cache.getRulesForSelector(`[data-css="${e.oldDataCss}"]`).forEach(t=>{const s=this.getMatchingRules(t.cssText),i=t.selectorText.replace(e.oldDataCss,e.newDataCss);if(Array.isArray(s)&&s.length>0){const a=this.getReplacedCssRules(t,e.element,i,s),l=t.parentRule,o=l.style_by_selector(i,!1);o?this.replaceCssVariables(a,o):l.insertRule(a,l.cssRules.length)}else TVE.CSS_Rule_Cache.copyCssRule(t,i,!1)}),this.removeDynamicClass(e.element),e.element.dataset.css=e.newDataCss}),s.each((e,t)=>{TVE.CSS_Rule_Cache.getRulesForSelector(t.dataset.selector).forEach(e=>{const s=this.getMatchingRules(e.cssText);if(Array.isArray(s)&&s.length>0){const i=e.parentRule.style_by_selector(e.selectorText,!1);if(i){const a=this.getReplacedCssRules(e,t,t.dataset.selector,s);this.replaceCssVariables(a,i)}}}),this.removeDynamicClass(t)})}d=null}),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{if(e.is(TVE.identifier("contentblock"))){const t=TVE.getMainAccentColor(),s=this.get_colors_config(e);if(t&&!_.isEmpty(s)){const i=Object.keys(s.colors)[0];i&&TVE.changeCssVariableValue(`${TVE.CONST.colors.local_prefix}${i}`,t.variable,e,!0)}}}),this.controls.ModalPicker.setModal(TVE.ContentBlockModal.get_instance(TVE.modal.get_element("content-blocks"))),this.controls.ModalPicker.input=function(){},this.controls.ModalPicker.update=function(e){this.updateValue(e.attr("tcb-template-name"))},this.controls.color=new a({collection:this.collection}),this.controls.gradient=new l({collection:this.collection}),this.listenTo(this.collection,"reset",()=>{this.$(".tve-local-variables").html(this.build_preview())}),this.listenTo(this.collection,"change",this.change_local_variable),TVE.main.on("element_selected",(e,t)=>{"contentblock"===t&&this._refreshLocalVariables()})},getReplacedCssRules(e,t,s,i){const a=e.cssText.split("{");a.shift(),a.unshift(s);let l=a.join("{");return i.forEach(e=>{const s=this._unlinkBlockLocalVariable(e,t);s&&(l=l.split(e).join(s).split(e.replace("var","var$")).join(s))}),l},replaceCssVariables(e,t){TVE._.mapObject(TVE.CSS_Rule_Cache.cssToObject(e),(e,s)=>{const i=e.includes("important")?"important":"";e=e.replace("!important","").replace("! important","").trim(),t.setProperty(s,e,i)})},getMatchingRules:e=>e.match(new RegExp(`var\\(${TVE.CONST.colors.local_prefix}[0-9a-zA-Z]*(,(.+?)\\(.+?\\))?\\)`,"g")),removeDynamicClass(e){e.getAttribute("class")&&e.setAttribute("class",e.getAttribute("class").replace(TVE.Components.group.dynamic_group_item_class_prf,""))},_unlinkBlockLocalVariable(e,t){let s="";if(d.is('.thrv-lp-block[data-match-lp-colors="1"]')){const t=`--tcb-local-related-${TVE.getRawCssVariableName(e).replace(TVE.CONST.colors.local_prefix,"")}`,i=TVE.getCssVariableValue(t,d).trim();TVE.getCssVariableValue(i).length&&(s=`var(${i})`)}return 0!==s.length||TVE.inner_$(t).children(".thrive-colors-palette-config").length||(s=TVE.getCssVariableValue(e,d)),s},_refreshLocalVariables(e=this.collection){const t=[],s=this.get_colors_config(TVE.ActiveElement),a=TVE.getCssVariableSelector(TVE.ActiveElement),l=TVE.CSS_Rule_Cache.media_rule(TVE.main.responsive.desktop.media).style_by_selector(a,!1);l&&(_.each(s.colors,(e,s)=>{const a=l.getPropertyValue(TVE.CONST.colors.local_prefix+s).trim();if(0===a.length)return;const n=o("linear-gradient("+a+", "+a+")")[0];n.local_variable=TVE.CONST.colors.local_prefix+s,n.local_variable_name=e,n.local_variable_code=new c(TVE.isCssVariable(a)?TVE.getCssVariableValue(a):a).toHexString(),t.push(new i(n))}),_.each(s.gradients,(e,s)=>{const a=l.getPropertyValue(TVE.CONST.gradients.local_prefix+s);if(0===a.length)return;const c=o(a)[0];c.local_variable=TVE.CONST.gradients.local_prefix+s,c.local_variable_name=e,c.local_variable_code=c.type.replace("-"," ").replace(/\b\w/g,function(e){return e.toUpperCase()}),t.push(new i(c))})),e.reset(t)},build_preview(e=this.collection){let t="";return e.each(function(e,s){t+=this.color_var_tpl({model:e,bg:n(e.toJSON()),index:s})},this),t},change_local_variable(e){const t={},s=n(e.toJSON()),i=this.$('.tve-local-variables span[data-var="'+e.get("local_variable")+'"]'),a=i.siblings("input");let l,o;if(e.get("local_variable").indexOf("color")>0){const t=e.get("colorStops")[0].value;TVE.isCssVariable(t)?(o=e.get("colorStops")[0].css_variable,l=new c(TVE.getCssVariableValue(t)).toHexString()):(o=t.toRgbString(),l=t.toHexString())}else o=s,l=e.get("type").replace("-"," ").replace(/\b\w/g,function(e){return e.toUpperCase()});t[e.get("local_variable")]=o;const r=TVE.getCssVariableSelector(TVE.ActiveElement),d=TVE.inner_$(r);if("input"===this.controls.color.color.currentEventType)d.tcbCss(t);else{const e={};Object.keys(t).forEach(t=>e[t]=""),d.tcbCss(e),TVE.write_css(r,t,TVE.main.responsive.desktop.media)}a.val(l),i.find("span").css("background-image",s)},edit_local_variable(e,t){const s=t.getAttribute("data-var"),i=t.getAttribute("data-index"),a=this.controls[s.indexOf("color")>0?"color":"gradient"];if(a.isOpen())a.onCancel();else{const e=this.collection.at(i);e.saveState(),a.reset(e),a.open(null,t)}return!1},get_colors_config:e=>TVE.shortcode_manager(e.find(".thrive-local-colors-config"),"local_colors").get(),prepareLocalVariablesForTemplates(e,t=""){return this.getLocalVariablesValues(e).forEach(e=>{let s=`var(${e.variable})`;e.default_val.length>0&&(s=`var(${e.variable},${e.default_val})`),t=t.split(s).join(e.current_val)}),t},getLocalVariablesValues(e){const t=this.get_colors_config(e),s=[];return _.each(t,(t,i)=>{_.each(t,(t,a)=>{const l=TVE.CONST[i].local_prefix+a,o=`--tcb-local-default-${a}`,c=TVE.getCssVariableValue(l,e).trim(),n=TVE.getCssVariableValue(o,e).trim();c.length&&s.push({variable:l,current_val:c,default_val:n})})}),s},placeholder_action(){this.controls.ModalPicker.openModal()}})},18445:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("lead-generation/submit-options/submit-options"),selected_class:"card-selected",submit_options:[{key:"redirect",label:TVE.t.RedirectURL,icon:"url",preview_icon:"redirect-resp"},{key:"message",label:TVE.t.SuccessNotification,icon:"notif",preview_icon:"success-resp"}],submitOptionsCollection:null,currentModel:null,originalModel:null,before_initialize(){this.submitOptionsCollection=new Backbone.Collection(TVE.apply_filters("tve_form_submit_options",this.submit_options))},after_initialize(){this.$options=this.$("#lg-options-wrapper")},onOpen(){this.submitOptionsCollection=new Backbone.Collection(TVE.apply_filters("tve_form_submit_options",this.submit_options)),this.renderOptions(),this.$(`.optin-option-card[data-key=${this.model.get("submit_option")}]`).addClass(this.selected_class)},renderOptions(){this.$options.empty(),this.submitOptionsCollection.each(function(e){this.$options.append(this.renderOption(e))},this)},renderOption(e){const t=TVE.tpl("lead-generation/submit-options/option"),s=e.get("icon");return t({item:e,icon:s,selected:!1})},reset(e){this.model=e||this.component.leadGenerationModel,this.submitOptionsCollection=new Backbone.Collection(TVE.apply_filters("tve_form_submit_options",this.submit_options)),this.updateDom()},selectSubmitOption(e,t){this.$(".optin-option-card").removeClass(this.selected_class),t.classList.add(this.selected_class),this.currentModel=this.submitOptionsCollection.findWhere({key:t.dataset.key})},renderOptionForm(e=""){e=e.replace(/-/g,"_"),this.component.$el.find(".lg-submit-options").addClass("tcb-hidden").filter('[data-key="'+this.currentModel.get("key")+'"]').removeClass("tcb-hidden"),TVE.main.trigger("lgRenderOptionForm",this.component.$el,this.model,e)},updateSubmitPreview(e){const t=this.component.$el.find(".tve-lg-submit-options-wrapper"),s=t.find(".preview"),i=t.find(".submit-value");s.html(TVE.icon(e.get("preview_icon")||e.get("icon"))),i.html(e.get("label")),TVE.do_action("tve.lg.submit-option-changed"),this.renderOptionForm(e.get("key"))},updateDom(){this.currentModel=this.submitOptionsCollection.findWhere({key:this.model.get("submit_option")}),this.currentModel||(this.currentModel=this.submitOptionsCollection.first(),this.model.set("submit_option",this.currentModel.get("key"))),this.originalModel=this.currentModel,this.updateSubmitPreview(this.currentModel)},onApply(){this.model.set("submit_option",this.currentModel.get("key")),this.updateSubmitPreview(this.currentModel),this.hide()},onCancel(){this.currentModel=this.originalModel,this.$(".optin-option-card").removeClass(this.selected_class).filter('[data-key="'+this.currentModel.get("key")+'"]').addClass(this.selected_class),this.hide()}})},18584:(e,t,s)=>{const i=s(16102),a=s(43456),l=s(2208);class o{constructor(e){this.component=e,this.init()}static fixOverlayPosition(e){const t=e.find(".video_overlay");let s=".tcb-responsive-video";"vooplayer"===e.attr("data-type")&&e.find(".voo-id").length>0&&(s=".voo-id"),!t.next(s).length>0&&e.find(s).before(t)}static cleanPreviousCoverHtml(e){e.removeAttr("data-video-cover-type").removeAttr("data-overlay"),e.find(".video_overlay").removeAttr("data-css data-preload data-cover-thumbnail-type").removeClass("tcb-video-cover thrv_wrapper").empty(),TVE.Components.responsivevideo.controls.responsive_video.video_settings.videoThumbnail.file_picker.remove()}static getCTATooltip(){return TVE.Components.responsivevideo.controls.responsive_video.video_settings.coverCTATooltip}init(){this.EditMode=s(99313),TVE.addHooks(s(81126)),TVE.addHooks(s(10715)),this.component.videoCover=new i({el:this.component.$(".tcb-video-cover-control"),model:{config:{label:TVE.t.video_cover,info:!0}}}),this.component.videoCover.change=(e,t)=>{this.component.videoCoverType.update(e),this.changeVideoCover(e,t.checked?"cover":"none")},this.component.videoCover.update=e=>{let t=e.attr("data-video-cover-type");if(void 0===t){const s=e.find(".video_overlay_image");s.length>0&&void 0!==s.css("background-image")?(t="thumbnail",e.attr("data-video-cover-type","thumbnail")):t="none"}this.component.videoCover.setChecked("none"!==t),this.component.videoCoverType.update(e),this.updateControlVisibility(t,e),this.toggleAutoplayDisable(t,e)},this.component.videoCoverType=new a({el:this.component.$(".tcb-video-cover-type-control"),model:{config:l.COVER_TYPE_CONFIG}}),this.component.videoCoverType.change=(e,t)=>{const s=t.dataset.value;e.attr("data-video-cover-type")!==s&&this.changeVideoCover(e,s)},this.component.videoCoverType.update=e=>this.component.videoCoverType.setValue(e.attr("data-video-cover-type")),this.component.videoCoverEditMode=()=>this.EditMode.enterEditMode(),TVE.initBasicTooltip({template:TVE.tpl("controls/tooltip/video-cover")},this.component.videoCover,()=>this.component.$(".tcb-video-cover-control .tve-switch-info")),this.initCTATooltip()}changeVideoCover(e,t){o.cleanPreviousCoverHtml(e),"cover"===t&&(e.attr("data-video-cover-type",t),e.attr("data-overlay",1),o.fixOverlayPosition(e),e.find(".video_overlay").addClass("tcb-video-cover thrv_wrapper tcb-local-vars-root").attr({"data-preload":1,"data-ct":"video_cover-0","data-ct-name":"Default cover"}).html(TVE.tpl("elements/video-cover-default")())),this.updateControlVisibility(t),this.toggleAutoplayDisable(t,e),TVE.do_action("tcb.video.cover_type_changed",e,t,this.component)}updateControlVisibility(e){this.component.$(".tcb-video-cover-container").toggle("none"!==e),this.component.$('[data-fn="videoCoverEditMode"]').toggle("cover"===e),this.component.$(".tcb-responsive-video-thumbnail").toggleClass("tcb-hidden","thumbnail"!==e),TVE.do_action("tcb.video.cover_type_visibility_changed",e,this.component)}toggleAutoplayDisable(e,t){const s="none"!==e,i=t.hasClass("tcb-lazy-load");this.component.toggleAutoplayDisable(s||i,t)}initCTATooltip(){this.component.coverCTATooltip||(this.component.coverCTATooltip=new TVE.Views.other.Tooltip({template:TVE.tpl("controls/tooltip/video-cover-cta"),type:"video-cover"}))}}e.exports=o},18801:(e,t,s)=>{!function(t){const i=s(7197),a=["solid","outlined","duotone","brands","light"],l={},o=()=>!!window.FontAwesomeKitConfig&&"pro"===FontAwesomeKitConfig.license;l.getStyles=()=>{let e="";return a.forEach(t=>{let s=!1;Object.keys(i).forEach(e=>{if(!s){const a=i[e];s=!!a[t].icons.length,!s&&"fontawesome"===e&&o()&&(s=!!a.pro[t].icons.length)}}),s&&(e+=`<div class="tve-icon-pack click mt-5" data-fn="filterByStyle" data-style="${t}"><span>${TVE.ucFirst(t)}</span></div>`)}),e},l.getPacks=()=>{const e=Object.keys(i);return TVE.CONST.custom_icons&&TVE.CONST.custom_icons.icons.length&&e.push("custom"),e},l.getCategories=()=>{let e="";return l.getPacks().forEach(t=>{e+=`<div class="tve-icon-pack click mt-5" data-fn="filterByPack" data-pack="${t}"><span>${"custom"===t?"Custom icons":i[t].getLabel()}</span></div>`}),e},l.getIconsByPack=(e="fontawesome")=>l.getAllIcons(l.getPacks().filter(t=>t!==e)),l.getAllIcons=(e=[])=>{let t=[];return Object.keys(i).forEach(s=>{const a=i[s];e.includes(s)||Object.keys(a.styleToPrefix).forEach(e=>{t=[...t,...l.getIconsByStyle(e,s)]})}),!e.includes("custom")&&TVE.CONST.custom_icons&&TVE.CONST.custom_icons.icons.length&&(t=[...t,...l.getCustomIcons()]),t},l.getCustomIcons=()=>{const e=TVE.CONST.custom_icons,t=[];return e.icons.forEach(s=>{t.push(`<div class="tve-icon click ${s}-${e.style} ${s.replace("icon-","")}" data-filter="${s}" title="${s}" data-style="${e.style}" data-type="custom" data-fn="icon_click"><div class="tve-icons-wrapper"><i class="${s}" ></i></div></div>`)}),t},l.getIconsByStyle=(e="solid",t)=>{let s=[];if("custom"===t)s=l.getCustomIcons();else{let a;a=t?[t]:Object.keys(i),a.forEach(t=>{const a=i[t];let l=a[e].icons;"fontawesome"===t&&o()&&(l=[...l,...a.pro[e].icons]),l.forEach(i=>{s.push(`<div class="tve-icon click tve-build-svg ${i}-${e}" data-filter="${i}" title="${i}" data-style="${e}" data-type="${t}" data-fn="icon_click" data-tags="${a.tags[i]||""}"><div class="tve-icons-wrapper">${a.render(a.styleToPrefix[e],i,e)}</div></div>`)})})}return s},l.getIconsByTag=(e="brand",s="material")=>{let i=l.getIconsByPack(s);return i=i.filter(s=>t(s).attr("data-tags").includes(e)),i},l.setKit=(e="")=>{e||delete window.FontAwesomeKitConfig,TVE.CONST.tve_fa_kit=e,TVE.ajax("update_option","post",{option_name:"tve_fa_kit",option_value:e})},l._loadScript=(e,s=!0,i=t.noop,a=t.noop)=>{const c=document.createElement("script"),n=(e=!0)=>{delete window.FontAwesomeKitConfig,l.setKit(),e&&a()};c.onload=function(){s&&(o()?l.setKit(e):n(!1)),i()},c.onerror=n,c.src=e,c.crossOrigin="anonymous",document.head.appendChild(c)},e.exports=l}(jQuery)},18983:(e,t,s)=>{e.exports=s(16668).control.extend({template:TVE.tpl("controls/rating-value"),after_initialize(e){this.$max=this.$(".rating-max"),this.$value=this.$(".rating-value"),this.renderer=e.component.renderer;let t="",s="";for(let e=0;e<=this.model.config.max_size;e+=.5)s+='<option value="'+e+'">'+e+"</option>",parseInt(e)===e&&(t+='<option value="'+e+'">'+e+"</option>");this.$value.html(s).val(this.model.config.default_value),this.$max.html(t).val(this.model.config.default_max)},enable_disable(e=!1){const t=this;this.$max.find("option").each(function(){this.disabled=!e&&parseFloat(this.value)<t.renderer.data.value}),this.$value.find("option").each(function(){this.disabled=!e&&parseFloat(this.value)>t.renderer.data.max})},option_changed(e=!1){this.update_renderer(),this.enable_disable(e),this.change()},change(){const e=this.applyTo(!1,!1,!0);this.renderer.render_to(e,!0),TVE.do_action("tcb.star_rating.changed",e)},update_renderer(){this.renderer.set_data({value:parseFloat(this.$value.val()),max:parseFloat(this.$max.val())})},update(e,t=!1){this.$max.val(e.attr("data-max")),this.$value.val(e.attr("data-value")),this.update_renderer(),this.enable_disable(t)}})},19073:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){TVE.CtSymbolsModal=s(99961);const i=new(s(78367)),l=s(71680),o=s(50717),c=s(87476),n=s(15719);e.exports=l.extend({previewSrc:"",blocksCollection:new Backbone.Collection({}),item_template:TVE.tpl("content-blocks/content-template-item"),category_item:TVE.tpl("content-blocks/lp-category-item"),group_item:TVE.tpl("content-blocks/lp-group-item"),itemClass:".ct-item",filters:{category:[],group:[],search:[]},save_template:!0,update_template:!1,events(){const e=l.prototype.events.apply();return _.extend({},e,{"click input#add_category":"toggle_category_selection","click span.sp":"toggle_template_symbol","keyup input.content-title":"input_type","click .tcb-notification-icon-error":"hide_error_container"})},after_initialize(){this.$styles_templates=TVE.Components["styles-templates"],this.$saveContainer=this.$(".save-container"),this.$error=this.$(".error-container").hide(),this.$category_container=this.$saveContainer.find(".category-container"),this.$autocomplete=this.$("#tcb-save-template-categ-suggest"),this.$input_name=this.$saveContainer.find(".content-title"),this.$imageContainer=this.$(".tcb-preview-image"),this.$image=this.$imageContainer.find("img"),this.$saveButton=this.$(".tcb-modal-save"),this.$templatesContainer=this.$(".tcb-templates-wrapper").hide(),this.$packContent=this.$("#cb-pack-content"),this.$cloudMenu=this.$(""),this.$templatesNumber=this.$("#tcb-templates-number-container").hide(),this.$showTemplates=!1,this.tooltip=this.$(".update-template-tooltip").hide(),this.loader=this.$(".tcb-input-loader").hide(),this.$(".tcb-show-templates .tcb-hide-templates-label").hide()},before_open(e){this.$active_element=e.element,this.$input_name.val(""),this.$(".tcb-modal-footer .tvd-input-field input").val(""),this.set_input_placeholder(),this.bind_autocomplete_categories(),this.set_selected_text(),this.check_for_inside_symbols(),this.$image.attr("src",""),this.tooltip&&this.tooltip.is(":visible")&&this.tooltip.hide(),this.save_template&&this.$showTemplates&&this.show_templates(),this.$image.css({height:"",width:""}),this.clearSelected(),this.on_start(),this.init_collection()},init_collection(){if(void 0===TVE.CONST.content_templates)return this.$packContent.addClass("loading"),setTimeout(this.init_collection.bind(this),100);this.$packContent.removeClass("loading"),this.blocksCollection.reset(TVE.CONST.content_templates),this.$templatesNumber.find("#tcb-templates-number").text(this.blocksCollection.length),this.build_preview()},after_open(){const e={imageTypeCallback:"toJpeg",quality:1,fixWindowWidth:!1,bgcolor:"white",style:{top:0,left:0,right:0,bottom:0}};this.beforeImageLoad(),setTimeout(()=>{const t=TVE.getContentToPreview(this.$active_element);TVE.generateElementPreview(t,e=>{TVE.inner_$(".preview-cloned-content").remove(),this.afterImageLoad(e)},e,!0)},10),this.$input_name.trigger("focus"),TVE.CONST.content_templates&&TVE.CONST.content_templates.length>0&&(this.blocksCollection.reset(TVE.CONST.content_templates),this.resetFilters(),this.on_start(),this.build_preview())},check_for_inside_symbols(){this.$symbols_inside=this.$active_element.find(".thrv_symbol"),this.$symbols_inside.length&&this.$error.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({show_forum_link:0,error_message:TVE.t.warning_symbol_inside}))},set_input_placeholder(){const e=this.save_template?TVE.t.template_description:TVE.t.symbol_description,t=this.save_template?TVE.t.add_template_to_cat:TVE.t.add_symbol_to_cat,s=this.save_template?TVE.t.template_label:TVE.t.symbol_label,i=this.save_template?TVE.t.template_button:TVE.t.symbol_button,a=this.save_template?TVE.t.template_search_label:TVE.t.symbol_input_label;return this.$input_name.trigger("focus").removeClass("tvd-error").addClass("tvd-active"),this.$(".element-description").html(e),this.$(".add-to-cat").html(t),this.$(".tcb-save-as-label.tcb-input-name").html(s),this.$saveButton.text(i),this.$saveContainer.find(".tcb-ct-symbol-message").html(a).removeClass("tvd-error").addClass("tvd-active"),this},input_type(e){const t=this.$error.find(".symbols-error");!_.isEmpty(e.currentTarget.value.trim())&&t.length&&this.$error.empty(),13===e.keyCode&&this.save(e)},toggle_template_symbol(e){const t=e.currentTarget.classList.contains("template-text");if(t===this.save_template)return!1;this.save_template=t,this.bind_autocomplete_categories(),this.toggleTemplates(),this.set_input_placeholder(),this.set_selected_text(),this.$error.fadeOut()},bind_autocomplete_categories(){this.destroy_select2(this.$autocomplete),this.save_template?this.$styles_templates.bind(this.$autocomplete):this.prepare_symbol_category()},set_selected_text(){this.$(".template-text").toggleClass("selected",this.save_template),this.$(".symbol-text").toggleClass("selected",!this.save_template)},toggle_category_selection(){this.$category_container.find(".category_selection").toggle()},save(){const e=this.validate_input();let t="";if(this.$error.fadeOut(),!e)return;const s=this.$input_name.val(),i=this.$packContent.find(".selected");if(this.save_template)if(i.length&&i.attr("data-name")===this.$input_name.val()&&!this.update_template)this.tooltip.find(".tcb-template-name").text(this.$input_name.val()),this.tooltip.show(),this.update_template=!0,this.$saveButton.addClass("tcb-disabled");else{if(i.length&&i.attr("data-id")||!Object.values(TVE.CONST.content_templates).some(e=>e.label===s))return this.save_content_template();t=TVE.t.existing_template}else Object.values(TVE.CONST.symbols).some(e=>e.post_title===s)?t=TVE.t.existing_template:this.save_symbol().done(function(){TVE.restore_active_element()});t&&this.$error.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({error_message:t}))},before_close(){this.$category_container.find("#add_category").prop("checked",!1),this.$autocomplete.val(""),this.$category_container.find(".category_selection").hide(),TVE.restore_active_element()},save_content_template(){const e={template_category:this.$autocomplete.val(),name:this.$input_name.val()},s=t.Deferred(),i=this.$packContent.find(".selected");i.length&&i.attr("data-id")&&(e.id=i.attr("data-id")),this.unlink_inside_symbols(s),t.when(s).done(()=>{this.$styles_templates.save_template(e,TVE.base64ToBlob(this.previewSrc)),this.$input_name.val(""),this.close()})},save_symbol(){let e;const s=this,i=t.Deferred(),a=t.Deferred();return TVE.do_action("tcb.symbol.before_save_logic",this.$active_element),this.unlink_inside_symbols(i),t.when(i).done(()=>{TVE.main.overlay(),this.$active_element.find("[data-settings-id]").removeAttr("data-settings-id"),TVE.Editor_Page.processPreSave(this.$active_element,{forms_filter:(e,t)=>!t.closest(".thrive-shortcode-html"),ignore_post_parent:1}).then(()=>{e=s.get_css_html_for_content(),TVE.ajax("save_symbol","post",e).done(_.bind(s.save_success,s)).always(function(){TVE.main.overlay("close"),a.resolve()}).tcb_error=_.bind(s.save_error,s)})}),a.promise()},unlink_inside_symbols(e){const s=TVE.Components.symbol,i=[];return _.forEach(this.$symbols_inside,function(e){const a=t.Deferred();s.unlink_element(t(e),a),i.push(a)}),t.when.apply(t,i).then(function(){e.resolve()}),this},get_css_html_for_content(){let e,t=this.$active_element.parent().hasClass("tcb-clear")?this.$active_element.parent():this.$active_element;TVE.FLAGS.DURING_SYMBOL_SAVE=!0,t.wrap("<div></div>"),t=t.parent();const s=this.get_css_from_head(t),i=c.generate_new_ids(t);_.each(i,function(e,t){s.media=s.media.replace(new RegExp(t,"g"),e),s.inline=s.inline.replace(new RegExp(t,"g"),e)}),this.replace_selector_ids_elements(i,t);const l=t.clone();t.children().first().unwrap(),e=a({post_id:TVE.CONST.post_id,symbol_title:this.$input_name.val(),symbol_content:TVE.Editor_Page.content_manager.get_clean_content({},l),symbol_css:s.fonts+s.media+s.inline,has_icons:TVE.Editor_Page.content_manager.hasIcons(l)},TVE.Lightspeed.getLightspeedData({$content:this.$active_element}));const o=this.get_symbol_category();return o&&0!==parseInt(o)&&(e.tcb_symbols_tax=o),e=TVE.apply_filters("tcb.symbol.before_save",e),e.symbol_content=TVE.prepareWordfencePostContent(e.symbol_content),TVE.FLAGS.DURING_SYMBOL_SAVE=!1,e},replace_selector_ids_elements(e,t){const s=/tve-u-(.*?)(?=")/g;t.find("[data-selector]").each(function(){if(!_.isEmpty(this.dataset.selector)){const t=s.exec(this.dataset.selector);s.lastIndex=0,t&&(this.dataset.selector=this.dataset.selector.replace(new RegExp(t[0],"g"),e[t[0]]))}})},get_symbol_category(){const e=this.$autocomplete.val();return e?e[Object.keys(e)[0]]:0},get_css_from_head(e,t={}){const s=e.collect_head_css();let i="",a="",l="";return _.each(TVE.stylesheet.cssRules,function(s){s.type===CSSRule.IMPORT_RULE&&-1===a.indexOf(s.cssText)&&(a+=s.cssText),s.type===CSSRule.STYLE_RULE&&(e.find(s.selectorText).length>0||e.is(s.selectorText))&&(l+=t.id?".thrv_symbol_"+t.id+" "+s.cssText:s.cssText)}),_.each(s,function(e,t){""!==e&&(i+="@media "+t+"{"+e+"}")}),{fonts:a,media:i,inline:l}},save_success(e){if(e.error)return this.save_error(e);TVE.page_message(TVE.t.symbol_saved),c.init(e.data),this.$active_element=c.insert_symbol_in_content(1,()=>{this.symbol_save_extra_css(e.data)}),TVE.do_action("tcb.symbol.after_save",this.$active_element),TVE.StorageManager.unset("thrive_symbols");const t=parseInt(e.data.id);TVE.CONST.symbols[t]=e.data,this.close()},symbol_save_extra_css(e){const t=this.get_css_from_head(this.$active_element.wrap("<div></div>"),e);let s="",i="",l="";TVE.CONST.landing_page.trim().length&&(l="#tcb_landing_page "),""!==l?(s=t.media.replace(new RegExp(l,"g"),""),i=t.inline.replace(new RegExp(l,"g"),"")):(s=t.media,i=t.inline),s=this.replace_clip_path(s),this.$active_element.unwrap();const o=a({post_id:TVE.CONST.post_id,id:e.id,css:t.fonts+s+i},TVE.Lightspeed.getLightspeedData({$content:this.$active_element}));TVE.ajax("save_symbol_extra_css","post",o).done(_.bind(this.save_extra_css_done,this)).tcb_error=_.bind(this.save_error,this)},replace_clip_path:e=>e.replace(new RegExp("clip-path:(.+?);","g"),e=>`${e} -webkit-${e}`),save_extra_css_done(e){if(e.error)return this.save_error(e);this.previewSrc&&o.savePreview(this.$active_element,{post_id:e.data.symbol.ID,file_name:e.data.symbol.ID+".png",blob:TVE.base64ToBlob(this.previewSrc)})},save_error(e,t,s){return this.$error.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({error_message:TVE.getDetailedErrorMessage(e,t,s,!0)})),!1},validate_input(){if(_.isEmpty(this.$input_name.val().trim())){const e=this.save_template?TVE.t.tpl_name_required:TVE.t.symbol_name_required;return this.$(".tcb-ct-symbol-message").removeClass("tvd-active").addClass("tvd-error").text(e),this.$input_name.addClass("tvd-error"),!1}return!0},prepare_symbol_category(){const e=[];_.forEach(tcb_main_const.symbols_tax_terms,function(t){e.push({id:t.term_id,text:t.name,value:t.name})}),this.bind_autocomplete_symbol_categories(this.$autocomplete,{data:e})},bind_autocomplete_symbol_categories(e,t){const s=this,i=this.get_autocomplete_options(t);e.select2(i).on("select2:selecting",function(e){e.params.args.data.isNew&&(e.params.args.data.text=e.params.args.data.value)}).on("select2:select",function(e){const t=jQuery(this);e.params.data.isNew?s.save_symbol_category({name:e.params.data.value}).then(function(i){const a=i.id;s.$("#tcb-save-template-category-id").val(a),t.find('[value="'+e.params.data.id+'"]').replaceWith('<option selected value="'+a+'">'+e.params.data.value+"</option>"),t.val(a).trigger("change")}):s.$("#tcb-save-template-category-id").val(s.$autocomplete.val())}).on("select2:unselect",function(e){s.$("#tcb-save-template-category-id").val(""),e.params.originalEvent&&e.params.originalEvent.stopPropagation()})},destroy_select2(e){e.data("select2")&&(e.select2("destroy"),e.off("select2:selecting"),e.off("select2:select"),e.html(""))},get_autocomplete_options(e){const t={tags:!0,multiple:!0,placeholder:"Uncategorized",minimumResultsForSearch:0,maximumSelectionLength:1,data:{},createTag:e=>({id:e.term,text:'"'+e.term+'" <b style="color:#1ca6e5; float: right;; text-transform: uppercase">'+TVE.t.add_as_category+"</b>",value:e.term,isNew:!0}),escapeMarkup:e=>e};return void 0===e&&(e={}),jQuery.extend({},t,e)},save_symbol_category:e=>(e.rest_symbol_terms=tcb_main_const.symbols_rest_terms,e.rest_nonce=tcb_main_const.symbols_rest_nonce,new n(e).save(null,{success(e){const t=e.toJSON();t.term_id=t.id,t.term_taxonomy_id=t.id,tcb_main_const.symbols_tax_terms.unshift(t)},error(e,t,s){let i="";if(t.responseJSON)i=t.responseJSON.message;else if(t.responseText)try{i="parsererror"===s?"Could not parse response: "+t.responseText:JSON.parse(t.responseText).message}catch(e){}i||(i=(t.statusText||s)+(t.status?" ("+t.status+")":"")),TVE.page_message(i)}})),beforeImageLoad(){const e=this.$imageContainer.width(),t=this.$imageContainer.height(),s=TVE.getContentToPreview(this.$active_element);let i=s.outerWidth(!0),a=s.outerHeight(!0);const l=parseFloat(a/i);s.remove(),l<1?(i=e,a=i*l):(a=t,i=a/l),this.$imageContainer.addClass("tcb-loading-preview").css({height:a+"px",width:i+"px"}),this.$image.attr("src",this.$image.attr("data-loading-src"))},isHorizontal:(e,t)=>parseFloat(t/e)<1,afterImageLoad(e){this.$image.css({height:"",width:""}),this.isHorizontal(this.$imageContainer.height(),this.$imageContainer.width())?this.$image.height("100%"):this.$image.width("100%"),this.$imageContainer.removeClass("tcb-loading-preview").css({height:"",width:""}),this.$image.attr("src",e),this.previewSrc=e},show_templates(){this.$showTemplates?(this.$showTemplates=!1,this.$el.css("height","51%"),this.clearSelected()):(this.$showTemplates=!0,this.blocksCollection.reset(TVE.CONST.content_templates)),this.$(".tcb-show-templates .tcb-show-templates-label").toggle(!this.$showTemplates),this.$(".tcb-show-templates .tcb-hide-templates-label").toggle(this.$showTemplates),this.$templatesNumber.toggle(this.$showTemplates),this.$templatesContainer.toggle(this.$showTemplates),this.$el.toggleClass("tcb-show-templates-modal",this.$showTemplates),jQuery(".tcb-modal-content").animate({scrollTop:this.$templatesContainer.offset().top-190},500),jQuery("#tcb-modal-save-elements .tcb-modal-content").scroll(()=>{this.$(".tcb-modal-footer .tvd-input-field").css("visibility",this.isStickyFooter()?"visible":"hidden")}),this.build_preview()},isStickyFooter(){return this.$(".tcb-modal-content").offset().top===this.$(".tcb-modal-footer").offset().top},selectTemplate(e,t){return this.clearSelected(),TVE.inner_$(t).addClass("selected"),this.$saveButton.removeClass("tcb-disabled").text(TVE.t.update_template_button),this.$input_name.val(t.dataset.name),this.$(".tcb-modal-footer .tvd-input-field input").val(t.dataset.name),t.dataset.category&&this.$autocomplete.val(t.dataset.category).change(),this.tooltip.find(".tcb-tooltip-template-name").text(t.dataset.name),!1},updateTemplate(e,t){i.insertContentTemplate(t.dataset.id),this.close()},getSearchTerm:(e,t)=>t.get("label"),clearSelected(){return this.$packContent.find(".selected").removeClass("selected"),this.$saveButton.text(TVE.t.template_button),!0},toggleTemplates(){this.$(".tcb-show-templates").toggle(this.save_template),this.$(".tcb-modal-footer .tvd-input-field").toggle(this.save_template),!this.save_template&&this.$packContent.is(":visible")&&this.show_templates(),this.save_template&&this.$input_name.val().length&&this.$input_name.trigger("keydown").trigger("input"),this.$saveButton.removeClass("tcb-disabled")},onCancel(){this.$saveButton.removeClass("tcb-disabled"),this.update_template=!1,this.tooltip.hide()},onApply(){this.tooltip.is(":visible")&&(this.tooltip.hide(),this.update_template=!0,this.save(),this.update_template=!1)},showLoader(){this.loader.show(),this.$input_name.removeClass("tvd-error"),0===this.$input_name.val().length&&this.$saveContainer.find(".tcb-ct-symbol-message").text(TVE.t.template_search_label),this.$saveButton.text(this.save_template?TVE.t.template_button:TVE.t.symbol_button),this.isStickyFooter()?this.$input_name.val(this.$(".tcb-modal-footer .tvd-input-field input").val()):this.$(".tcb-modal-footer .tvd-input-field input").val(this.$input_name.val())},searchFinished(){this.loader.hide()},updateNumberOfTemplates(){const e=this.$packContent.find(".ct-item").length;this.$saveContainer.find(".tcb-ct-symbol-message").removeClass("tvd-error").addClass("tvd-active").text(e+TVE.t.show_templates_description),this.$templatesNumber.find("#tcb-templates-number").text(e)},getDynamicImageWidth(){const e=parseInt(this.$packContent.find(".card").outerWidth(!1));return e-.06*e}})}(jQuery)},19109:e=>{e.exports={"tcb.insert_content_template":e=>{if(TVE.FLAGS.CUSTOM_TEMPLATE_IMPORT){const t=[TVE.identifier("symbol"),TVE.identifier("post_list"),TVE.identifier("search_form"),TVE.identifier("lead_generation")].map(e=>`${e} *`).join(",");e.find(`[data-css]:not(${t})`).addBack(`[data-css]:not(${t})`).each(function(){TVE.inner_$(this).head_css_clone()}),TVE.FLAGS.CUSTOM_TEMPLATE_IMPORT=!1,TVE.do_action("tve.imported_content",e)}},"tcb.templates.before_ct_save":e=>{TVE.Editor_Page.content_manager.checkCWVElements(e)},"tcb.symbol.before_save_logic":e=>{TVE.Editor_Page.content_manager.checkCWVElements(e)}}},19522:(e,t,s)=>{e.exports=s(16668).component.extend({controls_init(e){e.color.input=function(e){this.applyElementCss({color:e})},e.color.update=function(e){this.setValue(e.css("color"))},e.size.input=function(e,t){this.applyElementCss({"--tve-cart-count-size":`${t.value}${this.getUM()}`})},e.size.update=function(e){this.setValue(e.css("font-size"))},e["horizontal-position"].input=function(e,t){this.applyElementCss({right:`${-1*t.value}${this.getUM()}`})},e["horizontal-position"].update=function(e){this.setValue(-1*parseInt(e.css("right")))},e["vertical-position"].input=function(e,t){this.applyElementCss({top:`${-1*t.value}${this.getUM()}`})},e["vertical-position"].update=function(e){this.setValue(-1*parseInt(e.css("top")))}}})},19571:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const i=s(16668),l=new Backbone.Collection({}),o=s(58837),c="tcb_search_form",n=["thrv_wrapper","thrv-search-form"],r=".thrv-search-form";e.exports=i.component.extend({updateOnMouseLeave:!1,currentState:"hide",before_update(){TVE.ActiveElement&&(TVE.ActiveElement.filter(":not(.thrv-sticky-search)").each((e,t)=>{try{const e=TVE.inner_$(t);e.data("tcb.search")||new TVE.inner.window.TCB_Front.TARSearch(e,!0)}catch(e){}}),this.ensureDataSelectors())},after_update(){this.controls.EnableTwoStep.$el.toggle(!TVE.ActiveElement.hasClass("thrv-sticky-search"))},hooks(){const e=e=>(e.is(r)&&"show"===this.currentState&&"overlay"===e.mediaAttr("data-display")&&e.data("$$overlayWrapper")&&(e=e.data("$$overlayWrapper")),e),s=e=>{e.find(r).addBack(r).each((e,t)=>{const s=TVE.inner_$(t);s.data("tcb.search")||new TVE.inner.window.TCB_Front.TARSearch(s,!0),this.ensureDataSelectors(s,!0,!0),TVE.compat.searchElement()})},i=(e,t=!1)=>{e.find(r).addBack(r).filter(":not(.thrv-sticky-search)").each((e,s)=>{const i=TVE.inner_$(s);let a=this.getInstance(i);!a&&t&&(a=new TVE.inner.window.TCB_Front.TARSearch(i,!0)),a&&a.closeAnimation(!0)})},l=e=>{e.tcbCss("--tve-applied-max-width",""),e.attr("data-editor-preview")&&this.changeState("show",e)},o=(e,t)=>{const s=TVE.$savedElement&&TVE.$savedElement.length;if((t=t.selectorText?t.selectorText:t).includes("#tve-sf-overlay-")){const i=t.match(/#tve-sf-overlay-(.+?)(\s|$)/);i&&(e=s?TVE.$savedElement.find(`#tve-sf-${i[1]}`).length:TVE.inner_$(`#tve-sf-${i[1]}`).length)}else if(t.includes("#tve-sf-")){const i=t.match(/#tve-sf-(.+?)\s/);i&&i[0]&&(e=s?TVE.$savedElement.find(i[0].trim()).length:TVE.inner_$(i[0].trim()).length)}return e};TVE.add_filter("tcb.selection.element",e=>{const t=e.closest(".tve-sf-overlay-container");return t.length&&(!TVE.main.EditMode.in_edit()||TVE.main.EditMode.in_edit()&&!TVE.main.EditMode.element().is(t))&&(e=t.data("$$parent")),e}),TVE.main.on("before_device_change",()=>{i(TVE.Editor_Page.editor)}),TVE.main.on("device_change",()=>{TVE.Editor_Page.editor.find(r).each((e,t)=>{this.changeState(t.getAttribute("data-editor-preview")?"show":"hide",TVE.inner_$(t))})}),TVE.add_action("tcb.responsive_visibility_changed",e=>{e.is(r)&&this.changeState(e.attr("data-editor-preview")&&e.is(":visible")?"show":"hide",e)});const c=(e,t)=>{if(e.is(".tve-ham-wrap")){const s=e.find(r);s.length&&"overlay"===s.mediaAttr("data-display")&&this.changeState(t,s)}};TVE.add_action("tcb.edit_mode.enter",e=>c(e,"show")),TVE.add_action("tcb.edit_mode.exit",e=>c(e,"hide")),TVE.add_action("tcb.element.duplicate",(e,t)=>{s(t)}),TVE.add_action("tcb.insert_content_template",s),TVE.add_action("tve.imported_content",s),TVE.add_action("tcb.after_insert_symbol",s),TVE.add_action("tcb.unlink_symbol.before",()=>{s(TVE.ActiveElement)}),TVE.add_action("tcb_after_cloud_template_css_inserted",s),TVE.add_filter("element_drop",e=>(s(e),e)),TVE.add_filter("tcb.edit_mode.overlay.target",e),TVE.add_filter("tcb.edit_mode.editable.target",e),TVE.add_filter("tcb.edit_mode.current_element",e),TVE.add_filter("tcb.edit_mode.overlay.dimensions",(e,t,s)=>{if(s.is(r)&&"show"===this.currentState){const t=s.find(".thrv-sf-input"),i=s.offset(),l=s.mediaAttr("data-display");"left"===s.mediaAttr("data-position")&&(i.left=t.offset().left),l.includes("tooltip")?e=a(a({},{width:Math.max(t.outerWidth(),s.outerWidth()),height:1.2*s.outerHeight()+t.outerHeight()}),i):"expand"===l&&(e=a(a({},{width:t.outerWidth()+s.outerWidth(),height:Math.max(t.outerHeight(),s.outerHeight())}),i))}return e}),TVE.add_filter("tve.width.read_css",(e,t,s)=>(!e&&"max-width"===s&&t.is(r)&&(e=t.head_css("max-width",!1,"",!0,"")||t.tcbCss("--tve-applied-max-width")),e)),TVE.add_action("tcb_after_element_drop",e=>{e.is(r)&&(e.first().find(".thrv-sf-input input").attr("value",""),e.filter(r).head_css({"max-width":"600px","--tve-applied-max-width":"600px"},TVE.main.responsive.desktop.media,"",!1,""))}),TVE.add_filter("tcb_filter_html_before_save",e=>(i(e,!0),e.find(".tve-sf-overlay-container").remove(),e.find(r).each((e,s)=>{const i=t(s);i.hasClass("tcb-filter-search")||this.convertFormToShortcode(i)}),e)),TVE.add_action("component.update.layout.search_form",e=>{"overlay"===TVE.ActiveElement.mediaAttr("data-display")?(e.disable_controls(["Width","Height","Alignment","Display",".tve-advanced-controls","hr"]),e.disable_extra_controls(["margin-left","margin-right"])):e.disable_controls([])}),TVE.add_action("component.update.icon.icon",e=>{TVE.ActiveElement.hasClass("tcb-sf-close-icon")&&e.disable_controls(["IconPicker","ToggleURL"])}),TVE.add_action("icon_element_changed",e=>{const t=e.closest(`${r}.thrv-sticky-search`);t.length&&t.data("$$parent").find(".tcb-sf-button-icon").html(e[0].outerHTML)}),TVE.main.on("device_change",e=>{this.controls.DisplayOptions.$el.find('optgroup[label="On hover"]').toggle("desktop"===e.device)}),TVE.add_action("tcb.element.before_remove",e=>{i(e)}),TVE.add_action(`tcb.cloud_template.${this.key}.before_apply`,(e,t)=>{i(t)}),TVE.add_action("tcb.margin_padding.set",e=>{!TVE.SKIP_CSS_STATE&&e.is(r)&&l(e)}),TVE.add_action(`tcb.layout.alignment_changed.${this.key}`,l),TVE.add_filter("tcb.css.should_save_rule",o),TVE.add_filter("ttb.css.save.whitelist_rule",o),TVE.add_filter("tve.symbol.whitelist.rule",o),TVE.add_filter("tcb.components.hide",(e,t)=>((TVE.ActiveElement.hasClass("thrv-sticky-search")||TVE.ActiveElement.parents(r).length)&&["responsive","animation","scroll"].includes(t)&&(e=!0),e)),TVE.add_filter("tve.cloud_templates.modal",(e,t)=>(t.is(r)&&(e="search_form"),e))},controls_init(){const e=this;this.hooks(),this.addPostTypePanel=new o({collection:l}),this.controls.PostTypes.attach_collection(l),this.listenTo(l,"remove",function(e){const t=e.get("item");t.jquery&&t.remove(),0===l.length&&this.controls.PostTypes.update(TVE.ActiveElement)}),this.listenTo(l,"change",()=>{this.controls.PostTypes.update(TVE.ActiveElement)}),this.controls.PostTypes.update=function(s){const i=s.filter(":not(.thrv-sticky-search)").find(".tcb_sf_post_type"),a=[];i.each((e,s)=>{TVE.CONST.post_types[s.value]&&a.push({item:t(s),label:s.getAttribute("data-label")})}),l.reset(a),0===a.length&&this.$(".list-no-items").text("All Post Types"),this.$el.toggle(!TVE.ActiveElement.hasClass("thrv-sticky-search")),e.$(".add-post-type-control").toggle(!TVE.ActiveElement.hasClass("thrv-sticky-search"))},this.controls.FormType.update=function(t){const s="none"!==t.find(".thrv-sf-submit").css("display")?"with":"without";this.setValue(s),e.controls.EnableTwoStep.toggle("with"===s),e.$(".tve-search-with-btn").toggleClass("tcb-hidden","without"===s)},this.controls.FormType.input=function(t,s){const i=s.getAttribute("data-value"),a=e.getInstance(t);t.find(".thrv-sf-input").head_css({width:"with"===i?"":"100% !important"}),t.find(".thrv-sf-submit").head_css({display:"with"===i?"block":"none"}),e.controls.EnableTwoStep.toggle("with"===i),"with"!==i&&(t.mediaAttr("data-display","none"),a.closeAnimation(!0),a.$input.show()),e.$(".tve-search-with-btn").toggleClass("tcb-hidden","without"===i),e.update()},this.controls.ContentWidth.update=function(t){let s=t.tcbCss("--tve-applied-max-width");s&&!isNaN(parseInt(s))||(s=t.outerWidth()),this.setMax(parseInt(t.parent().width())),this.setValue(s),TVE.Components.layout.controls.Width.update(),this.$("input").attr("data-prop","max-width"),e.$(".tve-sf-width-control").toggle("overlay"!==t.mediaAttr("data-display"))},this.controls.ContentWidth.input=function(e){TVE.Components.layout.controls.Width.change_value(e,this.$input[0])},this.controls.ContentWidth.umChange=function(e,t){TVE.Components.layout.controls.Width.change_uom(e,{dataset:{prop:"max-width",value:t.dataset.value}}),this.update(e)},this.controls.ButtonLayout.update=function(e){this.setValue(e.find(".thrv-sf-submit").attr("data-button-layout"))},this.controls.ButtonLayout.input=(e,t)=>{e.find(".thrv-sf-submit").attr("data-button-layout",t.getAttribute("data-value")),this.controls.EditorPreview.update(e)},this.controls.Size.update=function(e){const t=e.find(".thrv-sf-input");let s=t.head_css("--tve-font-size")||t.head_css("font-size",!1," input",!0,this.config.css_prefix);s=TVE.isCssVariable(s)?TVE.getCssVariableValue(s):s,this.setValue(s)},this.controls.Size.input=function(e,t){const s=t.value+this.getUM();this.applyElementCss({"font-size":[`var(--tve-font-size,${s})`]},e.find(".thrv-sf-input")," input"),this.applyElementCss({"--tve-font-size":s},e.find(".thrv-sf-input"),"",""),this.applyElementCss({"font-size":[`var(--tve-font-size,${s})`]},e.find(".thrv-sf-submit")," button"),this.applyElementCss({"--tve-font-size":s},e.find(".thrv-sf-submit"),"","")},this.controls.EnableTwoStep.input=function(t){const s=this.getValue(),i=e.getInstance(t);s&&e.controls.ContentWidth.umChange(t,{dataset:{value:"px"}}),t.mediaAttr("data-display",s?"expand":"none"),s?(e.controls.DisplayOptions.update(t),e.changeState(e.controls.EditorPreview.isChecked()?"show":"hide",t),i.onResize()):(i.closeAnimation(!0),i.$input.show()),e.toggle2StepUI(s),setTimeout(()=>{e.update(),TVE.Editor_Page.reposition_icons()},100)},this.controls.EnableTwoStep.update=function(t){const s=t.mediaAttr("data-display"),i=!!s&&"none"!==s;this.setChecked(i),e.toggle2StepUI(i)},this.controls.InputPosition.input=(e,t)=>{e.data("tcb.search").closeAnimation(!0),e.mediaAttr("data-position",t.dataset.value),this.changeState(this.controls.EditorPreview.isChecked()?"show":"hide",e)},this.controls.InputPosition.update=function(e){this.setValue(e.mediaAttr("data-position")||"left")},this.controls.DisplayOptions.update=function(t){const s=t.mediaAttr("data-display");s&&this.setValue(s),e.$(".tve-sf-width-control").toggle("overlay"!==s)},this.controls.DisplayOptions.input=(t,s)=>{const i=e.getInstance(t),a=s.value;i.closeAnimation(!0),t.mediaAttr("data-display",a),"tooltip-hover"!==a||t.attr("data-display-t")||t.attr("data-display-t","tooltip-click"),i.readData(),this.update(),TVE.Editor_Page.reposition_icons()},this.controls.EditorPreview.update=e=>{const t=!!e.attr("data-editor-preview");this.controls.EditorPreview.setValue(t),this.changeState(t?"show":"hide")},this.controls.EditorPreview.input=(e,t)=>{t.checked?e.attr("data-editor-preview",1):e.removeAttr("data-editor-preview"),this.changeState(t.checked?"show":"hide",e)}},toggle2StepUI(e=!0){this.controls.ContentWidth.toggleUmInput(e),this.controls.DisplayOptions.$el.toggleClass("tcb-hidden",!e),this.controls.EditorPreview.$el.toggleClass("tcb-hidden",!e)},convertFormToShortcode(e){const t=[{element:e,attr:{"data-css-form":"data-css","wrapper-id":"id","wrapper-events":"data-tcb-events","data-ct":"data-ct","data-ct-name":"data-ct-name","data-list":"data-list","data-editor-preview":"data-editor-preview","data-display-d":"data-display-d","data-display-m":"data-display-m","data-display-t":"data-display-t","data-position-d":"data-position-d","data-position-m":"data-position-m","data-position-t":"data-position-t"}},{element:e.find(".thrv-sf-input"),attr:{"data-css-input":"data-css"}},{element:e.find(".thrv-sf-input input"),attr:{"input-placeholder":"placeholder"}},{element:e.find(".thrv-sf-submit"),attr:{"data-css-submit":"data-css","button-layout":"data-button-layout"}},{element:e.find(".tve_btn_txt"),attr:{"button-label":"__get_html__"}},{element:e.find(".thrv_icon"),attr:{"data-css-icon":"data-css","button-icon":"__get_html__"}}];let s="";t.forEach(e=>{if(e.element.jquery&&e.element.length>0)for(const t in e.attr){const i=e.attr[t];if("__get_html__"!==i&&e.element.attr(i)){const a=e.element.attr(i).replace("__TCB_EVENT_[","").replace("]_TNEVE_BCT__","");-1===a.indexOf("'")?s+=` ${t}='${a}'`:s+=` ${t}="${a}"`}else"__get_html__"===i&&(s+=` ${t}='${e.element.html().trim()}'`)}});let i="";e[0].classList.forEach(e=>{n.includes(e)||-1!==i.indexOf(e)||(i+=e+" ")}),i.length&&(s+=` wrapper-class='${i.trim()}'`),s+=` post-types='${JSON.stringify(this.getUsedPostTypes(e))}'`,e.replaceWith(`[${c}${s}][/${c}]`)},getPostTypesControl:()=>s(59577),getUsedPostTypes(e){const t={};return e.find(".tcb_sf_post_type").each(function(){t[this.value]=this.dataset.label}),t},addPostType(e,t){const s=Object.keys(this.getUsedPostTypes(TVE.ActiveElement));return this.addPostTypePanel.reset(TVE.ActiveElement.find("form"),s).open(null,t),!1},ensureDataSelectors(e=TVE.ActiveElement,t=!1,s=!1){const i=e.attr("id");let a=i;a&&!t||(a=TVE.CSS_Rule_Cache.generate_id("tve-sf-",36),e.attr({id:a,"data-selector":`${r}#${a}`})),i&&(t||s)&&TVE.head_css_copy(`${r}#${i}`,`${r}#${a}`),[".thrv-sf-submit",".tcb-sf-button-icon .thrv_icon",".thrv-sf-input",".tcb-sf-close-icon"].forEach(t=>{e.find(t).each((e,l)=>{this.updateItemSelector(l,t,i,a,s)})}),e.data("$$clone")&&this.ensureDataSelectors(e.data("$$clone"),t,s);const l=e.data("$$overlayWrapper");if(l){const e=i&&(t||s),o=i.replace("tve-sf-","tve-sf-overlay-"),c=[".tve-cb",".tve-content-box-background",".tcb-sf-close-icon"],n=a.replace("tve-sf-","tve-sf-overlay-");l.attr({id:n,"data-selector":`.tve-sf-overlay-container#${n}`}),c.forEach(t=>{l.find(t).attr({"data-selector":`#${n} ${t}`}),e&&TVE.head_css_copy(`#${o} ${t}`,`#${n} ${t}`)}),e&&TVE.head_css_copy(`.tve-sf-overlay-container#${o}`,`.tve-sf-overlay-container#${n}`)}},updateItemSelector(e,t,s,i,a=!1){i||(i=e.closest(r).getAttribute("id"));let l,o=e.getAttribute("data-selector");o?(l=o.replace(s,i),a=!0):(l=`#${i} ${t}`,o=`#${s} ${t}`),a&&s&&(this.movedRules||(this.movedRules=[]),this.movedRules.includes(l)||(TVE.head_css_copy(o,l),this.movedRules.push(l))),e.setAttribute("data-selector",l)},editFormElements(){const e=TVE.ActiveElement,t=this.$(".tve-sf-edit-mode"),s=e.find("form"),i=this.controls.EnableTwoStep.getValue()?{states:[{value:"hide",label:"Hide search",default:!this.currentState||"hide"===this.currentState},{value:"show",label:"Show search",default:"show"===this.currentState}]}:{};s.removeClass("tve-prevent-content-edit"),t.hide(),TVE.main.EditMode.enter(e,a({blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!0,callbacks:{state_change:t=>{this.controls.EditorPreview.input(e,{checked:"show"===t})},exit:()=>{t.show(),this.changeState(this.controls.EditorPreview.isChecked()?"show":"hide",e),TVE.Editor_Page.focus_element(e),s.addClass("tve-prevent-content-edit")}}},i))},getInstance(e=TVE.ActiveElement){let t=e.data("tcb.search");return!t&&e.data("$$parent")&&(t=e.data("$$parent").data("tcb.search")),t},changeState(e,t=TVE.ActiveElement){const s=t.mediaAttr("data-display"),i=this.getInstance(t);i&&(this.currentState=e,i.readData(),t.is(":visible")&&"show"===e?i.startAnimation():(i.closeAnimation(),s&&"expand"===s&&i.$input.hide()),setTimeout(TVE.main.EditMode.refresh,500))}})}(jQuery)},19595:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(26843),c=s(54624),n="Select categories",r=o.getDefaultOptions({placeholder:n}),d={beforeInit(e,t){this.$select=e.find("#tcb-woo-product-category-select"),this.templateInstance=t},initSelect(){const e=a({},r),t=this.templateInstance().getData("ids");e.ajax=a(a({},e.ajax),{url:TVE.CONST.routes.posts+"/terms",data:e=>({taxonomy:"product_cat",post_type:"product",search:e.term})}),o.initSelect2(this.$select,e,this.selectCallback),this.updateSelect2(t)},selectCallback(e){const t=TVE.$(e.target),s=t.val()?t.val().toString():"";d.templateInstance().setData("ids",s).render(),d.refreshSelect2Visuals(s,t)},updateSelect2(e){if(this.$select.val(null).trigger("change"),e){const t=TVE.CONST.routes.posts+"/terms",s={specific:1,terms:e.split(","),taxonomy:"product_cat"};c.getItems(t,s,t=>{t.forEach(e=>{const t=new Option(e.label,e.value,!0,!0);this.$select.append(t)}),this.$select.trigger("change"),this.refreshSelect2Visuals(e)})}else this.refreshSelect2Visuals(e)},refreshSelect2Visuals(e,t=this.$select){t.parent().toggleClass("select-has-selection",e.length>0).find(".select2-search__field").attr("placeholder",n)},closeSelect2(){o.closeSelect2(this.$select)}};e.exports=d},19631:(e,t,s)=>{const i=new Date,a=["day","hour","min","sec","date","norestart","expday","exphour"],l={day:"01",hour:"01",min:"01",sec:"01",date:(()=>{const e=i.getFullYear();let t=Math.min(i.getMonth()+2,12),s=Math.min(i.getDate()+1,31);return 1===t.toString().length&&(t=`0${t}`),1===s.toString().length&&(s=`0${s}`),`${e}-${t}-${s}`})(),norestart:1,expday:1,exphour:1},o={};e.exports=s(81940).extend({$$type:"countdown",categoryId:"countdown_type",isEvergreen:!1,templateName:"countdown",readElementData(){const e=this.isPlaceholder(this.applyTo);this.isEvergreen=this.applyTo.hasClass("tve-countdown-evergreen"),a.forEach(t=>{o[t]=e?l[t]:this.applyTo.data(t)})},afterTemplateCssApplied(){this.applyTo.toggleClass("tve-countdown-evergreen",this.isEvergreen),this.applyTo.find(".tve-countdown-tile, .tve-countdown-digit, .tve-countdown-expired").addClass("tcb-plain-text"),new TVE.inner.window.TCB_Front.Countdown(this.applyTo,!0),TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(TVE.identifier("countdown"))&&TVE.main.EditMode.exit()},alter_wrapper_attributes(e,t){return e={"data-ct-name":t.name,"data-ct":t.type+"-"+t.id,"data-element-name":`${this.isEvergreen?TVE.t.evergreen:TVE.t.elements[this.$$type]}`,"data-timezone":TVE.Components.countdown.timezone},this.isEvergreen&&(e["data-id"]="evergreen_"+Math.floor(1e4*Math.random())),a.forEach(t=>{e[`data-${t}`]=o[t]}),e}})},19731:(e,t,s)=>{!function(t){const i=s(50732),a=s(54239),l=s(32970),o=s(57430),c=s(40521),n=[{value:"in",name:TVE.t.scroll.up},{value:"out",name:TVE.t.scroll.down}],r=[{value:"in",name:TVE.t.scroll.left},{value:"out",name:TVE.t.scroll.right}],d=[{value:"in",name:TVE.t.scroll.fadeIn},{value:"out",name:TVE.t.scroll.fadeOut}],h=[{value:"in",name:TVE.t.scroll.scaleUp},{value:"out",name:TVE.t.scroll.scaleDown}],p=[{value:"from",name:TVE.t.scroll.fromPerspective},{value:"to",name:TVE.t.scroll.toPerspective}],g={vertical:TVE.t.scroll.vertical,horizontal:TVE.t.scroll.horizontal,transparency:TVE.t.scroll.transparency,blur:TVE.t.scroll.blur,rotate:TVE.t.scroll.rotate,scale:TVE.t.scroll.scale},m={vertical:{key:"TY",um:"px"},horizontal:{key:"TX",um:"px"},rotate:{key:"R",um:"deg"},scale:{key:"S",um:""},blur:{key:"B",um:"px"},transparency:{key:"O",um:""},"3dperspective":{key:"P",um:"px"}};let u={};const v=TVE.apply_filters("tve.parallax.effects",g);e.exports=i.extend({template:TVE.tpl("controls/scroll/parallax-effect"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(){const e=this;this.viewportTooltip=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/scroll/viewport-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.viewportTooltip.FORCE_CLOSE,preventCloseAll:!0}),this.ParallaxEffects=new l({el:this.$el.find(".tve-parallax-effect-type"),model:{config:{options:v,instructions:{type:"video",url:"https://www.youtube.com/embed/p59CloEKnt0",link:"https://help.thrivethemes.com/en/articles/4425873-how-to-use-the-parallax-feature"}}}}),this.ParallaxDirection=new l({el:this.$el.find(".tve-parallax-effect-direction"),model:{config:{options:n,controlEffect:"direction",showIconsOnInput:!0}}}),this.ParallaxSpeed=new a({el:this.$el.find(".tve-parallax-effect-speed"),model:{config:{label:TVE.t.scroll.speed,default:3,min:.1,max:10,um:[""],step:.1,controlEffect:"speed",showIconsOnInput:!0}}}),this.ParallaxStart=new a({el:this.$el.find(".tve-parallax-effect-viewport-start"),model:{config:{default:"0",min:"0",max:"100",um:["%"],controlEffect:"start",info:!0,showIconsOnInput:!0}}}),this.ParallaxEnd=new a({el:this.$el.find(".tve-parallax-effect-viewport-end"),model:{config:{default:"100",min:"0",max:"100",um:["%"],controlEffect:"end",showIconsOnInput:!0}}}),this.ParallaxDegrees=new o({el:this.$el.find(".tve-parallax-effect-perspective-angle"),model:{config:{default:"45",min:"0",max:"359",controlEffect:"degrees",showIconsOnInput:!0}}}),this.ParallaxPerspective=new a({el:this.$el.find(".tve-parallax-effect-perspective"),model:{config:{default:"1000",min:"100",max:"1000",um:["px"],controlEffect:"perspective",showIconsOnInput:!0}}}),this.ParallaxEffects.change=(e,t)=>{let s=n,i=!1;switch(t.value){case"rotate":case"horizontal":s=r;break;case"transparency":case"blur":i=!0,s=d;break;case"scale":s=h;break;case"3dperspective":s=p}this.oldEffectValue&&!this.preventUpdatePreview&&this.resetEffect(this.oldEffectValue),this.cleanEffects(t.value),this.$(".if-perspective").toggle("3dperspective"===t.value),this.ParallaxSpeed.$el.find(".slider-label").text(i?TVE.t.scroll.level:TVE.t.scroll.speed),this.ParallaxDirection.build_options(s),this.updatePreview()},this.ParallaxSpeed.prepareValue=e=>e,this.ParallaxPerspective.change=this.ParallaxSpeed.change=this.ParallaxDirection.change=function(t,s){u[this.model.config.controlEffect]=s.value,e.updatePreview()},this.ParallaxDegrees.change=(e,t)=>{u.degrees=t.value<180?t.value:t.value-360,this.updatePreview()},this.ParallaxDegrees.input=t.noop,this.ParallaxStart.change=(e,t)=>{const s=Number(this.ParallaxEnd.getValue());Number(t.value)>=s&&(t.value=s-1,this.ParallaxStart.setValue(t.value)),u.start=t.value,this.updatePreview()},this.ParallaxEnd.change=(e,t)=>{const s=Number(this.ParallaxStart.getValue());Number(t.value)<=s&&(t.value=s+1,this.ParallaxEnd.setValue(t.value)),u.end=t.value,this.updatePreview()},this.ParallaxPerspective.input=this.ParallaxSpeed.input=this.ParallaxDirection.input=this.ParallaxStart.input=this.ParallaxEnd.input=function(e,t){u[this.model.config.controlEffect]=t.value},this.ParallaxStart.openTooltip=()=>(this.viewportTooltip.isOpen()?this.viewportTooltip.onCancel():(this.viewportTooltip.open(null,this.$(".tve-slider-info")),this.viewportTooltip.$el.css("z-index",99)),!1),this.viewportTooltip.onClose=()=>{this.isOpen()&&TVE.main.$cpanel.find(".tve-panel").addClass("drop-panel-open")}},onOpen(){if(!Object.keys(u).length){this.preventUpdatePreview=!0,["Speed","Start","End","Perspective","Degrees"].forEach(e=>{this[`Parallax${e}`].setValue(this[`Parallax${e}`].getDefault(),!0)});const e=Object.keys(v);this.component.getConfig().parallax?(this.usedEffects=Object.keys(this.component.getConfig().parallax),this.ParallaxEffects.setValue(e.find(e=>!this.usedEffects.includes(e)),!0),this.disabledEffects()):(this.ParallaxEffects.$select.find("option").prop("disabled",!1),this.ParallaxEffects.setValue(e[0],!0)),this.preventUpdatePreview=!1}this.inPreview=TVE.$body.hasClass("tve-parallax-preview"),this.inPreview||(this.component.controls.ParallaxPreview.setChecked(!0,!0),this.updatePreview(),this.inPreview=!0)},editEffect(e,s){const i=e.get("effectValue");this.usedEffects=Object.keys(this.component.getConfig().parallax),this.disabledEffects(),this.preventUpdatePreview=!0,this.oldEffectValue=e.get("item"),this.ParallaxEffects.setValue(this.oldEffectValue,!0),Object.keys(i).forEach(e=>{["middle","settings"].includes(e)||("degrees"===e&&Number(i[e])<0&&(i[e]=Number(i[e])+360),this[`Parallax${TVE.ucFirst(e)}`].setValue(i[e],!0))}),this.preventUpdatePreview=!1,this.ParallaxEffects.$select.find(`option[value="${this.oldEffectValue}"]`).prop("disabled",!1),this.open(null,t(s))},onClose(){delete this.oldEffectValue,this.viewportTooltip.hide(),u={},this.inPreview||this.component.controls.ParallaxPreview.setChecked(!1,!0),delete this.inPreview},onCancel(){if(this.oldEffectValue&&TVE.ActiveElement.data("parallaxSettings")&&!TVE.ActiveElement.data("parallaxSettings")[this.oldEffectValue]&&(TVE.ActiveElement.each((e,t)=>{TVE.inner_$(t).data("parallaxSettings")[this.oldEffectValue]=this.component.getConfig().parallax[this.oldEffectValue]}),TVE.inner.$window.trigger("scroll")),u={},TVE.ActiveElement.data("parallaxSettings"))if(this.usedEffects)this.cleanEffects();else{const e=this.ParallaxEffects.getValue();this.resetEffect(e),TVE.inner.$window.trigger("scroll")}this.hide()},getEffectSettings(e){u.direction||(u.direction=this.ParallaxDirection.getValue()),["in-out","out-in"].includes(u.direction)&&(u.middle=(u.end-u.start)/2+Number(u.start)),u.settings=m[e]},onApply(){if(this.inPreview){const e=this.ParallaxEffects.getValue();this.oldEffectValue&&this.oldEffectValue!==e&&(this.component.deleteEffect(this.oldEffectValue),delete this.oldEffectValue),this.getEffectSettings(e),this.component.saveParallaxEffect(e,u),this.hide()}},disabledEffects(){this.ParallaxEffects.$select.find("option").prop("disabled",!1),this.usedEffects.forEach(e=>{this.ParallaxEffects.$select.find(`option[value="${e}"]`).prop("disabled",!0)})},resetEffect(e){TVE.ActiveElement.each((t,s)=>{TVE.inner.window.TCB_Front.inlineCssVariable(s,{[`--parallax${m[e].key}`]:""}),delete TVE.inner_$(s).data("parallaxSettings")[e]})},updatePreview(){if(this.preventUpdatePreview||!TVE.$body.hasClass("tve-parallax-preview"))return;const e=this.ParallaxEffects.getValue();this.getEffectSettings(e),TVE.ActiveElement.each(function(){const t=TVE.inner_$(this);t.data("parallaxSettings")||t.data("parallaxSettings",{}),t.data("parallaxSettings")[e]=u}),TVE.inner.$window.trigger("scroll")},cleanEffects(e){if(TVE.ActiveElement.data("parallaxSettings")){const t=this.usedEffects||[this.ParallaxEffects.getValue()];TVE.ActiveElement.each((s,i)=>{const a=TVE.inner_$(i);Object.keys(a.data("parallaxSettings")).forEach(s=>{if(!t.includes(s)){if(e&&s===e)return;this.resetEffect(s)}})})}}})}(jQuery)},19939:(e,t,s)=>{const i=s(56164);e.exports=i.extend({read_from_element(){const e=void 0!==this.model.config.match?this.model.config.match:"tve_style_",t=new RegExp("(\\s+)?"+e+"(\\d+)"),s=this.applyTo().find(".tve_social_items").attr("class").match(t),i=s?e+s[2]:e+"1";return this.renderer.set_config({style:i}),i},box_class:()=>"tcb-list tve_social_ib tve-style-options",container_el:()=>"div",container_class:()=>"tcb-scroll control-grid wrap social-styles",item_template:()=>_.template('<div class="item click tve-select-item tcb-social-share-preview-item split" data-fn="select" id="<#=key #>" data-value="<#=key #>"></div>'),input(e){this.renderer.set_config({style:this.model.selected}).render_to(e),TVE.do_action("tcb.after_social_style_change",e,this)},cancel(e){this.model.selected=this.model.selected_old,this.renderer.set_config({style:this.model.selected_old}).render_to(e),this.renderer.clear_undo_snapshot()},onOpen(e,t,s){this.update();const i=e.find(".tve_social_items"),a=s.find(".tcb-list");a.removeClass("tve_social_ib tve_social_itb tve_social_cb"),i.hasClass("tve_social_ib")?a.addClass("tve_social_ib"):i.hasClass("tve_social_itb")?a.addClass("tve_social_itb"):i.hasClass("tve_social_cb")&&a.addClass("tve_social_cb"),this.renderer.take_undo_snapshot(e)},apply(e){this.renderer.render_to(e,!0)}})},20186:(e,t,s)=>{const i=s(16668),a=s(94060),l=s(43456),o=s(7596),c=s(31684),n=s(18345),r=s(16102),d=s(86463),h=[{icon:"none",value:"none",default:!0,data:{tooltip:"No Alignment"}},{icon:"a_left",value:"left",data:{tooltip:"Align Left"}},{icon:"a_center",value:"center",data:{tooltip:"Align Center"}},{icon:"a_right",value:"right",data:{tooltip:"Align Right"}}];e.exports=i.component.extend({updateOnMouseLeave:!1,template:TVE.tpl("controls/layout"),update_on_expand:!0,initialize(){this.key="layout",this.render(),this.hide(),this.controls={MarginAndPadding:new a({el:this.$('.tve-control[data-view="MarginAndPadding"]')}),Width:new d({el:this.$('[data-prop="width"]')}),Height:new d({el:this.$('[data-prop="height"]')}),Alignment:new l({el:this.$('.tve-control[data-view="Alignment"]'),model:{config:{name:"Alignment",is_advanced:!0,buttons:h}}}),Display:new l({el:this.$('.tve-control[data-view="Display"]'),model:{config:{name:"Display",is_advanced:!0,buttons:[{text:"Inline",value:"inline-block"},{text:"Block",value:"block"}]}}}),Float:new l({el:this.$('.tve-control[data-view="Float"]'),model:{config:{name:TVE.t.Float,buttons:[{icon:"none",value:"both"},{icon:"check",value:"none",default:!0}]}}}),Position:new TVE.Views.Controls.Tabs({el:this.$('.tve-control[data-view="Position"]')[0],css_class:"",render_function:"prepend",model:{config:{target:".layout-position",name:TVE.t.Position,info_text:TVE.t.floating_relative,buttons:[{icon:"",text:"Auto",value:"auto",default:!0},{icon:"",text:"Relative",value:"relative"},{icon:"",text:"Absolute",value:"absolute"}]}}}),Overflow:new TVE.Views.Controls.Tabs({el:this.$('.tve-control[data-view="Overflow"]'),css_class:"",render_function:"prepend",model:{config:{target:".layout-overflow",name:TVE.t.Overflow,buttons:[{icon:"",text:"Auto",value:"auto",default:!0},{icon:"",text:"Visible",value:"visible"},{icon:"",text:"Hidden",value:"hidden"},{icon:"",text:"Scroll",value:"scroll"}]}}}),ScrollStyle:new r({el:this.$('.tve-control[data-view="ScrollStyle"]'),css_class:"",render_function:"prepend",model:{config:{label:TVE.t.ScrollStyle,default:!0}}}),zIndex:new o({el:this.$('.tve-control[data-view="zIndex"]'),model:{config:{important:!0,name:TVE.t.Zindex,type:"number",min:0}}}),PositionAbsolute:new c({el:this.$(".position-absolute")[0]}),PositionRelative:new n({el:this.$(".position-relative")[0]})},this.controls_init(this.controls)},controls_init(e){function t(e){return e.hasClass("thrv-content-box")?e.children(".tve-cb"):e}e.Alignment.change=function(t,s){let i,a=!1,l=t.parent();const o=s.dataset.value,c=l.hasClass("tcb-clear"),n=t.hasClass("thrv_contentbox_shortcode");if(-1!==["left","right"].indexOf(o))i={float:o+(this.config.important?" !important":""),"z-index":3,position:"relative","--tve-alignment":o},n&&(i.width="100%"),t.head_css("z-index")&&delete i["z-index"],t.head_css(i),l.hasClass("tcb-clear")||(t.wrap('<div class="tcb-clear"></div>'),l=t.parent()),t.mediaAttr("data-float")||l.head_css({clear:"both"},null,"::after");else if("center"===o)i={"--tve-alignment":"center","margin-left":"auto !important","margin-right":"auto !important",float:"none"+(this.config.important?" !important":"")},n&&(i.width="100%"),t.head_css(i),a=!0,t.hasClass("thrv_contentbox_shortcode")&&t.closest(".tve-dynamic-link").head_css({margin:"0 auto"});else{const e=TVE.main.get_inherited_media().some(e=>{const s=t.head_css("float",e);return s&&"none"!==s})?"none":"";i={"--tve-alignment":"",float:e,position:"","z-index":"","margin-left":"","margin-right":""},n&&(i.width="100%"),this.config.override_prop&&(i[this.config.override_prop]=s.dataset.value),t.head_css(i),e||TVE.main.get_smaller_media().forEach(e=>{"none"===t.head_css("float",e)&&t.head_css({float:""},e)}),a=!0}"center"!==o&&t.hasClass("thrv_contentbox_shortcode")&&t.closest(".tve-dynamic-link").head_css({margin:"0"}),a&&(t.removeMediaAttr("data-float"),c)&&(TVE.main.all_media().some(e=>["left","right"].includes(t.head_css("float",e)))||t.unwrap()),e.Float.update(),e.MarginAndPadding.update(e.MarginAndPadding.readFrom()),e.Position.update(t),e.Overflow.update(t),e.zIndex.update(),TVE.Editor_Page.reposition_icons(),TVE.do_action("tcb.layout.alignment_changed",t),TVE.do_action("tcb.layout.alignment_changed."+TVE._type(t),t,s)},e.Alignment.update=function(){const t=this.applyTo(),s=t.head_css("float",null,"",!0),i=e.MarginAndPadding.getValue("margin","left"),a=e.MarginAndPadding.getValue("margin","right"),l=t.head_css("--tve-alignment",!1,"",!1,"").trim();let o="none";l&&"auto"===i&&"auto"===a?o=l:["left","right"].includes(s)?o=s:((t.hasClass("thrv_icon")||t.hasClass("thrv-button"))&&""===t.head_css("margin-left")&&""===t.head_css("margin-right")||"auto"===i&&"auto"===a)&&(o="center"),this.setActive(o),"center"===o&&(e.MarginAndPadding.setValue("margin","auto","left",!1),e.MarginAndPadding.setValue("margin","auto","right",!1)),TVE.do_action("tcb.layout.alignment_update."+TVE._type(t),t,this)},e.Position.applyStyles=function(t,s){let i=s.getAttribute("data-value");const a={};"auto"===i&&(i="static"),a.position=i+(i&&this.config.important?" !important":""),"relative"===i&&(a.right="",a.bottom=""),this.applyElementCss(a,t,"",""),"change"===this.currentEventType&&(e.PositionRelative.update(),e.PositionAbsolute.update())},e.Position.update=function(e){let t=!1,s=(e=e&&e.length?e:this.applyTo()).css("position");const i=!!e.attr("data-float")&&["left","right"].includes(e.css("float"));this.config.disabled_positions&&(t=this.config.disabled_positions.indexOf("auto")>=0),"static"===s&&(s="auto"),this.toggleDisabled("auto",i||t).toggleInfoText(i).setActive(s)},e.Overflow.applyStyles=function(s,i){const a=i.getAttribute("data-value"),l={};s=t(s)||this.applyTo();const o=["scroll","auto","hidden",""].includes(a);l.overflow=a+(a&&this.config.important?" !important":""),"scroll"===a?(e.ScrollStyle.setValue(!0,!0),TVE.refreshIconsOnScroll(s,s.attr("data-css"))):s[0].setAttribute("data-styled-scrollbar","0"),this.applyElementCss(l,s,this.config.css_suffix,this.config.css_prefix),e.ScrollStyle.$el.toggle("scroll"===a),o&&TVE.Components.contentbox.controls.VerticalPosition.setValue("",!0)},e.Overflow.update=function(s){const i=(s=t(s)||this.applyTo()).css("overflow-y");e.ScrollStyle.$el.toggle("scroll"===i),this.setActive(""===i?"visible":i)},e.ScrollStyle.input=function(e,s){t(e).attr("data-styled-scrollbar",s.checked?"1":"0")},e.ScrollStyle.update=function(e){this.setValue("1"===t(e).attr("data-styled-scrollbar"))},e.Display.applyStyles=function(e,t){const s=TVE.apply_filters(`tve.layout.display.apply.${TVE._type(e)}`,t.getAttribute("data-value"),e);this.applyElementCss({display:s},e,"","")},e.Display.update=function(){const e=this.applyTo();let t=e.css("display");"block"!==t&&(t="inline-block"),t=TVE.apply_filters(`tve.layout.display.update.${TVE._type(e)}`,t,e),this.setActive(t)},e.Float.change=function(t,s){const i=s.getAttribute?s.getAttribute("data-value"):s,a=t.parent().hasClass("tcb-clear");"none"===i?(t.mediaAttr("data-float",1),t.head_css({position:"relative"}),a&&t.parent().head_css({clear:""},null,"::after")):(t.removeMediaAttr("data-float"),a||-1===["left","right"].indexOf(t.css("float"))||t.wrap('<div class="tcb-clear"></div>'),t.parent().head_css({clear:"both"},null,"::after")),e.Position.update(t),e.zIndex.update(),TVE.Editor_Page.reposition_icons()},e.Float.update=function(){const e=this.applyTo().parent();if(e.hasClass("tcb-clear")){const t=getComputedStyle(e[0],"::after").clear;this.setActive(this.applyTo().mediaAttr("data-float")||"both"!==t?"none":"both")}else{const e=this.readFrom().css("float");this.setActive("left"===e||"right"===e?e:"both")}},e.zIndex.input=function(e,t){this.applyElementCss({"z-index":"auto"===t.value?"":this.cssImportant(t.value)},e,"","")},e.zIndex.update=function(){let e=this.applyTo().head_css("z-index")||this.applyTo().css("z-index");("auto"===e||isNaN(e))&&(e=0),this.setValue(e)},e.zIndex.validate=function(e){return!(e=String(e).trim()).length||"auto"===e||"none"===e||(e=parseFloat(e),!isNaN(e)&&e>=0)}},render(){this.$el.html(this.template())},disable_extra_controls(e){const t=e.map(function(e){return e.match(/^(margin|padding)(-([a-z]+))?/)?{style:RegExp.$1,side:RegExp.$3}:null}).filter(e=>null!==e);this.controls.MarginAndPadding.disable_controls(t)},after_update(){this.toggle_full_width_controls(!TVE.ActiveElement.hasClass("tcb-window-width"))},toggle_full_width_controls(e=!0){this.$(".full-width-hidden").css("display",e?"":"none")},before_update(){TVE.FLAGS.hover_element=!1,this.controls.Alignment.model.config.buttons=this.controls.Alignment.config.override_buttons||h,this.controls.Alignment.render()}})},20245:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,extra_states:!0,controls_init(e){let t,s;this.controls.CircleColor.input=function(e){e&&(e+="!important"),this.applyElementCss({"background-color":e},this.applyTo().find(".tve_fill_counter_circle"),"","",!0),e||this.component.controls.CircleColor.update(this.applyTo())},this.controls.CircleColor.update=function(e){this.setValue(e.find(".tve_fill_counter_circle").head_css("background-color",!1,"",!0))},this.controls.FillColor.input=function(e){e&&(e+="!important"),this.applyElementCss({stroke:e},this.applyTo().find(".tve_fill_counter_circle circle"),"","",!0),e||this.component.controls.FillColor.update(this.applyTo())},this.controls.FillColor.update=function(e){this.setValue(e.find(".tve_fill_counter_circle circle").head_css("stroke",!1,"",!0))},this.controls.InnerColor.input=function(e){this.applyElementCss({"background-color":e},this.applyTo().find(".tve_fill_text_in"),"","",!0),e||this.component.controls.InnerColor.update(this.applyTo())},this.controls.InnerColor.update=function(e){this.setValue(e.find(".tve_fill_text_in").head_css("background-color",!1,"",!0))},this.controls.CounterSize.input=(e,t)=>{this.apply_size(e,t.value),TVE.Editor_Page.reposition_icons()},this.controls.CounterSize.change=function(e,s){const i=s.value;this.input(e,s),TVE.UndoManager.add({undo:()=>{TVE.SKIP_CSS_STATE=!0,this.apply_size(e,t),TVE.SKIP_CSS_STATE=!1},redo:()=>{TVE.SKIP_CSS_STATE=!0,this.apply_size(e,i),TVE.SKIP_CSS_STATE=!1}}),TVE.PostList.utils.checkForPostListSync(e)},this.controls.CounterSize.update=function(e){t=e.find(".tve_fill_counter_circle").width(),this.setValue(t)},e.CounterSize.afterConfig=function(){this.model.config.max=parseInt(this.applyTo().parent().width())},this.controls.FillPercent.input=(e,t)=>{this.apply_fill(e,t.value)},this.controls.FillPercent.change=function(e,t){const i=t.value;this.input(e,t),TVE.UndoManager.add({undo:()=>{TVE.SKIP_CSS_STATE=!0,this.apply_fill(e,s),TVE.SKIP_CSS_STATE=!1},redo:()=>{TVE.SKIP_CSS_STATE=!0,this.apply_fill(e,i),TVE.SKIP_CSS_STATE=!1}}),TVE.PostList.utils.checkForPostListSync(e)},this.controls.FillPercent.update=function(e){s=e.attr("data-fill"),s||(s=75,e.attr("data-fill",s),e.head_css({width:`${s}%`})),this.setValue(s)},e.DynamicPercent.change=function(e,t){const s=e.find(".tve_fill_text");s.removeData("froala.editor"),t.checked?s.html(`<div class="tve-fill-text-dynamic" contenteditable="false">${e.attr("data-fill")}%</div>`):s.html(s.text()),TVE.SKIP_CSS_STATE||TVE.PostList.utils.checkForPostListSync(e)},e.DynamicPercent.update=function(e){this.setChecked(!!e.find(".tve-fill-text-dynamic").length)}},apply_fill(e,t,s=!1){let i=Number(t);const a=e.find(".tve_fill_counter_circle circle").attr("r"),l=Math.PI*(2*a);e.attr("data-fill",i),i<0&&(i=0),i>100&&(i=100);const o=i/100*l;s?e.css({"stroke-dasharray":o+" "+l}):this.controls.FillPercent.applyElementCss({"stroke-dasharray":o+" "+l},e,"",""),this.controls.DynamicPercent.change(e,{checked:e.find(".tve-fill-text-dynamic").length?1:0})},apply_size(e,t){const s=t/2,i=e.find(".tve_fill_counter_n").attr("data-fill"),a=t/20;e.find(".tve_fill_counter_circle circle").attr("r",s).attr("cx",s).attr("cy",s),e.each((e,s)=>{s.getElementsByClassName("tve_fill_counter_circle")[0].setAttribute("viewBox","0 0 "+t+" "+t)}),this.controls.CounterSize.applyElementCss({width:t+"px !important",height:t+"px !important"},e.find(".tve_fill_counter_circle"),"","",!0),this.controls.CounterSize.applyElementCss({"stroke-width":2*a+1+"px !important"},e.find(".tve_fill_counter_circle circle"),"","",!0),this.controls.CounterSize.applyElementCss({width:t-2*a+"px !important",height:t-2*a+"px !important",top:a+"px !important",bottom:a+"px !important",left:a+"px !important",right:a+"px !important"},e.find(".tve_fill_text_in"),"","",!0),this.controls.CounterSize.applyElementCss({"font-size":.29*t+"px !important"},e.find(".tve_fill_text_in .tve_fill_text_value .thrv-inline-text"),"","",!0),this.controls.CounterSize.applyElementCss({"font-size":.08*t+"px !important"},e.find(".tve_fill_text_in .tve_data_element_label"),"","",!0),this.controls.CounterSize.applyElementCss({"margin-top":.25*t+"px !important"},e.find(".tve_fill_text_value circle"),"","",!0),this.controls.CounterSize.applyElementCss({"font-size":.3*t+"px !important","line-height":.3*t+"px !important"},e.find(".tve_fill_text circle"),"","",!0),e.find(".tve_fill_text .fr-element span").css("font-size",""),this.controls.CounterSize.applyElementCss({"font-size":.085*t+"px !important","line-height":.085*t+"px !important"},e.find(".tve_data_element_label circle"),"","",!0),this.apply_fill(e.find(".tve_fill_counter_n"),i)}})},20248:(e,t,s)=>{const i=s(12513);e.exports=class extends i{getHtml(){return"<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 70' preserveAspectRatio='none'> \n\t\t\t\t\t<path fill='black' d='M309.2,29.4c-0.5-0.6-0.9-1.2-0.8-2c-0.1-10.5-15.8-7.4-18.6-17.1c-19.3-15-45.7-8.5-67.7-7.2 c2.6,0.2,12.2-0.1,6.1,3.1c-61.8,0.7-123.2,2.9-184.5,6c-3.2-0.5-6.5,0.4-9.7-0.4c-9-2.4-11.8,1.4-20,6c6.3,0.8-5.2,3.4-5,7.6 c2.8,2.9,2.9,3.5,0.3,5.7c-1.3,5.7-6.6,5.2-7.1,12.3c-0.5,3.9-3.6,6.9-1.6,11.3c-1.8,9.2,9.3,4.8,14,6.4h0c2.6,0.5,4.9,1.5,7.5,1.1 c32.9,3.7,67.2,5.3,100.8,6.1c14.8,3.1,34.8,0.1,51.2-0.3c0,0,0,0,0,0c5.2,0,10.4,0,15.5,0c25.6,1.5,51.8-1.5,77.7-0.7 c5.9,3.2,6.7-5.7,13-3.9c6.1-0.2,25.7,0.5,11.6-5.7c4.5-10.9,6.1-1.9,10.4-8.7c3.2-0.8,0.6-3.8,2.2-5.4 C306.9,38.8,306.5,33.6,309.2,29.4z M45.3,19.8C45.3,19.8,45.3,19.8,45.3,19.8C45.3,19.8,45.3,19.8,45.3,19.8z M266.3,13 C266.3,13,266.3,13,266.3,13C266.3,13,266.3,13,266.3,13C266.3,13,266.3,13,266.3,13z M58.7,36.1C58.7,36.1,58.7,36.1,58.7,36.1 C58.8,36.1,58.7,36.2,58.7,36.1z M66.7,51.6C66.7,51.6,66.6,51.6,66.7,51.6c-0.1,0-0.1,0-0.2,0C66.6,51.6,66.7,51.6,66.7,51.6z'/> \n\t\t\t\t</svg>"}}},20583:(e,t,s)=>{const i=s(16668),a=i.base_view.extend({options:{opacity:.8,dismissible:!0},close_options:{},events:()=>_.extend({},i.base_view.prototype.events,{"click .tcb-modal-cancel":"close","click .tcb-modal-close":"close","click .tcb-modal-save"(e){this.save(e)},"click .tcb-modal-back":"backClicked","keyup input":"handle_keyup"}),render(){},open(e){this.instanceProps=e&&e.props||{},"function"==typeof this.before_open&&this.before_open.call(this,e);const t="function"==typeof this.options?this.options():this.options,s=_.extend({},t,e),i=s.ready||null,a=this;s.css&&this.$el.css(s.css),s.ready=function(){"function"==typeof a.after_open&&a.after_open.call(a,this),i&&i.call(this)},s.complete&&(this.close_options.complete=s.complete),jQuery(".tvd-lean-overlay").remove(),!1===s.dismissible?this.$el.find(".tcb-modal-close").hide():this.$el.find(".tcb-modal-close").show(),this.$el.openModal(s),this.$("input:not([type=hidden]):not([type=radio]):not([type=checkbox]),textarea").filter(":visible").first().trigger("focus")},close(e){return e&&e.preventDefault(),"function"==typeof this.before_close&&this.before_close.call(this,e),this.$el.closeModal(this.close_options),!1},save(e){return"function"==typeof this.before_save&&this.before_save.call(this,e),e.target.classList.contains("kb-input-search")||this.close(),e.preventDefault(),!1},handle_keyup(e){13===e.which&&this.save(e)},toggleLoader(e=!0){this.$(".tve-modal-loader").toggleClass("tcb-hidden",!e)}}),l=i.base_view.extend({className:"tve-modal-step",input_error_class:"tcb-invalid",initialize(e){void 0!==e&&e.model instanceof Backbone.Model&&this.listenTo(this.model,"invalid",this.on_invalid),i.base_view.prototype.initialize.apply(this,arguments)},on_invalid(e,t){const s=TVE.tpl("contact-form/error");for(const e in t){if(!t.hasOwnProperty(e))continue;const i=this.$('input[name="'+e+'"], textarea[name="'+e+'"], select[name="'+e+'"] ');if(!i.hasClass(this.input_error_class)){i.addClass(this.input_error_class);const a=jQuery(s({error:t[e]}));i.after(a),a.fadeIn()}}},get_title(){throw new Error("get_title() has to be implemented")},input(e,t){const s=jQuery(t),i="validate_"+t.getAttribute("name"),a={};s.hasClass(this.input_error_class)&&this.has_model()&&"function"==typeof this.model[i]&&(this.model[i](t.value,a),0===Object.keys(a).length&&(s.removeClass(this.input_error_class),s.next().is(".tcb-error")&&s.next().fadeOut(200,function(){this.remove()})))},has_model(){return void 0!==this.model&&this.model instanceof Backbone.Model},change(e,t){if(!(this.model instanceof Backbone.Model))return;const s=t.getAttribute("name"),i=t.type;"text"===i||"textarea"===i||"select-one"===i?this.model.set(s,t.value):"checkbox"===i&&this.model.set(s,t.checked)},is_valid(){let e=!0;return this.has_model()&&(e=this.model.isValid()),e}}),o=i.base_view.extend({tagName:"ul",className:"modal-steps-list",active_class:"tve-active",initialize(){this.listenTo(this.collection,"add",this.render_item)},render_item(e,t){const s=TVE.tpl("breadcrumbs/item");this.$el.append(s({index:t.indexOf(e),item:e}))},set_active(e){e=parseInt(e)+1,this.$("li").removeClass(this.active_class),this.$("li:nth-child("+e+")").addClass(this.active_class)},push_item(e){if("string"==typeof e&&(e={title:e}),void 0===e||e instanceof Array||void 0===e.title)throw new Error("Invalid item to be added into breadcrumbs");this.collection.add(new Backbone.Model(e))},click(e,t){const s=parseInt(t.dataset.index);this.parent.go_to_step(s)}}),c=a.extend({className:"tcb-modal",step_instances:[],current_step:0,breadcrumbs_view:null,events:()=>_.extend({},a.prototype.events(),{"click .tcb-modal-back":"prev_step","click .tcb-modal-next":"next_step"}),initialize(e){if(void 0===e.steps||!Array.isArray(e.steps)||e.steps.length<=0)throw new Error("Multi-step modal should have steps");this.step_instances=e.steps,this.breadcrumbs_view=new o({collection:new Backbone.Collection}),this.breadcrumbs_view.parent=this,a.prototype.initialize.apply(this,arguments),this.options.complete=_.bind(this.complete,this)},complete(){this.remove()},render(){this.$el.html(this.template()),jQuery(".tcb-modals").first().append(this.$el),_.each(this.step_instances,function(e,t){e.$el.attr("data-index",t).hide(),this.get_steps_wrapper().append(e.$el),this.breadcrumbs_view.push_item(e.get_title())},this),this.get_steps_wrapper().before(this.breadcrumbs_view.$el),this.go_to_step(0)},go_to_step(e){if((e=parseInt(e))>this.step_instances.length||e<0||void 0===this.step_instances[e])throw new Error("Cannot go to invalid step: "+e);e>this.current_step&&!this.step_instances[this.current_step].is_valid()||(this.get_all_steps().hide(),this.current_step=e,this.breadcrumbs_view.set_active(this.current_step),this.get_step(e).show(),this.step_instances[e].trigger("tcb_step_active",this),this.update_footer())},update_footer(){const e=this.get_footer().find("button.tcb-left"),t=this.get_footer().find("button.tcb-right");0===this.current_step?(e.text("Cancel"),e.addClass("tcb-modal-cancel").removeClass("tcb-modal-back")):this.current_step>0&&(e.text("Back"),e.removeClass("tcb-modal-cancel").addClass("tcb-modal-back")),this.current_step<this.step_instances.length-1?t.text("Next").removeClass("tcb-modal-save").addClass("tcb-modal-next"):this.current_step===this.step_instances.length-1&&t.text("Save").removeClass("tcb-modal-next").addClass("tcb-modal-save")},next_step(){this.go_to_step(this.current_step+1)},prev_step(){this.go_to_step(this.current_step-1)},get_steps_wrapper(){return this.$(".tcb-modal-steps")},get_footer(){return this.$(".tcb-modal-footer")},get_all_steps(){return this.get_steps_wrapper().children()},get_step(e){return e=parseInt(e),e++,this.get_steps_wrapper().children(":nth-child("+e+")")},save(){this.step_instances[this.current_step].is_valid()&&a.prototype.save.apply(this,arguments)}}),n=a.extend({initialize(){a.prototype.initialize.apply(this,arguments),this.$$before_open=this.before_open||jQuery.noop,this.before_open=this.maybe_fetch_data,this.$status=this.$(".tpl-ajax-status"),this.$status.length||(this.$status=jQuery('<div class="status tpl-ajax-status">'+TVE.t.FetchingData+"</div>").hide().appendTo(this.$el),this.$error=jQuery('<div class="error-container"></div>').insertAfter(this.$(".tcb-modal-title")))},beforeShow(e){},should_fetch_data(){return void 0===this.$$stored_data},maybe_fetch_data(e){if(this.beforeShow(e),!this.should_fetch_data())return this.$$before_open(e);this.$status.show(),this.$error.hide();const t=this.fetch_data();if(!t.done||!t.fail)throw new Error("fetch_data should return a jquery promise");t.done(this.bind(this.on_success,e)).fail(this.bind(this.on_error)).always(this.bind(this.on_finished))},get_ajax_params(){throw new Error('Implement "get_ajax_params" function in modal with cached data')},fetch_data(){const e=this.get_ajax_params();return delete e.error,jQuery.ajax(e)},process_data:e=>e,on_success(e,t){const s=this.process_data(t);if(void 0===s)throw new Error("process_data should not return undefined");this.$$stored_data=s,this.$$before_open(e)},on_error(e,t,s){this.$status.hide();const i=TVE.getDetailedErrorMessage(e,t,s,!0);this.$error.fadeIn(200).html(TVE.tpl("inline-error")({error_message:this.decorate_error_message(i),hide_extra:!0}))},on_finished(){this.$status.hide()},decorate_error_message:e=>e});e.exports={base:a,with_cached_data:n,multi_step:c,step_view:l,get_element:e=>document.getElementById("tcb-modal-"+e.replace(/_/g,"-"))}},20733:e=>{e.exports=class{constructor(e){this.component=e,this.carouselManager=e.carouselManager,this.carouselTooltip=e.carouselTooltip,this.addActions(),this.addFilters()}addActions(){TVE.add_action("tcb.clean_content.root",e=>{const t=TVE.inner_$("#tve-conditional-displays");t.length&&TVE.Models.CarouselManager.getCarouselContainerElements(t).each((e,t)=>{const s=TVE.inner_$(t);this.carouselManager.unlinkCarousel(s)}),TVE.Models.CarouselManager.getCarouselContainerElements(e).each((e,t)=>{const s=TVE.inner_$(t);this.carouselManager.unlinkCarousel(s)})}),TVE.add_action("tcb.content_block.before_cloud_save",e=>this.carouselManager.unlinkCarousel(e)),TVE.add_action("tcb.content_block.cloud_save",e=>this.carouselManager.initCarouselFromContent(e)),TVE.add_action("tcb.clean_content.before",(e,t)=>{TVE.Models.CarouselManager.getCarouselContainerElements(t).each((e,t)=>{const s=TVE.inner_$(t).parent(TVE.Models.CarouselManager.carouselSelector);s.length&&0===s.closest("[data-display-group]").length&&this.carouselManager.initCarousel(s)})}),TVE.add_action("tcb.element.before_duplicate",e=>this.carouselManager.unlinkCarousel(e)),TVE.add_action("tcb.element.duplicate",(e,t)=>{this.carouselManager.initCarouselFromContent(e),this.carouselManager.initCarouselFromContent(t)}),TVE.add_action("tcb.width_slider.change",e=>{"carousel"===e.attr("data-type")&&(this.carouselManager.$carouselElement||this.carouselManager.setCarousel(TVE.ActiveElement),this.carouselManager.updateCarouselSettings(),this.carouselManager.applyCarousel(this.carouselManager.carouselSettings))}),TVE.add_action("tcb.symbol.before_save_logic",(e=TVE.ActiveElement)=>{this.carouselManager.unlinkCarousel(e)}),TVE.add_action("tcb.after_insert_symbol",e=>this.carouselManager.initCarouselFromContent(e)),TVE.add_action("tcb.unlink_symbol.before",()=>{this.carouselManager.unlinkCarousel(TVE.ActiveElement)}),TVE.add_action("tcb.unlink_symbol",()=>{this.carouselManager.initCarouselFromContent(TVE.Editor_Page.editor)}),TVE.add_action("tcb.templates.before_ct_save",e=>this.carouselManager.unlinkCarousel(e)),TVE.add_action("tcb.margin_padding.set",e=>{"carousel"===e.attr("data-type")&&(this.carouselManager.updateCarouselSettings(),this.carouselManager.applyCarousel(this.carouselManager.carouselSettings))}),TVE.add_action("tcb.insert_content_template",e=>this.carouselManager.initCarouselFromContent(e)),TVE.add_action("tcb.templates.after_ct_save",e=>this.carouselManager.initCarouselFromContent(e)),TVE.add_action("tcb.responsive_visibility_changed",e=>this.carouselManager.initCarouselFromContent(e)),TVE.add_action("tcb.process_template.after.ids_remap",(e,t)=>{TVE.Models.CarouselManager.getCarouselContainerElements(t).each((t,s)=>{let i=s.getAttribute("data-carousel-settings");if(i){for(const t in e)i=i.replace(new RegExp(t,"g"),e[t]);s.setAttribute("data-carousel-settings",i)}})}),TVE.add_action("tcb.element.selected",e=>{const t=TVE._type(e);if(TVE.Elements[t].components.carousel&&e.is(TVE.Elements[t].identifier)&&(e.is(TVE.Models.CarouselManager.carouselSelector)||this.carouselManager.resetCarouselSettings(),this.carouselManager.setCarousel(e),this.carouselManager.updateCarouselSettings(e),!this.component.$el.hasClass("tcb-hidden")&&(this.component.$el.find(".dropdown-header").tcbAddClass("blinking"),this.carouselTooltip&&!this.carouselTooltip.isDismissed()))){const e=window.innerHeight-40;this.carouselTooltip.display(),TVE.main.$scrollbar.on("scroll",()=>{let t;t=this.component.$el.offset().top+40<e&&this.component.$el.offset().top?this.component.$el.offset().top:e-this.carouselTooltip.$el.height(),this.carouselTooltip.$el.css("top",t-10)})}}),TVE.add_action("tve.save_post.before_send",e=>{TVE.Models.CarouselManager.getCarouselContainerElements(TVE.Editor_Page.editor).each((e,t)=>{const s=TVE.inner_$(t).parent(TVE.Models.CarouselManager.carouselSelector);s.length&&s.closest("[data-display-group]").length>0&&!s.find(".tcb-carousel-container").hasClass("slick-initialized")&&setTimeout(()=>{this.carouselManager.initCarousel(s)},10)})}),TVE.add_action("tve.conditional_display.handle_previous",(e,t)=>{const s=TVE.inner_$(`#tve-conditional-displays div[data-display-key="${e}"]`);this.carouselManager.unlinkCarousel(s)}),TVE.add_action("tve.conditional_display.handle_new",(e,t)=>{const s=TVE.inner_$(`#tve_editor [data-display-key="${t}"]`).filter(function(){return!TVE.inner_$(this).closest("#tve-conditional-displays").length}),i=TVE.Models.CarouselManager.getCarouselContainerElements(s);i.length&&void 0!==TVE.inner_$.fn.slick&&i.each((e,t)=>{const s=TVE.inner_$(t),i=s.parent(TVE.Models.CarouselManager.carouselSelector);if(void 0===t.slick&&t.classList.contains("slick-initialized")){const e=s.tcbJsonData("carousel-settings");if(e&&Object.keys(e).length>0){const t=TVE.apply_filters("tcb.carousel.slides_selector","");s.removeClass("slick-initialized slick-slider slick-dotted"),s.find(".slick-dots,.slick-prev,.slick-next").remove(),s.find(".slick-cloned").remove(),t&&s.find(t).appendTo(s),s.find(".slick-list").remove();try{s.slick(e)}catch(e){console.warn("Failed to fix broken carousel:",e)}}}if(i.length){const e=s.tcbJsonData("carousel-settings");if(e&&e.dots){const t=i.find(".tcb-carousel-dots"),s=i.attr("data-css");if(t.length&&e.tcbDots){const i=t.find("li button");i.length&&(i.each(function(){TVE.inner_$(this).parent().html(e.tcbDots).find("svg").addClass("tcb-icon")}),t.attr("data-selector",`[data-css="${s}"] .tcb-carousel-dots`),t.addClass("tcb-carousel-dots-styled"),t.find("li").addClass("tcb-dot").html(e.tcbDots).attr("data-selector",`[data-css="${s}"] .tcb-carousel-dots li.tcb-dot`))}i.find("> .tcb-carousel-dots").length>0&&i.find("> .tcb-carousel-dots").remove()}}}),setTimeout(()=>{s.length&&this.carouselManager.initCarouselFromContent(s)},50)})}addFilters(){TVE.add_filter("tcb.icons.clear_modal",(e,t)=>((e.hasClass("tcb-carousel-dots")&&e.find("svg.tcb-dot").length||e.hasClass("tcb-carousel-arrow")&&e.find("svg.tcb-arrow-left-circle"))&&(t=!0),t)),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find('.tcb-image-gallery[data-type="carousel"]').each((e,t)=>{var s,i,a,l;const o=TVE.inner_$(t),c=o.find(".tcb-image-gallery-container").tcbJsonData("carousel-settings");o.css("--tcb-cwv-slides-d",c.slidesToShow),o.css("--tcb-cwv-slides-t",(null===(s=c.responsive.find(e=>1023===e.breakpoint))||void 0===s||null===(i=s.settings)||void 0===i?void 0:i.slidesToShow)||1),o.css("--tcb-cwv-slides-m",(null===(a=c.responsive.find(e=>767===e.breakpoint))||void 0===a||null===(l=a.settings)||void 0===l?void 0:l.slidesToShow)||1),["d","t","m"].forEach(e=>{const t=o.attr(`data-cwv-height-${e}`);t&&o.css(`--tcb-cwv-height-${e}`,`${t}px`)})}),e)),TVE.add_filter("tve.collect_head_css.custom_ids",(e,t)=>(TVE.Models.CarouselManager.getCarouselContainerElements(t).each((t,s)=>{const i=s.getAttribute("data-carousel-settings"),a=i?i.matchAll(/data-css='([^']*)'/gm):[];for(const t of a)e.push(t[1])}),e)),TVE.add_filter("tcb.collect_head_css.whitelist_rule",(e,t)=>(TVE.ActiveElement&&TVE.Models.CarouselManager.getCarouselContainerElements(TVE.ActiveElement).each((s,i)=>{const a=i.getAttribute("data-carousel-settings"),l=a?a.matchAll(/data-css='([^']*)'/gm):[];for(const s of l)if(t.includes(s[1])){e=!0;break}try{JSON.parse(a).dots&&t.includes(".tcb-carousel-dots")&&(e=!0)}catch(s){try{JSON.parse(decodeURI(a)).dots&&t.includes(".tcb-carousel-dots")&&(e=!0)}catch(e){}}}),e)),TVE.add_filter("tcb.cwv_elements",(e,t)=>(TVE.Models.CarouselManager.getCarouselContainerElements(t).each((t,s)=>{e.push(TVE.inner_$(s).parent())}),e)),TVE.add_filter("tcb.components.hide",(e,t)=>(TVE.ActiveElement&&"carousel"===t&&!TVE.ActiveElement.is(TVE.Models.CarouselManager.carouselSelector)&&(e=!0),e)),TVE.add_filter("ttb.css.save.whitelist_rule",(e,t)=>(t.includes(".tcb-carousel-dots")&&(e=TVE.inner_$(t).length>0),e))}}},20891:e=>{e.exports=Backbone.Model.extend({attrToSync:["name","order","hide","conditions"],defaults:()=>({key:"default",name:"Default display",active:!1,order:0,hide:0,conditions:""}),name(){return this.get("name")},getKey(){return this.get("key")},getOrder(){return parseInt(this.get("order"))},isDefault(){return"default"===this.getKey()},isActive(){return this.get("active")},isVisible(){return!this.get("hide")},getConditions(){let e=this.get("conditions");if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e=[]}return e},hasConditions(){return this.getConditions().some(e=>e.ID||e.rules.length>0)}})},21099:(e,t,s)=>{e.exports=s(42146).extend({defaults:()=>({text:"",variations:[],speed:1e3,blink:!1,highlight:1,colors:""}),validate(){const e=this.get("variations");return e.length&&e[0].length?!!this.get("text")||(this.error=TVE.t.default_text_required,!1):(this.error=TVE.t.variation_required,!1)},get_dom_attr(){return{class:"tve_typefocus"+(this.get("blink")?" tve_typefocus_cursor":""),"data-typist":this.get("variations").join("|"),"data-speed":this.get("speed"),"data-highlight":this.get("highlight")?1:0,"data-colors":this.get("colors")||""}},read(e){this.set({text:e.innerText||e.textContent,blink:e.className&&-1!==e.className.indexOf("tve_typefocus_cursor"),variations:(e.getAttribute("data-typist")||"").split("|"),speed:parseInt(e.getAttribute("data-speed")||1e3),highlight:parseInt(e.getAttribute("data-highlight")||1),colors:e.getAttribute("data-colors")||""}),this.__dom=e,this.update_label()},get_preview_text(){let e=this.get("text");return this.get("variations").length&&(e+=" | "+this.get("variations").join(" | ")),e},update_label(){this.set("label",this.get_preview_text())},reset(e){e=void 0!==e,delete this.__dom,this.set(this.defaults(),{silent:e})}})},21235:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/pretty-select"),afterRender(){this.$options=this.$(".tve-select-options"),this.$selectedOption=this.$(".tve-selected-option");const e=this.get_config("default",!1);!1!==e&&this.setValue(e),this.options=this.get_config("options")},afterInitialize(){TVE.add_action("tcb.element.selected",()=>this.closeDropdown()),TVE.add_action("tcb.element.click",()=>this.closeDropdown()),TVE.add_action("tcb.focus.clear",()=>this.closeDropdown())},onSelect(e,t){const s=t.getAttribute("data-value");this.setSelected(s),this.closeDropdown(),this.change(this.applyTo(),s)},setSelected(e){const t=this.getOptions().find(t=>t.value===e);this.$selectedOption.html(t?t.icon+t.name:this.model.config.placeholder)},getValue(){return this.$options.find(".tve-select-option .selected").attr("data-value")},toggleDropdown(){this.$options.toggleClass("open")},closeDropdown(){this.$options.removeClass("open")},setValue(e,t=!1){this.$options.find(".selected").removeClass("selected");const s=this.$options.find(`[data-value="${e}"]`);s.length&&s.addClass("selected"),this.setSelected(e),t&&this.change(this.applyTo(),e)},rebuild(e){this.$options.empty(),this.options=e,this.getOptions().forEach(e=>{this.$options.append(`<li class="tve-select-option">\n\t\t\t\t<button class="click" data-fn="onSelect" data-value="${e.value}">${e.icon}${e.name}</button>\n\t\t\t</li>`)})},getSelectedLabel(e){const t=this.getOptions().find(t=>t.value===e);return t?t.name:""},getOptions(){const e=[];return _.each(this.options,function(t,s){"object"==typeof t?(void 0===t.icon?t.icon="":t.icon=t.icon.length>50?t.icon:TVE.icon(t.icon,"svg"),e.push(t)):"string"!=typeof t&&"number"!=typeof t||e.push({name:t,value:Number.isNaN(s)?t:s,icon:""})}),e},openInstructionsLightbox(e,t){TVE.modal_open("instructions",{element:TVE.ActiveElement,target:t})},redirectToInstructionsUrl(e,t){const s=t.getAttribute("data-link");s?window.open(s,"_blank"):console.error("No URL found in data-link attribute.")}})},21273:(e,t,s)=>{const i=s(16668),a=s(51106),l=s(59577),o=s(40521),c=s(10547),n=l.extend({_sortable:!0,_clickable:!0,get_items(e){const t=[];return e.filter(".edit_mode").find(".tve_lg_radio_wrapper").each(function(){const e=jQuery(this),s=e.find("input");t.push({label:e.find(".tve-input-option-text").text(),$option:e,labelAsValue:s.attr("data-label-value"),default:s.is(":checked"),value:s.attr("value")})}),t}});let r=s(16406);e.exports=i.component.extend({updateOnMouseLeave:!1,$active_element:null,controls_init(){const e=this;this.controls.ShowLabel.update=function(e){this.setChecked(c.labelVisible(e))},this.controls.ShowLabel.change=(e,t)=>{c.toggleFieldLabel(e,t.checked,"radio"),TVE.Editor_Page.reposition_icons()},this.controls.Required.update=function(e){const t=e.find("input");this.setChecked("1"===t.attr("data-required"))},this.controls.Required.input=function(e,t){e.find("input").attr("data-required",t.checked?1:"")},this.controls.ColumnNumber.input=function(t,s){e.controls.HorizontalSpace.$el.toggle(s.value>1),this.applyElementCss({"--cols":s.value+" !important"},t),t.parent().attr("data-columns",s.value),TVE.LeadGeneration.templateConfig.radio["data-columns"]=s.value,TVE.LeadGeneration.templateConfigWrite()},this.controls.ColumnNumber.update=function(t){const s=TVE.getComputedStyle(t,"--cols",!0);e.controls.HorizontalSpace.$el.toggle(s>1),this.setValue(s)},this.controls.HorizontalSpace.input=function(e,t){this.applyElementCss({"--h-gutter":t.value+this.getUM()},e)},this.controls.HorizontalSpace.update=function(e){this.setValue(TVE.getComputedStyle(e,"--h-gutter",!0)||0)},this.controls.VerticalSpace.input=function(e,t){this.applyElementCss({"--v-gutter":t.value+this.getUM()},e)},this.controls.VerticalSpace.update=function(e){this.setValue(TVE.getComputedStyle(e,"--v-gutter",!0)||0)},this.controls.OptionsList=new n({el:this.$("#option-list")[0],model:this.config.OptionsList}),this.controls.OptionsList.on("order_changed",function(){a(function(){e.controls.OptionsList.collection.each(function(e){TVE.ActiveElement.find(".tve-radio-grid").append(e.get("$option"))})},TVE.ActiveElement,this)}).on("item_remove",function(t,s){a(function(){const t=s.get("$option"),i=t.closest(".tve_lg_radio");t.remove(),0===i.find(".tve_lg_radio_wrapper").length&&(e.removeLabel(i),i.remove(),TVE.Editor_Page.blur())},TVE.ActiveElement)}).on("item_click",function(t,s){e.settings&&e.settings.isOpen()?e.settings.hide():e.editOption(t,s)}),this.answerTagTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-answer-tag-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.answerTagTooltip.FORCE_CLOSE}),this.answerTagTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.AnswerTag.update=function(e){const t=c.shouldDisplayTagControl();this.$el.toggle(t),this.setChecked("true"===e.attr("data-answer-tag"))},this.controls.AnswerTag.input=function(e,t){e.attr("data-answer-tag",t.checked)},this.controls.AnswerTag.openTooltip=()=>(this.answerTagTooltip.isOpen()?this.answerTagTooltip.onCancel():this.answerTagTooltip.open(null,this.$(".tve-switch-info")),!1),TVE.add_action("tcb.element.remove",(t,s)=>{if(t.is(".tve_lg_radio_wrapper")){const t=s.closest(".tve_lg_radio");0===t.find(".tve_lg_radio_wrapper").length&&(e.removeLabel(t),t.remove(),TVE.Editor_Page.blur())}}),this.initOptionPanel()},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner.$document.find(`[data-label-for="${t}"]`).first().remove()},editOption(e,t){this.settings=new r({collection:this.controls.OptionsList.collection,model:e}),this.settings.open(null,t)},cancel(){},addOption(e,t){this.settings=new r({collection:this.controls.OptionsList.collection,model:new Backbone.Model({label:"",labelAsValue:!0}),list:this.controls.OptionsList}),this.settings.open(null,t)},initOptionPanel(){r=r.extend({onApply(){if(!this.model.get("label"))return!1;if(!this.collection.contains(this.model)){const e=TVE.CSS_Rule_Cache.generate_id("tve-lg-radio-"),t=TVE.ActiveElement.find(".tve_lg_radio_wrapper").first().clone();t.find("label").attr("for",e),t.find("input").attr("id",e),this.model.set({$option:t}),this.collection.add(this.model),this.list.trigger("add_item"),TVE.ActiveElement.filter(".edit_mode").find(".tve-radio-grid").append(t)}const e=this.model.get("$option"),t=this,s=e.find("input");this.model.get("default")?(this.collection.each(function(e){if(e!==t.model){e.set("default",!1);const t=e.get("$option");t.removeClass("tve-state-expanded"),t.find("input").removeAttr("checked data-default")}}),s.attr("checked","checked").attr("data-default","1")):s.removeAttr(" checked data-default"),e.toggleClass("tve-state-expanded",!!this.model.get("default")),e.find(".tve-input-option-text").replaceWith(`<span class="tve-input-option-text tcb-plain-text">${this.model.get("label")}</span>`),s.attr("value",this.model.get("value")).attr("data-label-value",this.model.get("labelAsValue")?1:""),TVE.Components.lead_generation.replaceDuplicateSelector(e),this.collection.trigger("change"),this.hide()}})}})},21327:(e,t,s)=>{const i=s(13828);class a{constructor(e){this.$widget=e,this.type=TVE._type(this.$widget),TVE.inner_$(TVE.inner.window.document.body).on("wc_fragments_loaded",this.initSelectors.bind(this))}static get elementClass(){return"thrv_widget"}get $element(){return this.$widget}get $config(){return this.$widget.find(".widget-config")}get dataSelector(){let e=this.getAttr("css");return void 0===e&&(e=TVE.CSS_Rule_Cache.uniq_id(this.$widget)),`[data-css="${e}"]`}static defaultAttr(e){const t={trigger:"click",text:"Widget"};return e?t[e]:t}isPlaceholder(){return this.$widget.hasClass("tcb-elem-placeholder")}update(e){this.loading(!0);let t={query:{p:TVE.CONST.post_id},data:e,widget:this.type};t=TVE.apply_filters("tcb.widget.ajax_render_args",t,this.$widget),TVE.$.ajax(TVE.ajax_data("widget_render","GET",t)).done(e=>{e.success&&(this.$widget.removeClass("tcb-empty-widget tcb-elem-placeholder").html(e.content),this.maybeAddEmptyPlaceholder(),TVE.Editor_Page.reposition_icons(),TVE.do_action("tcb.widgets.after_update",e,this))}).always(()=>{this.loading(!1)})}loading(e=!0){this.$widget.toggleClass("tve-loader-square",e)}maybeAddEmptyPlaceholder(){if(0===this.$widget.find(".widget").length){const e=this.getConfig();let t="";e&&e.title&&(t=e.title.split(" ").map(e=>TVE.ucFirst(e)).join(" ")),this.$widget.append(TVE.tpl("elements/widget-empty-placeholder")({name:t}))}}initSelectors(){let e=[];switch(this.type){case"widget_woocommerce_widget_cart":e=["wc-cart-widget-title","wc-cart-widget-product-title","wc-cart-widget-product-price","wc-cart-widget-price-subtotal","wc-cart-widget-subtotal","wc-cart-widget-view-cart","wc-cart-widget-checkout"],TVE.inner.window.tve_frontend_options.woocommerce_related_plugins&&TVE.inner.window.tve_frontend_options.woocommerce_related_plugins.product_addons&&(e=[...e,"wc-cart-widget-product-addon-value","wc-cart-widget-product-addon-title"]);break;case"widget_woocommerce_product_categories":e=["wc-product-category-title","wc-product-category","wc-product-category-dropdown"];break;case"widget_woocommerce_product_tag_cloud":e=["wc-product-tag-title","wc-product-tag"];break;case"widget_woocommerce_products":e=["wc-products-widget-title","wc-products-widget-product-title","wc-products-widget-product-price"];break;case"widget_woocommerce_recently_viewed_products":e=["wc-recently-viewed-products-title","wc-recently-viewed-products-product-title","wc-recently-viewed-products-product-price"];break;case"widget_woocommerce_top_rated_products":e=["wc-products-by-rating-title","wc-products-by-rating-product-title","wc-products-by-rating-product-price"];break;case"widget_woocommerce_recent_reviews":e=["wc-products-review-title","wc-products-review-product-title","wc-products-review-reviewer"];break;case"widget_woocommerce_product_search":e=["wc-product-search"]}e.forEach(e=>{const t=TVE.Elements[e].identifier.split(",").map(e=>`${this.dataSelector} ${e}`).join(",").trim().replace(/ {2,}/g," ");this.$widget.find(TVE.Elements[e].identifier).attr("data-selector",t).addClass("tve_no_icons tve_editable")})}getAttr(e){let t=this.$widget.attr(`data-${e}`);return void 0===t&&(t=a.defaultAttr(e)),t}getConfig(){return i(this.$config,"thrive_widget").get()}setConfig(e){return i(this.$config,"thrive_widget").save(e)}updateConfig(e,t){return i(this.$config,"thrive_widget").update(t,e)}}e.exports=a},21351:(e,t,s)=>{e.exports=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(){this.controls.Separator.update=function(e){this.setValue(e.text().trim())},this.controls.Separator.change=(e,t)=>{e.find(".tcb-plain-text").text(t.value.trim())}}})},21605:(e,t,s)=>{const i=s(37558),a=s(6101);e.exports=i.extend({before_render(){i.prototype.before_render.apply(this,arguments),this.get_config("label")||(this.model.config.label=TVE.t.Font)},after_init(){const e=this.component.controls[this.key()]=new a({model:this.model,component:this.component});this.set_drop_panel(e)}})},22047:e=>{e.exports={ALLOWED_ELEMENTS:["text","image","button","section","contentbox","icon","styledlist","numberedlist","progressbar","rating"],get $clipboard(){return void 0===this._$clipboardElement&&(this._$clipboardElement=TVE.inner_$("#tve-clipboard-container")),this._$clipboardElement},init(){if(!0===this.initialized)return!1;this.$tooltip||(this.$tooltip=new TVE.Views.other.Tooltip({icon:null,tooltipImage:`${TVE.CONST.plugin_url}editor/css/images/copy-paste-styles.png`,extraClass:"tcb-copy-paste-tooltip",title:"COPY / PASTE OPTION",info:"Now you can copy style attributes between elements of the same type.",learnMoreLink:"https://help.thrivethemes.com/en/articles/8624644-how-to-copy-paste-element-styling-in-thrive-architect",type:"copy-paste-styles"}),TVE.$(".tve-active-element").append(this.$tooltip.$el)),TVE.add_action("tcb.element.selected",(e,t)=>{this.ALLOWED_ELEMENTS.includes(t)?this.$tooltip.display():this.$tooltip.hide()}),TVE.add_action("tcb.focus.clear",()=>{TVE.ActiveElement||this.$tooltip.hide()}),TVE.add_filter("tcb.inner_actions.hide_icon",(e,t,s)=>("copy-style"!==t.name&&"paste-style"!==t.name||(e=!this.ALLOWED_ELEMENTS.includes(TVE._type(s))),e)),TVE.add_action("tve.copy-paste-style.after-copy-icon",(e,t)=>{const s=t.find("svg.tcb-icon"),i=s.tcbCss("--tcb-gradient-default-value").replace("url(#","").replace(")","");if(i){const e=s.find(`#${i}`);s.tcbCss("--tcb-gradient-default-value",`url(#${i}-clipboard)`),e.attr("id",`${i}-clipboard`)}}),TVE.add_action("tve.copy-paste-style.after-paste-icon",(e,t)=>{if(t.hasClass("tcb-icon-gradient")){const s=e.find("svg.tcb-icon"),i=`tcb-gradient-default-${e.attr("data-css")}`,a=t.find("svg > defs").clone();a.find('[id^="tcb-gradient-default"]').attr("id",i),s.find("defs").remove(),s.prepend(a).tcbCss("--tcb-gradient-default-value",`url(#${i})`),e.addClass("tcb-icon-gradient")}}),this.initialized=!0},copy(e){const t=e.clone(),s=TVE._type(e);t.attr("tve-type-identifier",s),this.$clipboard.find(`[tve-type-identifier="${s}"]`).remove(),t.find("[data-css]").addBack("[data-css]").each((t,s)=>{const i=TVE.inner_$(s),a=i.attr("data-css");TVE.CSS_Rule_Cache.uniq_id(i,!0),i.head_css_copy(e.find(`[data-css="${a}"]`).addBack(`[data-css="${a}"]`))}),t.find(".tve-decoration-svg clipPath").each(function(){this.id=`${this.id}-clipboard`}),this.$clipboard.append(t),TVE.do_action(`tve.copy-paste-style.after-copy-${s}`,e,t)},paste(e){const t=TVE._type(e),s=this.$clipboard.find(`[tve-type-identifier="${t}"]`);s.length&&(TVE.do_action(`tve.copy-paste-style.before-paste-${t}`,e,s),TVE.do_action("tve.copy-paste-style.before-paste",e,s,t),s.find("[data-selector]").addBack("[data-selector]").each((t,s)=>{const i=TVE.inner_$(s).attr("data-selector"),a=this.getTargetNode(e,s);let l=a.attr("data-selector");a.length&&(l?(TVE.head_css_remove(l,null,!0),this.moveHeadCss(i,l)):(TVE.CSS_Rule_Cache.uniq_id(a,!0),l=a.attr("data-selector"),this.moveHeadCss(i,l)))}),s.find("[data-css]").addBack("[data-css]").each((t,s)=>{const i=TVE.inner_$(s),a=this.getTargetNode(e,s);if(a){const e=a.attr("data-css");e&&TVE.head_css_remove(e,null,!0),i.children("svg[decoration-type],svg.tve-decoration-svg").each(function(){const e=TVE.inner_$(this.outerHTML);e.attr("data-css",""),a.append(e)}),a.head_css_copy(s)}}),TVE.do_action(`tve.copy-paste-style.after-paste-${t}`,e,s),TVE.do_action("tve.copy-paste-style.after-paste",e,s,t))},getTargetNode(e,t){let s="";for(;t.parentNode&&!t.hasAttribute("tve-type-identifier");){let e=t.tagName,i=t.getAttribute("class");i&&(i=i.split(" ").map(e=>e.trim()).filter(e=>!e.match(/droppable|wp-image-/)),i.length&&(e=i.map(e=>`.${e}`).join(""))),s=e+" "+s,t=t.parentNode}let i="";return i=s?e.find(s):e,i},moveHeadCss(e,t,s=!1){TVE.CSS_Rule_Cache.getRulesForSelector(e).forEach(i=>{TVE.CSS_Rule_Cache.copyCssRule(i,i.selectorText.replaceAll(e,t),s)})}}},22508:(e,t,s)=>{const i=s(36317),a=s(12564),l=s(54239),o="tve-image-drag-",c=/tve-image-drag-\w+/g;e.exports=i.extend({template:TVE.tpl("controls/background/background-image"),_template:TVE.tpl("controls/drop-panel-light"),dragMode:!1,key:()=>"url",init_controls(){this.picker=new a({labels:{choose:TVE.t.ChooseImage},config:{preselect_full_size:!0},el:this.$(".image-picker-wrapper")[0]}),this.picker.on("select",_.bind(this.on_select,this)),this.picker.on("remove",_.bind(this.on_remove,this)),this.$imageRepeat=this.$(".tve-background-image-repeat"),this.$imagePercentageSize=this.$(".tve-image-size-percentages"),this.HeightSize=new l({el:this.$el.find(".tve-image-height"),model:{config:{default:"50",min:"0",max:"100",label:"Height",um:["%"]}}}),this.WidthSize=new l({el:this.$el.find(".tve-image-width"),model:{config:{default:"50",min:"0",max:"100",label:"Width",um:["%"]}}}),this.WidthSize.input=(e,t)=>{this.model.set("size",`${t.value}% ${this.HeightSize.getValue()}%`),this.change()},this.HeightSize.input=(e,t)=>{this.model.set("size",`${this.WidthSize.getValue()}% ${t.value}%`),this.change()},this.HeightSize.change=()=>{this.percentageImgSize||(this.percentageImgSize={}),this.percentageImgSize.height=this.elementSize.height*parseInt(this.HeightSize.getValue())/100,this.getInitialPosition()},this.WidthSize.change=()=>{this.percentageImgSize||(this.percentageImgSize={}),this.percentageImgSize.width=this.elementSize.width*parseInt(this.WidthSize.getValue())/100,this.getInitialPosition()}},on_select(e){this.model.set("value",e.url),this.change(),this.imgSize={width:e.width,height:e.height},this.imgRatio=this.imgSize.width/this.imgSize.height,isNaN(this.imgRatio)||this.enableImageDrag(),TVE.do_action("tcb.bg.image.set")},on_remove(){this.model.set("value",""),this.change()},prop(e,t){const s=this.$(t).val().split(":"),i={[s[0]]:s[1]};"size"===s[0]||"repeat"===s[0]&&"repeat"!==s[1]?this.$(".bg-image-position-area").removeClass("tcb-disabled"):this.$(".bg-image-position-area").addClass("tcb-disabled"),"percentage"===s[1]&&(i.size="50% 50%"),"repeat"===s[0]&&(i.size=this.model.get("size")),this.model.set(_.extend({size:"auto auto",repeat:"no-repeat",position:"50% 50%"},i)),this.change(),this._updateRepeatOption(),this._updatePercentageControls(),this.isDragAllowed()&&(this.getElementDefaultProps(),this.dragOverlay())},set_position(e,t){if(!this.model.get("value"))return;const s=this.$(t).attr("data-value"),i=s.split(":");this.model.set({position:i[0]+" "+i[1]}),this.$(".bg-image-control").removeClass("active"),this.$('.bg-image-control[data-value="'+s+'"]').addClass("active"),this.change(),this.$target.removeAttr("style"),this.isDragAllowed()&&this.getInitialPosition()},static(e,t){this.model.set({attachment:t.checked?"fixed":"scroll",position:"50% 50%"}),this.change(),t.checked?this.exitDragMode():this._update_image_position_canvas()},get_default_data:()=>({type:"url",value:"",size:"cover"}),dom(){const e=this.$("#bg-image-prop"),t=this.model.get("size").trim();let s=e.find("option").first().val(),i=null;return this.$target=TVE.Components.background.controls.PreviewList.applyTo(),this.model.get("value")&&(i={url:this.model.get("value")}),this.picker.set(i),this.$("#bg-static").prop("checked",!!this.model.get("attachment")&&-1!==this.model.get("attachment").indexOf("fixed")),["cover","contain"].includes(t)?s=`size:${t}`:("auto"===t||this.model.get("position")&&this.model.get("position").includes("center"))&&(s="size:auto"),e.val(s),this._updateRepeatOption(),this._updatePercentageControls(),this._update_image_position_canvas(),this},_updateRepeatOption(){this.$imageRepeat.toggleClass("tcb-hidden",["cover","contain"].includes(this.model.get("size").trim())),this.$("#bg-image-repeat-prop").val(`repeat:${this.model.get("repeat")?this.model.get("repeat").trim():"no-repeat"}`)},_updatePercentageControls(){let e=this.model.get("size").trim();this.isPercentage=e.includes("%"),this.$imagePercentageSize.toggleClass("tcb-hidden",!this.isPercentage),this.isPercentage&&(this.$("#bg-image-prop").val("size:percentage"),e=e.trim().split(" "),this.percentageImgSize||(this.percentageImgSize={},this.getElementDefaultProps(!1)),this.WidthSize.setValue(e[0],!0),this.HeightSize.setValue(e[1],!0))},_update_image_position_canvas(){const e=this.model.get("position"),t=this.model.get("repeat");if(this.$(".bg-image-position-area").toggleClass("tcb-disabled","repeat"===t),this.$(".bg-image-control").removeClass("active"),e)if(-1!==e.indexOf("center"))this.$('.bg-image-control[data-value="50%:50%"]').addClass("active");else if(-1!==e.indexOf("0px 0px"))this.$('.bg-image-control[data-value="0%:0%"]').addClass("active");else{const t=e.trim().replace(" ",":");this.$('.bg-image-control[data-value="'+t+'"]').addClass("active")}else this.$('.bg-image-control[data-value="50%:50%"]').addClass("active");const s=this.model.get("value");if(s&&!TVE.isCssVariable(s)&&!s.includes("[tcb_")){this.model.get("size").includes("%")&&this.enableImageDrag();const e=new Image;e.src=s,e.onload=()=>{this.imgSize={width:e.width,height:e.height},this.imgRatio=this.imgSize.width/this.imgSize.height,this.isPercentage||this.enableImageDrag()}}},validate(){return!!this.model.get("value")||(TVE.page_message(TVE.t.anim.img_missing,!0),this.onCancel(),!1)},before_initialize(){this.defaults(),jQuery.extend(!0,this,TVE.apply_filters("tcb.extend-image-control",{}))},showEditorOverlay(){TVE.Editor_Page.disable_clicks({z_index_overlay:89e3}),TVE.ActiveElement.tve_overlay(),this.dragOverlay(),this.dragMode=!0},dragOverlay(){TVE.ActiveElement.find(".tve-drag-image-wrapper").remove(),TVE.ActiveElement.append(TVE.tpl("controls/background/drag-overlay")());const e=TVE.ActiveElement.find(".tve-drag-image-handle").addClass("tcb-permanently-hidden");let t="default";this.model.get("size").includes("contain")?t=this.elementRatio>this.imgRatio?"width":"height":this.model.get("size").includes("cover")&&(t=this.elementRatio>this.imgRatio?"height":"width"),e.filter(`[data-key=${t}]`).toggleClass("tcb-permanently-hidden",this.elementSize.width<250||this.elementSize.height<100),TVE.inner_$(".tve-background-overlay").css("cursor",{default:"move",height:"ns-resize",width:"ew-resize"}[t]),this.changeableProp="default"!==t?t:"",TVE.ActiveElement.find(".tcb-parent-placeholder-empty > .tcb-replaceable-placeholder").hide()},enableImageDrag(){if(!this.isDragAllowed())return;const e=this.$target.head_css("background-position").split(",");this.getElementDefaultProps(),this.showEditorOverlay(),TVE.inner_$(".tve-background-overlay").tveElementDrag({start:()=>{this.WidthSize.$(".tve-input").trigger("change"),this.HeightSize.$(".tve-input").trigger("change"),this.$(".bg-image-control").removeClass("active"),clearTimeout(this.warningTimeout),this.$target.removeClassContaining(c),TVE.ActiveElement.find(".tve-drag-image-wrapper").remove(),this.change()},move:_.debounce(t=>{let s;t.x&&(this.isCover&&(1===this.elementRatio&&this.imgRatio>1||this.elementRatio<1)&&(t.x=-1*t.x),s=this.isContain?this.convertValue(this.initialPosition.x+t.x,"width"):this.initialPosition.x+t.x,this.validateMovement(s,"width")&&(this.initialPosition.x+=t.x)),t.y&&(this.isCover&&(this.elementRatio>1||1===this.elementRatio&&this.imgRatio<1)&&(t.y=-1*t.y),s=this.isContain?this.convertValue(this.initialPosition.y+t.y,"height"):this.initialPosition.y+t.y,this.validateMovement(s,"height")&&(this.initialPosition.y+=t.y)),e[this.model.index]=this.isCover?` ${this.initialPosition.x}% ${this.initialPosition.y}%`:` ${this.initialPosition.x}px ${this.initialPosition.y}px`,this.$target[0].style.setProperty("background-position",e.join(","),"important")},5),stop:()=>{let e;e=this.isCover?`${this.initialPosition.x}% ${this.initialPosition.y}%`:`${this.convertValue(this.initialPosition.x,"width")}% ${this.convertValue(this.initialPosition.y,"height")}%`,this.model.set("position",e),this.change(),this.getInitialPosition()}})},getElementDefaultProps(e=!0){this.elementSize={width:this.$target.outerWidth(),height:this.$target.outerHeight()},this.elementRatio=this.elementSize.width/this.elementSize.height,e&&this.getInitialPosition()},validateMovement(e,t){if(this.changeableProp&&this.changeableProp!==t)return!1;clearTimeout(this.warningTimeout),this.$target.removeClassContaining(c),this.warningTimeout=setTimeout(()=>{this.$target.removeClassContaining(c)},3e3);const s=e>=0&&e<=100;switch(this.model.get("size").trim()){case"cover":case"contain":return s||("width"===t?this.$target.addClass(o+(e>100?"right":"left")):this.$target.addClass(o+(e>100?"bottom":"top"))),s;default:return!0}},onClose(){this.dragMode&&this.exitDragMode()},exitDragMode(){TVE.state_manager.is_hover()||TVE.main.EditMode.in_edit()?TVE.main.EditMode.in_edit()&&TVE.main.EditMode.refresh():TVE.remove_element_overlay(),TVE.Editor_Page.enable_clicks({}),TVE.ActiveElement.find(".tve-drag-image-wrapper").remove(),this.$target.removeClassContaining(c),TVE.ActiveElement.find(".tcb-parent-placeholder-empty > .tcb-replaceable-placeholder").show()},getInitialPosition(){let e;if(this.isCover=this.model.get("size").includes("cover"),this.isContain=this.model.get("size").includes("contain"),this.isPercentage=this.model.get("size").includes("%"),this.model.get("position")&&(e=this.model.get("position").trim().split(" ")),e||(e=["50%","50%"]),e[0].includes("px"))this.initialPosition={x:parseInt(e[0].replace("px","")),y:parseInt(e[1].replace("px",""))};else if(e[0]=parseInt(e[0].replace("%","")),e[1]=parseInt(e[1].replace("%","")),this.isCover)this.initialPosition={x:e[0],y:e[1]};else{let t=this.imgSize;this.isContain?(this.containImgSize=this.containImgRatio({container:this.elementSize,image:this.imgSize}),t=this.containImgSize):this.isPercentage&&(t=this.percentageImgSize),this.initialPosition={x:e[0]*(this.elementSize.width-t.width)/100,y:e[1]*(this.elementSize.height-t.height)/100}}return!1},convertValue(e,t){if(this.changeableProp&&this.changeableProp!==t)return 0;let s=this.elementSize[t],i=this.imgSize;return this.isContain?i=this.containImgSize:this.isPercentage&&(i=this.percentageImgSize),s-=i[t],e=Math.round(100*e/s),isNaN(e)?0:e},containImgRatio(e){const t=Math.min(e.container.width/e.image.width,e.container.height/e.image.height);return{width:e.image.width*t,height:e.image.height*t}},isDragAllowed(){const e=this.model.get("value"),t=e.includes("dynamic_")||e.includes(TVE.CONST.dynamic_background_url_prefix);return!("fixed"===this.model.get("attachment")||TVE.ActiveElement.hasClass("thrv-button")||t)}})},22556:(e,t,s)=>{!function(t){TVE.RevisionManager=s(81551);const i=s(16668).base_view,a=TVE.RevisionManager.get_instance(TVE.modal.get_element("revision-manager"));e.exports=i.extend({initialize(){const e=TVE.CONST.post.post_type,t=["post","page","thrive_template"].includes(e),s=this.$("#tve-save-dash-return");this.$saveOptions=this.$(".save-options"),this.$saveContainer=this.$saveOptions.prev(".side.save"),s.toggleClass("tcb-hide",!t),t&&s.text(TVE.apply_filters("tve.dash.return.save.label",TVE.t.save_dash_return)),this.bindEvents()},bindEvents(){TVE.$document.add(TVE.inner.$document).on("keyup mousedown",e=>{("mousedown"===e.type&&!t.contains(this.el,e.target)||27===e.which)&&this.toggleSaveOptions(!1)}),this.$(".save-btn .drop").on("mouseenter",()=>{this.$saveContainer.addClass("hover")}).on("mouseleave",()=>{this.$saveContainer.removeClass("hover")})},toggleSaveOptions(e){this.$saveOptions.add(this.$(".save-btn .drop")).add(this.$saveContainer).toggleClass("active",e),this.toggle_without_save_options(!!e)},toggle_without_save_options(e=!0){return this.$(".exit-without-save").toggle(!!e),this.$(".save-options-dropdown").toggle(!e),!1},exit_without_save(e){window.onbeforeunload=null,this.toggleSaveOptions(),TVE.KEEP_OVERLAY=!0,TVE.main.overlay(),location.href=e.currentTarget.getAttribute("href")},cancel_exit(){this.toggle_without_save_options(!1)},click_save_arrow(){return this.toggleSaveOptions(),!1},save_exit(e){return this.toggleSaveOptions(!1),TVE.KEEP_OVERLAY=!0,TVE.main.overlay(),this.save(null,null,function(){location.href=e.currentTarget.getAttribute("href")}),!1},save(e,t,s){if(TVE.$("input.tve-input:focus").trigger("change"),TVE.apply_filters("validate_saved_content",!0,s)){const e=(t=t||this.$(".save-btn")[0]).innerHTML;t.classList.add("tve-disabled"),t.querySelector(".txt").innerHTML=TVE.t.saving,TVE.set_login_callback(this.save,this),setTimeout(function(){TVE.Editor_Page.save(!0).always(function(){t.classList.remove("tve-disabled"),t.innerHTML=e,"function"==typeof s&&s()})})}return!1},undo:()=>(TVE.UndoManager.undo(),!1),redo:()=>(TVE.UndoManager.redo(),!1),revisions(){a.open({top:"20%"})}})}(jQuery)},22654:(e,t,s)=>{const i=s(74144);!function(t){const s={addJumplink:function(e){let t="tcb.apply_jumplink",i=!1;const a=TVE.JumpSource[0];return(TVE.CONST.FROALA_FORMAT_OPTIONS&&TVE.CONST.FROALA_FORMAT_OPTIONS[a.nodeName]||TVE.JumpSource.hasClass("tcb-plain-text")||TVE.JumpSource.closest(".thrv_text_element").length||TVE.JumpSource.closest(TVE.TEXT_WITH_LINK).length)&&(i=!0),TVE.JumpElement.attr("id")||TVE.JumpElement.attr("id",TVE.CSS_Rule_Cache.generate_id("tve-jump-")),t=i?t+".text":t,s.checkScrollTo(),TVE.do_action(t,e),TVE.OldJumpData={},TVE.main.EditMode.exit(),!1},cancel:function(){return TVE.OldJumpData&&TVE.OldJumpData.element&&(TVE.OldJumpData.element.attr("id",TVE.OldJumpData.id.replace("#","")),TVE.OldJumpData={}),s.checkScrollTo(),TVE.state_manager.set_state("default"),TVE.main.EditMode.exit(),TVE.JumpElement&&TVE.JumpElement.removeClass("jump_target"),TVE.Editor_Page.focus_element(TVE.JumpSource),!1},checkScrollTo:function(){TVE.state_manager.is_jump()&&!TVE.inner.window.TCB_Front.isInViewport(TVE.JumpSource,200)&&TVE.inner_$("html").animate({scrollTop:TVE.JumpSource.offset().top-24},1e3)},updateUi:function(e){TVE.JumpElement&&TVE.JumpElement.removeClass("jump_target"),e=TVE.apply_filters("tcb.jumplinks.change_target",e),TVE.JumpElement=e.addClass("jump_target"),TVE.main.EditMode.$_buttons.filter("#add_jump").removeAttr("disabled").removeClass("grey").addClass("orange"),TVE.ElementIcons.show_icons(TVE.JumpElement)},isJumplink:function(e){const t=e.jquery?e[0]:e;if(!t||!t.hash||t.hash.includes("comments")&&t.getAttribute("href")!==t.hash)return!1;let s=!1;try{s=TVE.inner_$(t.hash).length>0}catch(e){s=!1}return s},enterJumpMode:function(e=TVE.ActiveElement.filter(".edit_mode")){TVE.JumpSource=e||TVE.ActiveElement.filter(".edit_mode"),TVE.JumplinkApplied=!1,TVE.do_action("tcb.jumpmode.enter"),TVE.main.EditMode.in_edit()&&TVE.inner_$(".tve-element-mask").addClass("tcb-permanently-hidden"),TVE.state_manager.set_state("jump"),TVE.main.EditMode.enter(TVE.JumpSource,{show_default_message:!1,can_insert_elements:!1,prevent_default_functions:!0,body_class:"jump-mode-active",restore_state:!0,prevent_focus:!0,view_label:TVE.t.select_target,callbacks:{before_exit:s.exitJumpMode}}),TVE.inner_$("html, body").on("mousedown.body_jumplink",()=>!1),TVE.Editor_Page.editor.find("*").on("click.jumplink",e=>(TVE.jumplinks.updateUi(t(e.target).closest(TVE.Editor_Page.selection_manager.selectors.get("mouseover"))),!1)).on("mousedown.jumplink",()=>!1)},exitJumpMode:function(){TVE.do_action("tcb.jumpmode.exit"),TVE.main.EditMode.$componentPanel.removeClass("tcb-hide"),TVE.inner_$("body").removeClass("tcb-jump-mode"),TVE.main.EditMode.$_buttons.filter("#add_jump").attr("disabled","disabled").addClass("grey").removeClass("orange"),TVE.main.$(".tve-active-element").removeClass("no-states"),TVE.inner_$(".jump_target").removeClass("jump_target"),TVE.$body.removeClass("jump-mode-active"),TVE.Editor_Page.editor.find("*").off("click.jumplink").off("mousedown.jumplink"),TVE.inner_$("html, body").off("mousedown.body_jumplink"),TVE.state_manager.set_state("default"),TVE.Editor_Page.selection_manager.refreshMouseoverEvents(),TVE.Editor_Page.editor.removeClass("tcb-editor-jump-mode"),TVE.main.EditMode.in_edit()&&TVE.inner_$(".tve-element-mask").removeClass("tcb-permanently-hidden"),setTimeout(()=>{delete TVE.JumpSource,delete TVE.JumpElement}),TVE.JumplinkApplied=!0,TVE.do_action("tcb.jumpmode.after_exit")},isDynamicLink:function(e){try{e.jquery||(e=TVE.inner_$(e))}catch(e){}return!!(e.attr("data-shortcode-id")&&e.attr("data-dynamic-link")||e.attr("dynamic-postlink")||e.attr("data-custom-shortcode"))},addPostlistCustomFieldsLinks:function(){const e=[];for(const t in TVE.PostList.posts){const s=TVE.PostList.posts[t].tcb_post_custom_fields_link;for(const t in s)if(!e.some(e=>e.name===s[t].name)){const i=s[t];i.id=s[t].name,e.push(i)}}return e},updateDynamicCustomFieldsLink:function(){if(TVE.CONST.update_customfields&&TVE.PostList.utils.isInPostListEditMode()){const e=TVE.jumplinks.addPostlistCustomFieldsLinks();TVE.CONST.dynamic_links["Custom Fields"]={links:e.length?[e]:[],shortcode:"thrive_postlist_custom_fields_shortcode_url"},TVE.CONST.update_customfields=!1}else TVE.PostList.utils.isInPostListEditMode()||(TVE.CONST.dynamic_links["Custom Fields"]=TVE.CONST.dynamic_links["Custom Fields Global"])},categoryHasLinks:e=>!(!TVE.CONST.dynamic_links[e]||!TVE.CONST.dynamic_links[e].links||TVE._.isEmpty(TVE.CONST.dynamic_links[e].links)),clearTargetID:e=>{try{const t=Object.keys(TVE.main.responsive),s=TVE.inner_$(e);let a=!0,l=0;for(;a&&l<t.length;)i.getStyleBySelector(TVE.CSS_Rule_Cache.media_rule(TVE.main.responsive[t[l]].media),e,!0)&&(a=!1),l++;a&&s.removeAttr("id")}catch(e){}}};TVE.add_action("tcb.edit_mode.enter",()=>{TVE.state_manager.is_jump()&&(TVE.ActiveElement.removeClass(".edit_mode"),TVE.main.EditMode.$componentPanel.addClass("tcb-hide"),TVE.inner_$("body").addClass("tcb-jump-mode"),TVE.main.$(".tve-active-element").addClass("no-states"),TVE.Editor_Page.editor.addClass("tcb-editor-jump-mode"),TVE.Editor_Page.selection_manager.refreshMouseoverEvents())}),TVE.add_filter("selectors_mouseover",function(e){return TVE.state_manager.is_jump()&&(e+=", .fr-element > *:not(:only-child)"),e}),TVE.add_filter("tcb.elem.type",(e,t)=>{if(!e&&TVE.state_manager.is_jump()){const s=t[0],i=s?s.nodeName:"";!(e=i&&TVE.CONST.FROALA_FORMAT_OPTIONS[i]?TVE.CONST.FROALA_FORMAT_OPTIONS[i]:e)&&t.hasClass("tcb-plain-text")&&(e="PlainText")}return e}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find('[id*="tve-jump"]').each((e,t)=>{TVE.inner_$("[href*="+t.getAttribute("id")+"]").length||t.removeAttribute("id")}),e.find('[href*="tve-jump"]').each((e,t)=>{t.classList.toggle("tve-jump-scroll",TVE.inner_$(t.hash).length)}),e)),TVE.add_action("tcb.post_list_article.sync",e=>{e.find("article").each((e,t)=>{const s=t.dataset.id,i=TVE.inner_$(t),a=TVE.PostList.posts[s];a&&i.find("a[dynamic-postlink]").each((e,t)=>{const i=t.getAttribute("dynamic-postlink"),l=a[i];t.setAttribute("href",l),t.setAttribute("data-shortcode-id",s)})})}),e.exports=s}(jQuery)},22838:(e,t,s)=>{(t=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){e.EnableIcons.change=function(s,i){const a=TVE.tpl("theme-main/icons/dynamic"),l=s.find(".tcb-filter-list");l.toggleClass("dynamic-item-with-icon",i.checked),e.ModalPicker.toggle(i.checked),!0===i.checked&&l.each((e,s)=>{const i=t(s);0===i.find(".tcb-styled-list-icon").length&&i.find(".tcb-styled-list-icon").append(a)}),this.component.elementDataIcon(l,"check")},e.EnableIcons.update=function(t){const s=t.attr("data-icon").length;this.setChecked(s),e.ModalPicker[s?"show":"hide"]()},e.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),e.ModalPicker.input=(t,s)=>{let i,a;s.icon.is("symbol")?(a=s.icon.attr("id")||s.icon.find("> title").first().text(),i=TVE.svg_icon({path:s.icon.html(),viewBox:s.icon[0].getAttribute("viewBox"),name:s.icon.find("> title").first().text(),id:s.icon.attr("id")})):(i=`<span class="tve_sc_icon ${s.icon.data("filter")}" data-id="${s.icon.data("filter")}"></span>`,a=s.icon.data("filter")),t.attr("data-icon",a).find(".thrv_icon").html(i),e.ModalPicker.update(t)},e.ModalPicker.update=function(e){const t=e.attr("data-icon"),s=t?t.replace("icon-",""):"angle-right-light";this.updateValue(s)}},elementDataIcon(e,t){e.hasClass("dynamic-item-with-icon")||(t=""),e.closest(".tcb-filter-list-group").attr("data-icon",t)}})})(jQuery)},22870:e=>{"use strict";e.exports=JSON.parse('[{"name":"Afghanistan","code":"af","dial_code":"+93"},{"name":"Aland Islands","code":"AX","dial_code":"+358"},{"name":"Albania","code":"al","dial_code":"+355"},{"name":"Algeria","code":"dz","dial_code":"+213"},{"name":"American Samoa","code":"as","dial_code":"+1"},{"name":"Andorra","code":"ad","dial_code":"+376"},{"name":"Angola","code":"ao","dial_code":"+244"},{"name":"Anguilla","code":"ai","dial_code":"+1264"},{"name":"Antarctica","code":"aq","dial_code":"+672"},{"name":"Antigua and Barbuda","code":"ag","dial_code":"+1268"},{"name":"Argentina","code":"ar","dial_code":"+54"},{"name":"Armenia","code":"am","dial_code":"+374"},{"name":"Aruba","code":"aw","dial_code":"+297"},{"name":"Australia","code":"au","dial_code":"+61"},{"name":"Austria","code":"at","dial_code":"+43"},{"name":"Azerbaijan","code":"az","dial_code":"+994"},{"name":"Bahamas","code":"bs","dial_code":"+1242"},{"name":"Bahrain","code":"bh","dial_code":"+973"},{"name":"Bangladesh","code":"bd","dial_code":"+880"},{"name":"Barbados","code":"bb","dial_code":"+1246"},{"name":"Belarus","code":"by","dial_code":"+375"},{"name":"Belgium","code":"be","dial_code":"+32"},{"name":"Belize","code":"bz","dial_code":"+501"},{"name":"Benin","code":"bj","dial_code":"+229"},{"name":"Bermuda","code":"bm","dial_code":"+1441"},{"name":"Bhutan","code":"bt","dial_code":"+975"},{"name":"Bolivia","code":"bo","dial_code":"+591"},{"name":"Caribbean Netherlands","code":"bq","dial_code":"+599"},{"name":"Bosnia and Herzegovina","code":"ba","dial_code":"+387"},{"name":"Bouvet Island","code":"bv","dial_code":"+47"},{"name":"Botswana","code":"bw","dial_code":"+267"},{"name":"Brazil","code":"br","dial_code":"+55"},{"name":"British Indian Ocean Territory","code":"io","dial_code":"+246"},{"name":"Brunei","code":"bn","dial_code":"+673"},{"name":"Bulgaria","code":"bg","dial_code":"+359"},{"name":"Burkina Faso","code":"bf","dial_code":"+226"},{"name":"Burundi","code":"bi","dial_code":"+257"},{"name":"Cambodia","code":"kh","dial_code":"+855"},{"name":"Cameroon","code":"cm","dial_code":"+237"},{"name":"Canada","code":"ca","dial_code":"+1"},{"name":"Cape Verde","code":"cv","dial_code":"+238"},{"name":"Cayman Islands","code":"ky","dial_code":"+ 345"},{"name":"Central African Republic","code":"cf","dial_code":"+236"},{"name":"Chad","code":"td","dial_code":"+235"},{"name":"Chile","code":"cl","dial_code":"+56"},{"name":"China","code":"cn","dial_code":"+86"},{"name":"Christmas Island","code":"cx","dial_code":"+61"},{"name":"Cocos (Keeling) Islands","code":"cc","dial_code":"+61"},{"name":"Colombia","code":"co","dial_code":"+57"},{"name":"Comoros","code":"km","dial_code":"+269"},{"name":"Congo","code":"cg","dial_code":"+242"},{"name":"Cook Islands","code":"ck","dial_code":"+682"},{"name":"Costa Rica","code":"cr","dial_code":"+506"},{"name":"Cote D\'Ivoire","code":"ci","dial_code":"+225"},{"name":"Croatia","code":"hr","dial_code":"+385"},{"name":"Cuba","code":"cu","dial_code":"+53"},{"name":"Curacao","code":"cw","dial_code":"+599"},{"name":"Cyprus","code":"cy","dial_code":"+537"},{"name":"Czech Republic","code":"cz","dial_code":"+420"},{"name":"Democratic Republic of the Congo","code":"cd","dial_code":"+243"},{"name":"Denmark","code":"dk","dial_code":"+45"},{"name":"Djibouti","code":"dj","dial_code":"+253"},{"name":"Dominica","code":"dm","dial_code":"+1767"},{"name":"Dominican Republic","code":"do","dial_code":"+1849"},{"name":"Ecuador","code":"ec","dial_code":"+593"},{"name":"Egypt","code":"eg","dial_code":"+20"},{"name":"El Salvador","code":"sv","dial_code":"+503"},{"name":"Equatorial Guinea","code":"gq","dial_code":"+240"},{"name":"Eritrea","code":"er","dial_code":"+291"},{"name":"Estonia","code":"ee","dial_code":"+372"},{"name":"Ethiopia","code":"et","dial_code":"+251"},{"name":"Falkland Islands","code":"fk","dial_code":"+500"},{"name":"Faroe Islands","code":"fo","dial_code":"+298"},{"name":"Federated States of Micronesia","code":"fm","dial_code":"+691"},{"name":"Fiji","code":"fj","dial_code":"+679"},{"name":"Finland","code":"fi","dial_code":"+358"},{"name":"France","code":"fr","dial_code":"+33"},{"name":"French Guiana","code":"gf","dial_code":"+594"},{"name":"French Polynesia","code":"pf","dial_code":"+689"},{"name":"French Southern Territories","code":"tf","dial_code":"+262"},{"name":"Gabon","code":"ga","dial_code":"+241"},{"name":"Gambia","code":"gm","dial_code":"+220"},{"name":"Georgia","code":"ge","dial_code":"+995"},{"name":"Germany","code":"de","dial_code":"+49"},{"name":"Ghana","code":"gh","dial_code":"+233"},{"name":"Gibraltar","code":"gi","dial_code":"+350"},{"name":"Great Britain (UK)","code":"gb","dial_code":"+44"},{"name":"Greece","code":"gr","dial_code":"+30"},{"name":"Greenland","code":"gl","dial_code":"+299"},{"name":"Grenada","code":"gd","dial_code":"+1473"},{"name":"Guadeloupe","code":"gp","dial_code":"+590"},{"name":"Guam","code":"gu","dial_code":"+1"},{"name":"Guatemala","code":"gt","dial_code":"+502"},{"name":"Guernsey","code":"gg","dial_code":"+44"},{"name":"Guinea","code":"gn","dial_code":"+224"},{"name":"Guinea-Bissau","code":"gw","dial_code":"+245"},{"name":"Guyana","code":"gy","dial_code":"+595"},{"name":"Haiti","code":"ht","dial_code":"+509"},{"name":"Heard and McDonald Islands","code":"hm","dial_code":"+672"},{"name":"Honduras","code":"hn","dial_code":"+504"},{"name":"Hong Kong","code":"hk","dial_code":"+852"},{"name":"Hungary","code":"hu","dial_code":"+36"},{"name":"Iceland","code":"is","dial_code":"+354"},{"name":"India","code":"in","dial_code":"+91"},{"name":"Indonesia","code":"id","dial_code":"+62"},{"name":"Iran","code":"ir","dial_code":"+98"},{"name":"Iraq","code":"iq","dial_code":"+964"},{"name":"Ireland","code":"ie","dial_code":"+353"},{"name":"Isle of Man","code":"im","dial_code":"+44"},{"name":"Israel","code":"il","dial_code":"+972"},{"name":"Italy","code":"it","dial_code":"+39"},{"name":"Jamaica","code":"jm","dial_code":"+1876"},{"name":"Japan","code":"jp","dial_code":"+81"},{"name":"Jersey","code":"je","dial_code":"+44"},{"name":"Jordan","code":"jo","dial_code":"+962"},{"name":"Kazakhstan","code":"kz","dial_code":"+7 7"},{"name":"Kenya","code":"ke","dial_code":"+254"},{"name":"Kiribati","code":"ki","dial_code":"+686"},{"name":"Kosovo","code":"xk","dial_code":"+383"},{"name":"North Korea","code":"kp","dial_code":"+850"},{"name":"South Korea","code":"kr","dial_code":"+82"},{"name":"Kuwait","code":"kw","dial_code":"+965"},{"name":"Kyrgyzstan","code":"kg","dial_code":"+996"},{"name":"Laos","code":"la","dial_code":"+856"},{"name":"Latvia","code":"lv","dial_code":"+371"},{"name":"Lebanon","code":"lb","dial_code":"+961"},{"name":"Lesotho","code":"ls","dial_code":"+266"},{"name":"Liberia","code":"lr","dial_code":"+231"},{"name":"Libya","code":"ly","dial_code":"+218"},{"name":"Liechtenstein","code":"li","dial_code":"+423"},{"name":"Lithuania","code":"lt","dial_code":"+370"},{"name":"Luxembourg","code":"lu","dial_code":"+352"},{"name":"Macao","code":"mo","dial_code":"+853"},{"name":"Macedonia","code":"mk","dial_code":"+389"},{"name":"Madagascar","code":"mg","dial_code":"+261"},{"name":"Malawi","code":"mw","dial_code":"+265"},{"name":"Malaysia","code":"my","dial_code":"+60"},{"name":"Maldives","code":"mv","dial_code":"+960"},{"name":"Mali","code":"ml","dial_code":"+223"},{"name":"Malta","code":"mt","dial_code":"+356"},{"name":"Marshall Islands","code":"mh","dial_code":"+692"},{"name":"Martinique","code":"mq","dial_code":"+596"},{"name":"Mauritania","code":"mr","dial_code":"+222"},{"name":"Mauritius","code":"mu","dial_code":"+230"},{"name":"Mayotte","code":"yt","dial_code":"+262"},{"name":"Mexico","code":"mx","dial_code":"+52"},{"name":"Moldova","code":"md","dial_code":"+373"},{"name":"Monaco","code":"mc","dial_code":"+377"},{"name":"Mongolia","code":"mn","dial_code":"+976"},{"name":"Montenegro","code":"me","dial_code":"+382"},{"name":"Montserrat","code":"ms","dial_code":"+1664"},{"name":"Morocco","code":"ma","dial_code":"+212"},{"name":"Mozambique","code":"mz","dial_code":"+258"},{"name":"Myanmar","code":"mm","dial_code":"+95"},{"name":"Namibia","code":"na","dial_code":"+264"},{"name":"Nauru","code":"nr","dial_code":"+674"},{"name":"Nepal","code":"np","dial_code":"+977"},{"name":"Netherlands","code":"nl","dial_code":"+31"},{"name":"Netherlands Antilles","code":"an","dial_code":"+599"},{"name":"New Caledonia","code":"nc","dial_code":"+687"},{"name":"New Zealand","code":"nz","dial_code":"+64"},{"name":"Nicaragua","code":"ni","dial_code":"+505"},{"name":"Niger","code":"ne","dial_code":"+227"},{"name":"Nigeria","code":"ng","dial_code":"+234"},{"name":"Niue","code":"nu","dial_code":"+683"},{"name":"Norfolk Island","code":"nf","dial_code":"+672"},{"name":"Northern Mariana Islands","code":"mp","dial_code":"+1670"},{"name":"Norway","code":"no","dial_code":"+47"},{"name":"Oman","code":"om","dial_code":"+968"},{"name":"Pakistan","code":"pk","dial_code":"+92"},{"name":"Palau","code":"pw","dial_code":"+680"},{"name":"Palestinian Territory","code":"ps","dial_code":"+970"},{"name":"Panama","code":"pa","dial_code":"+507"},{"name":"Papua New Guinea","code":"pg","dial_code":"+675"},{"name":"Paraguay","code":"py","dial_code":"+595"},{"name":"Peru","code":"pe","dial_code":"+51"},{"name":"Philippines","code":"ph","dial_code":"+63"},{"name":"Pitcairn","code":"pn","dial_code":"+872"},{"name":"Poland","code":"pl","dial_code":"+48"},{"name":"Portugal","code":"pt","dial_code":"+351"},{"name":"Puerto Rico","code":"pr","dial_code":"+1"},{"name":"Qatar","code":"qa","dial_code":"+974"},{"name":"Reunion","code":"re","dial_code":"+262"},{"name":"Romania","code":"ro","dial_code":"+40"},{"name":"Russian Federation","code":"ru","dial_code":"+7"},{"name":"Rwanda","code":"rw","dial_code":"+250"},{"name":"S. Georgia and S. Sandwich Islands","code":"gs","dial_code":"+500"},{"name":"Saint Helena","code":"sh","dial_code":"+290"},{"name":"Saint Kitts and Nevis","code":"kn","dial_code":"+1869"},{"name":"Saint Lucia","code":"lc","dial_code":"+1758"},{"name":"Saint Pierre and Miquelon","code":"pm","dial_code":"+508"},{"name":"Saint Vincent and the Grenadines","code":"vc","dial_code":"+1784"},{"name":"Samoa","code":"ws","dial_code":"+685"},{"name":"San Marino","code":"sm","dial_code":"+378"},{"name":"Sao Tome and Principe","code":"st","dial_code":"+239"},{"name":"Saint Martin (partie française)","code":"mf","dial_code":"+590"},{"name":"Saudi Arabia","code":"sa","dial_code":"+966"},{"name":"Senegal","code":"sn","dial_code":"+221"},{"name":"Serbia","code":"rs","dial_code":"+381"},{"name":"Seychelles","code":"sc","dial_code":"+248"},{"name":"Sierra Leone","code":"sl","dial_code":"+232"},{"name":"Singapore","code":"sg","dial_code":"+65"},{"name":"Sint Maarten","code":"sx","dial_code":"+1"},{"name":"Slovakia","code":"sk","dial_code":"+421"},{"name":"Slovenia","code":"si","dial_code":"+386"},{"name":"Solomon Islands","code":"sb","dial_code":"+677"},{"name":"Somalia","code":"so","dial_code":"+252"},{"name":"South Africa","code":"za","dial_code":"+27"},{"name":"South Sudan","code":"ss","dial_code":"+211"},{"name":"Spain","code":"es","dial_code":"+34"},{"name":"Sri Lanka","code":"lk","dial_code":"+94"},{"name":"Sudan","code":"sd","dial_code":"+249"},{"name":"Suriname","code":"sr","dial_code":"+597"},{"name":"Svalbard and Jan Mayen","code":"sj","dial_code":"+47"},{"name":"Swaziland","code":"sz","dial_code":"+268"},{"name":"Sweden","code":"se","dial_code":"+46"},{"name":"Switzerland","code":"ch","dial_code":"+41"},{"name":"Syria","code":"sy","dial_code":"+963"},{"name":"Taiwan","code":"tw","dial_code":"+886"},{"name":"Tajikistan","code":"tj","dial_code":"+992"},{"name":"Tanzania","code":"tz","dial_code":"+255"},{"name":"Thailand","code":"th","dial_code":"+66"},{"name":"Timor-Leste","code":"tl","dial_code":"+670"},{"name":"Timor-Leste","code":"tl","dial_code":"+670"},{"name":"Togo","code":"tg","dial_code":"+228"},{"name":"Tokelau","code":"tk","dial_code":"+690"},{"name":"Tonga","code":"to","dial_code":"+676"},{"name":"Trinidad and Tobago","code":"tt","dial_code":"+1868"},{"name":"Tunisia","code":"tn","dial_code":"+216"},{"name":"Turkey","code":"tr","dial_code":"+90"},{"name":"Turkmenistan","code":"tm","dial_code":"+993"},{"name":"Turks and Caicos Islands","code":"tc","dial_code":"+1649"},{"name":"Tuvalu","code":"tv","dial_code":"+688"},{"name":"Uganda","code":"ug","dial_code":"+256"},{"name":"Ukraine","code":"ua","dial_code":"+380"},{"name":"United Arab Emirates","code":"ae","dial_code":"+971"},{"name":"United States of America","code":"us","dial_code":"+1"},{"name":"Uruguay","code":"uy","dial_code":"+598"},{"name":"Uzbekistan","code":"uz","dial_code":"+998"},{"name":"Vanuatu","code":"vu","dial_code":"+678"},{"name":"Vatican City","code":"va","dial_code":"+39"},{"name":"Venezuela","code":"ve","dial_code":"+58"},{"name":"Viet Nam","code":"vn","dial_code":"+84"},{"name":"Virgin Islands (British)","code":"vg","dial_code":"+1284"},{"name":"Virgin Islands (U.S.)","code":"vi","dial_code":"+1340"},{"name":"Wallis and Futuna","code":"wf","dial_code":"+681"},{"name":"Western Sahara","code":"eh","dial_code":"+212"},{"name":"Yemen","code":"ye","dial_code":"+967"},{"name":"Zambia","code":"zm","dial_code":"+260"},{"name":"Zimbabwe","code":"zw","dial_code":"+263"}]')},23088:(e,t,s)=>{!function(t){const i=new(s(87861));let a;e.exports=s(33219).extend({default_pack_key:"cb-modal-default-pack",default_pack_id:0,no_templates:TVE.tpl("content-blocks/no-template"),item_template:TVE.tpl("content-blocks/template-item"),group_item:TVE.tpl("content-blocks/group-item"),category_item:TVE.tpl("content-blocks/category-item"),favorites:TVE.tpl("content-blocks/favorites"),no_groups_found:'<div class="cb-no-results" style="display: block;">No Results Found</div>',packBlocksCollection:new Backbone.Collection({}),preselectOnEdit:!1,$$type:"contentblock",favorite_data:{0:{tooltip:"Add to Favorites",icon:"heart-light"},1:{tooltip:"Remove from Favorites",icon:"heart-solid"}},packs:[],packStuff:{category:[],group:[]},filters:{category:[],group:[],favorites:[]},after_initialize(){this.$content=this.$(".cb-modal-step"),this.$error=this.$(".error-container").hide(),this.$modalSteps=this.$(".cb-modal-step"),this.$packSelect=this.$("#cb-pack-select"),this.$packTitle=this.$("#cb-pack-title"),this.$packContent=this.$("#cb-pack-content"),this.$packCategories=this.$("#cb-pack-categories"),this.$packGroups=this.$("#cb-pack-groups"),this.$save=this.$("#cb-preview-insert-block").prop("disabled",!0),this.$previewFrame=this.$("#cb-preview-frame"),this.$previewFrameTitle=this.$("#cb-frame-title"),this.$previewFrameFav=this.$("#cb-frame-favorite"),this.$cloudMenu=this.$("#cb-cloud-menu"),this.$seachIcon=this.$(".cb-search-icon"),this.$clearSearch=this.$(".cb-clear-search").hide(),this.$filterGroupsInput=this.$("#filter_groups")},before_open(e){this.applyTo=TVE.ActiveElement,this.go_to_step(1),this.on_start(),this.default_pack_id=TVE.ActiveElement.attr("tcb-template-pack")||TVE.StorageManager.get(this.default_pack_key)||"",i.fetch(this.$$type,{pack:this.default_pack_id}).done(_.bind(this.on_success_before_open,this)).fail(_.bind(function(){this.on_error(),this.on_finished()},this))},after_open:t.noop,create_lazyloader(){this.lazyLoader=new TVE.inner.window.LazyLoad({container:this.$el[0],elements_selector:".tve-lazy-img",threshold:0,load_delay:0,callback_loaded(e){t(e).parent().removeClass("lazy-loading")}})},on_start(){this.$error.hide(),this.create_lazyloader()},on_finished(){const e=()=>{this.lazyLoader.update(),setTimeout(()=>{this.toggleLoader(!1)},100)};TVE.BROWSER.mozilla?setTimeout(e,50):e()},on_success_before_open(e){if(e.error||_.isEmpty(e.templates))return this.on_error({responseJSON:e});this.packs=e.templates.packs,this.categories=e.templates.categories,this.packBlocksCollection.reset(e.templates.tpls),this.build_select_pack(this.default_pack_id||e.templates.from_pack),this.$cloudMenu.removeClass("tcb-hidden")},on_success_pack_changed(e){if(e.error)return this.on_error({responseJSON:e});this.packBlocksCollection.reset(e.templates.tpls),this.pack_changed(this.$packSelect.val())},pack_changed(e){TVE.StorageManager.set(this.default_pack_key,e),this.$packTitle.html(this.packs[e].name),_.each(this.packStuff,function(e,t){this.packStuff[t]=[]},this),_.each(this.filters,function(e,t){this.filters[t]=[]},this),this.$packCategories.empty(),this.$packGroups.empty(),this.$packCategories.append(this.favorites({extra_cls:_.isEmpty(this.packBlocksCollection.findWhere({fav:1}))?" tcb-disabled":""})),this.packBlocksCollection.each(function(e){_.each(e.get("category"),function(e){-1===this.packStuff.category.indexOf(e)&&(this.packStuff.category.push(e),this.$packCategories.append(this.category_item({id:e,name:this.categories[e].name,icon:this.categories[e].icon})))},this),_.each(e.get("group"),function(e){-1===this.packStuff.group.indexOf(e)&&(this.packStuff.group.push(e),this.$packGroups.append(this.group_item({group:e})))},this)},this),this.dom_clear_groups_search(),this.build_preview()},get_favorite_status(e){const t=this.packBlocksCollection.findWhere({id:e}).get("fav");return Number(!t)},dom_fav(e,s){const a=s instanceof jQuery||s.jquery?s:t(s),l=a.attr("data-id"),o=this.get_favorite_status(l),c=this.$packCategories.find('[data-source="favorites"]');a.find("span").attr("data-tooltip",this.favorite_data[o].tooltip).html(TVE.icon(this.favorite_data[o].icon)),a.closest(".cb-template-item").toggleClass("cb-fav",o),this.packBlocksCollection.findWhere({id:l}).set("fav",o);const n=this.packBlocksCollection.where({fav:1}).length;c.toggleClass("tcb-disabled",0===n),c.hasClass("active")&&(this.$packContent.find(".cb-template-item").length<=1&&(c.removeClass("active"),this.filters.favorites=[]),TVE.tooltips.hide(),this.build_preview()),i.toggle_favorites(this.$packSelect.val(),l,o).fail(_.bind(this.on_error,this))},dom_prev_fav(e,s){const i=t(s),a=i.attr("data-id"),l=this.get_favorite_status(a);i.find("span").attr("data-tooltip",this.favorite_data[l].tooltip).html(TVE.icon(this.favorite_data[l].icon)),this.dom_fav(null,this.$packContent.find('.cb-template-item[data-id="'+a+'"]').find(".cb-favorite"))},dom_pack_changed(e,t){this.$packSelect.attr("data-refreshed")?(this.$packSelect.removeAttr("data-refreshed"),this.pack_changed(t.value)):(this.on_start(),i.fetch(this.$$type,{pack:t.value}).done(_.bind(this.on_success_pack_changed,this)).fail(_.bind(this.on_error,this)).always(_.bind(this.on_finished,this)))},dom_preview(e,t){const s=t.dataset.id,i=this.packBlocksCollection.findWhere({id:s});return this.select_template(s),this.on_start(),this.$previewFrameTitle.html(i.get("name")),this.$previewFrame.attr("src",i.get("preview")),this.$previewFrameFav.attr("data-id",i.get("id")).find("span").attr("data-tooltip",this.favorite_data[i.get("fav")].tooltip).html(TVE.icon(this.favorite_data[i.get("fav")].icon)),this.$save.attr("data-id",i.get("id")),this.$previewFrame.one("load",_.bind(function(){this.go_to_step(2),this.on_finished()},this)),!1},dom_insert_into_content(e,t){this.select_template(t.dataset.id),this.applyTo.addClass("tcb-block-placeholder tcb-elem-placeholder").empty(),this.close(),TVE.inner_$("html").stop().animate({scrollTop:this.applyTo.offset().top-50},{duration:500}),this.save()},dom_go_to_step(e,t){return this.go_to_step(t.getAttribute("data-step")),!1},go_to_step(e){this.$modalSteps.hide().filter('[data-step="'+e+'"]').show()},select_template(e){this.selected=String(e),this.$packContent.find(".cb-template-item").removeClass("active").filter('[data-id="'+e+'"]').addClass("active"),this.$save.prop("disabled",!1)},filter_groups(e,t){if(this.$packGroups.empty(),0===this.packStuff.group.length)return;let s=!1;this.$clearSearch[0===t.value.length?"hide":"show"](),this.$seachIcon[0===t.value.length?"show":"hide"](),_.each(this.packStuff.group,function(e){(0===t.value.length||e.toLowerCase().indexOf(t.value.toLowerCase())>-1)&&(this.$packGroups.append(this.group_item({group:e})),s=!0)},this),this.$packGroups.toggleClass("cb-gr-search-enabled",t.value.length>0),s||this.$packGroups.append(this.no_groups_found)},dom_clear_groups_search(){this.$filterGroupsInput.val("").trigger("keyup")},filter(e,s){const i=t(s),a=i.attr("data-source"),l=i.attr("data-item"),o=t.isNumeric(l)?parseInt(l):l,c=this.filters[a].indexOf(o);-1===c?("group"!==a&&"category"!==a||(this.filters.group=[],this.$packGroups.find(".cb-group").removeClass("active")),this.filters[a].push(o),i.addClass("active")):(this.filters[a].splice(c,1),i.removeClass("active"),"category"===a&&(this.filters.group=[],this.filter_groups(null,{value:""}))),this.build_preview(),"category"===a&&this.filters.category.length>0&&this.remove_empty_groups()},remove_empty_groups(){const e=this.packBlocksCollection.clone(),t=[],s=[];e.each(function(e){_.intersection(this.filters.category,e.get("category")).length!==this.filters.category.length&&t.push(e)},this);for(const s in t)e.remove(t[s]);e.each(function(e){_.each(e.get("group"),function(e){-1===s.indexOf(e)&&s.push(e)})},this),_.each(this.packStuff.group,function(e){-1===s.indexOf(e)&&this.$packGroups.find('.cb-group[data-item="'+e+'"]').parent().remove()},this),0===this.$packGroups.children().length&&this.$packGroups.append(this.no_groups_found)},build_preview(){const e=[],s=this.packBlocksCollection.clone(),i=this.preselectOnEdit?this.applyTo.attr("tcb-template-id"):null;let a="";s.each(function(t){this.filters.category.length>0&&_.intersection(this.filters.category,t.get("category")).length!==this.filters.category.length&&e.push(t),this.filters.group.length>0&&_.intersection(this.filters.group,t.get("group")).length!==this.filters.group.length&&e.push(t),this.filters.favorites.length>0&&0===t.get("fav")&&e.push(t)},this);for(const t in e)s.remove(e[t]);if(s.each(function(e){a+=this.item_template({item:e.toJSON(),favorite_data:this.favorite_data,selected:i&&e.get("id")===i})},this),a.length>0){this.$packContent.html(a);const e=parseInt(this.$packContent.find(".cb-template-item").outerWidth(!0));this.$packContent.find("img").each(function(){const s=this.getAttribute("data-ratio");s&&t(this).parent().css("height",e*parseFloat(s))}),this.$packContent.hasClass("masonry")&&this.$packContent.masonry("destroy"),this.$packContent.masonry({gutter:20,transitionDuration:"0.0s",isAnimated:!0})}else this.$packContent.hasClass("masonry")&&this.$packContent.masonry("destroy"),this.$packContent.html(this.no_templates());this.on_finished()},build_select_pack(e){e||(e=_.keys(this.packs)[0]);const s=[];_.each(this.packs,function(e,t){s.push({id:t,text:e.name,secondary_text:e.description,image:e.image})}),this.$packSelect.data("select2")&&this.$packSelect.select2("destroy"),this.$packSelect.select2({cache:!1,data:s,templateResult:e=>e.id?t('<div class="cb-results"><img src="'+e.image+'" width="64" height="64" /><div><span class="cb-title">'+e.text+'</span><span class="cb-description">'+e.secondary_text+"</span></div></div>"):e.text,templateSelection:e=>t('<img src="'+e.image+'" width="32" height="32" /><span>'+e.text+"</span>")}),this.$packSelect.attr("data-refreshed","true").val(e).trigger("change")},alter_wrapper_attributes:(e,t)=>({"tcb-template-name":t.name,"tcb-template-id":t.id,"tcb-template-pack":t.pack,"data-keep-css_id":1})},{get_instance:e=>(a||(a=new TVE.ContentBlockModal({el:e})),a)})}(jQuery)},23145:e=>{const t={isDynamicCss:e=>e.includes("dynamic_")||e.includes(TVE.CONST.dynamic_background_url_prefix),updateDynamicImages(e,t){(t?t.replace(" !important",""):"").length&&this.regeneratePostListStyleNodes(e.closest(TVE.identifier("post_list")))},saveDynamicImageSources(e){e.find(`${TVE.identifier("image")}[data-dynamic]`).each((e,t)=>{const s=TVE.inner_$(t);s.find(".tve_image").removeAttr("src").attr("data-shortcode-src",`[tcb_${s.attr("data-dynamic")}_image_url]`)})},replaceImageShortcodeSrc:e=>e.replace(/(data-shortcode-src)=\"\[[^\"]*\]\"/g,(e,t)=>e.replace(t,"src")),syncDynamicImageElements(e,t){e.find(`${TVE.identifier("image")}[data-dynamic]`).each((e,s)=>{const i=TVE.inner_$(s),a=i.find(".tve_image"),l=i.attr("data-dynamic"),o=TVE.PostList.dynamicImage.getImage(t,l);let c={alt:`${TVE.ucFirst(l)} Image`};if("featured"===l){const e=TVE.PostList.posts[t].featured_image_sizes_data;_.isEmpty(e)||_.isEmpty(e.full)||(c=_.pick(e.full,["alt","caption","title","width","height"]),c["data-id"]=e.full.ID)}c.src=TVE.Components.image.controls.ImagePicker.picker.clean_url(o),c.width||a.load(()=>{a.attr({height:i.height(),width:i.width()})}),a.attr(c)})},regeneratePostListStyleNodes(e){const t=this.getDynamicRules(e);e.find(TVE.identifier("article")).each((e,s)=>{const i=TVE.inner_$(s),a=i.attr("data-id"),l=`#post-${a}`,o={},c=TVE.PostList.posts[a];if(c&&Object.keys(c).length){_.each(t,(e,t)=>{_.each(e,e=>{e.includes(TVE.identifier("article"))?e=e.replace(new RegExp(TVE.identifier("article"),"g"),l+TVE.identifier("article")):e.includes(TVE.identifier("post_list"))&&(e=e.replace(new RegExp(TVE.identifier("post_list"),"g"),`${TVE.identifier("post_list")} ${l}`)),e=TVE.apply_filters("tcb.dynamic_image.change_selector",e,l),e=this.replaceDynamicImage(a,e),void 0===o[t]&&(o[t]=""),o[t]+=e})});let e=TVE.PostList.posts[a].tcb_post_dynamic_css||"";for(const t in o)e+=`@media ${t}{${o[t]}`;let s=i.find("style.tcb-post-list-dynamic-style");0===s.length?s=TVE.inner_$('<style type="text/css" class="tcb-post-list-dynamic-style"></style>').prependTo(i):s.empty(),s.html(e)}})},getDynamicRules(e){const t={};return _.each(TVE.stylesheet.cssRules,s=>{const i=TVE.compat.conditionText(s);s.type===CSSRule.MEDIA_RULE&&i&&i.length&&_.each(s.cssRules,s=>{const a=s.selectorText.replace(TVE.PostList.utils.pseudoSelectorsRegex(),""),l=TVE.inner.$document.find(a);if(s.style.length&&l.length&&l.closest(e).length){const e=s.cssText;if(this.isDynamicCss(e)){const a=e.match(/background-image: .[^;]*;/gm);if(a){const e=s.selectorText;void 0===t[i]&&(t[i]=[]),t[i].push(e+"{"+a[0]+"}")}}}})}),t},replaceDynamicImage(e,t){return _.each(TVE.PostList.constants.dynamicStyles,s=>{const i=t.match(new RegExp(s.regex));if(i){const a=i.length>2?i[2]:"full",l=i.length>3?i[3]:"0",o=this.getImage(e,s.type,{size:a,fieldId:a,placeholder:l});t=t.replace(new RegExp(s.regex,"g"),`url("${o}")`)}}),t},getImage(e,t,s={}){const i=`get${TVE.ucFirst(t)}Image`;let a=TVE.CONST.post_image[t];return s=this.getDefaultData(s),"function"==typeof this[i]&&(a=this[i](e,s)),a},getFeaturedImage(e,t){let s=TVE.CONST.post_image.featured;const i=t.size;return void 0!==TVE.PostList.posts[e]?s=this.getFeaturedImageBySize(TVE.PostList.posts[e].featured_image_sizes_data,i):e===TVE.CONST.post_id&&(s=s+"?dynamic_featured=1&size="+i),s=TVE.apply_filters("tcb.default_featured_image.change",s,i),""===s&&(s=TVE.CONST.dynamic_image_placeholders.featured+"?dynamic_featured=1&size="+i),s},getFeaturedImageBySize(e,t){let s="";return _.isEmpty(e)||(s=_.isEmpty(e[t])?e.full.url:e[t].url),_.isEmpty(s)?"":s+"?dynamic_featured=1&size="+t},getAuthorImage(e){let t;return void 0!==TVE.PostList.posts[e]&&(t=TVE.PostList.posts[e].author_picture),parseInt(e)===parseInt(TVE.CONST.post_id)&&(t=TVE.CONST.post_image.author),t&&0!==t.length||(t=TVE.CONST.dynamic_image_placeholders.author),TVE.setOrReplaceUrlParam(t,"dynamic_author",1)},getUserImage(){let e;return void 0!==TVE.CONST.post_image.user&&(e=TVE.CONST.post_image.user),e&&0!==e.length||(e=TVE.CONST.dynamic_image_placeholders.user),TVE.setOrReplaceUrlParam(e,"dynamic_user",1)},getAcfImage(e,t){let s,i;const a=t.fieldId,l=t.placeholder;return parseInt(e)!==parseInt(TVE.CONST.post_id)||TVE.PostList.utils.isInPostListEditMode()?(s=TVE.PostList.posts[e].tcb_post_custom_fields_image,i="?dynamic_acf_postlist=1"):(s=TVE.CONST.external_custom_fields.image,i="?dynamic_acf_page=1"),s=s[a]?s[a].url:"0"===l?TVE.CONST.dynamic_image_placeholders.transparent_bkg:l,s=_.isEmpty(s)?"":s,`${s}${i}&id=${a}&fallback=${encodeURIComponent(l)}`},getDynamicStylesForSave(e){const t={};_.each(TVE.stylesheet.cssRules,s=>{const i=TVE.compat.conditionText(s);s.type===CSSRule.MEDIA_RULE&&i&&i.length&&_.each(s.cssRules,s=>{const a=s.selectorText.replace(TVE.PostList.utils.pseudoSelectorsRegex(),""),l=TVE.inner.$document.find(a).first();if(s.style.length&&l.length&&l.closest(e).length){let e=s.cssText;if(this.isDynamicCss(e)){_.each(TVE.PostList.constants.dynamicStyles,t=>{e=e.replace(new RegExp(t.regex,"g"),'url("'+t.replacement+'")')});const a=e.match(/background-image: .[^;]*;/gm);if(a){const e="#post-[tcb_the_id]";let l=s.selectorText;l.includes(TVE.identifier("article"))?l=l.replace(TVE.identifier("article"),e+TVE.identifier("article")):l.includes(TVE.identifier("post_list"))&&(l=l.replace(TVE.identifier("post_list"),TVE.identifier("post_list")+" "+e)),l=TVE.apply_filters("tcb.dynamic_image.change_selector",l,e),void 0===t[i]&&(t[i]=""),t[i]+=l+"{"+a[0]+"}"}}}})});let s="";for(const e in t)s+="@media "+e+"{"+t[e]+"}";return s},getDefaultData:e=>(_.isEmpty(e.size)&&(e.size="full"),_.isEmpty(e.fieldId)&&(e.fieldId=""),_.isEmpty(e.placeholder)&&(e.placeholder="0"),e)};e.exports=t},23187:(e,t,s)=>{var i;i=jQuery,e.exports=s(60731).extend({keyup(e){if(e&&27===e.which)return void this.state("normal");const t=this.dom.$i.val().toLowerCase().trim(),s=this,a=new RegExp(t,"ig"),l=t.length;this.attr.$container.find('.state:not(".state-no-search")').toggleClass("zero-left",l>0),this.attr.$container.find(".sep").toggleClass("tcb-hidden",l>0),this.dom.$items.each(function(){if(1===parseInt(this.getAttribute("data-is-hidden")))return!1;const e=i(this).find(s.attr.text_selector);let l=e.data("text"),o=!1;t&&l.toLowerCase().match(a)&&(l=l.replace(a,function(e){return"<strong>"+e+"</strong>"}),o=!0),e.html(l),this.style.display=!t||o?"":"none"}),"function"==typeof this.attr.update&&this.attr.update()}})},23280:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){e.ContentSize.change=e=>{TVE.PostList.content.updatePostContent(e.parents(TVE.identifier("post_list")),this)},e.ContentSize.update=function(e){let t=e.attr("data-size");void 0===t&&(t="words"),this.setValue(t)},e.WordsTrim.input=e=>{TVE.PostList.content.updatePostContent(e.parents(TVE.identifier("post_list")),this)},e.WordsTrim.update=function(e){let t=e.attr("data-words");void 0===t&&(t=TVE.PostList.constants.DEFAULT_EXCERPT_WORDS),this.setValue(t)},e.ReadMoreText.onInput=e=>{TVE.PostList.content.updatePostContent(e.parents(TVE.identifier("post_list")),this)},e.ReadMoreText.change=()=>{},e.ReadMoreText.update=function(e){let t=e.attr("data-read_more");void 0===t&&(t=TVE.PostList.constants.DEFAULT_READ_MORE),this.setValue(t)}},after_update(){const e=this.controls.ContentSize.getValue();this.controls.WordsTrim.$el.toggle("words"===e)}})},23543:(e,t,s)=>{!function(t){const i=s(51106),a="> .tve_scT > ul > li",l="> .tve_scT > .tve_scTC",o=s(16668),c=s(59577).extend({_sortable:!0,_clickable:!1,get_items(e){const s=[];return e.find(a).each(function(i){const a=t(this);s.push({label:a.find(".thrv-inline-text").text(),$tab:a,$tab_content:e.find(l).eq(i)})}),s}});e.exports=o.component.extend({edit:"active",updateOnMouseLeave:!1,controls_init(e){const s=this;e.TabLayout.change=function(t,i){const a=TVE.renderers.base.read_element_props(t);t.find(".tve_scT").toggleClass("tve_vtabs","vertical"===i.value),t.find(".tve_scT").css({"padding-left":""}),t.head_css({width:""},null," .tve_scT > ul"),t.head_css({width:""},null," .tve_scT > ul li"),s.resize(t),e.TabsWidth.update(t);const l=TVE.renderers.base.read_element_props(t);s.undo_action(t,a,l)},e.TabLayout.update=function(e){e.find(".tve_scT").hasClass("tve_vtabs")?this.setValue("vertical"):this.setValue("horizontal")},e.TabsWidth.input=function(e,t){let s;e.find(".tve_vtabs").length?(s=" .tve_scT > ul",e.find(".tve_scT").css("padding-left",t.value+this.getUM())):s=" .tve_scT > ul li",this.applyElementCss({width:t.value+this.getUM()+" !important"},e,s,"")},e.TabsWidth.update=function(e){let t;t=e.find(".tve_vtabs").length?e.find(".tve_scT > ul").outerWidth():e.find(".tve_scT > ul li").first().outerWidth(),this.setValue(t)},e.TabsWidth.afterConfig=function(){this.model.config.max=parseInt(this.applyTo().parent().width()-100)},e.DefaultTab.change=function(e,t){i(function(){e.find(a).eq(t.value).click(),e.find("> .tve_scT").attr("data-selected",t.value)},e)},e.DefaultTab.update=function(e){let s="",i=e.children(".tve_scT").attr("data-selected");e.find(a).each(function(e){const a=t(this);void 0===i&&a.hasClass("tve_tS")&&(i=e),s+='<option class="tve-option" value="'+e+'">'+a.text()+"</option>"}),this.$el.find("select").html(s).val(i)},e.EditTabs.change=function(t,i){s.edit=i.value,t.attr("data-edit",s.edit),e.TabBackground.update(t),e.TabBorder.update(t),s.$(".tve-advanced-controls").toggle("active"===i.value)},e.EditTabs.update=function(e){const t=e.attr("data-edit");t&&(s.edit=t)},e.TabBackground.input=function(e){const t="active"===s.edit?".tve_tS":":not(.tve_tS)",i=this.applyTo();e&&(e+=" !important"),this.applyElementCss({"background-color":e},i," .tve_scT > ul li"+t,""),"active"===s.edit&&"change"===this.currentEventType&&this.applyElementCss({"background-color":e},i," .tve_scT > ul li:hover",""),e||this.component.controls.TabBackground.update(this.applyTo())},e.TabBackground.update=function(e){const t="active"===s.edit?".tve_tS":":not(.tve_tS)";this.setValue(e.head_css("background-color",null," .tve_scT > ul li"+t,!0))},e.TabBorder.input=function(e){const t="active"===s.edit?".tve_tS":":not(.tve_tS)";e&&(e+=" !important"),this.applyElementCss({"border-color":e},this.applyTo()," .tve_scT > ul li"+t,""),e||this.component.controls.TabBorder.update(this.applyTo())},e.TabBorder.update=function(e){const t="active"===s.edit?".tve_tS":":not(.tve_tS)";this.setValue(e.head_css("border-color",null," .tve_scT > ul li"+t,!0))},e.ContentColor.input=function(e){this.applyElementCss({"background-color":e},this.applyTo()," .tve_scT .tve_scTC",""),e||this.component.controls.ContentColor.update(this.applyTo())},e.ContentColor.update=function(e){this.setValue(e.head_css("background-color",null," .tve_scT .tve_scTC",!0))},e.ContentBorder.input=function(e){this.applyElementCss({"border-color":e},this.applyTo()," .tve_scT .tve_scTC",""),e||this.component.controls.ContentBorder.update(this.applyTo())},e.ContentBorder.update=function(e){this.setValue(e.head_css("border-color",null," .tve_scT .tve_scTC",!0))},e.preview=new c({el:this.$("#tabs-list")[0]}),e.preview.on("order_changed",function(){const e=this.readFrom(),t=e.find("> .tve_scT");this.collection.each(function(s){e.find("> .tve_scT > ul").append(s.get("$tab")),t.append(s.get("$tab_content"))})}).on("item_remove",function(e){s.remove_tab(e,this.readFrom())})},addTabs(){const e=TVE.ActiveElement,t=TVE.renderers.base.read_element_props(e);let s=e.find(".tve_scT > ul li").length+1;const i=["First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth"],a='<li><span class="tve_scTC'+s+' thrv-inline-text tve_editable">'+(i[s-1]?i[s-1]:s+"th")+" Tab</span></li>",l=--s?'<div class="tve_scTC tve_scTC'+s+'" style="display: none;"></div>':'<div class="tve_scTC tve_scTC'+s+'" style="display: block;"></div>';s?e.find(".tve_scT > ul").append(a):e.find(".tve_scT > ul").append(a).find("li").addClass("tve_tS"),e.find(".tve_scT").append(l),this.resize(e);const o=TVE.renderers.base.read_element_props(e);this.undo_action(e,t,o),this.update("DefaultTab").update("preview")},resize(e){e.find(".tve_vtabs").length?e.find(".tve_scTC").css("min-height",e.find(".tve_scT > ul").outerHeight()+40+"px"):e.find(".tve_scTC").css("min-height","")},undo_action(e,t,s){TVE.UndoManager.add({undo:()=>{e.html(t.html)},redo:()=>{e.html(s.html)}})},remove_tab(e,t){t=t.closest(".thrv_tabs_shortcode"),e=parseInt(e),i(function(){const s=t.find(a+".tve_tS").index();if(t.find(a).eq(e).remove(),t.find(l).eq(e).remove(),this.resize(t),s===e){const s=t.find(a);e===s.length&&e--,s.eq(e).click()}},t,this)}})}(jQuery)},23623:(e,t,s)=>{const i=s(14902);e.exports=i.extend({after_initialize(){this.enable_remove_color=!1,this.enable_edit_color=!1,this.update_label=TVE.t.global.update_t_gradient,this.edit_label=TVE.t.global.edit_t_gradient,this.unlink_label=TVE.t.global.unlink_t_gradient},execute_ajax(e){e||(e={}),e.post_id=TVE.CONST.post_id,e.name=this.$global_color_name_input.val(),this.fav_gradient_view.execute_template_gradients_ajax(e)}})},23769:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/time-slider"),min:0,max:21600,initialize(){void 0!==this.model.config.min&&(this.min=this.model.config.min),void 0!==this.model.config.max&&(this.max=this.model.config.max),this.render();const e=this;this.$el.find(".minutes-handle").tve_draggable({start(){e.currentMinutesValue=isNaN(e.valueMinutes())?0:parseInt(e.valueMinutes())},move(t){let s=e.currentMinutesValue+parseInt(t);s<e.min&&(s=e.min),s>Math.floor(e.max/60)&&(s=Math.floor(e.max/60)),e.$(".tcb-input-minutes").val(s)},stop(){e.$el.find(".tcb-input-minutes").trigger("change")}}),this.$el.find(".seconds-handle").tve_draggable({start(){e.currentSecondsValue=isNaN(e.valueSeconds())?0:parseInt(e.valueSeconds())},move(t){let s=e.currentSecondsValue+parseInt(t);s<0&&(s=0),s>59&&(s=59),e.$(".tcb-input-seconds").val(s)},stop(){e.$el.find(".tcb-input-seconds").trigger("change")}})},valueMinutes(){return this.$el.find(".tcb-input-minutes").val()},valueSeconds(){return this.$el.find(".tcb-input-seconds").val()},onChange(e,t){let s;t.classList.contains("tve-slider")?s=t.value:(t.classList.contains("tcb-input-minutes")||t.classList.contains("tcb-input-seconds"))&&(s=60*(isNaN(this.valueMinutes())?0:parseInt(this.valueMinutes()))+(isNaN(this.valueSeconds())?0:parseInt(this.valueSeconds())),s>this.max&&(s=this.max)),this.setValue(s),this.change(e,s)},onInput(e,t){const s=Math.floor(t.value/60),i=t.value%60;this.$(".tcb-input-minutes").val(s),this.$(".tcb-input-seconds").val(i)},setValue(e){const t=Math.floor(e/60),s=e%60;this.$(".tcb-input-minutes").val(t),this.$(".tcb-input-seconds").val(s),this.$(".tve-slider").val(e)},up(e,t){const s=t.getAttribute("data-time");this._changeTimeFromArrows(s,1)},down(e,t){const s=t.getAttribute("data-time");this._changeTimeFromArrows(s,-1)},_changeTimeFromArrows(e,t){if("min"===e){let e=parseInt(this.valueMinutes())+parseInt(t);e<0&&(e=0),this.$(".tcb-input-minutes").val(e)}else"sec"===e&&this.$(".tcb-input-seconds").val(parseInt(this.valueSeconds())+parseInt(t));this.$(".tcb-input-minutes").trigger("change")}})},24609:(e,t,s)=>{const i="data-button_layout",a=TVE.tpl("elements/button-icon");e.exports=s(27120).extend({controls_init(e){TVE.Views.Components.Button.prototype.controls_init.call(this,e),e.icon_layout.update=function(t){const s=t.attr(i)||this.config.config.default;this.setActive(s),e.icon_side.$el.toggleClass("tcb-hidden","text_plus_icon"!==s||!t.hasClass("tcb-with-icon"))},e.icon_layout.input=(t,s)=>{if(t.toggleClass("tcb-with-icon","text"!==s.dataset.value).attr(i,s.dataset.value),"text"!==s.dataset.value&&!t.find(" .tcb-button-icon").length){const e=TVE.apply_filters("tcb.button.default_icon",a);t.find(" .tcb-button-link").prepend(e)}e.icon_side.$el.toggleClass("tcb-hidden","text_plus_icon"!==s.dataset.value),TVE.Editor_Page.reposition_icons()}}})},24656:(e,t,s)=>{const i=s(16668),a={convert_icon(e){const t=jQuery("<div></div>"),s=e.find(".tcb-button-icon svg");return t.addClass("thrv_wrapper thrv_icon").attr("data-css",s.parent().attr("data-css")).append(s)},convert_html:e=>jQuery('<button type="submit">'+e+"</button>"),convert_inline_css_to_array(e){const t={};return e.find("strong").length>0&&(t["font-weight"]="bold"),e.find("u").length>0&&(t["text-decoration"]="underline"),e.find("s").length>0&&(t["text-decoration"]="line-through"),e.find("em").length>0&&(t["font-style"]="italic"),t}};e.exports=i.component.extend({extra_states:!0,updateOnMouseLeave:!1,deps:["background","shadow"],controls_init(){const e=this;this.controls.ButtonWidth.input=function(e,t){const s={"max-width":t.value+this.getUM(),width:t.value+this.getUM()};this.applyTo().head_css(s,!1,this.config.css_suffix,!0,this.config.css_prefix)},this.controls.ButtonWidth.update=function(){const e=this.applyTo().head_css("max-width",null,this.config.css_suffix,!0,this.config.css_prefix),t=parseFloat(e);!t||isNaN(t)?this.$(".tve-input").val("auto"):this.setValue(e)},this.controls.ButtonAlign.input=function(t,s){const i=s.dataset.value;"left"!==i&&"right"!==i&&"center"!==i||TVE.Components.layout.controls.Alignment.change(this.applyTo(),s),"justify"===i&&(this.applyTo().head_css({float:"none","margin-left":0,"margin-right":0,"max-width":"100%"}),e.controls.ButtonWidth.setValue(100,!0),t.parent().hasClass("tcb-clear")&&t.unwrap()),TVE.Components.layout.controls.MarginAndPadding.update()},this.controls.ButtonAlign.update=function(){const e=this.applyTo().head_css("float",null,this.config.css_suffix,!0);if("left"===e||"right"===e)return this.setActive(e);let t=this.applyTo().css("max-width");return t=parseInt(t),100===t||isNaN(t)?this.setActive("justify"):void 0},this.controls.icon_side.update=function(e){if(e.length<=0)return this.$el.hide(),void this.$el.next().hide();this.$el.show(),this.$el.next().show();let t=this.applyTo().filter(".edit_mode").head_css("right",null,this.config.css_suffix,!0,this.config.css_prefix);t=parseInt(t);const s=0===t?"right":"left";this.setActive(s)},this.controls.icon_side.input=function(e,t){const s="left"===t.dataset.value?{left:0,right:"auto",transform:"translate(50%, -50%)"}:{right:0,left:"auto",transform:"translate(-50%, -50%)"};this.applyTo().filter(".edit_mode").head_css(s,null,this.config.css_suffix,!0,this.config.css_prefix)},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s;(e=e.removeClass("aligncenter").filter(".edit_mode")).find(".thrv_icon").remove(),s=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,e.prepend('<div class="thrv_wrapper thrv_icon tcb-icon-inherit-style">'+s+"</div>"),this.update(),this.component.controls.icon_side.update(e),TVE.do_action("tcb.submit_element_icon.input",e)},this.controls.ModalPicker.update=function(){const t=this.applyTo().filter(".edit_mode").find(".thrv_icon");if(t.length){const e=t.children().first(),s=e.data("tve-icon")||e.data("name");this.updateValue(s)}else this.updateValue("none");e.update_menu(t.length>0)}},button_style_control:()=>s(37558),remove_icon(){this.controls.ModalPicker.applyTo().filter(".edit_mode").find(".thrv_icon").remove(),this.controls.ModalPicker.update(),TVE.do_action("tcb.submit_element_icon.remove")},update_menu(e){this.$('[data-icon="'+(e?"true":"false")+'"]').show(),this.$('[data-icon="'+(e?"false":"true")+'"]').hide()},convert_custom_button(e,t){const s=TVE.CONST.content_templates.find(function(e){return e.id===t}),i=TVE.$(TVE.Editor_Page.content_manager.process_saved_template("",TVE.$(s.content),this.prepare_template_item_media(_.extend({},s.media)))),l=i.is(".thrv-button")?i:i.find(".thrv-button"),o=e.find("button").text(),c=TVE.getClassThatContains(l,TVE.CONST.global_styles.prefix_button);e.html(""),e.append(a.convert_html(o)),e.attr("data-css",l.attr("data-css")),e.head_css(a.convert_inline_css_to_array(l),null," button"),e.head_css({position:"",float:"","z-index":"",top:"",left:"",bottom:"",right:""}),e.head_css({"max-width":"100%",width:"100%"},null,"",!0,TVE.CONST.global_css_prefix+" "),c.length&&e.addClass(c)},prepare_template_item_media(e){const t=e[TVE.main.responsive.desktop.media];if(void 0!==t){const s=t.match(/[^{}]+(?=\})/g),i=t.match(/([^\r\n{}]+)(,(?=[^}]*{)|\s*){/g);let a="",l="";_.each(i,function(e,t){e.indexOf(".tcb-button-link")>=0&&-1===e.indexOf(":hover")&&(a+=s[t]+" ")});let o=!1;_.each(i,function(e,t){e.indexOf(".tcb-button-link")>=0&&-1===e.indexOf(":hover")&&!1===o?(-1===(e=e.replace(/.tcb-button-link/g,"button")).indexOf(TVE.CONST.global_css_prefix)&&(e=TVE.CONST.global_css_prefix+" "+e),l+=e+a+"} ",o=!0):(-1===e.indexOf(".tcb-button-link")||e.indexOf(".tcb-button-link")>=0&&e.indexOf(":hover")>=0)&&(e=e.replace(/.tcb-button-link/g,"button"),l+=e+s[t]+"} ")}),e[TVE.main.responsive.desktop.media]=l}return e}})},24942:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668),c=s(54816);let n;e.exports=o.base_view.extend({className:"tcb-add-block-below",template:TVE.tpl("add-block-below"),allowedInsertRules:["insertAfter","insertBefore"],insertRuleFn:"insertAfter",initialize(e={}){TVE.main.on("device_change",()=>{this.hideControls()}),TVE.add_action("tcb.dragstart",this.hideControls.bind(this)),TVE.add_action("tcb.element.remove",this.hideControls.bind(this)),TVE.add_action("tcb.edit_mode.enter",this.hideControls.bind(this)),e.insertRule&&this.allowedInsertRules.includes(e.insertRule)&&(this.insertRuleFn=e.insertRule);let t=null;TVE.inner.$body.on("mouseover.tcb",c.get("mouseover"),TVE._.debounce(e=>(TVE.main.EditMode.in_edit()||!TVE.state_manager.is_default()&&!TVE.state_manager.is_jump()||(clearTimeout(t),this.showControls(TVE.inner_$(e.currentTarget))),!1),100)),TVE.add_action("tcb.element.mouseleave",e=>{e.relatedTarget&&e.relatedTarget.closest(".tcb-add-block-below")||(clearTimeout(t),t=setTimeout(()=>this.hideControls(),100))}),TVE.add_action("tcb.element.remove",e=>{this.$target&&this.$target===e&&this.hideControls()}),"undefined"!=typeof ResizeObserver&&TVE.Editor_Page.editor&&TVE.Editor_Page.editor.length&&new ResizeObserver(this.getEditorData,20).observe(TVE.Editor_Page.editor[0]),this.getEditorData(),this.render()},getEditorData(){n={width:TVE.Editor_Page.editor.outerWidth(),left:TVE.Editor_Page.editor.offset().left}},render(){this.$el.empty().html(this.template()),TVE.inner_$("#tcb-inner-actions").prepend(this.$el)},showControls(e){const t=e[0];if(TVE.FLAGS.drag||TVE.FLAGS.$dragged_element||e.tcbHasClass("canvas-mode")||t.closest(".tve-remove-auxiliary-content"))return!1;if(t.classList.contains("tcb-add-block-placeholder"))return this.$target=e,!1;if(this.$target=e.getMostDistantParent(),!this.allowControlsToBeShown(e))return!1;const s=this.getCoords();s.width=n.width,s.left=n.left,TVE.Editor_Page.hasLeftScroll()&&(s.left-=TVE.Editor_Page.getScrollbarWidth()),this.$el.css(a(a({},s),{},{display:"block"}))},getCoords(){const e=this.$target.data("tcb-coords");return{top:(e&&e.originalTop||this.$target.offset().top)+this.$target[0].offsetHeight}},allowControlsToBeShown(e){const t=this.$target.length>0&&!this.$target[0].classList.contains("thrv_footer");return TVE.apply_filters("tcb.allow_block_controls_below",t,this.$target,e)},hideControls(){this.$el[0].style.display="none"},domAddBlock(){this.$target&&TVE.Components.block.openBlocksModal(this.$target,this.insertRuleFn)}})},25289:e=>{e.exports={generateShortcode:jQuery.noop,customFieldInput(e,t,s=null){const i=e.filter(".edit_mode"),a=TVE.Components.image.controls.ExternalFields,l=s||{id:"0",url:TVE.CONST.post_image.featured,name:t},o=a.getCFValues("image",e,t,l);let c="";if(s&&(l.name=t,c=`,var$(--tcb-background-custom-field-placeholder-${o.name},url("${s.url}"))`),i.hasClass("tcb-elem-placeholder")){const e=i.outerHeight(),t=i.outerWidth()||e,s={"flex-basis":`${t}px`,height:`${e}px`,width:`${t}px`};i.empty().removeClass("tcb-elem-placeholder").css(s)}i.attr({"data-c-f-id":o.name,"data-id":o.id,url:o.url}).css({"background-image":`var(--tcb-background-custom-field-${o.name}${c.replaceAll("var$","var")})`,"--tcb-background-custom-field":`var$(--tcb-background-custom-field-${o.name}${c})`})}}},25425:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}(t=>{const l=s(25649),o={},c=e=>void 0!==TVE.CONST.post_types[e],n=TVE.Views.Base.base_view.extend({className:"query-rule",before_initialize(e){this.type=e&&e.type?e.type:"",this.model.on("destroy",this.remove.bind(this)),this.model.on("reloadTermsSelect",()=>this.model.getTerms(!0,e=>{this.termsSelect.model.set("list",e)})),this.model.on("change:relation",(e,t)=>{"NOT IN"===t&&(this.relationSelect.set_value("NOT IN"),this.addDangerColor())}),this.model.on("change:taxonomy",e=>{e.set("terms",[]),this.$(".q-selected-term").remove()});const t=this.model.get("taxonomy");"author"===t?this.template="post-list/author-query-rule":c(t)?this.template="post-list/post-query-rule":this.template="post-list/query-rule",TVE.do_action("thrive_theme.query_modal.rule_before_initialize",this)},after_render(e){let t=[{value:"IN",label:0===e.index?"Display":"but only"},{value:"NOT IN",label:0===e.index?"Don't display":"but exclude"}];TVE.ActiveElement.hasClass("tcb-featured-list")||t.push({value:"ALWAYS",label:0===e.index?"":"always show"}),t=TVE.apply_filters("thrive_theme.query_modal.rule_relations",t,this),this.relationSelect=new l({el:this.$(".q-s-relation"),model:new Backbone.Model({list:t,className:"small no-search",default_value:this.model.get("relation")}),on_select:e=>{this.model.set("relation",e),"NOT IN"===e?(this.operatorSelect.disable(!0),this.operatorSelect.set_value("OR"),this.model.set("operator","OR")):this.operatorSelect.disable(!1),this.$(".q-s-relation .tth-elem-selected").toggleClass("danger-color","NOT IN"===e),this.model.get("terms").length&&this.model.collection.trigger("ruleChange")}}),this.operatorSelect=new l({el:this.$(".q-s-operator"),model:new Backbone.Model({list:[{value:"AND",label:"all"},{value:"OR",label:"at least one"}],className:"small no-search",default_value:this.model.get("operator")}),on_select:e=>{this.model.set("operator",e),this.model.get("terms").length&&this.model.collection.trigger("ruleChange")}}),"NOT IN"===this.model.get("relation")&&(this.operatorSelect.disable(!0),this.operatorSelect.set_value("OR")),this.termsSelect=new l({el:this.$(".q-s-terms"),defaultSelected:"+ Add",model:new Backbone.Model({list:this.model.getTerms(!1,e=>{this.termsSelect.model.set("list",e)}),className:"small select-plus"}),on_select:e=>{this.manageTerms(e),this.termsSelect.model.set("list",o[this.model.get("taxonomy")])},on_search:e=>{this.model.set("search",e),0===e.length?(this.termsSelect.model.set("list",o[this.model.get("taxonomy")]),this.termsSelect.loading(!1)):this.model.getTerms(!0,e=>{0===e.length&&(e=[{value:0,label:"No results"}]),this.termsSelect.model.set("list",e),this.termsSelect.loading(!1)})}}),_.any(this.model.get("terms"),e=>0===this.model.getTermLabel(e).length)?(this.model.set("specific",1),this.model.getTerms(!0,this.renderTerms.bind(this)),this.model.set("specific",0)):this.renderTerms(),"NOT IN"===this.model.get("relation")&&this.addDangerColor(),TVE.do_action("thrive_theme.query_modal.rule_after_render",this)},addDangerColor(){this.$(".q-s-relation .tth-elem-selected").addClass("danger-color")},ruleRemove(){this.model.destroy()},renderTerms(){const e=this.model.get("terms");this.$(".q-selected-term").remove(),e.forEach(e=>{const s=this.model.getTermLabel(e);t(TVE.tpl("post-list/query-term")({label:s,term:e})).insertBefore(this.termsSelect.$el)})},manageTerms(e,t){let s,i=this.model.get("terms");s="string"==typeof e?e:t.dataset.value,-1===i.indexOf(s)?i.push(s):i=i.filter(e=>e!==s),this.model.set("terms",i),this.renderTerms(),this.termsSelect.set_value(""),this.model.collection.trigger("ruleChange")}}),r=Backbone.Model.extend({defaults:()=>({operator:"OR",relation:"IN",taxonomy:"",terms:[],post_type:"post",search:"",query_type:"post_list"}),getTaxonomyLabel(){const e=this.get("taxonomy");let t;return _.each(TVE.PostList.Taxonomies[this.get("post_type")],s=>{s.value===e&&(t=s.label)}),t||'<span class="no-label" data-no-label="'+e+'">'+e+"</span>"},getTermLabel(e){const t=this.get("taxonomy");return o[t]&&o[t][e]?o[t][e].label:""},getTerms(e=!1,s){const i=this.get("taxonomy");let a=[];return e||void 0===o[i]?(o[i]=o[i]?o[i]:{},t.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:this.termsUrl(),method:"GET",data:this.toJSON(),success:e=>{e.forEach(e=>{o[i][e.value]=e}),"function"==typeof s&&s(e)},error:()=>TVE.page_message("Error fetching terms. Reload the page and try again!",!0,5e3)})):a=o[i],a},termsUrl(){const e=this.get("taxonomy");let t=TVE.CONST.routes.posts;return"author"===e?t+="/authors":c(e)||(t+="/terms"),TVE.apply_filters("thrive_theme.query_modal.rule_terms_url",t,this)}}),d=Backbone.Collection.extend({model:r,getRules(){const e=[];return this.each(t=>{const s=t.get("relation"),i=t.get("operator");let a="";switch(s){case"IN":a="AND"===i?"AND":"IN";break;case"NOT IN":a="NOT IN";break;case"ALWAYS":a="ALWAYS "+("AND"===i?"AND":"IN")}TVE.apply_filters("thrive_theme.query_modal.should_add_rule",t.get("terms").length,t)&&e.push({taxonomy:t.get("taxonomy"),terms:t.get("terms"),operator:a})}),e},setRules(e,t){_.each(e,e=>{const s=e.operator.replace("ALWAYS ",""),i=e.operator.includes("ALWAYS")?"ALWAYS":e.operator;this.add(new r({post_type:t,taxonomy:e.taxonomy,terms:e.terms,relation:"AND"===e.operator?"IN":i,operator:"AND"===s?"AND":"OR"}))})}});e.exports=TVE.modal.base.extend({after_initialize(){if(this.$modalContent=this.$(".tcb-modal-content"),this.$el.on("click",e=>{const s=t(e.target).closest(".tth-dropdown-container");this.$(".tth-visible").not(s).removeClass("tth-visible")}),this.$el.addClass("medium"),this.$("#post-list-query-options").html(TVE.tpl("post-list/query-options")),TVE.apply_filters("tcb.post_list.query_builder.show_related_taxonomies",!0)){const e=this.$(".q-related-taxonomies"),t=_.map(TVE.CONST.taxonomies,e=>Object({value:e.name,label:e.label}));t.push({value:"author",label:"Author"}),_.each(t,t=>{e.append('<li><label><input type="checkbox" class="query-arg click" data-arg="related" value="'+t.value+'">'+t.label+"</label></li>")})}this.queryRulesCollection=new d;const e=this.$(".query-rules");this.queryRulesCollection.on("reset",t=>{e.empty(),t.each(s=>{const i=new n({model:s,index:t.indexOf(s)});e.append(i.$el)}),this.checkNoRules()}).on("add",(t,s)=>{t.set("query_type",TVE._type(this.$element));const i=new n({model:t,index:s.indexOf(t)});e.append(i.$el),this.checkNoRules(),TVE.do_action("thrive_theme.query_modal.collection_add_rule",i,this)}).on("ruleChange update",()=>{this.refreshQueryCount(),this.checkNoRules()}).on("remove",(t,s,i)=>{0===i.index&&(e.empty(),s.each(t=>{const i=new n({model:t,index:s.indexOf(t)});e.append(i.$el)})),this.refreshQueryCount(),this.checkNoRules(),this.showIncompatibleTaxonomies(),TVE.do_action("tve.query_modal.collection_remove_rule",i,this)}),this.orderbySelect=new l({el:this.$(".tth-dropdown-container.orderby-arg"),model:new Backbone.Model({list:[{label:"Date Published",value:"date"},{label:"Date Modified",value:"modified"},{label:"Title",value:"title"},{label:"Author",value:"author"},{label:"Comments",value:"comment_count"},{label:"Random",value:"rand"}],className:"no-search small"}),on_select:e=>{this.$('.query-arg[data-arg="orderby"]').val(e),this.refreshQueryCount()}}),this.orderSelect=new l({el:this.$(".tth-dropdown-container.order-arg"),model:new Backbone.Model({list:[{label:"Ascending",value:"ASC"},{label:"Descending",value:"DESC"}],className:"no-search small"}),on_select:e=>{this.$('.query-arg[data-arg="order"]').val(e),this.refreshQueryCount()}}),this.dynamicFilterSelect=new l({el:this.$(".new-filters-dropdown"),defaultSelected:"+ Add",model:new Backbone.Model({terms:[],className:"small no-search select-plus"}),on_select:e=>{this.renderDynamicFiltering(e),this.dynamicFilterSelect.set_value(""),this.dynamicFilterSelect.model.set("list",this.localizeFilterElement())}})},renderContentToDisplay(e){const t={items:TVE.CONST.post_types,extra:{isMultiple:!0,on_select:this.postTypeChange.bind(this)}},s=e&&e.contentTypeSelect?e.contentTypeSelect:t;this.contentItems=s.items,this.postTypeSelect&&this.postTypeSelect.undelegateEvents(),this.postTypeSelect=new l(function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({el:this.$(".query-post-type-select"),model:new Backbone.Model({list:_.map(this.contentItems,(e,t)=>({label:e.plural_label,value:t})),className:"no-search small"})},s.extra))},renderTaxonomiesSelect(e){const t={list:TVE.PostList.Taxonomies.post},s=e&&e.taxonomiesSelect?e.taxonomiesSelect:t;this.taxonomiesSelect&&this.taxonomiesSelect.undelegateEvents(),this.taxonomiesSelect=new l({el:this.$(".new-rule-taxonomies"),model:new Backbone.Model({list:s.list,className:"no-search"}),on_select:this.createNewRule.bind(this)})},before_open(e){this.$element=TVE.ActiveElement,this.type=TVE._type(this.$element),this.$el.attr("data-element",this.type),this.renderContentToDisplay(e),this.renderTaxonomiesSelect(e),this.$(".query-title > div > div:nth-child(1)").html(this.$element.hasClass("tcb-featured-list")?TVE.t.featured_list_query_title:TVE.t.post_list_query_title);const t=TVE.PostList.utils.readQueryFromElement();t.filter?this.q_filter({},this.$('[data-filter="'+t.filter+'"]')[0]):(this.$(".q-filter").hide(),this.$('.q-filter[data-view="related"]').parent().hide()),this.setQueryInModal(t),this.setDynamicFilter(),this.refreshQueryCount()},setDynamicFilter(){const e=this.localizeFilterElement();this.dynamicFilterSelect.model.set("list",e)},renderDynamicFiltering(e,s){let i,a=this.dynamicFilterSelect.model.get("terms"),l=!1;"string"==typeof e?i=e:(i=s.dataset.value,l=!0),a.find(e=>e===i)?a=a.filter(e=>e!==i):a.push(i),this.dynamicFilterSelect.model.set("terms",a),l&&this.dynamicFilterSelect.model.set("list",this.localizeFilterElement()),this.$(".new-filters .q-selected-term").remove(),a.forEach(e=>{t(TVE.tpl("post-list/filter-query-rule")({term:e})).insertBefore(this.dynamicFilterSelect.$el)})},localizeFilterElement(){const e=[],t=this.dynamicFilterSelect.model.get("terms");return TVE.inner_$(TVE.identifier("post_list_filter")).each((s,i)=>{const a=i.getAttribute("data-url-query-key");t.includes(a)||e.map(e=>e.value).includes(a)||e.push({label:a,value:a})}),[{value:"category",label:"category"},{value:"tag",label:"tag"},{value:"author",label:"author"},{value:"search",label:"search"}].forEach(s=>{t.includes(s.value)||e.map(e=>e.value).includes(s.value)||e.push(s)}),0===e.length&&e.push({value:0,label:"No results"}),e},setQueryInModal(e){"custom"===e.filter&&this.$('button[data-arg="post_type"][value="'+e.post_type+'"]').trigger("click"),this.$(".query-arg").each((t,s)=>{const i=s.dataset.arg,a=e[i];if("number"==typeof a||a&&a.length>0)switch(s.type){case"radio":case"checkbox":s.checked=-1!==a.indexOf(s.value);break;default:s.value=a,"offset"===i&&this.toggleOffsetInputState(s)}}),this.orderSelect.set_value(e.order),this.orderbySelect.set_value(e.orderby),this.queryRulesCollection.setRules(e.rules,e.post_type),this.queryRulesCollection.setRules(e.sticky,e.post_type),e.dynamic_filter&&(this.$el.find(".new-filters .q-selected-term").remove(),Object.keys(e.dynamic_filter).forEach(e=>{t(TVE.tpl("post-list/filter-query-rule")({term:e})).insertBefore(this.dynamicFilterSelect.$el)}),this.dynamicFilterSelect.model.set("terms",Object.keys(e.dynamic_filter)));let s=e.post_type||["post"];s=Array.isArray(s)?s:s.split(","),this.postTypeChange(s)},toggleOffsetInputState(e){const t=this.$element.attr("data-pagination-type"),s=void 0!==t&&"none"!==t,i=e.parentNode;e.classList.toggle("tcb-disabled",s),i.classList.toggle("tcb-disabled-arg-text",s),s?(i.setAttribute("data-tooltip",TVE.t.post_list_offset_disabled),e.value=1):i.removeAttribute("data-tooltip")},getQueryFromModal(){const e={paged:1};if(this.$(".query-arg").each((t,s)=>{const i=s.dataset.arg;switch(s.type){case"checkbox":case"radio":void 0===e[i]&&(e[i]=[]),s.checked&&e[i].push(s.value);break;default:e[i]=s.value}"post_type"===i&&(e[i]=s.value.split(","))}),e.queried_object=TVE.inner.window.tve_frontend_options.queried_object,e.dynamic_filter={},this.$(".dynamic-filter").each((t,s)=>{const i=s.getAttribute("data-value");i&&(e.dynamic_filter[i]=TVE.inner_$(`${TVE.identifier("post_list_filter")}[data-url-query-key="${i}"]`).attr("data-filter-option")||i)}),"related"===e.filter)delete e.post_type;else{const t=this.queryRulesCollection.getRules();e.sticky=t.filter(e=>e.operator.includes("ALWAYS")),e.rules=t.filter(e=>!e.operator.includes("ALWAYS"))}return e},save(){this.$modalContent.addClass("loading"),TVE.PostList.utils.applyQuery(this.$element,this.getQueryFromModal(),()=>{this.$modalContent.removeClass("loading"),this.close()})},before_close(){this.$('button[data-fn="q_filter"]').removeAttr("data-query"),this.$(".query-arg").each((e,t)=>{switch(t.type){case"radio":case"checkbox":t.checked=!1;break;default:t.value=""}}),TVE.do_action("thrive_theme.query_modal.before_close",this)},refreshQueryCount:_.debounce(function(){const e=this.getQueryFromModal(),t=this.$(".post-list-count").empty();e.posts_per_page=-1,TVE.PostList.utils.fetchPosts(e,e=>{t.html(parseInt(e.count)).toggleClass("red",!parseInt(e.count))})},3e3),q_filter(e,t){if(this.keepQueryData(t),this.$(".q-filter").hide().filter('[data-view="'+t.dataset.filter+'"]').show(),this.$('.query-arg[data-arg="filter"]').val(t.dataset.filter),this.$('button[data-fn="q_filter"]').removeClass("active"),t.classList.add("active"),this.queryRulesCollection.reset(),t.dataset.query){const e=TVE.PostList.utils.readQueryFromElement(t);this.setQueryInModal(e)}},keepQueryData(e){const s=this.getQueryFromModal();t(e).siblings('button[data-filter="'+s.filter+'"]').attr("data-query",JSON.stringify(s).replace(/"/g,"'"))},postTypeChange(e,t,s=""){const i=s&&"click"===s.type;this.updateSelectedPostTypes(e,i),this.$(".post-list-count").html("~"),this.toggleNewRules(!1),this.postTypeSelect.renderList(this.postTypes),this.$('.query-arg[data-arg="post_type"]').val(this.postTypes.join(",")),this.$(".query-post-type-select .tth-elem-selected").text(this.getSelectedPostTypesText(this.postTypes)),0!==this.postTypes.length?(i&&void 0===TVE.PostList.Taxonomies[e]?this.showTaxonomies(e,!1):this.renderTaxonomies(TVE.PostList.Taxonomies[this.postTypes[0]]),this.maybeRefreshTermsSelect()):this.queryRulesCollection.reset()},showTaxonomies(e,t){void 0===TVE.PostList.Taxonomies[e]?this.fetchTaxonomiesForPostType(e,s=>{this.onTaxonomyFetch(s,e),this.renderTaxonomies(TVE.PostList.Taxonomies[e]),t&&this.maybeRefreshTermsSelect()}):this.renderTaxonomies(TVE.PostList.Taxonomies[e])},maybeRefreshTermsSelect(){this.queryRulesCollection.models.forEach(e=>{const t=e.get("taxonomy");Object.keys(this.contentItems).includes(t)&&(e.set("post_type",this.postTypes),e.trigger("reloadTermsSelect"))})},onTaxonomyFetch(e,t){e.push({value:"author",label:"Authors",allowed:!0}),e.push({value:t,label:"Title",allowed:!0}),TVE.PostList.Taxonomies[t]=e},renderTaxonomies(e){e&&e.length&&(e=e.filter(e=>{let t;return!!e.allowed||(t=Array.isArray(this.postTypes)?this.postTypes.every(t=>void 0!==(TVE.PostList.Taxonomies[t]&&TVE.PostList.Taxonomies[t].find(t=>t.value===e.value))):TVE.PostList.Taxonomies[this.postTypes].find(t=>t.value===e.value),t)}),this.taxonomiesSelect.model.set("list",e),_.each(e,e=>{this.$('[data-no-label="'+e.value+'"]').replaceWith(e.label)})),this.showIncompatibleTaxonomies()},showIncompatibleTaxonomies(){let e="";this.queryRulesCollection.models.forEach(t=>{const s=t.get("taxonomy");Object.keys(TVE.CONST.post_types).includes(s)||Array.isArray(this.postTypes)&&this.postTypes.forEach(t=>{if(TVE.PostList.Taxonomies[t]&&void 0===TVE.PostList.Taxonomies[t].find(e=>e.value===s)){const i=TVE.CONST.post_types[t].plural_label;e+=`<li><span class="tth-incompatible-type">${i}</span> ${TVE.t.post_list_incompatible_taxonomy} "${s}"</li>`}})}),this.$(".tth-incompatible-taxonomies-container").toggle(e.length>0).find("ul.tth-incompatible-taxonomies-list").empty().html(e)},fetchTaxonomiesForPostType(e,s){t.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:TVE.CONST.routes.posts+"/taxonomies",method:"GET",data:{post_type:e},success:e=>{"function"==typeof s&&s(e)},error(){TVE.page_message("Error fetching taxonomies. Reload the page and try again!",!0,5e3)}})},fetchTaxonomiesForPostTypes(e){const t=TVE.Components.post_list.$('[data-fn="filterPosts"]'),s=[];t.addClass("tve-loader-square").attr("disabled",1),e.forEach(e=>s.push(new Promise(t=>{void 0===TVE.PostList.Taxonomies[e]?this.fetchTaxonomiesForPostType(e,s=>{this.onTaxonomyFetch(s,e),t()}):t()}))),Promise.all(s).then(()=>t.removeClass("tve-loader-square").removeAttr("disabled"))},updateSelectedPostTypes(e,t){this.postTypes||(this.postTypes=[]),t?this.postTypes.includes(e)?this.postTypes=this.postTypes.filter(t=>t!==e):this.postTypes.push(e):this.postTypes=e},contentTypeLabel(e,t){return this.contentItems[e][t?"plural_label":"label"]},getSelectedPostTypesText(e){const t=e.map(e=>this.contentTypeLabel(e,!0)),s=e.length;let i="";return i=s>1?t.slice(0,-1).join(", ")+" and "+t[s-1]:1===s?t:"Choose",i},newRule(){this.toggleNewRules(!0),this.taxonomiesSelect.set_value(""),this.checkNoRules(),TVE.do_action("thrive_theme.query_modal.add_rule",this)},toggleNewRules(e){this.$(".tth-add-rule").prop("disabled",e),this.$(".new-rules").toggle(!!e)},toggleNewFilters(e){this.$(".tth-add-rule").prop("disabled",e),this.$(".new-filters").toggle(!!e)},checkNoRules(){const e=this.$(".new-rules").is(":visible");this.$(".no-rules").toggle(0===this.queryRulesCollection.length&&!e)},createNewRule(e){this.queryRulesCollection.add(new r({post_type:this.postTypes,taxonomy:e})),this.refreshQueryCount(),this.toggleNewRules(!1)},showWarningDetails(){this.toggleWarningDetails(!0)},hideWarningDetails(){this.toggleWarningDetails(!1)},toggleWarningDetails(e){this.$(".tth-incompatible-container").toggle(e),this.$(".tth-show-details").toggle(!e),this.$(".tth-hide-details").toggle(e),this.$(".tth-incompatible-taxonomies-container").toggleClass("open-dropdown",e)},toggleOrderBy(e){void 0===e&&(e=Array.isArray(this.postTypes)?this.postTypes.includes("pages")||this.postTypes.includes("post"):"pages"===this.postTypes||"post"===this.postTypes),this.$(".arrange-results").css("display",e?"flex":"none")},newFilter(){this.toggleNewFilters(!0),this.dynamicFilterSelect.set_value("")}})})(jQuery)},25649:e=>{e.exports=TVE.Views.Base.base_view.extend({template:"post-list/select",before_initialize(e){"function"==typeof e.on_select&&(this.on_select=e.on_select),"function"==typeof e.on_search&&(this.on_search=e.on_search),this.defaultSelected=e.defaultSelected?e.defaultSelected:"Choose",this.isMultiple=void 0!==e.isMultiple&&e.isMultiple,this.listenTo(this.model,"change",this.renderList.bind(this))},after_render(){const e=this.model.get("className");let t="";e&&this.$el.addClass(e),this.model.get("default_value")&&(t=this.model.get("default_value")),this.set_value(t),this.selectClose(),this.renderList()},renderList(e=[]){const t=this.$(".tth-dropdown");if(0===t.length)return;t.empty();const s=this.model.get("list");s&&Object.values(s).length?_.each(s,s=>{let i="";Array.isArray(e)&&e.includes(s.value)&&(i="selected"),t.append(`<li class="click ${i}" data-fn="set_value" data-value="${s.value}">${s.label}</li>`)}):t.append('<li><div class="loading-when-empty"></div></li>'),this.searchSize()},searchSize(){const e=this.$(".tth-dropdown"),t=e[0].scrollHeight>e[0].clientHeight,s=parseInt(e.css("width"))-6-(t?15:0);this.$(".tth-dropdown-search").css({width:s+"px","max-width":s+"px"})},set_value(e){let t,s=this.defaultSelected;"string"==typeof e?t=e:void 0!==e&&(t=e.currentTarget.dataset.value),0!==parseInt(t)&&(_.each(this.model.get("list"),e=>{String(e.value)===String(t)&&(s=e.label)}),this.$(".tth-dropdown-search").val(""),this.isMultiple||this.selectClose(),this.$(".tth-elem-selected").html(s),"object"==typeof e&&(this.on_select(t,s,e),e.stopPropagation()))},get_value(){return this.$(".tth-elem-selected").html()},is_open(){return this.$el.hasClass("tth-visible")},selectOpen(){this.is_disabled()||(this.$el.addClass("tth-visible"),this.searchSize(),this.$("input").trigger("focus"))},selectClose(){this.$el.removeClass("tth-visible")},selectToggle(){this.is_open()?this.selectClose():this.selectOpen()},disable(e){this.$el.toggleClass("disabled",e)},is_disabled(){return this.$el.hasClass("disabled")},search:_.debounce(function(e,t){this.loading(!0),this.on_search(t.value)},400),loading(e){this.$(".tth-dropdown").toggleClass("loading",e)},on_select(){},on_search(){}})},25820:(e,t,s)=>{const i=s(16668);!function(t){const s=Backbone.Model.extend({logo(){const e="campaignmonitoremail"===this.get("id")?"campaignmonitor":this.get("id");return TVE.CONST.dash_url+"/inc/auto-responder/views/images/"+e+".png"}}),a=Backbone.Collection.extend({model:s}),l=Backbone.Model.extend({defaults:()=>({list:"own_site",to:TVE.CONST.current_user.email,from_name:TVE.CONST.current_user.name.trim()||TVE.CONST.site_title,from_email:TVE.CONST.current_user.email,reply_to:"",cc:"",bcc:"",email_subject:TVE.t.lg_email.email_subject,email_message:TVE.t.lg_email.email_message,email_confirmation_subject:TVE.t.lg_email.email_confirmation_subject,email_confirmation_message:TVE.t.lg_email.email_confirmation_message,send_confirmation_email:!1})}),o=i.base_view.extend({render(){return this.collection.each(function(e){const s=t(`<option value="${e.get("id")}" data-image="${e.logo()}" >${e.get("name")}</option>`);!0===e.get("selected")&&s.prop("selected",!0),this.$("#lg-email-service").append(s)},this),this.$("#lg-email-service").select2({placeholder:TVE.t.apiChoose,theme:"tve-lg-api",templateResult:TVE.select2ImageItemRenderer,templateSelection:TVE.select2ImageItemRenderer}),this},selectEmailProvider(e){const t=e.currentTarget.value;this.collection.each(function(e){e.attributes.selected=e.get("id")===t}),this.trigger("tcb.emailProviderChanged")}}),c=i.base_view.extend({template:TVE.tpl("lead-generation/apis/email-extra/settings"),events:()=>_.extend(i.base_view.prototype.events,{"click .tve-toggle"(){this.$(".tve-advanced-settings-email").toggleClass("tcb-hide"),this.$(".advanced-settings").toggleClass("open")}}),openSettings(){this.modal=TVE.modal_open("email-settings"),this.modal.reset(this);let e=null;jQuery(document).on("focus",".supports-shortcode",t=>{e=t.target.dataset.prop,this.model.set("focusedField",e)})},render(){return this.$el.html(this.template()),this},before_initialize(e){this.extraSettings=e.extraSettings},after_initialize(){jQuery(TVE.main).on("tve-api-validate-email",this.onApiValidate.bind(this))},onApiValidate(e,t){_.isEmpty(this.validate())||(t.api.set("state",0),t.api.set("error",TVE.t.lg_err.invalid_data),this.model.set("show_errors",!0))},getFieldsToValidate(){const e=["to","from_email","from_name"];return this.currentData.reply_to.length&&e.push("reply_to"),this.currentData.cc.length&&e.push("cc"),this.currentData.bcc.length&&e.push("bcc"),e},isEmailField:e=>["to","from_email","cc","bcc","reply_to"].some(t=>t===e),isEmail:e=>/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Zäöü\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(e).toLowerCase()),isFieldValid(e){let t=!0;return this.isEmailField(e)&&_.each(this.currentData[e].trim().split(","),(s,i)=>{!0===t&&(0!==i||s.length||(t=!1),("reply_to"===e||"from_email"===e)&&i>0&&s.length&&(t=!1),s.length&&!this.isEmail(s.trim())&&(t=!1))}),"from_name"!==e||this.currentData[e].length||(t=!1),t},getErrMsg(e){let t=TVE.t.lg_err.invalid_email;return"from_name"===e&&(t=TVE.t.lg_err.missing_from_name),this.currentData[e].trim().split(",").length>1&&("reply_to"===e&&(t=TVE.t.lg_err.single_reply_to),"from_email"===e&&(t=TVE.t.lg_err.single_from_email)),"to"!==e||this.currentData[e].trim().length||(t=TVE.t.lg_err.missing_to_emails),t},validate(e={}){const t={};return this.currentData=_.isEmpty(e)?this.model.toJSON():e,_.each(this.getFieldsToValidate(),e=>{this.isFieldValid(e)||(t[e]=this.getErrMsg(e))}),t}});e.exports=function(){t(TVE.main).on("tve-api-after-render-email",function(t,l){const n=new a(l.api.lists),r=n.findWhere({id:l.api.config.list}),d="undefined"!==l.api.extra_settings?l.api.extra_settings:[];e.clear().set(_.extend(e.defaults(),l.api.config)),r?r.set("selected",!0):n.findWhere({id:"own_site"}).set("selected",!0),e.set("list",n.findWhere({selected:!0}).get("id")),l.$container.find(".tve-own-site-warning").toggleClass("tcb-hide","own_site"!==e.get("list")),i=new o({collection:n,el:l.$container.find(".tve-providers-select")}).on("tcb.emailProviderChanged",function(){e.attributes.list=this.collection.findWhere({selected:!0}).get("id"),e.set("from_email",d[e.attributes.list]?d[e.attributes.list].from_email:TVE.CONST.current_user.email),l.$container.find(".tve-own-site-warning").toggleClass("tcb-hide","own_site"!==e.attributes.list),s.render()}),s=new c({el:l.$container.find(".tve-email-settings"),model:e,extraSettings:d})}).on("tve-api-options-email.tcb",function(t,s){s.api.setConfig(e.toJSON())}).on("lg-api-list-close",function(){const e=i.$("#lg-email-service");e.length&&(e.data("select2")&&e.select2("close"),e.remove())});const e=new l;let s,i}}(jQuery)},25949:(e,t,s)=>{!function(t){const i=s(51106),a="tve-scroll",l=new Backbone.Collection({}),o=s(19731);let c,n={};function r(){return!t.isEmptyObject(n)&&n.mode}function d(){return!TVE.main.EditMode.in_edit()&&!TVE.CONST.symbol_type}function h(){var e;return TVE.ActiveElement&&"function"==typeof(null===(e=TVE.Components[TVE._type(TVE.ActiveElement)])||void 0===e?void 0:e.switchOnScroll)}e.exports=s(16668).component.extend({updateOnMouseLeave:!1,before_update(){const e=this.controls.toggle.applyTo(),t="header"===TVE._type(TVE.ActiveElement);n=e.tcbJsonData(a),r()||(n=Object.assign({disabled:[],top:0},{})),"parallax"!==n.mode||n.parallax||(e.removeClass("tve-scroll-parallax"),n.mode=""),this.controls.toggle.$('[data-value="appear"]').toggle(t),this.controls.toggle.$(">.control-grid").toggleClass("full-width",t),this.controls.stickyPosition.$el.toggle(!t)},after_init(){c=TVE.inner.window.TCB_Front.sticky,this.editParallaxEffect=new o({component:this}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(`[data-${a}]`).each((e,t)=>{let s={};try{s=JSON.parse(t.dataset.tveScroll)}catch(e){}s.mode&&"parallax"===s.mode&&!s.parallax&&delete t.dataset.tveScroll,t.removeAttribute("style")}),e.find(".tve-scroll-parallax").removeClass("tve-scroll-parallax"),e)),TVE.add_filter("tcb.click_blur",e=>(TVE.$body.hasClass("tve-parallax-preview")&&(e=!1),e)),TVE.add_filter("tve.edit.mode.refocus",(e,t)=>("tve-parallax-preview edit-mode-active"===t&&(e=!1),e))},write(){const e=this.controls.toggle.applyTo();i(function(){r()?e.tcbJsonData(a,n):e.removeAttr(`data-${a}`)},e),this.controls.ParallaxEffectsControl.update()},controls_init(e){TVE.add_action("tcb.element.focus",e=>{this.$el.toggleClass("tcb-hidden",e.is(".tar-login-elem-button"))});const s=this;e.toggle.update=function(){this.setActive(n.mode||""),this.component.refresh()},e.toggle.change=function(t,i){if(n.mode=i.dataset.value,"appear"===i.dataset.value&&(n.top=0,n.end=""),r()){const e=this.get_control("layout.zIndex");e.getValue()||e.setValue(10,!0)}if("sticky"===i.dataset.value&&(n.end="",e.until.update()),s.write(),h()){t.removeAllMediaAttr("data-switch-on-scroll");const s=TVE._type(TVE.ActiveElement);TVE.Components[s].switchOnScroll(!1),e.switchOnScroll.update(t)}this.component.refresh()},e.stickyPosition.update=function(){const e=n.stickyPosition||"top";this.setActive(e),this.component.controls.top.$el.find(".slider-label").text(TVE.t.scroll[`distance${TVE.ucFirst(e)}`]),this.component.refresh()},e.stickyPosition.change=function(e,t){n.stickyPosition=t.dataset.value,s.write(),this.component.refresh(),this.component.controls.top.$el.find(".slider-label").text(TVE.t.scroll[`distance${TVE.ucFirst(t.dataset.value)}`])},e.Devices.update=function(){this.setActive(["desktop","tablet","mobile"].filter(function(e){return!n.disabled||-1===n.disabled.indexOf(e)})),this.summary({all:"All devices",suffix:" only"})},e.Devices.change=t=>{n.disabled=[],e.Devices.$(".tve-btn").not(".active").each((e,t)=>{n.disabled.push(t.dataset.value)}),this.write(),t.data("scroll_config")&&TVE.$body.hasClass("tve-parallax-preview")&&(t.each(function(){TVE.inner_$(this).data("scroll_config").disabled=n.disabled}),TVE.inner.$window.trigger("scroll")),e.Devices.summary({all:"All devices",suffix:" only"})},e.top.update=function(){this.setValue((n.top||0)+"px")},e.top.input=t.noop,e.top.change=function(){n.top=parseInt(this.getValue(!1)),isNaN(n.top)&&(n.top=0),s.write()},e.top.prepareValue=e=>(e=parseInt(e),isNaN(e)&&(e=0),Math.max(0,e)),e.until.update=function(){this.setValue(n.end||"")},e.until.change=function(){n.end=this.getValue(),s.write(),this.component.refresh()},e.element_id.update=function(){this.setValue(n.el_id||"")},e.element_id.change=function(){n.el_id=this.getValue(),s.write()},e.switchOnScroll.update=function(t){const s=h();this.$el.toggleClass("tcb-hidden",!s),s&&(this.setChecked(t.mediaAttr("data-switch-on-scroll")&&t.find(".tve-scroll-state").length),d()?this.$el.attr({"data-tooltip":"To enable switch on scroll, first save then edit the current header template under Header Options.","data-side":"top"}).children().addClass("tcb-disabled"):this.$el.attr("data-tooltip")&&this.$el.toggleClass("tcb-disabled","desktop"!==TVE.main.device).removeAttr("data-tooltip data-side").children().removeClass("tcb-disabled")),e.switchAfter.$el.toggleClass("tcb-hidden",!s||!this.isChecked())},e.switchOnScroll.change=function(t,s){const i=h();if(i){const i=TVE._type(TVE.ActiveElement);s.checked?t.mediaAttr("data-switch-on-scroll",e.switchAfter.originalConfig.default):t.removeAllMediaAttr("data-switch-on-scroll"),TVE.Components[i].switchOnScroll(s.checked)}e.switchAfter.$el.toggleClass("tcb-hidden",!i||!s.checked)},e.switchAfter.update=function(e){h()&&(this.$el.toggleClass("tcb-disabled",d()),this.setValue((e.mediaAttr("data-switch-on-scroll")||this.originalConfig.default)+"px"))},e.switchAfter.input=t.noop,e.switchAfter.change=function(e,t){let s=parseInt(t.value);(isNaN(s)||s<this.originalConfig.min||s>this.originalConfig.max)&&(s=this.originalConfig.default,this.setValue(s)),e.mediaAttr("data-switch-on-scroll",s)},e.ParallaxEffectsControl.attach_collection(l),e.ParallaxEffectsControl.on("item_click",(e,t)=>(this.editParallaxEffect.isOpen()?this.editParallaxEffect.onClose():this.editParallaxEffect.editEffect(e,t),!1)),e.ParallaxEffectsControl.on("item_remove",e=>{this.deleteEffect(Object.keys(n.parallax)[e])}),e.ParallaxEffectsControl.update=()=>{const t=[];n.parallax&&Object.keys(n.parallax).forEach(e=>{t.push({item:e,label:TVE.t.scroll[e],effectValue:n.parallax[e]})}),t.length?TVE.ActiveElement.data("parallaxSettings",n.parallax):(delete n.parallax,TVE.ActiveElement.removeData("parallaxSettings")),this.$(".tve-parallax-info").toggle(!t.length),e.ParallaxPreview.$el.toggle(t.length>=1),this.$("#add-parallax-effect").toggle(t.length<7),l.reset(t)},e.ParallaxPreview.update=t.noop,e.ParallaxPreview.change=(e,t)=>{this.handleParallaxPreview(t.checked)}},__config_toggle(e){e.buttons=[{value:"",text:TVE.t.scroll.Static},{value:"sticky",text:TVE.t.scroll.Sticky},{value:"parallax",text:TVE.t.scroll.Parallax},{hidden:!0,value:"appear",text:TVE.t.scroll.Appear}]},__config_stickyPosition(e){e.buttons=[{value:"top",text:TVE.t.scroll.top},{value:"bottom",text:TVE.t.scroll.bottom}]},__config_Devices(e){e.buttons=[{icon:"desktop",value:"desktop",data:{name:"Desktop"}},{icon:"tablet2",value:"tablet",data:{name:"Tablet"}},{icon:"mobile",value:"mobile",data:{name:"Mobile"}}]},__config_top(e){Object.assign(e,{default:0,min:0,max:500,um:["px"]})},__config_switchAfter(e){Object.assign(e,{default:100,min:1,max:500,um:["px"]})},__config_until(e){e.options={"":TVE.t.scroll.EndOfPage,parent:TVE.t.scroll.Parent,element:TVE.t.scroll.Element}},__config_ParallaxEffectsControl(e){e.settings_icon="pen-light",e.deleteConfirmation=!0},refresh(){const e=this.controls.toggle.getValue();this.$(".if-sticky").toggle("sticky"===e),this.$(".if-parallax").toggle("parallax"===e),this.$(".if-not-static").toggle(!!e),this.$(".if-appear").toggle("appear"===e),this.$(".if-until-element").toggle("element"===n.end),this.$('[data-key="Devices"]').toggle(["sticky","parallax"].includes(e))},addNewParallax(e,s){return this.editParallaxEffect.isOpen()?this.editParallaxEffect.onCancel():(this.editParallaxEffect.open(null,t(s)),this.controls.ParallaxEffectsControl.collection.length||(TVE.ActiveElement.each(function(){const e=TVE.inner_$(this),t=e.offset(),s=e.outerHeight(),i={width:e.outerWidth(),height:s,top:t.top,left:t.left,elementRange:s+TVE.inner.window.innerHeight};n.end="parallax",e.data("elem_data",i),e.data("scroll_config",n),c.forceAddElement(e)}),c.initSticky(TVE.Editor_Page.editor,!0))),!1},saveParallaxEffect(e,t){n.parallax||(n.parallax={}),n.end&&"parallax"===n.end||(n.end="parallax"),n.parallax[e]=t,this.write()},initParallaxEffects:()=>s(59577),getConfig:()=>n,deleteEffect(e){n.parallax&&n.parallax[e]&&(delete n.parallax[e],this.editParallaxEffect.resetEffect(e),this.write())},handleParallaxPreview(e=!0){const t=TVE.ClickedElement,s=TVE._type(t);e?(this.toggleElementComponents(!0,s),TVE.do_action(`tve.parallax.preview.enter.${s}`,t),TVE.inner.$body.addClass("tve-parallax-preview"),TVE.main.EditMode.enter(t,{show_default_message:!1,can_insert_elements:!1,restore_state:!0,view_label:TVE.t.scroll.preview,show_overlay:!0,body_class:"tve-parallax-preview edit-mode-active",overlayOffset:{top:0,left:0,width:0,height:0},callbacks:{before_exit:()=>{this.controls.ParallaxPreview.setChecked(!1),c.destroyScrollBehavior(),TVE.do_action(`tve.parallax.preview.exit.${s}`,t),this.toggleElementComponents(!1,s),this.editParallaxEffect.isOpen()&&(TVE.$body.removeClass("tve-parallax-preview"),this.editParallaxEffect.onCancel()),setTimeout(()=>{TVE.main.EditMode.in_edit()?TVE.Editor_Page.focus_element(t):(TVE.Editor_Page.focus_element(t.removeClass("edit_mode")),TVE.ElementEditIcons.reposition_icons(t),TVE.ElementEditIcons.show()),TVE.inner.$body.removeClass("tve-parallax-preview")},200)}}}),c.initSticky(TVE.Editor_Page.editor,!0),TVE.inner.$window.trigger("scroll")):TVE.$body.hasClass("tve-parallax-preview")&&TVE.main.EditMode.exit()},toggleElementComponents(e=!0,t){Object.keys(TVE.Elements[t].components).forEach(t=>{"scroll"!==t&&TVE.Components[t].$el.toggleClass("disabled-children",e)}),TVE.main.states_dropdown[e?"disable":"enable"](),this.controls.toggle.$el.toggleClass("tve-disabled",e),e?TVE.main.$el.on("mousedown.parallax-preview",".tve-component.disabled-children",e=>{if(TVE.main.EditMode.overlayClicked(e))return!1}):TVE.main.$el.off("mousedown.parallax-preview")}})}(jQuery)},25958:(e,t,s)=>{const i=s(36317),a=s(55007),l=s(48828),o=s(52306);e.exports=i.extend({template:TVE.tpl("controls/gradient-pattern"),_template:TVE.tpl("controls/drop-panel-light"),key:()=>"gradient-pattern",before_initialize(){this.defaults(),this.patterns=[{angle:"45deg",icon:"left-stripes"},{angle:"135deg",icon:"right-stripes"},{angle:"90deg",gutter1:"1px",gutter2:"3px",icon:"vertical-stripes"},{angle:"0deg",icon:"horizontal-stripes"},{size:"3px 3px",type:"repeating-radial-gradient",angle:"circle at center center",gutter1:"1px",gutter2:"100%",icon:"dots-stripes"}].map(function(e){return e.css=a(this.build_node(e.type,e.angle,null,e.gutter1,e.gutter2,e.size)),e},this)},defaults(){return this.values={index:0,color1:"rgba(148,163,176,.7)",css_variable:null},this},select(e,t){return TVE.SKIP_CSS_STATE=!0,this.$(".pattern-item").removeClass("selected"),t.classList.add("selected"),this.values.index=parseInt(t.getAttribute("data-index")),this.change(),!1},init_controls(){const e=this;this.controls={color1:new o({el:this.$(".color1")[0],model:this.color_options()})},this.controls.color1.input=this.controls.color1.change=function(t){TVE.SKIP_CSS_STATE=!0,e.values.color1=t?t.toString():"transparent",e.change()}},color_options:()=>({config:{label:"Color",options:{output:"object",hideOriginalInput:!1,showGradient:!1,showGlobals:!0,showAlpha:!0,allowEmpty:!0}}}),get_default_data(){return this.defaults(),this.dom(),this.flag_dom_skip=!0,this._get_default_data()},_get_default_data(){return this.build_node(this.patterns[this.values.index])},build_node(e,t,s,i,a,o){"object"==typeof e&&(t=e.angle,s=e.color1,i=e.gutter1,a=e.gutter2,o=e.size,e=e.type),s=s||this.values.color1;let c=null;TVE.isCssVariable(s)&&(c=s,s=TVE.getCssVariableValue(s));const n=l(s);return{type:e||"repeating-linear-gradient",orientation:t||"135deg",colorStops:[{type:"literal",transparent:"transparent"===s&&"transparent",value:n,css_variable:c},{type:"literal",transparent:"transparent"===s&&"transparent",value:n,length:i||"3px",css_variable:c},{type:"literal",transparent:"transparent",value:"transparent",length:i||"3px"},{type:"literal",transparent:"transparent",value:"transparent",length:a||"6px"}],size:o||"auto auto",repeat:"repeat"}},change(){this.model.set(this.build_node(this.patterns[this.values.index])),this.collection.trigger("change")},input(){},read(){const e=this.model.get("real_type")||this.model.get("type"),t=a(this.model.get("orientation")),s=this;_.every(this.patterns,function(i,a){return i.type=i.type||"repeating-linear-gradient",i.angle=i.angle||"135deg",i.type!==e||t!==i.angle||(s.values.index=a,!1)});const i=this.model.get("colorStops");s.values.color1=i[0].css_variable||i[0].transparent||i[0].value.toString(),s.values.css_variable=i[0].css_variable},dom(){return this.$(".pattern-item").removeClass("selected").get(this.values.index).classList.add("selected"),this.controls.color1.setValue(this.values.css_variable?this.values.css_variable:this.values.color1),this.controls&&this.controls.color1&&"function"==typeof this.controls.color1.after_update&&this.controls.color1.after_update(),this}})},25995:(e,t,s)=>{const i=s(16668),a=s(40521);e.exports=i.control.extend({template:TVE.tpl("lead-generation/number"),startingValue:null,minValue:null,maxValue:null,stepValue:1,decimalPrecision:0,stepperVal:0,after_initialize(){this.$dom={fields:this.$(".number-fields")},this.showInstructionTooltip=new a({tooltipElem:this.$(".tve-field-name-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/field-number-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),TVE.add_action("tve.lg.edit.input",e=>{const t=this.$(".min-field-placeholder").val(),s=this.$(".max-field-placeholder").val(),i=this.$(".starting-field").val(),a=this.$(".step-field").val(),l=this.$(".decimal-precision-field").val();if(e.hasClass("tve_lg_number")){let o="",c="",n="",r="Must be ";t&&s?parseInt(t)===parseInt(s)?o=t:(r+="between ",n=" and ",o=t,c=s):t?(r+="at least ",o=t):s&&(r+="at most ",c=s);const d=this.$(".tve-lg-field-show-instructions").is(":checked"),h=e.find(".tve-lg-textarea-counter");h.length&&h.remove(),d&&(t||s)&&e.append(`<div class="thrv_wrapper thrv_text_element tve-lg-textarea-counter"><div class="tcb-plain-text">${r}${o.length?`<span class="tve-fill-text-dynamic" contenteditable="false">${o}</span>`:""}${n}${c.length?`<span class="tve-fill-text-dynamic" contenteditable="false">${c}</span>`:""}</div></div>`);const p=e.find("input");p.attr("value",i),p.attr("min",t),p.attr("max",s),p.removeAttr("default-value"),p.attr("step",a),p.attr("data-precision",l);const g=e.hasClass("tcb-icon-display");d||g?(e.find(".thrv_icon").addClass("thrv_field_inner"),e.find("input").addClass("thrv_field_inner"),e.find(".thrv_field_inner").parent().hasClass("thrv_field_wrapper")||e.find(".thrv_field_inner").wrapAll('<div class="thrv_field_wrapper"></div>')):(e.find(".thrv_field_inner").parent().hasClass("thrv_field_wrapper")&&e.find(".thrv_field_inner").unwrap(),e.find(".thrv_icon").removeClass("thrv_field_inner"),e.find("input").removeClass("thrv_field_inner"))}}),TVE.add_action("tve.lg.changeType",(e,t,s=!1)=>{if("number"===t&&!s){this.$(".min-field-placeholder").val(null),this.$(".max-field-placeholder").val(null),this.$(".starting-field").val(null),this.$(".step-field").val(null);const t=0;this.$(".decimal-precision-field").val(t),this.$(".step-value").toggle(0===t),this.check_valid(e)}}),TVE.add_action("tve.lg.onOpen",e=>{const t=this;this.$(".min-field-placeholder").on("change",function(){t.check_valid(e)}),this.$(".max-field-placeholder").on("change",function(){t.check_valid(e)}),this.$(".starting-field").on("change",function(){t.check_valid(e)})})},update(e){if(!e)return;const t=e.find("input");this.$(".min-field-placeholder").val(t.attr("min")),this.$(".max-field-placeholder").val(t.attr("max")),this.$(".starting-field").val(t.val()),this.$(".step-field").val(t.attr("step"));const s=t.attr("data-precision");this.$(".decimal-precision-field").val(s),this.$(".step-value").toggle(0===parseInt(s)),this.check_valid(!1)},check_valid(e=!1){const t=this.$(".min-field-placeholder").val(),s=this.$(".max-field-placeholder").val(),i=this.$(".starting-field").val();let a=0;this.$(".lg-show-instructions-switch").toggle(1==(!!t||!!s)),this.$(".max-field-placeholder").removeClass("has-error"),this.$(".starting-field").removeClass("has-error"),e&&e.$(".btn-apply").removeClass("tcb-disabled"),t&&s&&parseInt(t)>parseInt(s)&&(this.$(".max-field-placeholder").addClass("has-error"),a=1),t&&s&&i&&(parseInt(t)<=parseInt(s)?(parseInt(i)>parseInt(s)||parseInt(i)<parseInt(t))&&(this.$(".starting-field").addClass("has-error"),a=1):parseInt(i)>parseInt(s)&&(this.$(".starting-field").addClass("has-error"),a=1)),e&&a&&e.$(".btn-apply").addClass("tcb-disabled")},openFieldNumberTooltip(){return this.showInstructionTooltip.isOpen()?this.showInstructionTooltip.onClose():this.showInstructionTooltip.open(null,this.showInstructionTooltip.tooltipElem),!1},changeDecimalPrecision(){const e=parseInt(this.$(".decimal-precision-field").val());let t=1/Math.pow(10,e);e||(t=null),this.$(".step-value").toggle(0===e),this.$(".step-field").val(t),this.$(".decimal-precision-field").val(e)}})},26500:(e,t,s)=>{!function(){const t=s(43821);e.exports=t.extend({updateOnMouseLeave:!1,extra_states:!0,controls_init(e){t.prototype.controls_init.call(this,e),e.ImageCaptionPosition.update=function(t){const s=t.attr("data-position")||"below";e.CaptionVerticalPosition.$el.toggle("inside"===s),this.setValue(s)},e.ImageCaptionPosition.change=function(t,s){const i=s.value,a="inside"===i,l=t.parents(".tve_image_caption ");l.removeClass("tve-image-caption-below tve-image-caption-above"),t.toggleClass("tve-image-caption-inside",a),a||l.addClass(`tve-image-caption-${i}`),t.attr("data-position",i),e.CaptionVerticalPosition.$el.toggle(a),TVE.do_action("tcb.image_caption.changed_position",t,i)},e.CaptionVerticalPosition.applyStyles=function(e,t){const s=t.getAttribute("data-value");e.removeClass("tcb-caption-top tcb-caption-center tcb-caption-bottom").addClass(`tcb-caption-${s}`),e.attr("data-alignment",s),TVE.do_action("tcb.image_caption.changed_alignment",e,s)},e.CaptionVerticalPosition.update=function(e){this.setActive(e.attr("data-alignment")||"")},e.TextAlign.applyStyles=function(e,t){this.applyElementCss({"text-align":t.getAttribute("data-value")},e)},e.TextAlign.update=function(){let e=this.applyTo().head_css("text-align",!1,this.config.css_suffix,!0);"start"===e&&(e="left"),this.setActive(e)},e.LineHeight.input=function(e,t){const s=TVE.ActiveElement.parents(TVE.identifier("image_gallery")),i=s.length?s.find(TVE.identifier("image_caption")):TVE.froala.get_block_element();this.applyElementCss({"line-height":t.value+this.getUM()+" !important"},i,"","",!0)},e.FontColor.update=function(e){this.setValue(e.tcbCss("color"))},TVE.add_filter("tcb.state.hide.animation.image_caption",()=>TVE.ActiveElement.parents(TVE.identifier("image_gallery")).length>0),TVE.add_filter("allow_dragenter",(e,t)=>(t.is(TVE.identifier("image_caption"))&&(e=!1),e)),TVE.main.on("device_hide_element",e=>{const t=TVE.ActiveElement.parents(TVE.identifier("image_gallery"));TVE.ActiveElement.is(TVE.identifier("image_caption"))&&t.length>0&&t.find(TVE.identifier("image_caption")).addClass(`tcb-${e}-hidden`)})},clear_formatting(){const e=TVE.froala.get_block_element(),t=e.parents(TVE.identifier("image_gallery"));if(e.removeAttr("data-css").removeAttr("style"),e.removeClass(function(e,t){return(t.match(/(^|\s)ttfm\S+/g)||[]).join(" ")}),t.length){const e=t.find(".wp-caption-text");e.removeAttr("style"),TVE.head_css_remove(e.attr("data-selector"),"_ALL",!0)}TVE.froala.editor.events.focus(),this.update()}})}()},26514:(e,t,s)=>{const i=s(59577);e.exports=i.extend({attach_collection(){return i.prototype.attach_collection.apply(this,arguments),this.collection},item_toggle(e,t){const s=t.checked,i={key:t.dataset.value},a=e.attr("data-icons-identifiers")?JSON.parse(e.attr("data-icons-identifiers")):{},l={renderAll:!0,linkNewTab:!0,linkNoFollow:!0};if(s){const t=this.collection.findWhere(i);l.name=t.get("label"),TVE.renderers.social_follow.renderItem(i,e,a[i.key]||"",l),t.set({checked:!0},{silent:!0})}else this.item_remove(e,t);this.$el.find(`[data-key=${t.dataset.value}]`).toggleClass("preview-check-item-disabled",!s),this.update(),TVE.Editor_Page.reposition_icons()},item_remove(e,t){const s=t.dataset.value;this.collection.findWhere({key:s}).set({checked:!1})}})},26632:(e,t,s)=>{const i=s(30718),a=s(54239),l=s(40521);e.exports=s(16668).component.extend({updateOnMouseLeave:!1,canChange:!1,potentialDisplayType:"",placeholder_action(){this.picker.open()},after_init(){this.picker=(new i).on_select(this.renderGallery,this),this.thumbnailSizeTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/thumbnail-size-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.thumbnailSizeTooltip.FORCE_CLOSE}),this.displayTypeTooltip||TVE.CONST.dismissed_tooltips.includes("displayTypeGallery")||(this.displayTypeTooltip=new TVE.Views.other.WarningTooltip({template:TVE.tpl("util/carousel-display-type-tooltip"),type:"displayTypeGallery",className:"tcb-tooltip-container tcb-display-type-tooltip",identifier:`${TVE.identifier("image_gallery")}${TVE.Models.CarouselManager.carouselSelector}`,control:this.controls.GalleryType,afterApplyChange:()=>{this.controls.GalleryType.setActive(this.potentialDisplayType,!0)}}),this.$el.find('[data-view="GalleryType"] .tve-btn-group').append(this.displayTypeTooltip.$el)),TVE.add_action("tcb.image.after_size_changed",e=>{const t=e.parents(TVE.identifier("image_gallery"));if(t.length){const s=parseInt(t.width()),i=parseInt(e.width()),a=parseInt(s/i);this.controls.Columns.setValue(a),this.controls.Columns.change(t,this.controls.Columns.$el.find(".tve-slider")[0]),TVE.Components.image._getSizes(e),TVE.Components.image.resizeHandler()}}),TVE.add_action("tcb.image_caption.changed_position",(e,t)=>{const s=e.parents(TVE.identifier("image_gallery"));s.find(TVE.identifier("image")).each((e,i)=>{const a=TVE.Components.image_caption.controls.ImageCaptionPosition,l=TVE.inner_$(i),o=l.find(TVE.identifier("image_caption")),c=l.find("img").height();t&&t!==o.attr("data-position")&&a.change(o,a.$el.find("select")[0]),"inside"===t&&"false"===s.attr("data-crop-images")&&"grid"===s.attr("data-type")&&o.css({"--tve-center-image":c/2+"px"})}),this.applyLayout(e.parents(TVE.identifier("image_gallery")),!1)}),TVE.add_action("tcb.image_caption.changed_alignment",(e,t)=>{e.parents(TVE.identifier("image_gallery")).find(TVE.identifier("image")).each((e,s)=>{const i=TVE.Components.image_caption.controls.CaptionVerticalPosition,a=TVE.inner_$(s).find(TVE.identifier("image_caption"));"inside"===a.attr("data-position")&&t&&t!==a.attr("data-alignment")&&i.applyStyles(a,i.$el.find(".tve-btn-group .active")[0])})}),TVE.add_action("tcb.image.style_change",e=>{const t=e.closest(TVE.identifier("image_gallery"));if(t.length){const s=(e[0].className.match(/(^|\s)img_style_\S+/g)||["no_style"]).join(" ");t.find(TVE.identifier("image")).removeClassContaining(/img_style_(\w+)/),t.find(".tve_image_frame").removeClassContaining(/img_style_(\w+)/).addClass(s)}}),TVE.add_action("tcb.image.overlay.change",e=>{const t=e.closest(TVE.identifier("image_gallery"));if(t.length){const s=e.find(".tve-image-overlay");s.length?s.insertAfter(t.find("img.tve_image")):t.find(".tve-image-overlay").remove()}}),TVE.add_action("tcb.animations.after_apply",()=>{if(this.gallery&&TVE.ActiveElement.closest(TVE.identifier("image_gallery")).length){const e=TVE.ActiveElement.is(TVE.identifier("image")),t=this.gallery.getAnimationsClasses(TVE.ActiveElement),s=this.gallery.getAnimationsClasses(TVE.ActiveElement.find("img")),i=e?TVE.ActiveElement.find("img").attr("data-tcb-events"):TVE.ActiveElement.attr("data-tcb-events");if(t.length){const a=e?this.gallery.$element.find(TVE.identifier("image")):this.gallery.$element.find(TVE.identifier("image_caption"));a.addClass(t),e?a.find("img").addClass(s).attr("data-tcb-events",i):a.attr("data-tcb-events",i)}}}),TVE.add_action("tcb.froala.typing_ended",e=>{if(e&&e.is(TVE.identifier("image_caption"))&&e.parents(TVE.identifier("image_gallery")).length){const t=e.parents(TVE.identifier("image_gallery"));if(e.parents(TVE.identifier("image")).attr("data-caption",e.text().trim()),"carousel"===t.attr("data-type")){const s=e.parents(".tve_image_caption"),i=s.attr("data-id"),a=t.find(`.tve_image_caption[data-id="${i}"]`).filter((e,t)=>!TVE.inner_$(t).is(s));a.attr("data-caption",e.text().trim()),a.find(".wp-caption-text").text(e.text().trim())}}}),TVE.add_action("tcb.froala.blur",()=>{if(TVE.ActiveElement&&TVE.ActiveElement.length){const e=TVE.ActiveElement.parents(TVE.identifier("image_gallery")),t=TVE.ActiveElement.attr("style");t&&TVE.ActiveElement.is(TVE.identifier("image_caption"))&&e.length&&e.find(`${TVE.identifier("image_caption")}:not(.edit_mode)`).each((e,s)=>{TVE.inner_$(s).attr("style",t)})}}),TVE.add_action("tcb.contentbox.resized_width",this.updateGalleriesMasonry.bind(this)),TVE.add_action("tcb.section.resized",this.updateGalleriesMasonry.bind(this)),TVE.add_action("tcb.section.inherit.change",this.updateGalleriesMasonry.bind(this));const e=e=>{const t=e.parents(TVE.identifier("image_gallery")),s=TVE.identifier(TVE._type(e));t.length&&(e=t.find(s),"carousel"===t.attr("data-type")&&(e=s.includes(".wp-caption-text")?e.parents(".slick-active").find(".wp-caption-text"):e.filter(".slick-active")),e.addClass("tcb_similar_edit"))};TVE.add_action("tcb.element.selected.image",e),TVE.add_action("tcb.element.selected.image_caption",e),TVE.add_filter("tcb.state.hide.animation.image",(e,t)=>TVE.ActiveElement.parents(TVE.identifier("image_gallery")).length>0?"hover"!==t:e),TVE.add_action("tcb.state.change.image",e=>{TVE.ActiveElement.parents(TVE.identifier("image_gallery")).length>0&&"default"===e&&TVE.Components.animation.$el.addClass("tcb-hidden")}),TVE.add_filter("tcb.image.image_height_update",e=>(TVE.ActiveElement.parents(TVE.identifier("image_gallery")).length>0&&e>.9&&(e=1),e)),TVE.add_filter("tcb.image.style_update",e=>(e.parents(TVE.identifier("image_gallery")).length>0&&(e=e.find(".tve_image_frame")),e)),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.hasClass("tcb-image-gallery")||(t=t.find(".tcb-image-gallery")),t.each((e,t)=>{new TVE.inner.window.TCB_Front.ImageGallery(TVE.inner_$(t),!0).updateDataSelectors()})}),TVE.add_filter("tve.duplicate_elem.regenerate_css_selectors",e=>`${e}, ${TVE.identifier("image_gallery")}`),TVE.add_action("tve.imported_content",e=>{e.find(TVE.identifier("image_gallery")).addBack(TVE.identifier("image_gallery")).each((e,t)=>{this.initElementGallery(TVE.inner_$(t))})}),TVE.add_action("tcb_after_cloud_template_css_inserted",this.updateGalleriesMasonry.bind(this)),TVE.add_action("tcb.content_layout_max_width.change",this.updateGalleriesMasonry.bind(this)),TVE.add_filter("tcb.link_changed",(e,t)=>{const s=t.parents(TVE.identifier("image_gallery"));if(s.length&&(t.hasClass("slick-cloned")||t.parents(".slick-cloned").length)){const i=t.attr("data-id");(t=s.find(`.tve_image_caption img[data-id=${i}]`).not(t)).each((e,t)=>{const s=TVE.inner_$(t);s.wrapAll('<a href=""></a>').parent(),s.attr("data-link-wrap",!0)}),e=s.find(`img[data-id=${i}]`).parent("a")}return e}),TVE.add_filter("tve.carousel_dots.color_prefix",(e,t)=>(t.parents(TVE.identifier("image_gallery")).length&&(e=TVE.identifier("image_gallery")),e));const t=()=>{TVE.Editor_Page.editor.find('.tcb-image-gallery[data-type="carousel"]').each((e,t)=>{["d","t","m"].forEach(e=>{t.style.setProperty(`--tcb-cwv-height-${e}`,"");const s=t.getAttribute(`data-cwv-height-${e}`);s&&t.style.setProperty(`--tcb-cwv-height-${e}`,`${s}px`)})})};TVE.add_filter("editor_loaded_callback",t),TVE.add_action("tcb.insert_content_template",t);const s=e=>{const t=TVE.inner_$(`<div>${e}</div>`);return t.find(TVE.identifier("image_gallery")).remove(),t[0].innerHTML};TVE.add_filter("tcb.post_list_article.sync.tcb_post_content",s),TVE.add_filter("tve.post_list.post_content",s),TVE.add_filter("tcb.carousel_manager.element_instance.image_gallery",(e,t)=>new TVE.inner.window.TCB_Front.ImageGallery(t,!0)),TVE.add_action("tcb.element.focus",e=>{this.applyDeviceSpecificHeight(e)}),TVE.add_action("device_change",({device:e})=>{this.isActiveCarouselGallery()&&(this.controls.GalleryImageHeight.update(TVE.ActiveElement),this.applyDeviceSpecificHeight(TVE.ActiveElement)&&(this.handleImageCroppingAdjustments(TVE.ActiveElement),this.updateCarouselLayout(TVE.ActiveElement)))})},getDeviceSpecificHeight(e,t=null){if(!e||"carousel"!==e.attr("data-type"))return null;const s="desktop"===(t=t||TVE.main.device)?"d":"tablet"===t?"t":"m";return e.attr(`data-cwv-height-${s}`)},isActiveCarouselGallery:()=>TVE.ActiveElement&&TVE.ActiveElement.hasClass("tcb-image-gallery")&&"carousel"===TVE.ActiveElement.attr("data-type"),handleImageCroppingAdjustments(e){this.getDeviceSpecificHeight(e)&&e.find(TVE.identifier("image")).each((e,t)=>{const s=TVE.inner_$(t),i=s.find("img"),a=s.attr("data-id"),l=i.attr("width")/i.attr("height"),o=s.height()*l;this.controls.GalleryImageHeight.applyElementCss({"--tcb-gallery-crop-width":o+"px"},i,"",`.tve_image_caption[data-id="${a}"] `)})},updateCarouselLayout(e){this.updateThumbnails(e),setTimeout(()=>{this.carouselLayout(e),this.controls.GalleryImageHeight.update(e)},50)},setDeviceSpecificHeight(e,t,s=null){if("carousel"!==e.attr("data-type"))return;const i="desktop"===(s=s||TVE.main.device)?"d":"tablet"===s?"t":"m";e.attr(`data-cwv-height-${i}`,t),this.controls.GalleryImageHeight.applyElementCss({[`--tcb-cwv-height-${i}`]:`${t}px`},e,"","")},applyDeviceSpecificHeight(e){if(!e||!e.hasClass("tcb-image-gallery")||"carousel"!==e.attr("data-type"))return!1;const t=this.getDeviceSpecificHeight(e);if(t){this.controls.GalleryImageHeight.applyElementCss({"--tcb-gallery-crop-size":t+"px","min-height":t+"px"},e,"","");const s=e.find(".tcb-image-gallery-container, .tcb-carousel-container");return s.length&&this.controls.GalleryImageHeight.applyElementCss({"min-height":t+"px"},s,"",""),!0}{this.controls.GalleryImageHeight.applyElementCss({"min-height":""},e,"","");const t=e.find(".tcb-image-gallery-container, .tcb-carousel-container");return t.length&&this.controls.GalleryImageHeight.applyElementCss({"min-height":""},t,"",""),!1}},controls_init(e){const t=this;TVE.main.on("before_device_change",()=>{[...TVE.inner_$(TVE.identifier("image_gallery")+'[data-type="carousel"]')].sort(e=>e.classList.contains("edit_mode")?1:-1).forEach(e=>{setTimeout(()=>{TVE.Components.carousel.carouselManager.addDotsResponsiveClasses(TVE.inner_$(e))},100)})}),TVE.main.on("after_device_change",()=>{[...TVE.inner_$(TVE.identifier("image_gallery")+'[data-type="carousel"]')].sort(e=>e.classList.contains("edit_mode")?1:-1).forEach(e=>{setTimeout(()=>{this.applyLayout(TVE.inner_$(e))},100)})}),e.GalleryType.change=(t,s)=>{const i=t.attr("data-type"),a=s.dataset.value;if("carousel"!==a&&"carousel"===i&&this.displayTypeTooltip&&!this.displayTypeTooltip.canChange){const t=e.GalleryType.$el.find(".tve-btn-group").offset().top+20;this.displayTypeTooltip.display(t,6),this.potentialDisplayType=a}else t.attr("data-type",a),a.includes("Masonry")&&TVE.Components.layout.controls.Alignment.setActive("none",!0),"carousel"===a?TVE.Components.carousel.carouselManager.resetCarouselSettings():["d","t","m"].forEach(e=>{t.removeAttr(`data-cwv-height-${e}`),this.controls.GalleryImageHeight.applyElementCss({[`--tcb-cwv-height-${e}`]:""},t,"","")}),TVE.Components.carousel.$el.toggle("carousel"===a),TVE.Components.carousel.toggleDropdown("docked",!1),this.applyLayout(t,!0),this.updateControls()},e.GalleryType.update=function(e){this.setValue(e.attr("data-type"))},e.ShowCaptions.change=(e,t)=>{const s=e.data("gallery");e.attr("data-caption",t.checked),s.render(),this.applyLayout(e,!1)},e.ShowCaptions.update=function(e){this.setValue("true"===e.attr("data-caption"))},e.ShowCaptionsInLightbox.change=(e,t)=>{const s=e.data("gallery");e.attr("data-caption-lightbox",t.checked),s.render(),this.applyLayout(e,!1)},e.ShowCaptionsInLightbox.update=function(e){this.setValue("true"===e.attr("data-caption-lightbox"))},e.Columns.input=function(e,s){this.applyElementCss({"--tve-gallery-columns":s.value},e,"",""),t.applyLayout(e,!1)},e.Columns.update=function(e){this.setValue(e.tcbCss("--tve-gallery-columns"))},e.HorizontalSpace.input=function(e,s){this.applyElementCss({"--tve-gallery-horizontal-space":s.value+"px"},e,"",""),e.attr("data-type").includes("verticalMasonry")&&t.applyLayout(e,!1)},e.HorizontalSpace.update=function(e){this.setValue(e.tcbCss("--tve-gallery-horizontal-space"))},e.HorizontalSpace.change=e.Columns.change=function(e){a.prototype.change.apply(this,arguments),"carousel"!==e.attr("data-type")?t.updateThumbnails(e):t.carouselLayout(e)},e.ColumnHeight.input=function(e,s){this.applyElementCss({"--tve-gallery-column-height":s.value+"px"},e,"",".tcb-image-gallery"),t.applyLayout(e,!1)},e.ColumnHeight.update=function(e){this.setValue(e.tcbCss("--tve-gallery-column-height"))},e.Gutter.input=function(e,s){this.applyElementCss({"--tve-gallery-gutter":s.value+"px"},e,"",""),t.applyLayout(e,!1)},e.Gutter.update=function(e){this.setValue(e.tcbCss("--tve-gallery-gutter"))},e.VerticalSpace.input=function(e,s){this.applyElementCss({"--tve-gallery-vertical-space":s.value+"px"},e,"",""),t.applyLayout(e,!1)},e.VerticalSpace.update=function(e){this.setValue(e.tcbCss("--tve-gallery-vertical-space"))},e.ClickBehavior.change=(t,s)=>{const i=t.data("gallery");t.attr("data-click-behavior",s.value),"fullscreen"===s.value?t.addClass("tcb-update-fullscreen"):t.removeClass("tcb-update-fullscreen"),i.render(),this.applyLayout(t,!1),e.FullscreenSize.$el.toggle("fullscreen"===s.value),e.ShowCaptionsInLightbox.$el.toggle("fullscreen"===s.value)},e.ClickBehavior.update=function(e){let t=e.attr("data-click-behavior");"carousel"!==e.attr("data-type")||e.hasClass("tcb-update-fullscreen")||(t="none"),this.setValue(t)},e.ThumbnailSize.change=(t,s)=>{const i=t.data("gallery");t.attr("data-thumbnail-size",s.value),"auto"===s.value&&TVE.page_message(TVE.t.reloadingImages,-2),i.render(),t.hasClass("tcb-gallery-crop")&&e.GalleryImageHeight.input(t,e.GalleryImageHeight.$el.find("input")[0]),this.applyLayout(t,!1)},e.ThumbnailSize.update=function(e){this.setValue(e.attr("data-thumbnail-size"))},e.ThumbnailSize.openTooltip=()=>(TVE.Views.Controls.DropPanel.close_all(),this.thumbnailSizeTooltip.isOpen()?this.thumbnailSizeTooltip.onCancel():this.thumbnailSizeTooltip.open(null,this.$(".tve-select-info")),!1),e.CropImages.change=(s,i)=>{s.attr("data-crop-images",i.checked),this.cropImages(s,i.checked),e.GalleryImageHeight.$el.toggle(i.checked),t.$(".tve-crop-info").toggle(i.checked),i.checked&&e.GalleryImageHeight.input(s,e.GalleryImageHeight.$el.find("input")[0]),e.GalleryImageHeight.update(s)},e.CropImages.update=function(e){this.setValue("true"===e.attr("data-crop-images"))},e.GalleryImageHeight.input=function(e,s){if(this.applyElementCss({"--tcb-gallery-crop-size":s.value+"px"},e,"",""),t.setDeviceSpecificHeight(e,s.value),"carousel"===e.attr("data-type")){this.applyElementCss({"min-height":s.value+"px"},e,"","");const t=e.find(".tcb-image-gallery-container, .tcb-carousel-container");t.length&&this.applyElementCss({"min-height":s.value+"px"},t,"","")}e.find(TVE.identifier("image")).each((e,s)=>{const i=TVE.inner_$(s),a=i.find("img"),l=i.attr("data-id"),o=a.attr("width")/a.attr("height"),c=i.height()*o;this.applyElementCss({"--tcb-gallery-crop-width":c+"px"},a,"",`.tve_image_caption[data-id="${l}"] `),a.hasClass("tcb-moved-image")&&t.handleImageMargins(i,this.currentEventType)}),t.updateThumbnails(e)},e.GalleryImageHeight.change=function(e){a.prototype.change.apply(this,arguments),"carousel"===e.attr("data-type")&&t.carouselLayout(e)},e.GalleryImageHeight.update=function(e){let s=e.tcbCss("--tcb-gallery-crop-size");const i=t.getDeviceSpecificHeight(e);if(i&&(s=i+"px","carousel"===e.attr("data-type"))){this.applyElementCss({"min-height":i+"px"},e,"","");const t=e.find(".tcb-image-gallery-container, .tcb-carousel-container");t.length&&this.applyElementCss({"min-height":i+"px"},t,"","")}if(this.setValue(s),s&&/^-?\d+px$/.test(s)){const e=parseInt(s);isNaN(e)||this.$(".tve-slider").val(e)}},e.FullscreenSize.change=(e,t)=>{const s=e.data("gallery");e.attr("data-fullscreen-size",t.value),s.render(),this.applyLayout(e,!1)},e.FullscreenSize.update=function(e){this.setValue(e.attr("data-fullscreen-size"))}},before_update(){const e=this.$el.find(".tcb-image-count");this.gallery=TVE.ActiveElement.data("gallery"),TVE.ActiveElement.hasClass("tcb-elem-placeholder")?(this.gallery=null,e.removeClass("has-images")):this.gallery||this.initElementGallery();const t=this.gallery.isCarousel()?TVE.ActiveElement.find(".slick-slide:not(.slick-cloned) .tve_image_caption,.tve_image_caption.slick-slide:not(.slick-cloned)").length:TVE.ActiveElement.find(TVE.identifier("image")).length;t&&e.addClass("has-images").find(".count").html(t),this.picker.requestMissingImages(TVE.ActiveElement)},initElementGallery(e=TVE.ActiveElement){this.gallery=new TVE.inner.window.TCB_Front.ImageGallery(e,!0),this.gallery.readImagesFromElement(),e.data("gallery",this.gallery)},after_update(){this.updateControls()},updateControls(){const e=this.controls.GalleryType.getValue(),t=this.controls.ClickBehavior.getValue(),s=this.controls.CropImages.getValue(),i="grid"===e,a="horizontalMasonry"===e,l="carousel"===e,o=TVE.Components.carousel.controls.Fade.getValue();this.controls.Columns.$el.toggle(!a&&!l),this.controls.VerticalSpace.$el.toggle(!a&&!l),this.controls.HorizontalSpace.$el.toggle(!a),this.controls.ColumnHeight.$el.toggle(a),this.controls.Gutter.$el.toggle(a),this.controls.CropImages.$el.toggle(i||l),this.$(".tve-crop-info").toggle(s&&i),this.controls.FullscreenSize.$el.toggle("fullscreen"===t),this.controls.ShowCaptionsInLightbox.$el.toggle("fullscreen"===t),this.controls.GalleryImageHeight.$el.toggle(s&&(i||l)),e.includes("Masonry")&&TVE.Components.layout.disable_controls(["Alignment",...TVE.Elements.image_gallery.components.layout.disabled_controls]),this.$("hr:last").toggle(l),this.controls.HorizontalSpace.$el.toggleClass("tcb-disabled",l&&o)},_addDefaultData(e){e.attr({"data-type":"grid","data-click-behavior":"none","data-thumbnail-size":"auto","data-fullscreen-size":"medium","data-crop-images":"true"})},_addDefaultCss(e){const t=e.find(".tve_image_caption").length;e.head_css({"--tve-gallery-columns":t>4?4:t})},renderGallery(e){const t=TVE.ActiveElement.hasClass("tcb-elem-placeholder");this.gallery||(this.gallery=new TVE.inner.window.TCB_Front.ImageGallery(TVE.ActiveElement,!0),TVE.ActiveElement.data("gallery",this.gallery)),t&&this._addDefaultData(TVE.ActiveElement),this.gallery.setImages(e).render(!1),TVE.Editor_Page.selection_manager.select_element(TVE.ActiveElement),t&&(this._addDefaultCss(TVE.ActiveElement),TVE.Components.carousel.carouselManager.resetCarouselSettings()),this.applyLayout(TVE.ActiveElement,!0),this.gallery.updateDataSelectors(),this.$(".tcb-image-count .count").html(e.length)},applyLayout(e,t=!0){const s=(e.attr("data-type")||"grid")+"Layout",i="true"===e.attr("data-crop-images")&&("gridLayout"===s||"carouselLayout"===s);t&&this.resetLayout(e),"function"==typeof this[s]&&this[s](e),this.cropImages(e,i)},resetLayout(e){const t=e.find(".tcb-image-gallery-container");if(e.removeClass("tcb-gallery-crop"),t.hasClass("masonry")||t.data("masonry")){try{t.masonry("destroy")}catch(e){}t.removeAttr("data-masonry"),e.find(".tve_image_caption.thrv_wrapper").removeAttr("style")}if(t.hasClass("justified-gallery")&&t.justifiedGallery("destroy"),t.hasClass("slick-slider")){TVE.Components.carousel.carouselManager.updateCarouselSettings(e);try{t.slick("unslick")}catch(e){}t.removeAttr("data-carousel-settings").addClass("tve-prevent-content-edit"),t.find(".slick-list").removeClass("tve-prevent-content-edit")}e.head_css({"--tcb-gallery-crop-size":""}),TVE.Components.layout.disable_controls(TVE.Elements.image_gallery.components.layout.disabled_controls)},verticalMasonryLayout:e=>{const t={itemSelector:".thrv_wrapper.tve_image_caption",gutter:0,transitionDuration:0},s=e.find(".tcb-image-gallery-container");s.data("masonry",!1).masonry(t),s.attr("data-masonry",JSON.stringify(t)),TVE.Components.layout.disable_controls(["Alignment",...TVE.Elements.image_gallery.components.layout.disabled_controls])},horizontalMasonryLayout(e){const t=e.find(".wp-caption-text").height()||0;e.find(".tcb-image-gallery-container").justifiedGallery({selector:".tve_image_caption.thrv_wrapper",rowHeight:parseInt(this.controls.ColumnHeight.getValue())+t+"px",lastRow:"nojustify",margins:this.controls.Gutter.getValue()}).off("jg.complete").on("jg.complete",()=>{if(e.find(".tcb-image-gallery-container .wp-caption-text").length){const s=e.find(".tve_image_caption.thrv_wrapper").height()||0;e.find(".tcb-image-gallery-container").css("min-height",s+t+"px")}}),TVE.Components.layout.disable_controls(["Alignment",...TVE.Elements.image_gallery.components.layout.disabled_controls])},carouselLayout(e){TVE.Components.carousel.carouselManager.updateCarouselSettings(e),TVE.Components.carousel.carouselManager.applyCarousel(TVE.Components.carousel.carouselManager.carouselSettings,e),this.applyDeviceSpecificHeight(e)},cropImages(e,t=!0){if(t){this.controls.GalleryImageHeight.getValue()||this.controls.GalleryImageHeight.update(e);let t=this.controls.GalleryImageHeight.getValue();if(!t){const s=this.getDeviceSpecificHeight(e);s&&(t=s)}const s=(t||this.findSmallestHeight(e))+"px";this.controls.VerticalSpace.applyElementCss({"--tcb-gallery-crop-size":s},e,"","")}else this.controls.GalleryImageHeight.applyElementCss({"margin-top":"","margin-left":""},e.find("img"),"","");"true"===e.attr("data-caption")&&"grid"===e.attr("data-type")&&this.updateImageCenter(e,t),e.tcbToggleClass("tcb-gallery-crop",t)},findSmallestHeight(e){let t=e.height();return e.find("img").each((e,s)=>{const i=TVE.inner_$(s).height();i<t&&(t=i)}),parseInt(t)},updateThumbnails(e){if("auto"===e.attr("data-thumbnail-size")){const t=e.data("gallery");t&&t.oldImageSize!==t.getImageSize()&&(t.render(),this.applyLayout(e,!1),TVE.page_message(TVE.t.reloadingImages,-2))}},updateImageCenter(e,t){const s=e.find(TVE.identifier("image"));t?s.find(TVE.identifier("image_caption")).css({"--tve-center-image":"50%"}):s.each((e,t)=>{const s=TVE.inner_$(t),i=s.find("img").height();s.find(TVE.identifier("image_caption")).css({"--tve-center-image":i/2+"px"})})},handleImageMargins(e,t){const s=e.find(".tve_image_frame").height(),i=e.outerWidth(),a=e.find("img"),l=a.outerHeight(),o=a.outerWidth();if("input"===t){let e=i-o,t=s-l;const c=parseInt(a.mediaAttr("ml"))||0,n=parseInt(a.mediaAttr("mt"))||0,r=this.controls.GalleryImageHeight.getValue();r<100?("true"===a.mediaAttr("center-v")?t=Math.round(t/2):n&&(t=Math.max(n,t)),e=0):r>100&&("true"===a.mediaAttr("center-h")?e=Math.round(e/2):c&&(e=Math.max(c,e)),t=0),e=Math.min(0,e),t=Math.min(0,t),e!==c?(this.controls.GalleryImageHeight.applyElementCss({"margin-left":`${e}px`},a,"","",!0),a.mediaAttr("ml",e)):t!==n&&(this.controls.GalleryImageHeight.applyElementCss({"margin-left":`${e}px`},a,"","",!0),a.mediaAttr("mt",t))}else this.controls.GalleryImageHeight.applyElementCss({"margin-top":`${a.mediaAttr("mt")}px`,"margin-left":`${a.mediaAttr("ml")}px`},a,"","",!0)},enterEditMode(){this.$imageGallery=TVE.ActiveElement,this.gallery.isCarousel()?this.$imageGallery.find(".slick-list").removeClass("tve-prevent-content-edit"):this.$imageGallery.find(".tcb-image-gallery-container").removeClass("tve-prevent-content-edit"),this.$imageGallery.find(TVE.identifier("image_caption")).removeClass("tcb-permanently-hidden");const e=!this.gallery.hasLightbox();TVE.Components.image.controls.ToggleURL.$el.toggle(e),TVE.main.EditMode.enter(TVE.ActiveElement,{show_default_message:!0,can_insert_elements:!1,restore_state:!0,blur:!0,element_selectable:!1,callbacks:{exit:()=>{this.$imageGallery.find(TVE.identifier("image_caption")).each((e,t)=>{const s=t.innerText;s&&!s.trim().length&&t.classList.add("tcb-permanently-hidden")}),this.$imageGallery.find(".slick-list").length?(this.$imageGallery.find(".slick-list").addClass("tve-prevent-content-edit"),TVE.Components.carousel.carouselManager.applyCarousel(TVE.Components.carousel.carouselManager.carouselSettings,this.$imageGallery,!0)):this.$imageGallery.find(".tcb-image-gallery-container").addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(this.$imageGallery),delete this.$imageGallery}}})},updateGalleriesMasonry(e){e.find(TVE.identifier("image_gallery")).addBack(TVE.identifier("image_gallery")).each((e,t)=>this.applyLayout(TVE.inner_$(t),!1))}})},26671:(e,t,s)=>{e.exports=s(20583).base.extend({chooseLink(e){switch(e.currentTarget.classList[0]){case"knowledge-base":window.open("https://thrivethemes.com/docs/");break;case"thrive-university":window.open("https://thrivethemes.com/university/");break;case"support":window.open("https://thrivethemes.com/support")}}})},26672:e=>{var t;t=jQuery,e.exports=Backbone.Model.extend({fetch(e,s){if(!(s=_.extend(s||{},{force_fetch:!1})).force_fetch&&this.has(e)){const s=t.Deferred();return s.resolve({success:!0,templates:this.get(e)}),s}const i=TVE.apply_filters("template_store_fetch_ajax_action",{action:"cloud_content_templates",type:e}),a=TVE.ajax_data(i.action,"get",TVE.apply_filters("template_store_fetch_ajax_data",{type:e}));return delete a.error,t.ajax(a).done(t=>{t.success&&(t.templates=TVE.apply_filters("tcb.cloud_templates."+e,t.templates||[],e),this.set(e,t.templates))}).fail(t=>{"menu"===e&&TVE.page_message(TVE.getDetailedErrorMessage(t),"error_save","",!1)})},deleteTemplate(e){this.unset(e)},download(e){const s=t.Deferred(),i=this.get("type"),a="template_"+i+e,l=TVE.apply_filters(`tcb.cloud_template.${i}.allow_cache`,!0),o=e=>(l&&this.set(a,e),s.resolve({success:!0,data:e}),s);if(this.get(a))return o(this.get(a));const c=TVE.apply_filters("tcb.cloud_template."+i,!1,e);if(!1!==c)return o(c);const n=TVE.apply_filters("template_store_download_ajax_action",{action:"cloud_content_template_download",type:this.get("type")});let r=TVE.ajax_data(n.action,"get",{id:e,type:this.get("type"),post_id:TVE.CONST.post_id});return delete r.error,r=TVE.apply_filters("tcb.cloud_template_download_params",r),t.ajax(r).done(e=>{e.success&&l&&this.set(a,e.data)})}})},26843:e=>{function t(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function s(e){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach(function(t){i(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}function i(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const a={tags:!1,multiple:!0,placeholder:"",minimumResultsForSearch:0,maximumSelectionLength:10,ajax:{headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},cache:!0,delay:250,quietMillis:250,url:"",method:"GET",data:{},processResults:e=>{const t=[];return e.forEach(e=>{t.push({id:e.value,value:e.value,text:e.label})}),{results:t}}}},l={getDefaultOptions:e=>s(s({},a),e),initSelect2(e,t,s,i=""){e.data("select2")&&(e.off("select2:select select2:unselect select2:open"),e.select2("destroy"),e.empty()),e.select2(t).on("select2:open",()=>{t.onOpen&&"function"==typeof t.onOpen&&t.onOpen()}).on("select2:select",e=>s(e,i)).on("select2:unselect",e=>{e.params.originalEvent&&(e.params.originalEvent.stopPropagation(),s(e,i))})},closeSelect2:e=>{e&&e.length&&e.data("select2")&&e.select2("close")}};e.exports=l},27019:e=>{e.exports={update(e,t,s){this.$select=this.$dom.find(".font-select"),this.font=this.fonts[t],this.validate()&&s&&this.css(e)},validate(){return!(!this.font||!this.font.family)},get_target(e){if(e.closest(".tve-landing-page-text-preview").length)return e;const t=TVE.ELEM.text+",span";return e.find(t)},css(e){let t=e.applyTo();return e.seems_custom=!0,t.head_css({"font-family":""},null,"",!0,""),TVE.froala.has_selection()?TVE.froala.exec("format.apply","span",{class:this.font.class}):(t=this.remove_classes(t),t.addClass(this.font.class)),e.set(this.font.family),this.font.family},setValue(e){this.$select&&this.$select.val(e)},reset(){},remove_classes(e){return setTimeout(function(){TVE.Editor_Page.reposition_icons()},100),this.get_target(e).removeClass(function(e,t){return(t.match(/(^|\s)ttfm\S+/g)||[]).join(" ")})}}},27041:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){function i(e){return TVE.Base64.encode(TVE.serialize(e))}TVE.CFErrorMessages=s(51857);const l=s(16668),o=s(86408),c=s(42146),n=s(96769),r=new Backbone.Collection({}),d=Backbone.Model.extend({defaults:()=>({error_messages:{email:TVE.t.cf_errors.email.text,phone:TVE.t.cf_errors.phone.text,url:TVE.t.cf_errors.url.text,required:TVE.t.cf_errors.required.text},to_email:{to:TVE.CONST.current_user.email,subject:TVE.t.cf_defaults.email_subject},submit:{action:"reload",send_confirmation_email:!1,sender_personalized:!1,confirmation_subject:TVE.t.cf_defaults.confirmation_subject,confirmation_message:TVE.t.cf_defaults.confirmation_email,from_name:TVE.CONST.site_title,from_email:TVE.CONST.current_user.email,reply_to:TVE.CONST.current_user.email,url:"",notification:TVE.t.cf_defaults.notification}}),input_config_name:"config",input_selector:'input[name="config"]',$element:null,write(){if(!this.$element)return;let e=this.$element.find(this.input_selector);e.length<=0&&(e=t('<input type="hidden" name="'+this.input_config_name+'"/>'),this.$element.find("form").append(e)),e.attr("value",i(this.attributes))},read(){this.clear({silent:!0}),this.attributes=this.defaults();const e=this.$element.find(this.input_selector);var t;e.length&&e.val()&&this.set((t=e.val(),TVE.unserialize(TVE.Base64.decode(t))),{silent:!0})},update(){this.$element=TVE.ActiveElement,this.$element.is(".thrv-contact-form")&&(this.read(),0===this.$element.find(this.input_selector).length&&this.write())}});e.exports=l.component.extend({updateOnMouseLeave:!1,settings:null,default_item:TVE.tpl("controls/contact-form/default-cf-item"),recaptcha_item:TVE.tpl("controls/contact-form/recaptcha-cf-item"),default_item_params:{input_css:"",label_css:"",wrapper_css:"",label:"First Name",item_type:"first_name"},recaptcha_item_params:{theme:"light",size:"normal"},used_form_fields:[],show_required_marks:!1,initialize(e){this.config=e.config,this.cf_item_dropdown=new o({config:this.config.FieldsControl.config,collection:r}),this.settings=new d,this.settings.on("change",function(){this.write()}),l.component.prototype.initialize.apply(this,arguments),TVE.add_filter("selectors_no_clone",function(e){return e+", .tve-cf-item label, .tve-cf-input"}),TVE.add_filter("selectors_no_delete",function(e){return e+", .tve-cf-item label, .tve-cf-input"}),TVE.add_filter("selectors_no_save",function(e){return e+", .tve-cf-item label, .tve-cf-input"})},controls_init(){const e=this;this.controls.FieldsControl.attach_collection(r),this.listenTo(r,"change",_.bind(function(){const e=[];r.each(function(t){e.push(t.get("item").clone())},this),TVE.ActiveElement.find(".tve-cf-item").each(function(s,i){t(i).html(e[s].html()).attr("class",e[s].attr("class")).attr("data-css",e[s].attr("data-css"))},this),this.controls.FieldsControl.update(TVE.ActiveElement)},this)),this.listenTo(r,"remove",_.bind(function(e){const t=e.get("item");t instanceof jQuery&&t.remove(),this.used_form_fields=_.without(this.used_form_fields,e.get("type")),this.check_collection_length(),this.check_all_fields_added()},this)),this.controls.FieldsControl.update=function(t){t=t||TVE.ActiveElement;const s=[],i=t.find(".tve-cf-item");e.used_form_fields=[],_.each(i,function(t){const i=jQuery(t),a=i.find(".thrv-cf-input-wrapper"),l=a.length?a.attr("data-type"):null,o=this.config.config.types[l].shortcode||"";e.used_form_fields.push(l),s.push({item:i,type:l,label:"g-recaptcha-response"===l?"reCAPTCHA":i.find("label").text().substring(0,20),shortcode:o})},this),r.reset(s),e.check_collection_length(),e.check_all_fields_added()},this.controls.FieldsControl.on("item_click",_.bind(function(e,t){const s=this.cf_item_dropdown;if(s.isOpen())return s.onCancel(),!1;const i=e.get("item"),a=!!e.get("__new"),l=new c(s.get_data(i,a));return this.listenTo(l,"change",function(e){this.change_cf_item(e,i,s.config.types[l.get("type")])}),l.saveState(),s.reset(l),s.open(null,t),!1},this)),this.controls.AddRemoveLabels.change=function(e,t){t.checked?e.head_css({display:"inline-block !important"},!1,this.config.css_suffix,!1,this.config.css_prefix):e.head_css({display:"none !important"},!1,this.config.css_suffix,!1,this.config.css_prefix),this.component.$(".tcb-cf-add-remove-req-mark-control").toggleClass("tcb-hidden",!t.checked)},this.controls.AddRemoveLabels.update=function(){const e="none"!==this.applyTo().head_css("display",!1,this.config.css_suffix,!0,this.config.css_prefix);this.setChecked(e),this.component.$(".tcb-cf-add-remove-req-mark-control").toggleClass("tcb-hidden",!e)},this.controls.AddRemoveRequiredMarks.change=_.bind(function(e,t){this.show_required_marks=t.checked,this.show_required_marks?this.show_hide_required_marks():e.find("label").removeClass("tve-cf-item-required-mark")},this),this.controls.AddRemoveRequiredMarks.update=function(t){e.show_required_marks=!!t.find("label.tve-cf-item-required-mark").length,this.setChecked(e.show_required_marks)},this.controls.ZapierConnection.change=(t,s)=>{const i=t.find("form");this.$el.find(".tve-cf-zapier-connection").toggleClass("tcb-hidden",!s.checked),this.$el.find(".tve-cf-email-setup").toggleClass("tcb-hidden",s.checked),s.checked?i.append(e.hiddenInput({name:"__tcb_cf_conn",value:TVE.Base64.encode("zapier")})).append(e.hiddenInput({name:"zapier_send_ip",value:0})).append(e.hiddenInput({name:"zapier_tags",value:""})):i.find("#__tcb_cf_conn, #zapier_tags, #zapier_send_ip").remove()},this.controls.ZapierConnection.update=e=>{const t=!!e.find("#__tcb_cf_conn").length;this.controls.ZapierConnection.setChecked(t),this.$el.find(".tve-cf-zapier-connection").toggleClass("tcb-hidden",!t),this.$el.find(".tve-cf-email-setup").toggleClass("tcb-hidden",t)},this.controls.ZapierIp.change=function(e){e.find("#zapier_send_ip").val(this.isChecked()?1:0)},this.controls.ZapierIp.update=function(e){const t=e.find("#zapier_send_ip"),s=!(!t.length||"1"!==t.val());this.setChecked(s)},this.controls.ZapierTags.input=function(e){e.find("#zapier_tags").val(this.getValue())},this.controls.ZapierTags.update=function(e){const t=e.find("#zapier_tags"),s=t.length?t.val():"";this.setValue(s)},TVE.add_action("tcb_after_cloud_template",_.bind(function(e){if(!e.is(".thrv-contact-form"))return;const t=e.find(this.input_selector);t.length&&(t.attr("value",i(this.defaults())),this.update())},this.settings))},get_fields_control:()=>s(59577),add_cf_item(e,s){let i="first_name";if(_.some(this.config.FieldsControl.config.types,function(e,t){if(!_.contains(this.used_form_fields,t))return i=t,!0},this),"g-recaptcha-response"===i&&!TVE.CONST.api_connections.recaptcha){const e=new c({type:i});return e.saveState(),this.cf_item_dropdown.reset(e),this.cf_item_dropdown.open(null,s),!1}const a=TVE.ActiveElement.find("label:not(.tcb-excluded-from-group-item)")?TVE.ActiveElement.find("label:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",l=TVE.ActiveElement.find(".tve-cf-input:not(.tcb-excluded-from-group-item)")?TVE.ActiveElement.find(".tve-cf-input:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",o=TVE.ActiveElement.find(".tve-cf-item:not(.tcb-excluded-from-group-item)")?TVE.ActiveElement.find(".tve-cf-item:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",n=this.config.FieldsControl.config.types[i],d=t(this.default_item(_.defaults({label:n.label,item_type:i,label_css:a,input_css:l,wrapper_css:o},this.default_item_params))),h=TVE.ActiveElement.find(".tve-cf-item-wrapper"),p=new Backbone.Model({item:d,label:n.label.substring(0,20),shortcode:n.shortcode,__new:!0});return h.append(d),TVE.drag.bind_draggable(d),r.add(p),this.controls.FieldsControl.trigger("item_click",p,s),!1},change_cf_item(e,s,i){let a=null,l={};const o=i.tag_name;if("input"===o||"textarea"===o){l=_.defaults({input_css:s.find(".tve-cf-input").attr("data-css"),label_css:s.find("label").attr("data-css"),label:e.get("label"),item_type:e.get("type")},this.default_item_params),a=t(this.default_item(l)),"input"!==o?a.find("input").replaceWith(t(document.createElement(o))):a.find("input").attr("type",i.type);const c=a.find(o);c.attr("placeholder",e.get("placeholder")).attr("data-placeholder",e.get("placeholder")).attr("name",e.get("type")),"true"===e.get("required")?c.attr("required","required"):c.removeAttr("required"),this.cf_item_dropdown.changeCallback(c)}else"recaptcha"===o&&(l=_.defaults({theme:e.get("recaptcha_style"),size:e.get("recaptcha_size")},this.recaptcha_item_params),a=t(this.recaptcha_item(l)));s.html(a.html()),this.show_required_marks&&this.show_hide_required_marks()},check_collection_length(){1===r.length&&this.controls.FieldsControl.$('.click[data-fn="item_remove"]').addClass("tcb-hidden")},check_all_fields_added(){const e=this.$("#tcb-add-contact-form-item");e.removeAttr("disabled"),_.isEqual(this.used_form_fields.sort(),Object.keys(this.config.FieldsControl.config.types).sort())&&e.attr("disabled","disabled")},show_hide_required_marks(){r.each(function(e){const t=e.get("item");t.find("input,textarea").attr("required")?t.find("label").addClass("tve-cf-item-required-mark"):t.find("label").removeClass("tve-cf-item-required-mark")})},before_update(){this.settings.update()},manage_error_messages(){const e=this,t=new TVE.CFErrorMessages({el:TVE.modal.get_element("cf-error-messages"),model:new Backbone.Model(this.settings.get("error_messages"))});t.render_errors(),t.before_save=function(){const t=[];this.invalid_inputs=t,this.is_valid=function(e){let s=!0;for(const i in e.attributes)e.get(i).length<=0&&(t.push(i),s=!1);return s}(this.model),e.settings.set("error_messages",this.model.toJSON())},t.open()},manage_settings(){const e=new n({model:this.settings,form_shortcodes:function(e){const t=_.filter(e.pluck("shortcode"),function(e){return e.length>0});return["[form_url_slug]"].concat(t)}(this.controls.FieldsControl.collection)});e.before_save=function(){this.model.set("to_email",this.step_instances[0].model.toJSON()),this.model.set("submit",this.step_instances[1].model.toJSON())},e.open()},hiddenInput:e=>'<input id="'+(e=a(a({},{name:"",value:"",className:""}),e)).name+'" type="hidden" name="'+e.name+'"'+(e.className?' class="'+e.className+'"':"")+' value="'+e.value+'">'})}(jQuery)},27042:(e,t,s)=>{const i=s(74638),a=s(55007),l=s(7757),o=s(47644);e.exports=i.extend({template:_.template('<div class="css-variable-gradient-layer css-variable-picker"></div>'),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(){TVE.add_filter("tcb.disable.enable.gradient.picker",function(e,t){return t.hasClass("css-variable-picker")&&(e=!1),e}),this.picker=new o({el:this.$(".css-variable-gradient-layer")[0]}).on("change",_.bind(this.on_change,this))},on_change(e){TVE.changeCssVariableValue(this.model.get("raw_css_variable"),a(e))},dom(){this.picker.setValue(l(this.model.get("css_variable"))[0])},beforePosition(){this.picker.reflow(),this.picker.render_favorites()},input(){}})},27120:(e,t,s)=>{const i=s(16668),a=s(40248),l=s(73064),o=s(51106),c=s(66955),n=" .tcb-button-link",r=" .tcb-button-icon",d=" .tcb-secondary-text",h=TVE.tpl("elements/button-icon"),p="-prtext",g="-sectext",m="-icon",u=["padding-left","padding-right","margin-left","margin-right"],v=["border-left","border-right","border-bottom-left-radius","border-bottom-right-radius","border-top-left-radius","border-top-right-radius"];function f(e,t="left",s="right"){const i={};return Object.keys(e).forEach(a=>{const l=a.includes(t)?a.replace(t,s):a.replace(s,t);e[a]!==e[l]&&(i[l]=e[a])}),i}function b(e){return e.find(d)}TVE.add_filter("element_drop",function(e){return e&&e.hasClass("thrv-button")&&(a.get(a.keys.link_new_tab)&&e.find("a").attr("target","_blank"),a.get(a.keys.link_no_follow)&&e.find("a").attr("rel","nofollow"),TVE.getClassThatContains(e,"tcb-global")||TVE.Components.button.applyDefaultCss(e)),e}),e.exports=i.component.extend({extra_states:!0,update_on_expand:!0,updateOnMouseLeave:!1,cache:{},deps:["background","animation","shadow"],controls_init(){const e=this,t=this.$(".width-input");t.attr("placeholder","auto"),t.on("focusout",function(){e.update()}),this.controls.buttonLink=new c({el:this.$(".btn-link")[0],model:{config:{label:TVE.t.btn_link,class:"thrv-button",keep_links:!0}},component:this}),TVE.add_filter(`tcb.state.hide.${this.key}.button`,(e,t)=>"hover"===t&&TVE.ActiveElement.find(".thrive-colors-palette-config").length>0),TVE.add_filter("tcb.inline_shortcodes.afterInsert",e=>{const t=e.closest(".thrv-button");return t.length&&(t.find("br,.thrive-tooltip-wrapper").remove(),t.find(".thrive-shortcode-content").attr({"data-option-hide-tooltip":"1","data-option-prevent-link":"1"}),t.find(".thrive-shortcode-content a").each((e,t)=>{TVE.inner_$(t).replaceWith(t.textContent)})),e}),TVE.add_filter("tcb_head_css_prefix",(e,t)=>(t.is(TVE.identifier("button"))&&!e.includes(":not(#tve)")&&TVE.state_manager.is_active()&&(e=":not(#tve) "),e)),this.controls.icon_side.input=function(e,t){const s=e.hasClass("tcb-flip"),i=t.dataset.value;s&&"right"===i||!s&&"left"===i||(o(function(){e.toggleClass("tcb-flip","right"===t.dataset.value);const s=e.find(".thrv_icon"),i=t=>{const i=TVE.head_css_get(`[data-css="${e.attr("data-css")}"] .tcb-button-link`,t,"_ALL",!0,!0),a=TVE.head_css_get(`[data-css="${s.attr("data-css")}"]`,t,"_ALL",!0,!0);_.each(i,t=>{e.head_css(f(t.rules),t.media," .tcb-button-link",!1,"")}),_.each(a,e=>{s.head_css(f(e.rules),e.media,"",!1,"")})};TVE.state_manager.set_state("hover"),e.addClass("tve-state-hover"),i(v),e.removeClass("tve-state-hover"),TVE.state_manager.set_state(""),i([...v,...u])},e),TVE.do_action("tcb.button_icon_side.change",e))},this.controls.icon_side.update=function(e){this.setActive(e.hasClass("tcb-flip")?"right":"left")},this.controls.ButtonIcon.change=function(t,s){o(function(){_.each(t,function(t){const i=TVE.inner_$(t);if(i.toggleClass("tcb-with-icon",!0===s.checked),!0===s.checked&&!i.find(r).length){const t=TVE.apply_filters("tcb.button.default_icon",h),s=TVE.getClassThatContains(TVE.ActiveElement,TVE.CONST.global_styles.prefix_button);i.find(n).prepend(t);const a=i.find(".thrv_icon");s.length&&a.addClass(s+m),i.data("btn-icon")&&a.html(i.data("btn-icon")),e.handleChildDataSelector(i,".thrv_icon")}})},t),e.$(".tcb-button-icon-controls").toggleClass("tcb-hidden",!1===s.checked),TVE.Editor_Page.reposition_icons(),TVE.do_action("tcb.button_icon.change",t)},this.controls.ButtonIcon.remove=function(e){e.removeClass("tcb-flip").find(".tcb-button-icon").remove()},this.controls.ButtonIcon.update=function(t){t.hasClass("tcb-with-divider")||t.hasClass("tcb-with-icon")?this.setChecked(!0):this.setChecked(!1),e.$(".tcb-button-icon-controls").toggleClass("tcb-hidden",!1===(t.hasClass("tcb-with-divider")||t.hasClass("tcb-with-icon")))},this.controls.SecondaryText.change=function(t,s){o(function(){_.each(t,function(t){const i=TVE.inner_$(t);let a=b(i);if(s.checked){const t=i.closest(".thrv-button"),s=t.is(".thrv-button-v2,.tve-form-button")?"Get Instant Access":"Secondary text",l=t.data("sec-text")||s;if(a.length)a.text(l);else{a=jQuery(`<span class="tcb-secondary-text thrv-inline-text">${l}</span>`).appendTo(i);const s=TVE.getClassThatContains(TVE.ActiveElement,TVE.CONST.global_styles.prefix_button);s.length&&a.addClass(s+g),e.handleChildDataSelector(t,d)}}else a.empty();a.removeData("froala.editor")})},t.parent()),TVE.Editor_Page.reposition_icons(),TVE.do_action("tcb.button_secondary_text.change",t)},this.controls.SecondaryText.update=function(e){this.setChecked(b(e).text().length>0)};const s=new Backbone.Collection(this.config.ButtonSize.config.buttons);this.controls.ButtonSize.input=function(t,i){const a=s.findWhere({value:i.dataset.value}),l={"line-height":a.get("properties")["line-height"],"font-size":a.get("properties")["font-size"]};this.applyElementCss(l,t,n,this.config.css_prefix,!0),this.applyElementCss({padding:a.get("properties").padding},t,n,""),t.mediaAttr("data-button-size",i.dataset.value),TVE.Components.layout.controls.MarginAndPadding.update(),TVE.Components.typography.controls.FontSize.update(),TVE.Components.typography.controls.LineHeight.update(t),e.controls.ButtonWidth.update(t),TVE.Editor_Page.reposition_icons()},this.controls.ButtonSize.update=function(e){let t=e.mediaAttr("data-button-size");t||(t="s"),this.setActive(t)},TVE.add_action("tcb.edit_mode.exit",()=>{if(TVE.ActiveElement&&TVE.ActiveElement.hasClass("thrv-button")){const e=parseInt(TVE.ActiveElement.children(":first-of-type").css("font-size"));let t="xxl";switch(!0){case e<22:t="s";break;case e<28:t="m";break;case e<36:t="l";break;case e<46:t="xl"}TVE.ActiveElement.attr("data-button-size",t),this.controls.ButtonSize.update(TVE.ActiveElement)}}),this.controls.ButtonWidth.input=function(e,t){let s=t.value,i=this.getUM();""===s&&(s="auto",i="");const a={display:"block","max-width":s+i,width:s+i};"auto"===s&&(a.display="",a["max-width"]=""),this.applyElementCss(a,e,this.config.css_suffix,"")},this.controls.ButtonWidth.update=function(e){const t=e.filter(".edit_mode").head_css("max-width",!1,this.config.css_suffix,!0,""),s=parseFloat(t);!s||isNaN(s)?this.$(".tve-input").val("auto"):this.setValue(t)},this.controls.Align.update=function(t){let s;const i=t.filter(".edit_mode");"100%"===i.css("min-width")||i.outerWidth()===i.parent().width()?s="full":(TVE.Components.layout.controls.Alignment.update(),s=TVE.Components.layout.controls.Alignment.getValue()),this.setActive(s),e.controls.ButtonWidth.$el.toggleClass("tcb-hidden","full"===s)},this.controls.Align.input=function(t,s){const i="full"===s.dataset.value;e.toggle_full_width(t,i),TVE.Components.layout.controls.Alignment.change(t,s)},TVE.Components.layout.controls.Alignment.on("change",function(){e.is_visible()&&e.update("Align")});const i=_.clone(this.config.style);i.config.pr_text_suffix=p,i.config.sec_text_suffix=g,i.config.icon_suffix=m,this.stylepicker=new l({model:i,component:this}),TVE.add_filter("tcb.link_removed",e=>(TVE.ActiveElement.is(".thrv-button")&&(e="#"),e)),TVE.add_action("tcb.button_style_change",()=>{TVE.Components.borders.update()}),TVE.add_filter("tcb.new_global_style",e=>(TVE.ActiveElement.is(".thrv-button")&&TVE.ActiveElement.find(r+":visible").length&&(e.default_html.btn_icon=TVE.ActiveElement.find(".thrv_icon").html(),e.default_html.btn_icon_position=TVE.ActiveElement.hasClass("tcb-flip")?"right":"left"),e)),TVE.add_action("icon_element_changed",e=>{const t=e.closest(".thrv-button");t.length&&t.data("btn-icon",e.html())}),TVE.add_action("tcb.froala.blur",(e,t)=>{const s=TVE.inner_$(t.$oel);s.hasClass("tcb-secondary-text")&&s.closest(".thrv-button").data("sec-text",s.text())})},add_global_style(e,t=TVE.ActiveElement){t.find(".tcb-button-text").removeAttr("data-css").removeAttr("data-selector").addClass(e+p),t.find(".tcb-secondary-text").removeAttr("data-css").removeAttr("data-selector").addClass(e+g),t.find(".thrv_icon").removeAttr("data-css").removeAttr("data-selector").addClass(e+m)},addDefaultStyleHtml(e,t,s,i={}){if(i["data-button-size"]&&e.attr("data-button-size",i["data-button-size"]),t.btn_icon){e.addClass("tcb-with-icon").toggleClass("tcb-flip","right"===t.btn_icon_position);const i=`<span class="tcb-button-icon"><div class="thrv_wrapper thrv_icon tve_no_drag tve_no_icons tcb-icon-inherit-style ${s}-icon">${t.btn_icon}</div></span>`;e.find(".tcb-button-link").prepend(i)}},unlink_global_style(e){TVE.ActiveElement.find(".tcb-button-text").removeClass(e+p),TVE.ActiveElement.find(".tcb-secondary-text").removeClass(e+g),TVE.ActiveElement.find(".thrv_icon").removeClass(e+m),TVE.ActiveElement.removeAttr("data-button-style")},delete_global_style(e){TVE.inner_$("."+e).removeAttr("data-button-style"),TVE.inner_$("."+e+p).removeClass(e+p),TVE.inner_$("."+e+g).removeClass(e+g),TVE.inner_$("."+e+m).removeClass(e+m)},toggle_full_width(e,t){let s="";s="desktop"===TVE.main.device||t?t?"100%!important":"":"0!important",e.head_css({"min-width":s}),this.controls.ButtonWidth.$el.toggleClass("tcb-hidden",t),this.controls.ButtonWidth.update(e),TVE.Editor_Page.reposition_icons()},reset_non_global_css(){this.cache=_.extend(this.cache,TVE.ActiveElement.head_css(["height","min-height","max-height"],null,TVE.Elements.button.components.layout.config.Height.css_suffix)),TVE.ActiveElement.head_css({height:"","min-height":"","max-height":""},null,TVE.Elements.button.components.layout.config.Height.css_suffix,!1,TVE.Elements.button.components.layout.config.Height.css_prefix)},put_non_global_css(){const e={height:this.cache.height,"min-height":this.cache["min-height"],"max-height":this.cache["max-height"]};TVE.ActiveElement.head_css(e,null,TVE.Elements.button.components.layout.config.Height.css_suffix,!1,TVE.Elements.button.components.layout.config.Height.css_prefix)},add_global_style_transfer_data(e,t,s,i){e.find(".tcb-button-text").attr("data-css")&&(s.push('[data-css="'+e.find(".tcb-button-text").attr("data-css")+'"]'),i.push("."+t+p)),e.find(".tcb-secondary-text").attr("data-css")&&(s.push('[data-css="'+e.find(".tcb-secondary-text").attr("data-css")+'"]'),i.push("."+t+g)),e.find(".thrv_icon").attr("data-css")&&(s.push('[data-css="'+e.find(".thrv_icon").attr("data-css")+'"]'),i.push("."+t+m))},unlink_global_style_transfer_data(e,t,s,i){e.find(".tcb-button-text").length&&(s.push("."+t+p),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(e.find(".tcb-button-text"))+'"]')),e.find(".tcb-secondary-text").length&&(s.push("."+t+g),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(e.find(".tcb-secondary-text"))+'"]')),e.find(".thrv_icon").length&&(s.push("."+t+m),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(e.find(".thrv_icon"))+'"]'))},get_link(e){let t=(TVE.ClickedElement||e.filter(".edit_mode")).find(n);return t.length||(t=e.find(n)),t},before_update(){this.$el.find(".tve-master-color").toggleClass("tcb-hidden",TVE.ActiveElement.children(".thrive-colors-palette-config").length>0)},applyDefaultCss(e){if(this.controls.ButtonPalettes){const t=this.controls.ButtonPalettes.getDefaultPalette(e),s=TVE.buildCssVariable(`${TVE.CONST.colors.local_prefix}${t.id}, ${t.data.val}`);e.head_css({"letter-spacing":"2px","background-color":"transparent !important","background-image":` linear-gradient(${s}, ${s})`,[`${TVE.CONST.cssVarPrefix}background-image`]:`linear-gradient(${s.replace(/var/g,"var$")}, ${s.replace(/var/g,"var$")})`,"background-size":" auto","background-attachment":" scroll","border-radius":" 5px",padding:" 18px","background-position":" 50% 50%","background-repeat":" no-repeat"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,""),e.head_css({color:"#fff","--tcb-applied-color":"#fff"},TVE.main.responsive.desktop.media," .tcb-button-link span",!1,""),this.controls.ButtonPalettes.matchGlobal(e)}},handleChildDataSelector(e,t,s=e.find(t.trim())){const i=e.attr("data-selector");i&&s.length&&s.attr("data-selector",`${i} ${t.trim()}`)},updateChildrenDataSelectors(e){[".thrv_icon",".tcb-button-text",d].forEach(t=>{this.handleChildDataSelector(e,t)})}})},27416:e=>{const t={state_suffix:"",getInnerElementClasses(e){const t=["tcb-filter-option","tcb-filter-button","tcb-filter-radio","tcb-filter-checkbox","tcb-filter-dropdown","tcb-filter-search","thrv_wrapper"];let s="";return e.find(".tcb-filter-option").length&&e.find(`.tcb-filter-option:not(.${TVE.Components.group.not_group_item_class})`)[0].classList.forEach(e=>{t.includes(e)||-1!==s.indexOf(e)||(s+=e+" ")}),s=s.replace(/edit_mode(\s)?/g,"").replace(/tcb-group-editing-item(\s)?/g,"").replace(/tve-dynamic-dropdown-editable(\s)?/g,"").replace(/tve_no_icons(\s)?/g,"").replace(/dynamic-item-with-icon(\s)?/g,"").replace(/tcb-filter-list(\s)?/g,"").replace(/tve_lg_checkbox_wrapper(\s)?/g,"").replace(/tve-dynamic-dropdown-option(\s)?/g,""),s.trim()},appendCustomStateSuffix(e,t){return(t.is(TVE.identifier("filter_button"))||t.is(TVE.identifier("filter_dynamic_list_item")))&&this.state_suffix&&!e.includes(this.state_suffix)&&(e=`${this.state_suffix} `+e),e},applyButtonFilterDefaultCss(e){const t=TVE.Components.button.controls.ButtonPalettes.getDefaultPalette(e),s=TVE.buildCssVariable(`${TVE.CONST.colors.local_prefix}${t.id}, ${t.data.val}`);e.head_css({padding:"11px 17px"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,""),this.state_suffix=".tve-state-active",TVE.add_filter("tcb_head_css_suffix",this.appendCustomStateSuffix.bind(this)),e.head_css({"background-image":` linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),linear-gradient(${s}, ${s})`,"background-color":"transparent !important"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,":not(#tve) "),this.state_suffix=".tve-state-hover",e.head_css({"background-image":` linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),linear-gradient(${s}, ${s})`,"background-color":"transparent !important"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,""),this.state_suffix=":hover",e.head_css({"background-image":` linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),linear-gradient(${s}, ${s})`,"background-color":"transparent !important"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,""),TVE.remove_filter("tcb_head_css_suffix",this.appendCustomStateSuffix.bind(this)),this.state_suffix=""},applyListFilterDefaultCss(e){this.state_suffix=".tve-state-active",TVE.add_filter("tcb_head_css_suffix",this.appendCustomStateSuffix.bind(this)),e.head_css({"font-weight":"bold"},TVE.main.responsive.desktop.media,"",!1,":not(#tve) "),TVE.remove_filter("tcb_head_css_suffix",this.appendCustomStateSuffix.bind(this)),this.state_suffix=""},applyDropdownTemplateColor(e,t,s,i,a,l){const o=a.parent(".tcb-post-list-filter");o.length>0&&o.is(`[data-filter-type="${l}"]`)&&e.set_color(t,s,i,a)},updateDropdownWidth(e){if("dropdown"===e.attr("data-filter-type")){e.head_css({width:"unset","min-width":"unset","--tve-applied-width":"unset !important"});const t=e.find(".tve-dynamic-dropdown-editable").addClass("dropdown-block").outerWidth();let s=e.outerWidth();s=e.outerWidth()>t?s:t,e.head_css({width:`${s}px`,"min-width":`${s}px`,"--tve-applied-width":`${s}px !important`}),e.find(".tve-dynamic-dropdown-editable").removeClass("dropdown-block")}}};e.exports=t},27438:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{strokeWidth:8,dasharrayLineLength:20,dasharrayGapLength:20}}static hasAnimations(){return!1}static hasDasharrayControls(){return!0}getHtml(){const e=this.getConfig();return`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-3 0 546 166" preserveAspectRatio='none'>\n\t\t\t<rect width="540" height="130.052" y="17.886" fill="none" rx="33.025" stroke="red" stroke-width="${e.strokeWidth}" stroke-linecap="round" \n\t\t\tstroke-dasharray="${e.dasharrayLineLength} ${e.dasharrayGapLength}"/>\n\t\t</svg>`}}},27505:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(26843),c="Search",n=o.getDefaultOptions({placeholder:c,multiple:!1,onOpen:()=>TVE.$("body").find(".select2-container--open").addClass("tve-conditional-select").find("input").attr("placeholder",c)}),r=s(62204);e.exports={initGlobalSetsSelect(e,t,s){const i=a({},n);i.ajax=a(a({},i.ajax),{url:TVE.CONST.routes.base+"/conditional-display/global-set/get-all",data:e=>({search:e.term}),processResults:e=>{const t=[];return e.forEach(e=>{t.push({id:e.value,value:e.value,text:e.label})}),{results:t}}}),o.initSelect2(e,i,e=>{t(),this.selectCallback(e,s)})},selectCallback:(e,t)=>{const s=e.target.value?e.target.value.toString():"";r.getGlobalSet(s).then(e=>t(e))}}},27542:e=>{const t={actions:{tcb_after_cloud_template_css_inserted:e=>{e.is(TVE.identifier("block"))&&e.find(TVE.identifier("post_list")).each((e,t)=>{const s=TVE.inner_$(t);TVE.PostList.layout.applyLayout(s),TVE.PostList.content.renderPaginationForPostList(s)})}},filters:{"tcb.cloud_templates.post_list":e=>{const t={id:"-1",config:{tve_tpl_post_list_meta:{post_list_type:"Grid"}},name:"Default Post List",local:!0,thumb:`${TVE.CONST.plugin_url}editor/css/images/post_list_default.jpg`,thumb_size:{w:500,h:619},v:1};return e.unshift(t),e},"tcb.cloud_template.post_list":(e,t)=>t<0&&{content:TVE.outer.$document.find("#tve-post-list-post-list-default-template").html(),custom_css:"",head_css:"",id:"-1",name:"Default Post List",type:"post_list",v:1},"tve.cloud_templates.modal":(e,t)=>(t.is(`${TVE.identifier("post_list")}:not(.tcb-featured-list)`)?e="post-list":t.hasClass("tcb-featured-list")&&(e="featured-list"),e),"tcb.cloud_templates_categories.empty_before_select":(e,t)=>(t.is(TVE.identifier("post_list"))&&(e=!1),e)}};e.exports=t},27700:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({after_init(){TVE.modal.templatesSymbols=new(s(99961))({el:TVE.modal.get_element("ct-symbols")})},placeholder_action(){this.open_modal()},open_modal:()=>(TVE.modal.templatesSymbols.open(),!1)})},27915:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({nrOfPosts:null,updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.moderators.update=function(e){const t=e.find(".tve-fb-comments").attr("data-fb-moderator-ids"),s=[];let i;t&&(i=t.split(";"),i.forEach(function(e){s.push({value:e})})),this.resetCollection(s)},this.controls.moderators.change=function(e,t){const s=[];t.forEach(function(e){s.push(e.value)});const i=s.join(";");e.find(".tve-fb-comments").attr("data-fb-moderator-ids",i),TVE.ajax("update_option","post",{option_name:"tve_comments_facebook_admins",option_value:i})},this.controls.color_scheme.update=function(e){this.setValue(e.find(".tve-fb-comments").attr("data-colorscheme"))},this.controls.color_scheme.input=function(t,s){const i=t.find(".tve-fb-comments"),a=t.attr("data-colorscheme"),l=s.value;i.attr("data-colorscheme",l),e.undo_manager_api(i,"data-colorscheme",a,l)},this.controls.order_by.update=function(e){this.setValue(e.find(".tve-fb-comments").attr("data-order-by"))},this.controls.order_by.input=function(t,s){const i=t.find(".tve-fb-comments"),a=t.attr("data-order-by"),l=s.value;i.attr("data-order-by",l),e.undo_manager_api(i,"data-order-by",a,l)},this.controls.nr_of_comments.input=function(e,t){e.find(".tve-fb-comments").attr("data-numposts",t.value)},this.controls.nr_of_comments.update=function(e){const t=e.find(".tve-fb-comments").attr("data-numposts");this.setValue(t),this.nrOfPosts=t},this.controls.nr_of_comments.change=function(t,s){t.find(".tve-fb-comments").attr("data-numposts",s.value),e.undo_manager_api(t,"data-numposts",this.nrOfPosts,s.value)},this.controls.URL.update=function(e){this.setValue(e.find(".tve-fb-comments").attr("data-href"))},this.controls.URL.change=function(t,s){const i=TVE.addHttp(s.value),a=t.find(".tve-fb-comments"),l=a.attr("data-href");this.setValue(i),TVE.isValidUrl(i)||""===i?(a.attr("data-href",i),e.undo_manager_api(a,"data-href",l,i)):TVE.page_message(TVE.t.UrlInvalid,!0,5e3)}},undo_manager_api(e,t,s,i){TVE.UndoManager.add({undo(){e.attr(t,s)},redo(){e.attr(t,i)}})}})},28077:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/date-picker"),initialize(){this.render(),this.$el.find(".tve-input-control").datepicker({dateFormat:"dd-mm-yy",beforeShow(){const e=jQuery("#ui-datepicker-div");e.removeClass("tve-conditional-datepicker"),e.addClass("tve-datepicker")}}),TVE.main.on("clear_focus",_.bind(function(){this.$el.find(".tve-input-control").datepicker("hide")},this))},changed(){this.input(this.applyTo(),this.$el.find(".tve-input-control").val())},date_trigger_click(){this.$el.find(".tve-input-control").datepicker("show")},setValue(e,t,s){this.$el.find(".tve-input-control").datepicker("setDate",new Date(e,t,s))}})},28241:e=>{e.exports={update(e){e.seems_custom=!1,e.set("inherit")},validate:()=>!0,reset(){},css(){}}},28301:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const l=s(84204),o=s(70061),c={parseMainShortcodes(e){e.find(TVE.identifier("post_list")).each((t,s)=>{const i=e.find(s),a=i.find(TVE.identifier("article")).first(),l=TVE.apply_filters("tcb.post_list.shortcode_tag",TVE.PostList.constants.POST_LIST_SHORTCODE,i);let c=`[data-css="${TVE.CSS_Rule_Cache.uniq_id(i)}"]`;c=TVE.apply_filters("tcb.post_list.identifier",c,i);let n=`[tcb_post_list_dynamic_style]${TVE.PostList.dynamicImage.getDynamicStylesForSave(TVE.inner.$document.find(c))}[/tcb_post_list_dynamic_style]`,r="";TVE.PostList.content.parsePaginationShortcode(i,e),a.find("style.tcb-post-list-dynamic-style").remove(),TVE.PostList.dynamicImage.saveDynamicImageSources(a),i.attr("id")&&(r=`id='${i.attr("id")}' `);const d=TVE.PostList.utils.elementAttributes(i,["data-shortcode","data-selector","data-class","data-id"],!0,!0),h=i.find(".tcb-carousel-container");h.length>0&&o.prepareForPostListSave(h,d),_.each(d,(e,t)=>{e="number"==typeof e||e.includes('"')?`'${e}'`:`"${e}"`,r+=`${t}=${e} `});const p=TVE.Editor_Page.getResponsiveClasses(i);if(i.hasClass("tcb-featured-list")&&(p.push("tcb-featured-list"),p.push("tve-draggable "),p.push("tve-droppable")),r+=p?` class='${p.join(" ")}' `:"",a.length){TVE.do_action("tcb.post_list.before_save",a),n+=a.html();const e=TVE.PostList.utils.elementAttributes(a,["data-id","data-selector"],!0,!0);_.each(e,(e,t)=>{r+=`article-${t}='${e}' `})}i.replaceWith(`[${l} ${r}]${n}[/${l}]`)})},parsePaginationShortcode(e,t){let s=TVE.PostList.utils.getPaginationForList(e,!1,t);if(s.length){const e="tcb_pagination";let t="";_.each(TVE.PostList.utils.elementAttributes(s,["data-class"],!0,!0),(e,s)=>{t+=` data-${s}='${e}'`});const i=TVE.Editor_Page.getResponsiveClasses(s);let a;t+=i.length?` class='${i.join(" ")}' `:"",s.parent().hasClass("tcb-clear")&&(s=s.parent()),"none"===s.attr("data-type")?a="":(s.find(".tcb-pagination-numbers-wrapper").empty(),a=s.html()),s.replaceWith(`[${e} ${t}]${a}[/${e}]`)}},setElementClasses(e,t){const s=[`${t}.tve_evt_manager_listen`,`.${TVE.PostList.constants.POST_LIST_SHORTCODE_CLASS}.tve_evt_manager_listen`,`.${TVE.PostList.constants.POST_LIST_SHORTCODE_CLASS} .tve_evt_manager_listen`];e.find(s.join(", ")).each((e,t)=>{t.setAttribute("data-class",TVE.PostList.utils.getEventClasses(t.className)),t.getAttribute("data-tcb-events")&&t.setAttribute("data-tcb-events",t.getAttribute("data-tcb-events").replace(/\[/g,"|{|").replace(/\]/g,"|}|"))})},itemEventSync(e,t,s){const i=e[0],a=TVE.PostList.utils.getEventClasses(i.className);t.find(l.getItemIdentifier(t)).each((t,l)=>{const o=TVE.PostList.utils.getEventClasses(l.className),c=TVE.inner_$(l);s||c.removeClass(o).removeAttr("data-class"),c.is(e)||(c.addClass(a),i.getAttribute("data-tcb-events")?l.setAttribute("data-tcb-events",i.getAttribute("data-tcb-events")):l.removeAttribute("data-tcb-events"))})},parseArticleElementsShortcodes(e){e.find(`.${TVE.PostList.constants.POST_LIST_SHORTCODE_CLASS}`).each((e,t)=>{const s=TVE.PostList.utils.elementAttributes(t,["data-shortcode","data-selector"],!0,!0);let i=t.dataset.shortcode;if(i){_.each(s,(e,t)=>{i+=` ${t}='${e}'`});const e=TVE.Editor_Page.getResponsiveClasses(TVE.inner_$(t));i+=e.length?` class='${e.join(" ")}' `:"",TVE.inner_$(t).replaceWith(`[${i}]`)}}),e.find(TVE.identifier("post_read_more")).each((e,t)=>{TVE.inner_$(t).find(".tcb-button-link").attr("href","[tcb_post_the_permalink]")})},initShortcode(e,t,s){const i=e.find(t);if(i.length){const e=["thrv_wrapper",`${TVE.PostList.constants.TCB_SHORTCODE_CLASS}`,`${TVE.PostList.constants.POST_LIST_SHORTCODE_CLASS}`];i.addClass(e.join(" ")).attr("data-shortcode",s)}},initAllShortcodes(e){_.each(tcb_main_const.elements,t=>{t.shortcode&&TVE.PostList.content.initShortcode(e,t.identifier,t.shortcode)})},replaceShortcodeWithData(e,t,s){if(e&&s&&TVE.PostList.posts&&TVE.PostList.posts[s]&&TVE.PostList.posts[s][e]){const i=TVE.apply_filters("tcb.post_list_article.sync."+e,TVE.PostList.posts[s][e],TVE.PostList.posts[s],t),a=TVE.inner_$(i);t.html(a.html()),a.remove()}},syncPostList(e,t=null,s=[]){e.find(".tve-dropped").removeClass("tve-dropped"),t||(t=e.parents(TVE.identifier("post_list"))),TVE.froala.disable(e),s.length&&TVE.PostList.content.generatePostList(t,e,s),t.find(TVE.identifier("article")).each((t,s)=>{TVE.PostList.content.syncArticle(s,e)}),TVE.drag.editorActions(),TVE.PostList.content.initAllShortcodes(t),TVE.do_action("tcb.post_list_article.sync",t)},bindPostListActions:e=>{void 0===e&&(e=TVE.main.EditMode.element()),e&&e.length&&setTimeout(()=>{TVE.drag.refresh(e)},10)},generatePostList(e,t,s){e.empty();const i=t.prop("tagName").toLowerCase();s.forEach(s=>{const a={id:"post-"+s.ID,"data-id":s.ID,class:s.className+" "+TVE.PostList.utils.getEventClasses(t.attr("class")),"data-selector":".post-wrapper"};e.append(TVE.inner_$(`<${i}>`,a))})},syncArticle(e,t,s=!1){if(t.is(e)&&!s)return;const i=TVE.inner_$(e),a=t.clone(),l=parseInt(e.dataset.id),o=TVE.PostList.posts[l];l&&o&&(_.each(TVE.Elements,e=>{e.shortcode&&TVE.PostList.content.syncElement(e,a,l)}),TVE.PostList.dynamicImage.syncDynamicImageElements(a,l),TVE.PostList.content.syncDynamicElements(a,l),TVE.do_action("tcb.post_list.before_article_sync",a,l)),a.find(".tve-element-overlay").removeClass("tve-element-overlay"),a.find(".edit_mode").removeClass("edit_mode"),a.find("style.tcb-post-list-dynamic-style").replaceWith(i.find("style.tcb-post-list-dynamic-style")),i.html(a.html()),TVE.Editor_Page.content_manager.cleanup_froala(i),a.remove()},syncElement(e,t,s){const i=e.shortcode;t.find(e.identifier).each((e,t)=>{const a=TVE.inner_$(t);if(a.length){const e=TVE.PostList.posts[s],t=TVE.inner_$(TVE.apply_filters(`tcb.post_list_article.sync.${i}`,e[i],e,a));a.html(t.html()),t.remove()}})},syncDynamicElements(e,t){const s=TVE.$.extend(!0,{},TVE.Components.rating.renderer);TVE.CONST.isCfInsidePostlist=1,e.find(".tcb-custom-field-source").each((e,l)=>{const o=TVE.inner_$(l);let c=o.attr("data-c-f-id")?o:o.find("[data-c-f-id]");const n=c.attr("data-c-f-id"),r=TVE._type(o),d=TVE.PostList.utils.getKeyForElementType(r);let h=TVE.PostList.posts[t][d][n]?function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({},TVE.PostList.posts[t][d][n]):TVE.PostList.utils.getPlaceholderForElementType(r,o.attr("data-placeholder-el"),o.attr("data-placeholder-src"));switch(c.attr({"data-c-f-id":n,"data-post-list":1}),r){case"image":c.attr({"data-id":h.id,width:h.width,height:h.height,title:h.title,alt:h.alt,src:h.url});break;case"rating":const e=parseInt(c.attr("data-max"));c.attr({"data-value":h.value}),s.set_data({value:h.value>=0&&h.value%.5==0?h.value:0,max:e}),s.render_to(c,!0);break;case"progressbar":c.attr({"data-fill":h.value}),c.css({width:h.value+"%"});break;case"fillcounter":c.attr({"data-fill":h.value}),TVE.Components.fillcounter.apply_fill(c,h.value,!0);break;case"countdown":c.attr({"data-date":h.date,"data-hour":h.hour,"data-min":h.min}),TVE.Components.countdown.compute_time_until(c,h.date,h.hour,h.min,!1);break;case"audio":c.attr({"data-id":h.id,title:h.title,alt:h.alt}),c.find("source").attr("src",h.url);break;case"responsivevideo":const t=TVE.Components.responsivevideo.controls.responsive_video.activeElement,i=o.attr("data-type");h.video_src=h.video_src?h.video_src:"external",h.video_src!==o.attr("data-type")&&(h=TVE.PostList.utils.getPlaceholderForElementType("responsivevideo",o.attr("data-placeholder-el"),o.attr("data-placeholder-src"))),o.attr("data-url",h.value?h.value:h.url),o.attr("data-type",h.video_src?h.video_src:"external"),TVE.Components.responsivevideo.controls.responsive_video.activeElement=o,TVE.Components.responsivevideo.controls.ExternalFields.elements.responsivevideo.customFieldInput(o,"",h,!0),TVE.Components.responsivevideo.controls.responsive_video.activeElement=t,c=o.find(".tcb-responsive-video"),c.attr("data-c-f-id",n),c.attr("data-post-list",1),c.is("video")&&(c.attr({"data-id":h.id,"data-title":h.title}),c.find("source").attr("src",h.url)),c.next().is(".video_overlay")&&c.before(c.next()),o.attr("data-type",i)}}),TVE.CONST.isCfInsidePostlist=0},updatePostContent(e,t){void 0===t&&(t=TVE.PostList.getComponent(e));const s=t.controls.ContentSize.getValue(),i=t.controls.WordsTrim.getValue(),a=t.controls.ReadMoreText.getValue(),l=` <a href="#">${a}</a>`;t.controls.WordsTrim.$el.toggle("words"===s),e.find(TVE.identifier("article")).each((e,t)=>{const o=t.dataset.id;o&&TVE.PostList.posts[o]&&TVE.inner_$(t).find(TVE.identifier("post_content")).html(TVE.PostList.content.getPostContent(o,s,i,l)).attr({"data-size":s,"data-read_more":a,"data-words":i}).removeClass("tcb-post-content-placeholder")});const o=()=>!1;setTimeout(()=>{TVE.add_filter("set_new_css_id",o),TVE.PostList.layout.applyLayout(e),TVE.remove_filter("set_new_css_id",o)},50)},getPostContent(e,t="words",s=0,i=""){let a;const l=TVE.inner_$(TVE.PostList.posts[e][`tcb_post_${t}`]);switch(t){case"excerpt":a=`<p>${l.text()}${i}</p>`;break;case"content":l.find(".more-link").html(i),a=l.html();break;default:a=`<p>${TVE.PostList.utils.truncate(l.text(),s)}${i}</p>`}return l.remove(),TVE.apply_filters("tve.post_list.post_content",a,e,t)},getPostListInstance:e=>new TVE.inner.window.TCB_Front.PostList(e),renderPaginationForPostList(e){this.getPostListInstance(e).renderPagination()},getPaginationInstanceForPostList(e){return this.getPostListInstance(e).getPaginationInstance()}};e.exports=c},28372:(e,t,s)=>{!function(t){const i=s(37750),a=s(85917),l=a.getElements();e.exports={actions:{"tcb.dynamic_image.before_open":e=>{const t=TVE.PostList.utils.isInsidePostList(TVE.ActiveElement)?a.getPostlistFields("tcb_post_custom_fields_image").tcb_post_custom_fields_image:TVE.CONST.external_custom_fields.image;i.initModal(e,t)},"tcb.dynamic_image.after_render":e=>{e.$(".tve-advanced-controls").append(TVE.tpl("controls/custom-fields/dynamic-image-panel"))}},filters:{"tcb.is-source-acf":(e,t)=>(t.hasClass("tcb-custom-field-source")&&(e=!0),e),"tcb.dynamic_image.options":e=>{const t=TVE.PostList.utils.isInsidePostList(TVE.ActiveElement)?a.getPostlistFields("tcb_post_custom_fields_image").tcb_post_custom_fields_image:TVE.CONST.external_custom_fields.image;return _.isEmpty(t)?e.acf={label:"Custom field",value:"acf",default:!1,disabled:!0}:e.acf={label:"Custom field",value:"acf",default:!1},e},"tcb.css.filter_rule":e=>{let t=e;return _.each(TVE.PostList.constants.dynamicStyles,e=>{t=t.replace(new RegExp(e.regex,"g"),'url("'+e.replacement+'")')}),t},tcb_filter_html_before_save:e=>(e.find(".tcb-custom-field-source").each((e,s)=>{const i=t(s);let o=TVE._type(i);if(!(i.hasClass("tcb-video-background-el")&&(o="video_background",i.find(".dynamic-source").length<1)))if("function"==typeof l[o].generateShortcode){const e=l[o].generateShortcode(i);if(e&&e.$shortcodeElement.length>0){const t=e.$shortcodeElement.attr("data-c-f-id"),s=i.attr("data-post-list")||i.find("[data-post-list]").attr("data-post-list")?1:0;if(e.placeholderId=i.attr("data-placeholder-el"),e.shortcodeAttr&&Array.isArray(e.shortcodeAttr)){let i=!0;e.shortcodeAttr.forEach(t=>{e.$shortcodeElement[0].hasAttribute(t)||(i=!1)}),i&&(e.shortcodeAttr.forEach(t=>{e.$shortcodeElement.removeAttr(t)}),e.$shortcodeElement[0].outerHTML=e.$shortcodeElement[0].outerHTML.replace(`data-c-f-id="${t}"`,`data-c-f-id="${t}" data-tar-shortcode-attr="${a.generateCustomFieldShortcode(t,e,s)}"`))}else e.$shortcodeElement.replaceWith(a.generateCustomFieldShortcode(t,e,s))}}else console.warn(`Callback for shortcodeGenerator.${o} is not found!`)}),e)}}}(jQuery)},28427:(e,t,s)=>{const i=s(41669),a=s(16668),l=s(51106),o=s(40521),c=s(10547);e.exports=a.component.extend({after_init(){TVE.add_action("tcb.edit_mode.enter",()=>{TVE.add_action("tcb.element.mouseover",e=>{i(e.currentTarget).closest("ul").hasClass("tve-lg-state-list")&&i(e.currentTarget).find(".tcb-add-block-below").remove()}),TVE.add_action("tcb.show_icons",function(e,t,s){e.closest("ul").hasClass("tve-lg-state-list")&&(s.$clone.hide(),s.$delete.hide(),s.$drag_handle.hide())}),TVE.add_filter("tcb.elem.type",(e,t)=>t.hasClass("tve_lg_state")?"lead_generation_state":e)})},controls_init(){const e=this;this.controls.StyleChange.set_drop_panel(this.controls.SelectStylePicker),this.controls.ShowLabel.input=(e,t)=>{c.toggleFieldLabel(e,t.checked,"state"),t.ignore_icons||TVE.ElementEditIcons.show_icons(e)},this.controls.ShowLabel.update=function(e){this.setChecked(c.labelVisible(e))},this.controls.Required.update=function(e){const t=e.filter(".edit_mode").find("input");this.setChecked("1"===t.attr("data-required"))},this.controls.Required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:"")},this.controls.RowsWhenOpen.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--rows":s.value,"--row-height":t.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.ElementEditIcons.toggle(!0),setTimeout(function(){const e=TVE.main.EditMode.element();if(e&&e.length){const s=e.add(t.find(".tve-lg-dropdown-list")).tveBoundingBox();e.tve_overlay("no-bg",s)}},this.OVERLAY_DELAY)},this.controls.RowsWhenOpen.prepareValue=e=>(e=parseInt(e),isNaN(e)&&(e=1),Math.max(1,e)),this.controls.RowsWhenOpen.update=function(e){const t=TVE.getComputedStyle(e,"--rows",!0);this.setValue(t)},this.controls.Placeholder.update=function(t){const s=!!t.attr("data-show-placeholder");this.setChecked(s),e.controls.PlaceholderInput.$el.toggle(s)},this.controls.Placeholder.input=function(t,s){l(()=>{s.checked?t.each(function(){const e=TVE.inner_$(this);e.find(".tve-lg-dropdown-option").removeAttr("data-default"),e.attr("data-show-placeholder",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(e.find("input").attr("data-placeholder")),e.find("input").removeAttr("value")}):(t.removeAttr("data-show-placeholder"),t.each(function(){const e=TVE.inner_$(this),t=e.find(".tve-lg-dropdown-option").first();t.attr("data-default",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(t.text()),e.find("input").attr("value",t.attr("data-value"))}))},t),TVE.LeadGeneration.templateConfig.select["data-show-placeholder"]=s.checked,TVE.LeadGeneration.templateConfigWrite(),e.controls.PlaceholderInput.$el.toggle(s.checked)},this.controls.PlaceholderInput.update=function(e){this.setValue(e.filter(".edit_mode").find("input").attr("data-placeholder"))},this.controls.PlaceholderInput.input=function(e,t){const s=t.value,i=e.filter(".edit_mode");l(()=>{i.find("input").attr("data-placeholder",s),i.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(s)},e)},this.controls.DropdownAnimation.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).filter(e=>""!==e).join("|")+")","g"),s=e.attr("class");let i="";s&&t.test(s)&&(i=s.match(t)[0]),this.setValue(i)},this.controls.DropdownAnimation.input=function(e,t){l(()=>{e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value)},e),TVE.LeadGeneration.templateConfig.select._class=t.value,TVE.LeadGeneration.templateConfigWrite()},this.answerTagTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-answer-tag-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.answerTagTooltip.FORCE_CLOSE}),this.answerTagTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.AnswerTag.update=function(e){const t=c.shouldDisplayTagControl();this.toggle(t),this.setChecked("true"===e.attr("data-answer-tag"))},this.controls.AnswerTag.input=function(e,t){e.attr("data-answer-tag",t.checked)},this.controls.AnswerTag.openTooltip=()=>(this.answerTagTooltip.isOpen()?this.answerTagTooltip.onCancel():this.answerTagTooltip.open(null,this.$('[data-view="AnswerTag"] .tve-switch-info')),!1),TVE.add_action("tcb.element.remove",(t,s)=>{if(t.is(".tve-lg-dropdown-list")){const t=s.closest(".tve_lg_state");0===t.find(".tve-lg-dropdown-option").length&&(t.remove(),e.removeLabel(t),TVE.Editor_Page.blur())}}),TVE.add_action("tcb.focus.clear",e=>{if(e&&e.hasClass("tve-lg-dropdown-option")){this.controls.RowsWhenOpen.applyElementCss({"--row-height":e.outerHeight(!0)+"px"},e.closest(".tve_lg_state"),"","");const t=e.closest(".tve_lg_state"),s=e.attr("data-value")===t.find("input").val(),i=e.text().trim();s&&(e.attr("data-label-value")&&t.find("input").attr("value",i),t.find(".tve-disabled-text-inner").html(i)),e.attr("data-label-value")&&e.attr("data-value",i)}e&&e.hasClass("tve_lg_state")&&TVE.Views.Controls.DropPanel.close_all()}),TVE.add_action("tcb.change.css.variable",(t,s,i)=>{i&&i.hasClass("tve_lg_state")&&(TVE.LeadGeneration&&TVE.LeadGeneration.templateConfig&&t===e.mainColorVariable&&(TVE.LeadGeneration.templateConfig.select.color=s,TVE.LeadGeneration.templateConfigWrite()),this.controls.SelectStylePicker.setStyleColor(t,s,i))}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.hasClass("tve_lg_state")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.SelectStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_action("tcb.focus_element.before",e=>{"lead_generation_state"===TVE._type(e)&&e.hasClass("tve-state-expanded")&&!TVE.state_manager.is_expanded()&&(TVE.ActiveElement=e,TVE.state_manager.change("expanded",!0,{skip_update:!0,noOverlay:!0})),0===e.closest(".tve_lg_state").length&&e.closest(".tve_lead_generated_inputs_container").find(".tve_lg_state.tve-state-expanded").removeClass("tve-state-expanded")}),TVE.add_action("tve.icons.expanded.lead_generation_state",e=>{try{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.add_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",this.Z_INDEX_EXPANDED),setTimeout(function(){const t=TVE.main.EditMode.element().add(e.find(".tve-lg-dropdown-list")).tveBoundingBox();TVE.main.EditMode.element().tve_overlay("no-bg",t)},this.OVERLAY_DELAY)}catch(e){console.error("Error expanding dropdown:",e)}}),TVE.add_action("tve.icons.collapse.lead_generation_state",e=>{try{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.remove_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",this.Z_INDEX_DEFAULT)}catch(e){console.error("Error collapsing dropdown:",e)}}),TVE.main.states_dropdown.on("state_change",()=>{TVE.ClickedElement.hasClass("tve_lg_state")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.main.states_dropdown.on("done",()=>{TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_lg_state")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.add_action("tcb.dragend",()=>{TVE.ActiveElement&&TVE.ActiveElement.is(".tve_lg_state")&&TVE.main.update_components()}),TVE.main.on("enter-pressed",e=>{const t=TVE.inner_$(e.target).closest(".tve-lg-dropdown-option");if(t.length){const e=t.clone().removeAttr("data-default").removeClass("edit_mode");e.insertAfter(t),TVE.froala.force_focus(e.find(".tve-dropdown-option-text"),!0)}}),this.stringOptionsTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-string-input-options"),anim_duration:300,no_callback:!0,validate:()=>!this.stringOptionsTooltip.FORCE_CLOSE}),this.stringOptionsTooltip.$el.find(".drop-panel").addClass("green-panel")},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner.$document.find(`[data-label-for="${t}"]`).first().remove()},buildOptionsFromInput(){const e=this.$('[data-view="MultipleOptions"] .tve-input-control').val().replace(/^"|"$/g,"").split("\n"),t=jQuery("<ul></ul>"),s=TVE.ClickedElement,i=[];this.$(".tve-lg-invalid-data ").addClass("tcb-hidden"),e.forEach(e=>{if(e){const a=e.split(",");let l,o=a[0],c=!1,n=a[1];if(n=(n||o).trim(),o=(o||n).trim(),a.length>2&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-value").removeClass("tcb-hidden"),c=!0),i.includes(o)&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-label").removeClass("tcb-hidden"),c=!0),c)return!1;i.push(o);const r=s.find(`[data-value="${n}"]`).first();l=r.length?r.clone():s.find(".tve-lg-dropdown-option:not([id])").first().clone(),l.find(".tve-dropdown-option-text").text(o.replace(/ /g," ")),l.attr("data-value",n),o===n?l.attr("data-label-value",1):l.removeAttr("data-label-value"),t.append(l)}}),s.find(".tve-lg-dropdown-list").html(t.html()),this.$('[data-fn="buildOptionsFromInput"]').addClass("tve-disabled").text(TVE.t.changesApplied)},selectStylePicker:()=>s(87817),dropdownIcon:()=>s(52869),overlayDimensions(e){const t=TVE.ActiveElement&&TVE.ActiveElement.closest(".tve_lg_state").find(".tve-lg-dropdown-list");return t&&t.length&&(e=TVE.main.EditMode.element().add(t).tveBoundingBox()),e},handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,"")})},28789:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:4}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 407.5 46.3" preserveAspectRatio="none">\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 729px; stroke-dasharray: 729px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 729px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path stroke="red" fill="none" stroke-width="${e.strokeWidth}" \n\t\t\t\t\t\td="M5 31c27.7 4.9 56.1 5.9 84.1 3 7-.7 13.9-1.7 20.8-2.9 5-.9 10.5-1.7 14.9-4.6 3.9-2.6 6.4-6.9 5.6-11.7-.8-4.7-4.4-8.3-8.8-9.8C112.4 2 103 8.6 101.5 17.9c-.7 4.5.5 8.7 3.5 12 3.2 3.4 7.8 5.5 12.2 7 8 2.8 16.6 3.9 25.1 4.7 13 1.2 26.1 1.5 39-.2 11.7-1.5 23.2-4.3 34.4-8.3 4-1.4 7.9-3 11.8-4.8 2.3-1.1 4.7-2.3 6.8-3.9 3.6-2.9 7.8-7.6 7.3-12.6-.4-3.8-3.2-6.5-6.9-7.2-9.1-1.7-18.8 5.3-18.9 14.8-.1 12.3 13.8 16.6 23.7 17.7 26.7 2.9 54.2.1 80.1-6.8 4-1.1 8-2.1 11.9-3.3 3.6-1.1 7.4-4 6.9-8.2-.4-3.3-3.9-4.6-6.8-4.5-3.6 0-7.1 1.7-8.7 4.9-2.5 5.1-.4 10.4 4 13.5 4.9 3.4 11.4 3.8 17.2 4.1 13.7.6 27.4-2.9 40.2-7.3 6.2-2.2 12.3-4.6 18.4-7.1"/>\n\t\t\t\t</svg>`}}},29123:(e,t,s)=>{!function(t){const i=s(50732),a=s(5529),l=s(12564),o=i.extend({template:TVE.tpl("controls/social/network-settings"),events:()=>_.extend(i.prototype.events,{"change [data-setting]":"change_value"}),before_initialize(e){this.data={},this.network=e.network},after_initialize(){const e=this;this._tpl&&this.$(".n-settings").append(this._tpl()),this.$("[data-setting]").each(function(){const t=this.getAttribute("data-setting");a(e.data,t,e.value_changed,e)}),this.after_init&&this.after_init(),this.$m=this.$(".inline-message"),_.each(TVE.CONST.socialNetworks,(e,t)=>{this.$("select.tcb-share-networks").append('<option value="'+t+'">'+e+"</option>")})},change_value(e){const t=e.currentTarget;this.data[t.getAttribute("data-setting")]=this.$(t).val()},value_changed(e,t){this.$('[data-setting="'+e+'"]').val(t)},update(e){this.$element=e,this.read_from_element();const t={};t[this.network]=this.data,this.component.renderer.set_config(t)},set_model(e){return this.$(".n-title").html(e.get("label")),this.$("[data-setting]").first().trigger("focus"),this.$("select.tcb-share-networks").val(e.get("key")),this.read_from_element(),this},read_from_element(){const e=this.$element.find(".tve_s_"+this.network);this.data.label=e.attr("data-label"),this.data.href=e.attr("data-href"),this.read_specific&&this.read_specific(e)},apply(e){this.trigger("apply",e,this.data)},cancel(){},message(e,t){return e?(t=t||"info",this.$m.removeClass("m-success m-info m-error").addClass("m-"+t).empty().show(),"success"!==t&&"error"!==t||(e=TVE.icon("success"===t?"check":"close2")+"&nbsp;"+e),this.$m.html(e),this):(this.$m.hide(),this)}});e.exports={fb_share:o.extend({_tpl:TVE.tpl("controls/social/fb-share"),after_init(){this.image_picker=new l({}),this.$(".fb-image-upload").append(this.image_picker.$el),this.listenTo(this.image_picker,"select",function(e){this.data.image=e.url}),this.listenTo(this.image_picker,"remove",function(){this.data.image=""}),this.app_id=TVE.CONST.social_fb_app_id,this.app_valid=!!this.app_id},read_specific(e){_.each(["name","caption","description"],function(t){this.data[t]=e.attr("data-"+t)},this),this.image_picker.set({url:e.attr("data-image")||""})},validate_app_id(e,s){if(this.app_id=s.value,this.app_valid=!1,!this.app_id)return void this.message(TVE.t.fb_app_id_required,"error");this.message(TVE.t.validating_app_id,"info");const i=this;t.ajax({url:"https://graph.facebook.com/"+this.app_id,dataType:"json",xhrFields:{withCredentials:!1},crossDomain:!0}).done(function(e){e.id?(i.app_valid=!0,TVE.CONST.social_fb_app_id=i.app_id,i.message(TVE.t.fb_app_id_valid,"success"),TVE.ajax("update_option","post",{option_name:"tve_social_fb_app_id",option_value:i.app_id})):i.message(TVE.t.fb_app_id_invalid,"error")}).fail(function(){i.message(TVE.t.fb_app_id_invalid,"error")})},validate:()=>!0}),t_share:o.extend({_tpl:TVE.tpl("controls/social/t-share"),after_init(){this.$tweet=this.$("textarea.tweet"),this.$via=this.$(".via")},read_specific(e){this.data.tweet=e.attr("data-tweet"),this.data.via=(e.attr("data-via")||"").replace(/^@/,""),this.$m.hide(),this.char_count()},char_count(){let e=280;const t=this.$via.val();e-=23,e-=this.$tweet.val().length+1,e-=t?6+t.replace("@","").length:0,this.$("#t-counter").css("color",e<0?"#ff8484":"").html(e),this.remaining=e},validate(){return!(this.remaining<0&&(this.message(TVE.t.tweet_too_long,"error"),1))}}),x_share:o.extend({_tpl:TVE.tpl("controls/social/x-share"),after_init(){this.$post=this.$("textarea.post"),this.$via=this.$(".via")},read_specific(e){this.data.post=e.attr("data-post"),this.data.via=(e.attr("data-via")||"").replace(/^@/,""),this.$m.hide(),this.char_count()},char_count(){let e=280;const t=this.$via.val();e-=23,e-=this.$post.val().length+1,e-=t?6+t.replace("@","").length:0,this.$("#x-counter").css("color",e<0?"#ff8484":"").html(e),this.remaining=e},validate(){return!(this.remaining<0&&(this.message(TVE.t.post_too_long,"error"),1))}}),pin_share:o.extend({_tpl:TVE.tpl("controls/social/pin-share"),after_init(){this.image_picker=new l({}),this.$(".pin-image-upload").append(this.image_picker.$el),this.listenTo(this.image_picker,"select",function(e){this.data.media=e.url}),this.listenTo(this.image_picker,"remove",function(){this.data.media=""})},read_specific(e){const t=e.attr("data-media")||"";this.data.description=e.attr("data-description"),this.data.media=t,this.image_picker.set({url:t})},validate(){const e=this.image_picker.get();return!(!e||!e.url)||(this.inline_message(TVE.t.pinterest_img_required,"error",this.image_picker.$el),!1)},onOpen(){}}),in_share:o,xing_share:o,bluesky_share:o.extend({_tpl:TVE.tpl("controls/social/bluesky-share"),after_init(){this.$post=this.$("textarea.post"),this.$via=this.$(".via")},read_specific(e){this.data.post=e.attr("data-post"),this.data.via=(e.attr("data-via")||"").replace(/^@/,""),this.$m.hide(),this.char_count()},char_count(){let e=324;const t=this.$via.val();e-=23,e-=this.$post.val().length+1,e-=t?6+t.replace("@","").length:0,this.$("#bluesky-counter").css("color",e<0?"#ff8484":"").html(e),this.remaining=e},validate(){return!(this.remaining<0&&(this.message(TVE.t.post_too_long,"error"),1))}})}}(jQuery)},29222:(e,t,s)=>{const i=s(41669),a=s(16668),l=s(40521),{getCountries:o,getStates:c}=s(3265);e.exports=a.control.extend({template:TVE.tpl("lead-generation/country"),after_initialize(){this.$dom={fields:this.$(".country-fields")},this.hideFieldTooltip=new l({tooltipElem:this.$(".tve-lg-country--display-hide-tooltip"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/lg-country-hide-field"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),TVE.add_action("tve.lg.edit.input",(e,t)=>{if(e.hasClass("tve_lg_country")){const s=e.find("input").attr("data-placeholder");e.attr("data-show-placeholder")&&e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(s),t.$(".tve-lg-field-placeholder").val(s),this.setSavedSettings(e,t)}}),TVE.add_action("tve.lg.changeType",(e,t)=>{"country"===t&&this.resetSettings(e)}),TVE.add_action("tcb.element.click",e=>{if(!e.currentTarget.classList.contains("tve-lg-dropdown-option")&&!e.currentTarget.classList.contains("tve-lg-dropdown-list")){const e=TVE.state_manager.get_state();"default"===e?TVE.ElementEditIcons.click_expand():"expanded"===e&&TVE.ElementEditIcons.click_collapse()}})},update(e){e&&this.loadSavedSettings(e)},dropdownIcon:()=>s(52869),changeCountryField:()=>o(),changeCountryState:()=>o().map(e=>[e,...c(e.code)]),setDefaultCountry(e,t){const s=t.$(".tve-lg-field-default-value").val();if(void 0!==s){const t=s.toLowerCase(),a=e.find("input:not(.tve-lg-dropdown-input)"),l=".tve-lg-country-list li",o=e.find(l).filter(function(){return i(this).text().trim().toLowerCase()===t}),c=e.find(".tve-lg-dropdown-trigger");if(a.val(""),o.length){const e=o.text().trim();a.val(e),c.find(".tve-disabled-text-inner").text(e)}}},getCountryCodes(e){let t=this.$(".tve-lg-country--display-list select").val();return!t.length&&e&&e.length&&(t=JSON.parse(e)),o().filter(e=>t.includes(e.name))},getCountriesList(e="all",t=[]){let s=this.$(".tve-lg-country--display-list select").val();!s.length&&t&&t.length&&(s=JSON.parse(t));const i=o();return"include"===e?i.filter(e=>s.includes(e.name)):"exclude"===e?i.filter(e=>!s.includes(e.name)):i},changeCountryDisplay(e,t){const s=this.$(".tve-lg-country--display-box"),a=i(t),l=this.$(".tve-lg-country--display-list select"),o=this.$(".tve-lg-country--display-hide"),c=l.hasClass("select2-hidden-accessible");if(s.toggleClass("tcb-hidden","all"===a.val()),"all"!==a.val()&&!c){const e=this.getCountriesList();i.each(e,(e,t)=>{const s=t.name,a=t.code;if(s&&"NULL"!==s){const e=i("<option>",{text:s,class:"tve-dropdown-option-select2-text","data-value":a,"data-label-value":1});l.append(e)}}),l.select2()}const n=1===l.val().length&&"include"===a.val();o.toggleClass("tcb-hidden",!n)},loadSavedSettings(e){const t=this.$(".tve-lg-country--display-type select"),s=this.$(".tve-lg-country--display-box"),a=this.$(".tve-lg-country--display-list select"),l=this.$('.tve-lg-country--display-hide input[type="checkbox"]'),o={displayType:e.attr("data-display-type"),displayList:e.attr("data-display-list"),displayHide:parseInt(e.attr("data-display-hide")||0)};t.val(o.displayType),a.empty();const c=this.getCountriesList();i.each(c,(e,t)=>{const s=t.name,l=t.code;if(s&&"NULL"!==s){const e=i("<option>",{text:s,class:"tve-dropdown-option-select2-text","data-value":l,"data-label-value":1});a.append(e)}}),a.select2(),this.loadSelectedCountries(a,o.displayList),l.prop("checked",o.displayHide),s.toggleClass("tcb-hidden","all"===t.val())},loadSelectedCountries(e,t){if(t&&t.length){const s=JSON.parse(t),a=[];i.each(s,function(e,t){t.name in a||a.push(t.name)}),e.val(""),e.val(a).trigger("change")}},setSavedSettings(e,t){const s=e,a=s.find(".tve-lg-dropdown-list"),l={displayType:t.$(".tve-lg-country--display-type select").val(),displayList:t.$(".tve-lg-country--display-list select").val(),displayHide:t.$('.tve-lg-country--display-hide input[type="checkbox"]').is(":checked")};s.attr("data-display-type",l.displayType),s.attr("data-display-hide",Number(l.displayHide));const o=l.displayList.length?this.getCountryCodes(l.displayList):[];e.attr("data-display-list",JSON.stringify(o));const c=this.getCountriesList(l.displayType);if(a.empty(),i.each(c,function(e,t){const s=t.name;if(!s||"NULL"===s)return;const l=i("<span>",{text:s,class:"tve-input-option-text tcb-plain-text"}),o=i("<li>",{class:"tve-lg-dropdown-option","data-value":s,"data-label-value":1,"data-code":t.code||""});o.append(l),a.append(o)}),this.setParentField(e),1===c.length||!s.attr("data-show-placeholder")){const e=c[0];s.find("input").attr("value",e.name).attr("default-value",e.name),s.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(e.name)}},setParentField(e){const t=e.find('input[data-field="country"]').attr("data-field-linked");""!==t?e.attr("data-parent-field",t):e.removeAttr("data-parent-field")},resetSettings(e){const t=e.$(".tve-lg-field-placeholder"),s=e.$(".tve-lg-country--display-type select"),i=e.$(".tve-lg-country--display-box"),a=e.$(".tve-lg-country--display-list select"),l=e.$('.tve-lg-country--display-hide input[type="checkbox"]');t.val(TVE.t.country_placeholder);const o=a.hasClass("select2-hidden-accessible");s.val("all"),i.addClass("tcb-hidden"),o&&a.select2("destroy"),a.empty(),l.prop("checked",!1)},changeCountryList(e,t){const s=this.$(".tve-lg-country--display-type select"),a=i(t),l=this.$(".tve-lg-country--display-hide"),o=1===a.val().length&&"include"===s.val();l.toggleClass("tcb-hidden",!o)},openHideFieldTooltip(){return this.hideFieldTooltip.isOpen()?this.hideFieldTooltip.onClose():this.hideFieldTooltip.open(null,this.hideFieldTooltip.tooltipElem),!1}})},29283:(e,t,s)=>{const i=s(74638),a=s(52306),l=s(74144),o=s(48828),c=i.extend({template:_.template('<div class="css-variable-color-picker css-variable-picker"></div>'),_template:TVE.tpl("controls/drop-panel-light"),hueChanged:!1,currentHue:0,linked_objects:{},changed:!1,after_initialize(){this.color=new a({el:this.$(".css-variable-color-picker")[0],model:this.color_options()}),this.color.$el.on("hue.changed.spectrum",_.bind((e,t)=>{t<=1&&(t*=360),this.currentHue=parseInt(t),this.hueChanged=!0},this)),this.color.$el.on("color.ration.spectrum",_.bind((e,t)=>{this.currentRatio=t},this)),this.color.input=_.bind(this.color_input,this)},color_input(e){if(this.changed=!0,!this.isOpen()&&!this.forceInput||this.color.edit_css_variable)return;const t=TVE.apply_filters("tve.change.css.variable.element",TVE.ActiveElement);TVE.SKIP_CSS_STATE=!0,this.input(TVE.isCssVariable(e)?e:e.toRgbString()),TVE.changeCssVariableValue(this.model.get("raw_css_variable"),TVE.isCssVariable(e)?e:e.toRgbString(),t,this.important),this.fireChangeMainVariable(TVE.isCssVariable(e)?e:e.toRgbString()),TVE.isCssVariable(e)&&(e=e.includes(TVE.CONST.colors.global_prefix)?this.color.getValue():o(TVE.getCssVariableValue(e)));const s=e.toHsl();0===s.h&&1===s.l&&0===s.s&&this.hueChanged&&this.color.colorPicker.spectrum("set",o({h:this.currentHue,l:Math.min(.99,Math.max(.01,s.l)),s:Math.min(.99,Math.max(.01,s.s)),a:s.a})),0!==s.s&&0!==s.l||!this.hueChanged||(s.h=this.currentHue),0===s.s&&0===s.l&&(s.s=c.hsvToHsl(parseInt(this.currentHue),this.currentRatio.s,this.currentRatio.v).s),_.each(s,(e,t)=>{s[t]=l.toFixed(e,2)}),this.isMainAccent&&TVE.changeMainHSL(s),_.each(this.linked_variables,(e,i)=>{TVE.changeCssVariableValue(i,this.compute_linked_var_value(e,s,i,this.hueChanged),t,this.important)},this),this.paletteVarsDependency.length&&_.each(this.paletteVarsDependency,e=>{_.each(e.linked_variables,(t,i)=>{TVE.changeCssVariableValue(i,this.compute_linked_var_value(t,s,i,this.hueChanged,e.linked_objects),e.rootElement,this.important)})}),this.hueChanged=!1},compute_linked_var_value(e,t,s,i,a=this.linked_objects,l=this.originalHSL){return c.modifyLinkedVarValue(e,t,s,i,a,l)},prepare_variable_for_save(e){const t=TVE.getCssVariableValue(e);return!_.isEmpty(this.linked_objects)&&this.changed?(this.linked_objects[e].hsl_parent_dependency=this.linked_objects[e].tmp_hsl_parent_dependency,delete this.linked_objects[e].tmp_hsl_parent_dependency,this.linked_objects[e].color&&(this.linked_objects[e].color=t),{value:t,hsl_parent_dependency:this.linked_objects[e].hsl_parent_dependency}):t},alter_sent_data(e){const t=TVE.isCssVariable(e.value)?TVE.getCssVariableValue(e.value,e.element):e.value;if(e.value.includes("--tcb-local")&&(e.value=t),this.variable.color=t,this.paletteVarsDependency.length&&TVE.Views.Controls.Palettes.updatePaletteVariables(this.paletteVarsDependency),this.variable.hsl){const s=o(t).toHsl();0===s.s&&0===s.l&&(s.s=c.hsvToHsl(parseInt(this.currentHue),this.currentRatio.s,this.currentRatio.v).s),this.variable.hsl.h=parseInt(this.currentHue),this.variable.hsl.s=l.toFixed(Math.min(.99,Math.max(.01,s.s)),4),this.variable.hsl.l=l.toFixed(Math.min(.99,Math.max(.01,s.l)),4),e.hsl=this.variable.hsl}return e},input(e){},color_options(){const e=!!this.$el.closest("#tve_cpanel").length;return{config:{options:{output:"object",showInput:!0,showGradient:!1,showAlpha:!0,flat:!0,showButtons:!1,showGlobals:e,showDynamic:TVE.apply_filters("tve.css.variable.showDynamic",!1,e),globalThumb:e?"global_thumb":null}}}},cancel(){this.paletteVarsDependency.length&&_.each(this.paletteVarsDependency,e=>{_.each(e.linked_variables,(t,s)=>{TVE.changeCssVariableValue(s,t,e.rootElement)})}),this.fireChangeMainVariable(this.model.get("initial_value")),i.prototype.cancel.apply(this,arguments),this.isMainAccent&&TVE.changeMainHSL(this.originalHSL),delete this.linked_objects},fireChangeMainVariable(e){const t=TVE.apply_filters("tve.change.css.variable.element",TVE.ActiveElement);TVE.do_action("tcb.change.main.css.variable",this.model.get("raw_css_variable"),e,t,this.isMainAccent)},beforePosition(){this.color.colorPicker.spectrum("reflow"),this.color.render_favorites()},onOpen(){this.color.setValue(this.model.get("css_variable"));const e=o(this.model.get("initial_value")),t=TVE.getMainAccentColor();if(this.originalHSL=e.toHsl(),this.currentHue=this.originalHSL.h,this.changed=!1,this.isMainAccent=t&&parseInt(t.id)===parseInt(this.variable.id),this.variable.hsl){const e=o({h:this.variable.hsl.h,l:this.variable.hsl.l,s:this.variable.hsl.s,a:this.originalHSL.a});this.currentHue=parseInt(this.variable.hsl.h),e.css_variable=this.model.get("css_variable"),0!==this.originalHSL.h&&1!==this.originalHSL.l&&0!==this.originalHSL.s||this.color.colorPicker.spectrum("set",e),this.originalHSL=e.toHsl(),this.originalHSL.h=this.currentHue}if(TVE.isCssVariable(this.model.get("css_variable_value"))){const t=this.color.$('[data-var="'+TVE.getRawCssVariableName(this.model.get("css_variable_value"))+'"]');t.length&&this.color.favorites.select(e.toRgbString(),t)}if(_.each(this.originalHSL,(e,t)=>{this.originalHSL[t]=l.toFixed(e,2)},this),this.linked_objects={},this.hueChanged=!1,this.model.get("css_variable").indexOf("tcb-local")>-1&&this.model.get("linked_objects")?this.linked_objects=this.model.get("linked_objects"):_.each(this.linked_variables,(e,t)=>{const s=TVE.extractNumbersFromString(t)[0],i=_.findIndex(this.model.get("variables_set"),function(e){return parseInt(e.id)===parseInt(s)});i>-1&&(this.linked_objects[t]=this.model.get("variables_set")[i],this.linked_objects[t].tmp_hsl_parent_dependency={h:parseInt(this.linked_objects[t].hsl_parent_dependency.h),l:parseFloat(this.linked_objects[t].hsl_parent_dependency.l),s:parseFloat(this.linked_objects[t].hsl_parent_dependency.s)})},this),this.paletteVarsDependency=[],-1===this.model.get("raw_css_variable").indexOf(TVE.CONST.colors.local_prefix)){const e=[];e.push(this.model.get("raw_css_variable")),_.each(this.linked_variables,(t,s)=>{e.push(s)}),this.paletteVarsDependency=TVE.Views.Controls.Palettes.getLocalVariablesDependency(e)}}},{modifyLinkedVarValue(e,t,s,i,a,c){let n=o(e);_.isEmpty(a)||(n=o({h:a[s].hsl_parent_dependency.h,l:Math.min(.99,Math.max(.01,a[s].hsl_parent_dependency.l)),s:Math.min(.99,Math.max(.01,a[s].hsl_parent_dependency.s)),a:o(e).toHsl().a})),i&&n.spin(parseInt(t.h)-parseInt(c.h));const r=n.toHsl();if(!_.isEmpty(a)){0===r.h&&-1===s.indexOf("tcb-local")&&(r.h=a[s].hsl_parent_dependency.h),i&&(a[s].tmp_hsl_parent_dependency.h=parseInt(r.h));const e=a[s].lock;if(_.isEmpty(e)||void 0===e.saturation||0===parseInt(e.saturation)){const e=l.toFixed(t.s-c.s,2);a[s].tmp_hsl_parent_dependency.s=l.toFixed(parseFloat(a[s].hsl_parent_dependency.s)+e,2)}if(_.isEmpty(e)||void 0===e.lightness||0===parseInt(e.lightness)){const e=l.toFixed(t.l-c.l,2);a[s].tmp_hsl_parent_dependency.l=l.toFixed(parseFloat(a[s].hsl_parent_dependency.l)+e,2)}r.h=a[s].tmp_hsl_parent_dependency.h,r.s=Math.min(1,Math.max(0,a[s].tmp_hsl_parent_dependency.s)),r.l=Math.min(1,Math.max(0,a[s].tmp_hsl_parent_dependency.l)),0===r.l&&(r.l=.01),0===r.s&&(r.s=.01)}return o(r).toRgbString()},hsvToHsl(e,t,s){const i=(2-t)*s/2;return 0!==i&&(t=1===i?0:i<.5?t*s/(2*i):t*s/(2-2*i)),{h:e,s:t,l:i}}});e.exports=c},29299:(e,t,s)=>{const i=s(16668);let a;e.exports=i.component.extend({before_update(){return this.setProductCategoriesElement(),this},controls_init(e){a=TVE.inner.window.TCB_Front.woocommerce.ProductCategories;const t=()=>this.productCategoriesElement,i=a.imageWidthVar,l=".products";e.Limit.input=(e,s)=>{t().setData("limit",s.value)},e.Limit.change=()=>t().render(),e.Limit.update=function(){this.setValue(t().getData("limit"))},e.Columns.input=(e,s)=>{t().setData("columns",s.value)},e.Columns.change=()=>t().render(),e.Columns.update=function(){this.setValue(t().getData("columns"))},e.OrderBy.input=(e,s)=>{t().setData("orderby",s.value).render()},e.OrderBy.update=function(){this.setValue(t().getData("orderby"))},e.Order.change=(e,s)=>{t().setData("order",s.value).render()},e.Order.update=function(){this.setValue(t().getData("order"))},e.TextLayout.input=(s,i)=>{const a=i.dataset.value;t().setData("text-layout",a),e.TextPosition.$el.toggle("text_on_image"===a)},e.TextLayout.update=function(){const s=t().getData("text-layout");this.setActive(s),e.TextPosition.$el.toggle("text_on_image"===s)},e.TextPosition.input=(e,s)=>{t().setData("text-position",s.dataset.value)},e.TextPosition.update=function(){this.setActive(t().getData("text-position"))},e.Alignment.input=(e,s)=>{t().setData("align-items",s.dataset.value)},e.Alignment.update=function(){this.setActive(t().getData("align-items"))},e.ImageSize.input=function(e,s){t().$template.find(".products").tcbCss(i,`${s.value}% !important`)},e.ImageSize.change=function(e,s){t().$template.find(l).tcbCss(i,""),e.head_css({[i]:`${s.value}% !important`},null,` ${l}`)},e.ImageSize.update=function(){let e=t().$template.find(l).tcbCss(i);e&&!e.includes("px")||(e="100%"),this.setValue(e)},_.each(a.subElementSelectors,(s,i)=>{const a=`${i}-visibility`;e[a].input=(e,s)=>{t().setData(`hide-${i}`,s.checked?0:1).toggleSubElementVisibility([i],s.checked)},e[a].update=function(){this.setChecked(!Number(t().getData(`hide-${i}`)))}}),e["empty-category"].input=(e,s)=>{t().setData("hide_empty",s.checked?1:0).render()},e["empty-category"].update=function(){this.setChecked(Number(t().getData("hide_empty")))},e.ParentCategory.change=(e,s)=>{t().setData("ids",""),this.categoriesSelect.updateSelect2(""),t().setData("parent",s.value).render()},e.ParentCategory.update=function(){this.setValue(t().getData("parent"))},this.categoriesSelect=s(19595),this.categoriesSelect.beforeInit(this.$el,t)},after_update:_.debounce(function(){this.categoriesSelect.initSelect()},500),editProductCategories(){const e=this.productCategoriesElement.$template;e.find("[draggable]").removeAttr("draggable"),e.find(".tve-draggable").removeClass("tve-draggable"),e.find(".tve-droppable").removeClass("tve-droppable"),this.$(".product-cat-edit-mode-hidden").hide(),TVE.main.EditMode.enter(e,{blur:!1,show_default_message:!0,restore_state:!0,callbacks:{exit:()=>{TVE.Editor_Page.focus_element(e)}}}),this.productCategoriesElement||this.setProductCategoriesElement(e)},setProductCategoriesElement(e=TVE.ActiveElement){this.productCategoriesElement=new a(e)}})},29537:e=>{e.exports={"tcb.content_templates.data":e=>(parseInt(e.is_imported)&&(TVE.FLAGS.CUSTOM_TEMPLATE_IMPORT=!0,e.template_custom_css_code=e.css_code,e.template_media_css=e.media_css,e.onResponseFn=e=>new Promise(t=>{TVE.FLAGS.CUSTOM_TEMPLATE_IMPORT=!0,e.template_custom_css_code&&TVE.Editor_Page.add_custom_css(e.template_custom_css_code,!0),TVE.Editor_Page.content_manager.insert_head_css(e.template_media_css).then(()=>{t()})}),e.css_code="",e.media_css={}),e)}},30225:(e,t,s)=>{TVE.PostOptionsConfirm=s(80082),e.exports=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(e){const t=TVE.PostOptionsConfirm.get_instance(TVE.modal.get_element("post-options-confirm")),s=this;this.model=new Backbone.Model(TVE.CONST.post),this.listenTo(this.model,"change:post_status",function(){s.exteriorChange?s.exteriorChange=!1:s.savePost()}),this.listenTo(this.model,"cancel_changes",function(){s.resetChanges()}),s.toggleVisibilityDropdown(!0),TVE.add_action("tcb.state.change",_.bind(this.toggleBreadcrumb,this)),TVE.add_action("tcb.edit_mode.enter",()=>{this.toggleBreadcrumb("normal",!1)}),TVE.add_action("tcb.edit_mode.exit",()=>{this.toggleBreadcrumb("normal",!0)}),t.setModel(this.model),this.resetChanges(),this.change(),TVE.StorageManager.on("tve_post_options_change",function(e){e.id===TVE.CONST.post.ID&&(TVE.CONST.post.post_status=e.status,TVE.CONST.post.post_password=e.password,s.exteriorChange=!0,s.model.set({post_status:TVE.CONST.post.post_status,post_password:TVE.CONST.post.post_password}),s.resetChanges(),s.change())}),e.VisibilityOptions.changeVisibility=function(e,i){s.$("#tve-editor-post-password-input").addClass("tcb-hide"),"private"===i.value?(t.changeModal(i.value),t.open()):"password"===i.value&&s.displayPassword()},e.PublishOptions.update=e.UnpublishOptions.update=jQuery.noop,e.VisibilityOptions.update=function(){s.resetChanges()},e.VisibilityOptions.saveVisibility=function(){const e=this.$('input[type="radio"]:checked').val();if("private"===e)return void s.toggleVisibilityDropdown(!1);const t=this.$("#tve-editor-post-password-input").val();if("password"===e){if(!t)return void s.resetChanges();s.model.set("post_password",t)}else"public"===e&&s.model.set("post_password","");const i="private"===TVE.CONST.post.post_status;s.model.set("post_status",i?"publish":TVE.CONST.post.post_status),i||s.model.trigger("change:post_status",s.model)},e.VisibilityOptions.showVisibilityOptions=function(){s.toggleVisibilityDropdown()},e.VisibilityOptions.hideVisibilityOptions=function(){s.toggleVisibilityDropdown(!1)},e.PublishOptions.publish=function(){t.changeModal("publish"),t.open()},e.UnpublishOptions.unpublish=function(){t.changeModal("unpublish"),t.open()}},toggleBreadcrumb(e,t){const s=["hover","active","expanded"].includes(e)||TVE.main.EditMode.in_edit()&&!t;TVE.main.$el.find("#tcb-post-option-breadcrumb").toggleClass("tcb-hide",s),TVE.main.$el.find("#tcb-top-nav-list").toggleClass("tve-has-post-options",!s)},toggleVisibilityDropdown(e=!0){this.$(".tve-post-visibility-options").toggleClass("tcb-hide",!e),TVE.main.$cpanel.find(".tve-panel").toggleClass("drop-panel-open",e)},resetChanges(){this.toggleVisibilityDropdown(!1);const e=this.getVisibility();this.$("#tve-editor-post-password-input").addClass("tcb-hide"),this.$('input[value="'+e+'"]').prop("checked",!0),this.$(".tve-show-visibility-options").html(e),"password"===e&&this.displayPassword()},displayPassword(){this.$("#tve-editor-post-password-input").removeClass("tcb-hide").val(this.model.get("post_password"))},change(){this.setActiveOptions("draft"===TVE.CONST.post.post_status?this.controls.PublishOptions:this.controls.UnpublishOptions)},setActiveOptions(e){this.$(".tve-publish-options").addClass("tcb-hide"),e.$el.removeClass("tcb-hide")},savePost(){TVE.main.overlay(),TVE.Editor_Page.save(!0,this.savePostOptions())},savePostOptions(){const e=this;TVE.ajax("save_post_status","post",this.model.attributes).done(function(){TVE.CONST.post.post_status=e.model.get("post_status"),TVE.CONST.post.post_password=e.model.get("post_password"),e.change(),e.resetChanges(),e.$(".tve-show-visibility-options").html(e.getVisibility()),TVE.StorageManager.set("tve_post_options_change",TVE.CONST.post)}).always(function(){TVE.main.overlay("close")})},getVisibility(){let e="";return TVE.CONST.post.post_password&&(e="password"),e||"private"!==TVE.CONST.post.post_status||(e="private"),e||(e="public"),e}})},30234:e=>{e.exports=TVE.modal.base.extend({before_open(e){this.modalTexts={reset:{title:"Reset to default",description:"This will reset the current display to the default. Are you sure?","apply-action":"Yes, Reset"},remove:{title:"Delete",description:"This will delete the current display. Are you sure?","apply-action":"Yes, Delete"}},this.displayManager=e.displayManager,this.displayKey=e.displayKey,this.action=e.action,this.collection=e.collection;const t=this.modalTexts[this.action];for(const e in t)this.$(`.${e}`).empty().text(t[e])},cancelAction(){this.close()},applyAction(){switch(this.action){case"remove":this.collection.removeDisplay(this.displayKey);break;case"reset":this.displayManager.resetDisplay(this.displayKey)}this.close()}})},30296:(e,t,s)=>{e.exports=s(56164).extend({_template:TVE.tpl("controls/drop-panel-light"),disabledString:".temporaryDisabled",item_template:()=>TVE.tpl("controls/lead-generation/select-style-picker"),read_from_element(){const e=this.readFrom().attr("data-style");return this.readDataCss(),this.component.controls.StyleChange.$(".tve-select-picker").attr("data-value",e),e},readDataCss(e=this.readFrom()){this.cssMap={},e.find("[data-css]").addBack("[data-css]").each((e,t)=>{this.cssMap[t.dataset.css]=TVE.inner_$(t)})},after_render(){this.$(".drop-panel").addClass("mt-20")},input(e){e.attr("data-style",this.model.selected),this.component.controls.StyleChange.$(".tve-select-picker").attr("data-value",this.model.selected),Object.keys(this.cssMap).forEach(e=>{this.cssMap[e].removeAttr("data-css")});const t=e.attr("data-selector"),s=TVE.CSS_Rule_Cache.getRulesForSelector(t);if(!this.stylesRemoved){this.stylesRemoved=!0;const e=t+this.disabledString;s.forEach(s=>{TVE.CSS_Rule_Cache.copyCssRule(s,s.selectorText.replace(t,e),!0)})}},apply(e){this.model.selected&&this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected)),e.attr("data-style",this.model.selected),this.model.selected_old=this.model.selected,TVE.head_css_remove(e.attr("data-selector")+this.disabledString,null,!0),TVE.do_action("tve.dynamic_dropdown.style_applied",e,this.model.selected)},cancel(e){this.model.selected!==this.model.selected_old&&(e.attr("data-style",this.model.selected_old),this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected_old))),Object.keys(this.cssMap).forEach(e=>{this.cssMap[e].attr("data-css",e)});const t=e.attr("data-selector")+this.disabledString,s=TVE.CSS_Rule_Cache.getRulesForSelector(t);delete this.stylesRemoved,s.forEach(e=>{TVE.CSS_Rule_Cache.copyCssRule(e,e.selectorText.replace(this.disabledString,""),!0)})},setStyleColor(e,t,s){t=TVE.getActualColorFromVariableValue(t,s);const i=this.el.querySelector(".scroll-content.tve-style-options");i&&setTimeout(i.style.setProperty(e,t)),this.component.controls.StyleChange.el.style.setProperty(e,t)}})},30356:(e,t,s)=>{e.exports=s(81940).extend({$$type:"progressbar",categoryId:"progressbar_type",templateName:"progressbar",alter_wrapper_attributes:(e,t)=>({"data-ct-name":t.name,"data-ct":`${t.type}-${t.id}`}),afterTemplateCssApplied(){TVE.do_action("tve.progress.after_template_css_applied",this.applyTo)}})},30457:(e,t,s)=>{var i;i=jQuery,e.exports=s(68284).extend({get_styles:()=>({}),setup_defaults(){this.config={show_count:!1,style:"tve_style_6",button_type:"tve_social_itb",selected:[{key:"fb_share",label:"Facebook",checked:!0},{key:"x_share",label:"Post",checked:!0}],share_url:"{tcb_post_url}",min_shares:0,x_share:{label:"Post"},pin_share:{label:"Pin"},bluesky_share:{label:"Post"},hasFillIcon:["tve_style_6","tve_style_7"],hasSolidIcon:["tve_style_9","tve_style_11","tve_style_15"]}},label(e){return this.config[e]&&this.config[e].label?this.config[e].label:TVE.t.share},render_default(){TVE.CONST.socialNetworks.x_share="X",this.setup_defaults();const e=i('<div class="thrv_wrapper thrv_social_custom thrv_'+this.key+' tve_social_updated"></div>');return this.render_to(e),e.attr("data-device-config",JSON.stringify({desktop:{},tablet:{},mobile:{button_type:"tve_social_ib",showCount:"0"}})),e},_render_to(e){const t={};e.find(".tve_s_count").each(function(){const e=i(this);t[e.closest(".tve_s_item").attr("data-s")]=e.text()}),t.total={value:0,formatted:0},TVE.inner.window.TCB_Front.total_share_counts&&TVE.inner.window.TCB_Front.total_share_counts[this.config.share_url]&&(t.total=TVE.inner.window.TCB_Front.total_share_counts[this.config.share_url]);const s=this.config.selected.filter(e=>e.checked).map(e=>e.key?e.key:e);this.config.hasFillIcon=["tve_style_6","tve_style_7"],this.config.hasSolidIcon=["tve_style_9","tve_style_11","tve_style_15"];const a={};_.each(s,t=>{const s=e.find(`[data-s="${t}"]`),i=s.find(".tve_s_icon");a[t]={button:e.find(`[data-s="${t}"]`).attr("data-css"),icon:e.find(`[data-s="${t}"] .tve_s_icon`).attr("data-css"),animationButtonClasses:s.length?this.getAnimationsClasses(s[0].className):"",animationButtonCfg:s.attr("data-tcb-events"),animationIconClasses:i.length?this.getAnimationsClasses(i[0].className):"",animationIconCfg:i.attr("data-tcb-events")}});const l=e.find(".tve_s_cnt").attr("data-css"),o=e.find(".tve_s_cnt_label").attr("data-css");this.$element=e,e.html(TVE.tpl("elements/social")({r:this,config:this.config,counts:t,selected:s}));const c=this.config;e.find(".tve_s_item").each(function(){const e=this.getAttribute("data-s"),t=this;_.each(c[e],function(e,s){e&&"href"!==s&&t.setAttribute("data-"+s,e)})}),_.each(s,t=>{const s=a[t].button,i=a[t].icon,l=a[t].animationButtonClasses,o=a[t].animationButtonCfg,c=a[t].animationIconClasses,n=a[t].animationIconCfg;s&&e.find(`[data-s="${t}"]`).attr("data-css",s),i&&e.find(`[data-s="${t}"] .tve_s_icon`).attr("data-css",i),l&&e.find(`[data-s="${t}"]`).addClass(l),o&&e.find(`[data-s="${t}"]`).attr("data-tcb-events",o),c&&e.find(`[data-s="${t}"] .tve_s_icon`).addClass(c),n&&e.find(`[data-s="${t}"] .tve_s_icon`).attr("data-tcb-events",n)}),e.attr("data-counts",this.config.show_count?"1":""),e.attr("data-min_shares",this.config.min_shares),l&&e.find(".tve_s_cnt").attr("data-css",l),o&&e.find(".tve_s_cnt_label").attr("data-css",o),e.hasClass("tcb-social-common-width")&&(e.data("resize-observer",""),TVE.Components.social.addMutationListener(e)),e=TVE.apply_filters("tcb.after-social-render",e),TVE.Editor_Page.reposition_icons(e)},getIcon(e,t){let s=TVE.inner_$("symbol#icon-"+e.replace("_share",""));const i=t&&t.find(`[data-s="${e}"] .tcb-icon`),a=s.attr("id");return i&&i.length&&(s=i),s.length?TVE.svg_icon({path:s.html(),viewBox:s[0].getAttribute("viewBox"),name:s.find("> title").first().text(),id:a}):""},getAnimationsClasses(e){const t=[];if(-1!==e.indexOf("tve_evt_manager_listen")){t.push("tve_evt_manager_listen","tve_ea_thrive_animation");const s=e.match(/tve_et_\S*|tve_ea_\S*|tve_anim_\S*/g);null!==s&&(t.push(...s),t.includes("tve_ea_thrive_tooltip")&&t.splice(t.indexOf("tve_ea_thrive_animation"),1))}return _.uniq(t).join(" ")}})},30583:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/radio"),action_select(e,t){this.change(e,t)},getValue(){return this.$(".radio:checked").val()},setValue(e){this.$('.radio[value="'+e+'"]').prop("checked",!0)},get_selected_label(){const e=this.getValue(),t=this.model.config.options.filter(function(t){return t.value==e}).shift();return t?t.name:null}})},30595:e=>{let t,s=!1;e.exports=function(){if(!s&&!confirm(TVE.t.LPImportConfirm))return!1;s=!0,t||(t=wp.media.frames.file_frame=TVE.main.getZipMediaFrame("Import Landing Page"),t.on("select",function(){const e=t.state().get("selection").first().toJSON();if("application/zip"!==e.mime)return TVE.page_message("Only .zip files are allowed",!0),void t.open();TVE.main.overlay(),TVE.ajax("landing_page_import","post",{attachment_id:e.id,page_id:TVE.CONST.post_id}).done(e=>{if(!e.success)return TVE.main.overlay(!0),TVE.page_message(e.message,!0,8e3),void t.open();requestAnimationFrame(()=>TVE.main.overlay()),window.onbeforeunload=null,top.window.location.href=`${e.url}&imported-lp=1`}).fail(()=>{TVE.main.overlay(!0),t.open()})})),t.open()}},30610:(e,t,s)=>{!function(){const t=s(13617);e.exports=t.extend({getTargetElement:()=>TVE.ActiveElement.add(TVE.ActiveElement.find(".tve_editable")).not(".tcb-el-group"),controls_init(e){t.prototype.controls_init.apply(this,Array.from(arguments)),e.LineSpacing.getElement=function(){return TVE.ActiveElement},e.LineSpacing.readValues=function(){const e=this.getElement();return{top:e.css("padding-top"),bottom:e.css("padding-bottom")}},e.LineSpacing.writeStyle=function(e){this.applyElementCss(e,TVE.ActiveElement,"","")},TVE.add_action(`tcb.focus_${this.key}.before`,()=>{TVE.inner_$(".tve-toc-heading.tve-state-expanded").removeClass("tve-state-expanded")})},lineSpacingControl:()=>s(32434)})}()},30624:(e,t,s)=>{var i;i=jQuery,e.exports={drip(e){void 0===e&&(e=i(".connection-setup:last")),i(TVE.main).on("tve-api-options-drip.tcb",function(e,t){const s=TVE.get_inputs_value(t.$container,".tve-api-extra",":not(.tve_disabled, .drip-custom-field)");t.api.set("config",{}),"automation"!==s.type&&"tag"!==s.type||(s.list=1),t.api.setConfig(TVE.get_inputs_value(t.$container,"#drip_tags")),t.api.setConfig(s)}),i(TVE.main).on("tve-api-after-get-drip.tcb",function(e,t){const s={};_.each(t.api.get("config"),function(e,t){const i=/field\[(\w*)\]/.exec(t);i&&i.length>1&&(s[i[1]]=e)}),t.api.set("custom_properties",s)}),i(TVE.main).on("tve-api-after-render-drip.tcb",function(e,t){t.$container.find(".drip-connection-type").trigger("change")}),i(TVE.main).on("tve-api-validate-drip.tcb",function(e,t){let s=1,i="";if("automation"===t.api.getConfig("type")){const e=t.api.get("config");_.each(e,function(e,t){0===t.indexOf("field")?0===e.trim().length&&(s=0,i="Please fill all custom fields values!"):"field[thrive_custom_field]"===e&&(s=0,i="Empty custom field name!")})}else if("tag"!==t.api.getConfig("type")){const e=/^([a-zA-Z0-9_]+)$/g,a=[];t.api.getConfig("first_name_field").match(e)||(i="First Name field can only contain letters, numbers and underscores",s=0,a.push('input[name="first_name_field"]')),t.api.getConfig("last_name_field").match(e)||(i=(i?"First Name field and ":"")+"Last Name field can only contain letters, numbers and underscores",s=0,a.push('input[name="last_name_field"]')),s||t.api.set("error-field",a.join(","))}t.api.set("state",s),t.api.set("error",i)}),i(document).on("change",".drip-connection-type",function(){e.find(".tve-api-option-group").hide().find(".tve-api-extra").removeClass("tve-api-extra"),e.find(".tve-api-option-group-"+this.value).show().find("input, select").addClass("tve-api-extra")}),i(document).on("change",".index-custom-field",function(e){const t=i(e.currentTarget),s=e.currentTarget.value,a=t.closest(".tve-field-pair");if(!/^[A-Za-z0-9-_]+$/.test(s))return t.val(a.find(".drip-custom-field-value").attr("name").replace("field[","").replace("]","")),void alert("No spaces, commas, dots, or special characters are allowed");a.find(".drip-custom-field-value").attr("name","field["+s+"]")}),i(document).on("mousedown",".tve-add-new-field",function(t){if(0===t.button){const t=e.find(".tve-field-pair").last(),s=t.clone();s.find("input").val(""),t.find(".tve-remove-action").show(),s.appendTo(e.find(".tve-custom-fields-container"))}}),i(document).on("mousedown",".tve-remove-added-field",function(e){0===e.button&&i(e.currentTarget).closest(".tve-field-pair").remove()})},fluentcrm(){i(TVE.main).on("tve-api-options-fluentcrm.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},activecampaign(e,t){i(TVE.main).on("tve-api-options-activecampaign.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))}),i(TVE.main).on("tve-api-after-render-activecampaign.tcb",function(e,t){t.$container.find(".tve-active-campaign-list").trigger("change")}),i(document).on("change",".tve-active-campaign-list",function(){const s=e.find(".activecampaign-list-form").empty(),a=this.value,l=t.get("extra_settings").forms,o=e.find(".ac-error"),c=t.getConfig("form")||"";l&&l[a]?(_.each(l[a],function(e){s.append(i("<option>",{value:e.id,text:e.name}))}),s.val(c),o.hide()):(s.hide(),o.show())})},aweber(){i(TVE.main).on("tve-api-options-aweber.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},"get-response"(){i(TVE.main).on("tve-api-options-get-response.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))}),i(document).on("change","#get-response-cycleday",function(e){const t=e.currentTarget,s=parseInt(t.getAttribute("max"));(isNaN(t.value)||t.value<0||t.value>s)&&(alert("Invalid cycle day"),t.value=0)})},klicktipp(){i(TVE.main).on("tve-api-options-klicktipp.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},mailchimp(e,t){i(TVE.main).on("tve-api-options-mailchimp.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))}),i(TVE.main).on("tve-api-before-ajax-mailchimp.tcb",function(e,t){t.api.set("ajax_extra",{list_id:t.api.getConfig("list")||0})}),i(TVE.main).on("tve-api-after-render-mailchimp.tcb",function(e,s){const i=s.$container.find("#thrive-api-groupin-select").empty(),a=s.$container.find(".tve-groups-wrapper").empty(),l=t.get("groupin");i.append(TVE.tpl("util/option",{value:0,selected:"0"===l,text:"No Group"})),_.each(t.get("groups"),function(e){i.append(TVE.tpl("util/option",{value:e.id,selected:l===e.id,text:e.title})),e.id===l&&a.html(TVE.tpl("lead-generation/apis/extra/mailchimp-group",{item:e,selected_groups:t.get("selected_groups")}))})}),i(TVE.main).on("tve-api-after-get-mailchimp.tcb",function(e,t){let s=t.api.getConfig("groupin"),i=t.api.get("extra_settings").groups,a=t.api.getConfig("group")||[];const l=t.api.getConfig("tags");i=void 0===i?[]:i,s=void 0===s?0:s,a&&"string"==typeof a&&(a=a.split(",")),t.api.set("selected_groups",a),t.api.set("groupin",s),t.api.set("groups",i),t.api.set("tags",l)}),i(document).on("change","#thrive-api-groupin-select",function(){const e=i(".tve-groups-wrapper").empty(),s=this.value;_.each(t.get("groups"),function(t){t.id===s&&e.html(TVE.tpl("lead-generation/apis/extra/mailchimp-group",{item:t,selected_groups:[]}))})}),i(document).on("change",".mailchimp-api-list",function(){const e=this.value,s=i(".connection-setup");i(".tve-groups-wrapper").empty(),s.addClass("loading"),TVE.ajax("get_api_extra","GET",{api:t.get("key"),extra:"_get_groups",params:{list_id:e}}).done(function(e){const i=s.find("#thrive-api-groupin-select").empty();TVE.CONST.connected_apis_custom_fields.mailchimp=void 0!==e.api_custom_fields?e.api_custom_fields:[],e.extra=e.extra||[],t.set("groups",e.extra),e.extra&&e.extra.length&&(i.append(TVE.tpl("util/option",{value:0,selected:!0,text:"No Group"})),_.each(e.extra,function(e){i.append(TVE.tpl("util/option",{value:e.id,selected:!1,text:e.title}))})),s.removeClass("loading")})})},custom_html:e=>(-1===e.code.indexOf("mailchimp")&&-1===e.code.indexOf("mc_embed_signup")&&-1===e.code.indexOf("mc-embedded-subscribe")||_.each(e.text,function(t,s){t.name.length>30&&(t.type="hidden",e.hidden.push(t),e.text.splice(s,1))}),e),sendlane(){i(TVE.main).on("tve-api-options-sendlane.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},zoom(e,t){i(TVE.main).on("tve-api-after-render-zoom",function(t,s){s.api.getConfig("user_id")&&TVE.ajax("get_api_extra","GET",{api:s.api.get("key"),extra:"get_extra_settings",params:{user_id:s.api.getConfig("user_id")}}).done(function(t){i("#thrive-api-zoom-users-select").val(s.api.getConfig("user_id"));const a=e.find(".api-list.change").empty();t.extra=t.extra||[],0===t.extra.length&&(i("#tve-zoom-webinar-select").prop("disabled",!0),a.append(TVE.tpl("util/option",{value:0,selected:!1,text:"No webinars for this user."}))),s.api.set("lists",t.extra),t.extra&&t.extra.length&&(i("#tve-zoom-webinar-select").prop("disabled",!1),_.each(t.extra,function(e){a.append(TVE.tpl("util/option",{value:e.id,selected:parseInt(e.id)===parseInt(s.api.getConfig("webinar")),text:e.name}))})),e.removeClass("loading")})}),i(document).on("change","#thrive-api-zoom-users-select",function(){const e=this.value,s=i(".tve-zoom-api-wrapper");s.addClass("loading"),TVE.ajax("get_api_extra","GET",{api:t.get("key"),extra:"get_extra_settings",params:{user_id:e}}).done(function(a){const l=s.find(".api-list.change").empty();a.extra=a.extra||[],0===a.extra.length&&(i("#tve-zoom-webinar-select").prop("disabled",!0),l.append(TVE.tpl("util/option",{value:0,selected:!1,text:"No webinars for this user."}))),t.set("lists",a.extra),t.set("user_id",e),a.extra&&a.extra.length&&(i("#tve-zoom-webinar-select").prop("disabled",!1),_.each(a.extra,function(e){l.append(TVE.tpl("util/option",{value:e.id,selected:!1,text:e.name}))})),s.removeClass("loading")})}),i(TVE.main).on("tve-api-options-zoom.tcb",function(e,t){const s={};s.webinar=i("#tve-zoom-webinar-select").val(),s.user_id=i("#thrive-api-zoom-users-select").val(),t.api.setConfig(s)})},everwebinar(e,t){i(TVE.main).on("tve-api-before-ajax-everwebinar.tcb",function(e,t){t.api.set("ajax_extra",{webinar_id:t.api.getConfig("list")||0})}),i(document).on("change","#tve-everwebinar-webinar-select",function(){const e=this.value,s=i(".tve-everwebinar-api-wrapper");s.addClass("loading"),TVE.ajax("get_api_extra","GET",{api:t.get("key"),extra:"get_extra_settings",params:{webinar_id:e}}).done(function(e){const i=s.find("#thrive-api-everwebinar-schedules-select").empty();e.extra=e.extra||[],0===e.extra.length&&i.append(TVE.tpl("util/option",{value:0,selected:!1,text:"No event date set for this webinar"})),t.set("schedule",e.extra),e.extra&&_.each(e.extra.schedules,function(e){i.append(TVE.tpl("util/option",{value:e.schedule_id,selected:!1,text:e.date}))}),s.removeClass("loading")})}),i(TVE.main).on("tve-api-options-everwebinar.tcb",function(e,t){const s={};s.webinar=i("#tve-everwebinar-webinar-select").val(),s.schedule=i("#thrive-api-everwebinar-schedules-select").val(),t.api.setConfig(s)})},convertkit(){i(TVE.main).on("tve-api-options-convertkit.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},ontraport(e,t){let s=t.getConfig("list")?t.getConfig("list"):null;void 0===t.getConfig("ontraport_type")&&t.setConfig({ontraport_type:"sequences"}),i(document).on("mousedown",".tve-ontraport-type",function(e){t.setConfig({ontraport_type:e.currentTarget.dataset.type}),i(".tve-ontraport-type").removeClass("active"),i(".tvd-ontraport-"+e.currentTarget.dataset.type).addClass("active"),i(".tve-ontraport").hide(),i("#thrive-api-ontraport-"+e.currentTarget.dataset.type).show(),i("#thrive-api-ontraport-"+e.currentTarget.dataset.type+"-select").trigger("change")}),i(document).on("change",".tvd-ontraport-change",function(){s=this.value,t.setConfig({list:this.value}),t.set({list:this.value})}),i(TVE.main).on("tve-api-after-render-ontraport.tcb",function(){i("[data-type="+t.getConfig("ontraport_type")+"]").addClass("active"),i("#thrive-api-ontraport-"+t.getConfig("ontraport_type")).show()}),i(TVE.main).on("tve-api-options-ontraport.tcb",function(e,i){i.api.setConfig({list:s,ontraport_type:t.getConfig("ontraport_type")}),i.api.set({list:s})})},mailster(){i(TVE.main).on("tve-api-options-mailster.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},zapier(e,t){let s={thriveleads_group_id:"",thriveleads_type:"",thriveleads_name:"",list:"1"};"undefined"!=typeof tve_leads_page_data&&(s={thriveleads_group_id:tve_leads_page_data.group_id?tve_leads_page_data.group_id:"",thriveleads_type:tve_leads_page_data.form_type?tve_leads_page_data.form_type:"",thriveleads_name:tve_leads_page_data.states&&tve_leads_page_data.states[0]&&tve_leads_page_data.states[0].post_title?tve_leads_page_data.states[0].post_title:"",list:"1"}),t.setConfig(s),i(document).on("change","#zapier_send_ip",function(){const e={};e.send_ip=document.getElementById("zapier_send_ip").checked?1:0,t.setConfig(e)}),i(TVE.main).on("tve-api-options-zapier.tcb",function(e,t){t.api.setConfig(TVE.get_inputs_value(t.$container,".tve-api-extra"))})},email:s(25820)}},30718:e=>{const t=wp.media.view.MediaFrame.Post.extend({createStates(){wp.media.view.MediaFrame.Post.prototype.createStates.apply(this,arguments),this.states.on("content:render",()=>{setTimeout(()=>{TVE.$("button.button-link.clear-selection").trigger("click"),TVE.$(".collection-settings.gallery-settings").hide()},0)})}});e.exports=class{constructor(e){const s=this;e=_.defaults(e||{},{title:"Create Gallery",multiple:"add",library:{type:"image"},preselect_full_size:!0,toolbar:"main-gallery",state:"gallery-library"}),this.frame=new t(e),e.preselect_full_size&&(this.frame.on_attachment_select=()=>{setTimeout(()=>{const e=this.frame.$el.find(".attachment-display-settings");e.find(".size").val("full").trigger("change"),e.find(".setting.align").hide(),e.find(".link-to-custom").parent().hide()},0)}),this.frame.on("open",()=>{const e=[],t=TVE.ActiveElement.find(".tcb-image-gallery-container .tve_image_caption:not(.slick-cloned) img");t.length&&TVE.$("button#menu-item-gallery-edit").trigger("click"),t.each((t,s)=>{e.push(wp.media.attachment(s.dataset.id))}),this.frame.states.get("gallery-edit").get("library").reset(e),TVE.ActiveElement.hasClass("tcb-elem-placeholder")&&(TVE.$("button#menu-item-gallery-edit").trigger("click"),TVE.$("button#menu-item-gallery-library").trigger("click"))}),this.frame.on("update",()=>{const e=this.frame.state().get("library"),t=[];e.forEach(e=>t.push(e.toJSON())),this.send_image(t)}),this.frame.on("close",function(){"function"==typeof s.cancel_callback&&setTimeout(function(){s.image_selected||s.cancel_callback.call(s.cancel_scope)},10)})}send_image(e){return"function"!=typeof this.select_callback?this:this.select_callback.call(this.cb_scope,e)}open(){return delete self.image_selected,this.frame.open(),this}on_select(e,t){return this.select_callback=e,this.cb_scope=t||this,this}on_cancel(e,t){return this.cancel_callback=e,this.cancel_scope=t||this,this}requestMissingImages(e){const t=[],s=[],i=e.find(".tcb-image-gallery-container img");if(i.each((e,s)=>{const i=s.dataset.id;wp.media.attachment(i).attributes.title||t.push(i)}),t.length){const e={post__in:t,posts_per_page:t.length};wp.media.query(e).more().then(()=>{i.each((e,t)=>{s.push(wp.media.attachment(t.dataset.id))})})}}}},31029:(e,t,s)=>{const i=s(16668),a=s(34597);e.exports=i.component.extend({controls_init(){this.controls.CompleteText.change=function(e,t){const s=t.value,i=e.attr("data-text");e.attr("data-text",s),this.component.undo_manager_api_for_attributes(e,"data-text",i,s,!1)},this.controls.CompleteText.update=function(e){this.setValue(e.attr("data-text"))},this.controls.style.set_drop_panel(new a({model:this.config.style,component:this})),this.controls.EndDate&&(this.controls.EndDate.update=function(e){const t=e.attr("data-date").split("-"),s=t[1]-1;this.setValue(t[0],s,t[2])},this.controls.EndDate.input=function(e,t){const s=t.split(" ")[0].split("-").reverse().join("-"),i=e.attr("data-date");e.attr("data-date",s),this.component.compute_time_until(e,s,e.attr("data-hour"),e.attr("data-min")),this.component.undo_manager_api_for_attributes(e,"data-date",i,s,!0)}),this.controls.Color.input=function(e){const t=this.applyTo(),s=this.config.config.style_default_color;e&&(e+="!important"),_.each(s,(s,i)=>{for(const a in s){const l={};""===s[a]&&(l[a]=e,this.applyElementCss(l,t,i,""))}}),this.applyElementCss({color:e},t,this.config.css_suffix,""),e||this.component.controls.Color.update()},this.controls.Color.update=function(){this.setValue(this.applyTo().head_css("color",!1,this.config.css_suffix,!0))},this.controls.Hour.input=function(e,t){let s=t.value;1===s.toString().length&&(s="0"+s),this.component.compute_time_until(e,e.attr("data-date"),s,e.attr("data-min"))},this.controls.Hour.update=function(e){this.setValue(parseInt(e.attr("data-hour")))},this.controls.Hour.change=function(e,t){let s=t.value;const i=s.toString().length,a=e.attr("data-hour");1===i&&(s="0"+s),e.attr("data-hour",s),this.component.undo_manager_api_for_attributes(e,"data-hour",a,s,!0)},this.controls.Minute.input=function(e,t){let s=t.value;1===s.toString().length&&(s="0"+s),this.component.compute_time_until(e,e.attr("data-date"),e.attr("data-hour"),s)},this.controls.Minute.update=function(e){this.setValue(parseInt(e.attr("data-min")))},this.controls.Minute.change=function(e,t){let s=t.value;const i=s.toString().length,a=e.attr("data-min");1===i&&(s="0"+s),e.attr("data-min",s),this.component.undo_manager_api_for_attributes(e,"data-min",a,s,!0)}},compute_time_until(e,t,s,i,a=!0){const l=new Date,o=e.find(".tve_t_sec .t-digits > span").first().outerWidth(),c=new Date(t+"T"+s+":"+i+":00"+e.attr("data-timezone"));let n=0,r=0,d=0,h=0,p=2;l<c&&(n=Math.floor((c.getTime()-l.getTime())/1e3),r=Math.floor(n/60),d=Math.floor(r/60),h=Math.floor(d/24),n%=60,r%=60,d%=24,h>99&&(p=h.toString().length)),this.set_date_values(e.find(".tve_t_day .t-digits"),h),this.set_date_values(e.find(".tve_t_hour .t-digits"),d),this.set_date_values(e.find(".tve_t_min .t-digits"),r),this.set_date_values(e.find(".tve_t_sec .t-digits"),n),l<c&&o?e.find(".tve_t_day .t-digits").css("min-width",p*o+"px"):e.find(".tve_t_day .t-digits").css("min-width",""),TVE.PostList.utils.checkForPostListSync(e,a)},trigger_change_date(){this.controls.EndDate.$(".tve-input-control").trigger("change")},set_date_values(e,t){if(e.empty(),t<=99)e.prepend('<span class="part-1">'+t%10+"</span>"),e.prepend('<span class="part-2">'+Math.floor(t/10)+"</span>");else{let s=0;for(;t;)s++,e.prepend('<span class="part-'+s+'">'+t%10+"</span>"),t=Math.floor(t/10)}},countdown_style_control:()=>s(37558),undo_manager_api_for_attributes(e,t,s,i,a){a=void 0!==a&&a;const l=()=>{this.compute_time_until(e,e.attr("data-date"),e.attr("data-hour"),e.attr("data-min"))};TVE.UndoManager.add({undo:()=>{void 0===s&&(s=""),e.attr(t,s),a&&l()},redo:()=>{e.attr(t,i),a&&l()}})}})},31053:(e,t,s)=>{e.exports=s(16668).base_view.extend({after_initialize(){this.$("textarea").each(function(){this.value=TVE.CONST.tve_global_scripts[this.getAttribute("data-location")]||""}).on("blur",function(){TVE.CONST.tve_global_scripts[this.getAttribute("data-location")]=this.value})}})},31321:e=>{e.exports=function(e){e.removeClass(function(e,t){return t.match(/tve_brdr_([^\s'"]+)/)?"tve_brdr_"+RegExp.$1:""})}},31403:(e,t,s)=>{const i=s(42488),a=s(64836);e.exports=i.extend({getEditPanel:e=>new a({model:e}),get_items(){return this.component.menuView.get("tree")},attach_collection(e){return i.prototype.attach_collection.apply(this,arguments),this.collection.on("change",()=>{this.component.menuView.refresh()}),this.collection}})},31544:(e,t,s)=>{var i;i=jQuery,e.exports=s(16668).base_view.extend({template:TVE.tpl("controls/notice/delete"),title:"",text:"",yesText:"",noText:"",initialize(e){i.extend(!0,this,e)},render(){return this.$el.html(this.template({title:this.title,text:this.text,yesText:this.yesText,noText:this.noText})),this},yes(){this.destroy()},no(){this.destroy()}})},31667:(e,t,s)=>{e.exports=s(16668).component.extend({controls_init(e){const t=this;e.SmashType.update=function(s){const i=s.attr("data-type")||"";this.setValue("tiktok-feeds"===i?"sbtt-tiktok":i),""!==i?(t.sbGetApiFeeds({type:i},()=>{e.SmashFeed.setValue(s.attr("data-feed"))}),"tiktok-feeds"===i&&TVE.page_message(TVE.t.smashBalloon.tiktokUpdatedMessage,!0)):e.SmashFeed.build_options("")},e.SmashType.input=function(s,i){const a=i.value;s.attr("data-type",a),t.sbEmptyContent(),t.sbInitialMsg(),""!==a&&(e.SmashFeed.setValue(""),s.attr("data-feed",""),t.sbGetApiFeeds({type:a}))},e.SmashFeed.update=function(e){const t=e.attr("data-feed")||"";this.setValue(t)},e.SmashFeed.input=function(s,i){const a=e.SmashType.getValue(),l=i.value;if(s.attr("data-feed",l),t.sbEmptyContent(),t.sbInitialMsg(),""!==l){const e=`[${a} feed='${l}']`;TVE.$.ajax({url:`${TVE.CONST.routes.base}/smash-balloon/shortcode`,headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},data:{shortcode:e},success(e){var t,s,i,l,o,c,n,r,d,h,p,g;switch(TVE.ActiveElement.find(".tve-smash-balloon").html(e.html),a){case"custom-facebook-feed":null===(t=(s=TVE.inner.window).cff_init)||void 0===t||t.call(s);break;case"instagram-feed":null===(i=(l=TVE.inner.window).sbi_init)||void 0===i||i.call(l);break;case"youtube-feed":null===(o=(c=TVE.inner.window).sby_init)||void 0===o||o.call(c);break;case"custom-twitter-feeds":null===(n=(r=TVE.inner.window).ctf_init)||void 0===n||n.call(r);break;case"sbtt-tiktok":null===(d=(h=TVE.inner.window).sbttInitializeFeed)||void 0===d||d.call(h);break;case"social-wall":null===(p=(g=TVE.inner.window).sb_wall_init)||void 0===p||p.call(g)}},error(){TVE.page_message("Something went wrong",!0)}})}t.displayManageFeed()}},before_update(){const e=this.controls.SmashFeed.getValue(),t=null===e||""===e;this.$(".tve-manage-feed").toggleClass("tcb-hidden",t)},clickManageFeed(){const e=document.location.origin,t=TVE.ActiveElement.attr("data-type"),s=TVE.ActiveElement.attr("data-feed");let i="",a="-feed-builder";switch(t){case"custom-facebook-feed":i="cff";break;case"instagram-feed":i="sbi";break;case"custom-twitter-feeds":i="ctf";break;case"youtube-feed":i="sby";break;case"sbtt-tiktok":i="sbtt",a=""}window.open(`${e}/wp-admin/admin.php?page=${i}${a}&feed_id=${s}`,"_blank")},displayManageFeed(){const e=this.controls.SmashFeed.getValue(),t=null===e||""===e;this.$(".tve-manage-feed").toggleClass("tcb-hidden",t)},sbEmptyContent(){TVE.ActiveElement.find(".tve-smash-balloon").empty()},sbInitialMsg(){TVE.ActiveElement.find(".tve-smash-balloon").replaceWith('<div class="tve-smash-balloon"><div class="tve-smash-balloon__inner">Choose your feed type and feed</div></div>')},sbGetApiFeeds(e,t){const s=this;TVE.$.ajax({url:`${TVE.CONST.routes.base}/smash-balloon`,headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},data:e,success(e){const i=`No feeds found for <strong>${s.controls.SmashType.getValue()}</strong>`;if(e.data.length>1){s.controls.SmashFeed.build_options(e.data),"function"==typeof t&&t(),s.displayManageFeed();const i=s.controls.SmashFeed.$select.find("option:first-child");s.controls.SmashFeed.$select.select2({placeholder:i.val()?null:i.text(),minimumResultsForSearch:10}).addClass("tve-select-search").on("select2:open",function(){TVE.$(".select2-dropdown").addClass("tve-select-search--dropdown")})}else TVE.page_message(i,!0)},error(e,t,s){var i;console.error("AJAX Error:",t,s);const a=(null===(i=e.responseJSON)||void 0===i?void 0:i.message)||"Something went wrong";TVE.page_message(a,!0)}})}})},31684:(e,t,s)=>{const i=s(16668),a=s(7596);e.exports=i.control.extend({template:TVE.tpl("controls/layout/position-absolute"),css:{},sides:["top","right","bottom","left"],styles:{},initialize(){this.render(),this.$vertical=this.$(".vertical"),this.$horizontal=this.$(".horizontal");const e=new a({el:this.$vertical.find(".tve-control"),model:{config:{name:"Top",type:"number",um:"px"}}}),t=new a({el:this.$horizontal.find(".tve-control"),model:{config:{name:"Left",type:"number",um:"px"}}});e.input=e.change=t.input=t.change=this.change.bind(this)},setValue(e){const t=this.applyTo(),s=this,i={},a={};_.each(this.sides,function(t){-1===s.styles.indexOf(t)?a[t]="":i[t]=e[t]}),this.applyElementCss(a,t),this.applyElementCss(i,t)},positionChange(e,t){this.$(".position").removeClass("active"),t.className+=" active";const s=t.dataset.value,i=s.split("|");this.styles=i,this.css={},this.css[i[0]]="0px",this.css[i[1]]="0px",this.setValue(this.css),this.setPosition(s),TVE.Editor_Page.reposition_icons()},parse:e=>e&&"auto"!==e?(e=parseInt(e),e=isNaN(e)?0:e):"auto",setPosition(e){if(!e)return void this.$(".toggle-position").hide();this.$(".toggle-position").show();const t=e.split("|");this.$vertical.find(".input-label").html(TVE.ucFirst(t[0])),this.$vertical.find("input").val(this.parse(this.css[t[0]])).attr("data-style",t[0]),this.$horizontal.find(".input-label").html(TVE.ucFirst(t[1])),this.$horizontal.find("input").val(this.parse(this.css[t[1]])).attr("data-style",t[1])},update(e){e=e||this.applyTo();const t=this.parse(e.head_css("top")),s=this.parse(e.head_css("bottom")),i=this.parse(e.head_css("left")),a=this.parse(e.head_css("right"));let l="";this.css={top:"auto",bottom:"auto",left:"auto",right:"auto"},"auto"!==s&&(l="bottom",this.css.bottom=s+this.um()),"auto"!==t&&(l="top",this.css.top=t+this.um()),l&&"auto"!==a&&(l+="|right",this.css.right=a+this.um()),l&&"auto"!==i&&(l+="|left",this.css.left=i+this.um()),-1===l.indexOf("|")&&(l=""),this.styles=l?l.split("|"):[],this.$(".position").removeClass("active"),this.$('.position[data-value="'+l+'"]').addClass("active"),this.setPosition(l)},change(e,t){this.css[t.dataset.style]=t.value+this.um(),this.setValue(this.css)},input(e,t){this.change(e,t)},um:()=>"px"})},31735:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.controls.CaptchaTheme.update=function(e){const t=e.attr("data-tool-name");this.$el.find("option[value='auto']").remove(),"turnstile"===t&&this.$el.find("select").prepend('<option value="auto">Auto</option>'),this.setValue(e.attr("data-theme"))},this.controls.CaptchaTheme.input=function(e,t){const s=e.attr("data-theme");e.removeClass("tve-captcha-"+s).addClass("tve-captcha-"+t.value).attr("data-theme",t.value)},this.controls.CaptchaType.update=function(e){const t=e.attr("data-tool-name");this.$el.toggleClass("tcb-hidden","recaptcha"!==t),this.setValue(e.attr("data-type"))},this.controls.CaptchaType.input=function(e,t){e.attr("data-type",t.value)},this.controls.CaptchaSize.update=function(e){this.setValue(e.attr("data-size"))},this.controls.CaptchaSize.input=function(e,t){const s=e.attr("data-size");e.removeClass("tve-captcha-"+s).addClass("tve-captcha-"+t.value).attr("data-size",t.value),TVE.Editor_Page.reposition_icons()},this.controls.CaptchaLanguage.update=function(e){const t=e.attr("data-tool-name");this.$el.toggleClass("tcb-hidden","turnstile"!==t),this.setValue(e.attr("data-language"))},this.controls.CaptchaLanguage.input=function(e,t){const s=e.attr("data-language");e.removeClass("tve-captcha-"+s).addClass("tve-captcha-"+t.value).attr("data-language",t.value)},this.controls.CaptchaAppearance.update=function(e){const t=e.attr("data-tool-name");this.$el.toggleClass("tcb-hidden","turnstile"!==t),this.setValue(e.attr("data-appearance"))},this.controls.CaptchaAppearance.input=function(e,t){const s=e.attr("data-appearance");e.removeClass("tve-captcha-"+s).addClass("tve-captcha-"+t.value).attr("data-appearance",t.value)}}})},31993:(e,t,s)=>{!function(t){const i=s(20583);e.exports=i.base.extend({events:{"click .tcb-modal-save":"save","click .tcb-modal-close":"close","click .tve-add-tag":"add_tag","keydown .tve-new-tag-name"(e){13===e.keyCode&&this.add_tag()},"click .close-icon"(e){t(e.currentTarget).parent().remove()}},initialize(){this.lp_templates=TVE.main.sidebar_extra.lp_templates,this.$tag_input=this.$(".tve-new-tag-name"),this.$tag_list=this.$(".tve-tags-list"),this.$template_name=this.$("#tve-lp-template-name"),this.tags=[],this.$el.addClass("medium-small")},add_tag(){const e=this.$tag_input.val().trim();this.$tag_input.val(""),""!==e&&-1===this.tags.indexOf(e)&&(this.tags.push(e),this.$tag_list.append('<div class="tag" data-tag="'+e+'">'+e+'<span class="close-icon"></span></div>'))},save(){const e={tve_landing_page_save:this.$template_name.val().trim(),tve_landing_page:TVE.CONST.landing_page,template_tags:this.$tag_list.find(".tag").map(function(){return this.getAttribute("data-tag")}).get()},t=this;0!==e.tve_landing_page_save.length?Object.values(TVE.CONST.saved_lp_templates).some(t=>t.name===e.tve_landing_page_save)?TVE.page_message(TVE.t.existing_template,!0):(TVE.main.overlay(),TVE.set_login_callback(this.save,this),TVE.Editor_Page.save(!1,function(e){var s;TVE.main.overlay("close"),TVE.page_message(TVE.t.PageTemplateSave,!1,5e3);const i=null===(s=e.saved_lp_templates[Object.values(e.saved_lp_templates).length-1])||void 0===s?void 0:s.id;i&&t.backgroundUpdateLPThumbnail(i),t.close()},e)):TVE.page_message(TVE.t.EnterTemplateName,!0,5e3)},backgroundUpdateLPThumbnail(e){const s=TVE.getContentToPreview(TVE.Editor_Page.editor.closest("body"));TVE.generateElementPreview(s,s=>{if(s){const i=new Image;i.src=URL.createObjectURL(s),i.onload=()=>{const a=new FormData,l=`${TVE.CONST.landing_page}-${TVE.CONST.post_id}-${(+new Date).toString(36)}.png`;a.append("custom","save_landing_page_thumbnail"),a.append("action",TVE.CONST.ajax.action),a.append("nonce",TVE.CONST.nonce),a.append("landing_page",TVE.CONST.landing_page),a.append("post_id",TVE.CONST.post_id),a.append("img_data",s,l),a.append("img_name",l),a.append("image_w",i.width),a.append("image_h",i.height),a.append("id",e),t.ajax({type:"POST",url:TVE.CONST.ajax_url,data:a,processData:!1,contentType:!1,success(e){e.saved_lp_templates&&(TVE.CONST.saved_lp_templates=e.saved_lp_templates,TVE.main.sidebar_extra.lp_templates.constructSavedLpTemplates(Object.values(e.saved_lp_templates)))},error(e){TVE.page_message(TVE.getDetailedErrorMessage(e,"","",!0),!0)}})}}},{},!0)},before_open(){this.$tag_input.val(""),this.$template_name.val(""),this.$tag_list.empty(),this.tags=[]}})}(jQuery)},32071:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(26843),c=o.getDefaultOptions({maximumSelectionLength:-1,onOpen:()=>{TVE.$("body").find(".select2-container--open").addClass("tve-conditional-select tve-conditional-autocomplete tve-filters-select")}}),n=s(16668),r=s(26843);e.exports=n.control.extend({template:TVE.tpl("controls/select-autocomplete"),beforeInitialize(e){this.selectedValue=e.selectedValue,this.placeholderText=e.placeholderText,this.ajaxUrl=e.ajaxUrl,this.ajaxData=e.ajaxData,this.filterOption=e.filterOption},afterRender(){this.$select=this.$("select"),this.$extraContainer=this.$(".tcb-select-autocomplete-extra-container"),this.$selectedTagsContainer=TVE.$('<ul class="tcb-select-autocomplete-tag-container"></ul>').appendTo(this.$extraContainer),this.initSelect(this.$select)},initSelect(e,t){const s=a({},c);s.closeOnSelect=!1,s.placeholder=this.placeholderText,s.ajax=a(a({},s.ajax),{url:TVE.CONST.routes.base+this.ajaxUrl,data:this.ajaxData,processResults:e=>{const t=[];return e.forEach(e=>{t.push({id:e.value,value:e.value,text:TVE.replaceStringSpecialChars(e.label)})}),{results:t}}}),o.initSelect2(e,s,e=>this.selectCallback(e,t)),this.updateSelect2(this.selectedValue)},selectCallback(){const e=this.$select.find("option:selected"),t=[];this.$extraContainer.toggleClass("hidden",0===e.length),e.length&&(e.each((e,s)=>t.push({value:s.value,label:TVE.$(s).text()})),this.renderSelectedTags(t,!0)),this.save(t.map(e=>e.value)),this.$select.next(".select2-container").find("input").attr("placeholder",this.placeholderText),this.afterTagChange()},afterTagChange(){},renderSelectedTags(e,t=!1){this.$selectedTagsContainer.empty(),t&&this.$select.empty(),e.forEach(e=>{const s=TVE.$(TVE.tpl("conditional-display/modal/condition/autocomplete-tag")({data:e}));this.$selectedTagsContainer.append(s),this.initTagRemoveCallback(s),t&&this.$select.append(new Option(e.label,e.value,!0,!0))})},updateSelect2(e,t=""){this.$extraContainer.toggleClass("hidden",!1),e&&e.length||t?TVE.$.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:TVE.CONST.routes.base+"/post-list-filter/filter-options",method:"GET",data:{filter_option:this.filterOption,values:e,length:t},success:e=>{this.renderSelectedTags(e,!0),t&&parseInt(t)&&TVE.Components.post_list_filter.renderFilter(TVE.ActiveElement,TVE.Components.post_list_filter.controls,!1,!0)}}):this.renderSelectedTags([],!0)},initTagRemoveCallback(e){e.find(".select2-selection__choice__remove").off("click").on("click",t=>{e.remove(),this.$select.find(`option[value="${t.target.dataset.value}"`).remove();const s=this.$select.val();this.save(s),this.$extraContainer.toggleClass("hidden",0===s.length),this.afterTagChange()})},save(){},closeSelect2(){this.$select&&r.closeSelect2(this.$select)}})},32434:(e,t,s)=>{!function(t){const i=s(16668).control,a=s(89926);e.exports=i.extend({template:TVE.tpl("controls/text/line-spacing"),getElement:()=>TVE.apply_filters("tve.line_spacing.element",TVE.froala.get_block_element().closest(":not(a)")),after_render(){const e={top:0,bottom:0};let s;this.$(".m-handle, .m-value").draggable({axis:"y",start:(i,a)=>{t("body").addClass("cursor-resize-y"),s=a.helper.closest(".m-handle").data("side"),e[s]="top"===s?a.offset.top+this.values[s]:a.offset.top-this.values[s]},stop:(i,a)=>{const l=Math.max(0,"top"===s?e[s]-a.offset.top:a.offset.top-e[s]);t("body").removeClass("cursor-resize-y"),this.values[s]=parseFloat(this.$preview.css(`padding-${s}`)),this.sizes[s].set("value",this.values[s]),this.triggerChange(l,s)},drag:(t,i)=>{const a=Math.max(0,"top"===s?e[s]-i.offset.top:i.offset.top-e[s]).toFixed(0);this.$preview.css(`padding-${s}`,a+"px"),this.$(`.${s} .value`).html(a),this.triggerInput(a,s)}}),this.$preview=this.$(".m-preview")},shouldConvertMarginToPadding(e){if(e.is("blockquote")||e.is("pre"))return!1;const t=parseInt(e.css("margin-top")),s=parseInt(e.css("margin-bottom"));return!(!t&&!s)&&{"padding-top":parseInt(e.css("padding-top"))+t+"px","padding-bottom":parseInt(e.css("padding-bottom"))+s+"px","margin-top":this.cssImportant("0px"),"margin-bottom":this.cssImportant("0px")}},readValues(){const e={top:"",bottom:""};if(this.$element=this.getElement(),!this.$element||!this.$element.length)return e;const t=this.shouldConvertMarginToPadding(this.$element);return t?(e.top=t["padding-top"],e.bottom=t["padding-bottom"]):(e.top=this.$element.head_css("padding-top",!1,this.config.css_suffix,!0,this.config.css_prefix),e.bottom=this.$element.head_css("padding-bottom",!1,this.config.css_suffix,!0,this.config.css_prefix)),e},moveMarginToPadding(){this.getElement().each((e,t)=>{const s=TVE.inner_$(t),i=this.shouldConvertMarginToPadding(s);i&&this.writeStyle(i,s)})},update(){const e=this.readValues();this.sizes={top:new a(e.top),bottom:new a(e.bottom)},this.values={top:this.sizes.top.get_real_value(0),bottom:this.sizes.bottom.get_real_value(0)},this.$preview.css({paddingTop:this.values.top,paddingBottom:this.values.bottom}),this.$(".top .value").html(this.values.top),this.$(".top .uom").html(this.sizes.top.get("uom")),this.$(".bottom .value").html(this.values.bottom),this.$(".bottom .uom").html(this.sizes.bottom.get("uom"))},triggerInput(e,t,s="px"){TVE.ElementEditIcons.toggle(!1),TVE.SKIP_CSS_STATE=!0,this.input(e,t,s),TVE.SKIP_CSS_STATE=!1},triggerChange(e,t,s="px"){TVE.SKIP_CSS_STATE=!1,this.input(e,t,s),TVE.Editor_Page.reposition_icons(),TVE.ElementEditIcons.toggle(!0)},input(e,t,s="px"){const i={};i[`padding-${t}`]=this.cssImportant(e+s),i[`margin-${t}`]=this.cssImportant("0px"),this.writeStyle(i)},writeStyle(e,t=this.$element){this.applyElementCss(e,t),TVE.do_action("tve.line_spacing.write",t)}})}(jQuery)},32472:(e,t,s)=>{const i=s(16668),a=s(51106),l=s(40521),o=s(10547);e.exports=i.component.extend({extra_states:!0,$active_element:null,mainColorVariable:"--tcb-local-color-30800",updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.ShowLabel.input=(e,t)=>{o.toggleFieldLabel(e,t.checked,"select"),t.ignore_icons||TVE.ElementEditIcons.show_icons(e)},this.controls.ShowLabel.update=function(e){this.setChecked(o.labelVisible(e))},this.controls.Required.update=function(e){const t=e.filter(".edit_mode").find("input");this.setChecked("1"===t.attr("data-required"))},this.controls.Required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:"")},this.controls.MultipleOptions.update=function(e){const t=e.filter(".edit_mode").find(".tve-lg-dropdown-option");let s="";t.each(function(){const e=jQuery(this),t=e.attr("data-value");let i="";i=e.attr("data-label-value")?t:e.find(".tve-input-option-text").text()+","+t,s+=i+"\n"}),this.$el.siblings(".tve-lg-invalid-string").addClass("tcb-hidden"),this.setValue(s),this.$el.siblings(".tve-button").removeClass("tve-disabled").text(TVE.t.applyChanges)},this.controls.MultipleOptions.input=jQuery.noop,this.controls.MultipleOptions.keyup=function(){this.$el.siblings(".tve-button").removeClass("tve-disabled").text(TVE.t.applyChanges),this.$el.siblings(".tve-lg-invalid-string").addClass("tcb-hidden")},this.controls.RowsWhenOpen.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--rows":s.value,"--row-height":t.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.ElementEditIcons.toggle(!0),setTimeout(function(){const e=TVE.main.EditMode.element();if(e&&e.length){const s=e.add(t.find(".tve-lg-dropdown-list")).tveBoundingBox();e.tve_overlay("no-bg",s)}},400)},this.controls.RowsWhenOpen.prepareValue=e=>(e=parseInt(e),isNaN(e)&&(e=1),Math.max(1,e)),this.controls.RowsWhenOpen.update=function(e){const t=TVE.getComputedStyle(e,"--rows",!0);this.setValue(t)},this.controls.Placeholder.update=function(t){const s=!!t.attr("data-show-placeholder");this.setChecked(s),e.controls.PlaceholderInput.$el.toggle(s)},this.controls.Placeholder.input=function(t,s){a(()=>{s.checked?t.each(function(){const e=TVE.inner_$(this);e.find(".tve-lg-dropdown-option").removeAttr("data-default"),e.attr("data-show-placeholder",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(e.find("input").attr("data-placeholder")),e.find("input").removeAttr("value")}):(t.removeAttr("data-show-placeholder"),t.each(function(){const e=TVE.inner_$(this),t=e.find(".tve-lg-dropdown-option").first();t.attr("data-default",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(t.text()),e.find("input").attr("value",t.attr("data-value"))}))},t),TVE.LeadGeneration.templateConfig.select["data-show-placeholder"]=s.checked,TVE.LeadGeneration.templateConfigWrite(),e.controls.PlaceholderInput.$el.toggle(s.checked)},this.controls.PlaceholderInput.update=function(e){this.setValue(e.filter(".edit_mode").find("input").attr("data-placeholder"))},this.controls.PlaceholderInput.input=function(e,t){const s=t.value,i=e.filter(".edit_mode");a(()=>{i.find("input").attr("data-placeholder",s),i.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(s)},e)},this.controls.StyleChange.set_drop_panel(this.controls.SelectStylePicker),this.controls.DropdownAnimation.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).filter(e=>""!==e).join("|")+")","g"),s=e.attr("class");let i="";s&&t.test(s)&&(i=s.match(t)[0]),this.setValue(i)},this.controls.DropdownAnimation.input=function(e,t){a(()=>{e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value)},e),TVE.LeadGeneration.templateConfig.select._class=t.value,TVE.LeadGeneration.templateConfigWrite()},this.answerTagTooltip=new l({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-answer-tag-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.answerTagTooltip.FORCE_CLOSE}),this.answerTagTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.AnswerTag.update=function(e){const t=o.shouldDisplayTagControl();this.toggle(t),this.setChecked("true"===e.attr("data-answer-tag"))},this.controls.AnswerTag.input=function(e,t){e.attr("data-answer-tag",t.checked)},this.controls.AnswerTag.openTooltip=()=>(this.answerTagTooltip.isOpen()?this.answerTagTooltip.onCancel():this.answerTagTooltip.open(null,this.$('[data-view="AnswerTag"] .tve-switch-info')),!1),TVE.add_action("tcb.element.remove",(t,s)=>{if(t.is(".tve-lg-dropdown-list")){const t=s.closest(".tve_lg_dropdown");0===t.find(".tve-lg-dropdown-option").length&&(t.remove(),e.removeLabel(t),TVE.Editor_Page.blur())}}),TVE.add_action("tcb.focus.clear",e=>{if(e&&e.hasClass("tve-lg-dropdown-option")){this.controls.RowsWhenOpen.applyElementCss({"--row-height":e.outerHeight(!0)+"px"},e.closest(".tve_lg_dropdown"),"","");const t=e.closest(".tve_lg_dropdown"),s=e.attr("data-value")===t.find("input").val(),i=e.text().trim();s&&(e.attr("data-label-value")&&t.find("input").attr("value",i),t.find(".tve-disabled-text-inner").html(i)),e.attr("data-label-value")&&e.attr("data-value",i)}e&&e.hasClass("tve_lg_dropdown")&&TVE.Views.Controls.DropPanel.close_all()}),TVE.add_action("tcb.change.css.variable",(t,s,i)=>{i&&i.hasClass("tve_lg_dropdown")&&(TVE.LeadGeneration&&TVE.LeadGeneration.templateConfig&&t===e.mainColorVariable&&(TVE.LeadGeneration.templateConfig.select.color=s,TVE.LeadGeneration.templateConfigWrite()),this.controls.SelectStylePicker.setStyleColor(t,s,i))}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.hasClass("tve_lg_dropdown")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.SelectStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_action("tcb.focus_element.before",e=>{"lead_generation_select"===TVE._type(e)&&e.hasClass("tve-state-expanded")&&!TVE.state_manager.is_expanded()&&(TVE.ActiveElement=e,TVE.state_manager.change("expanded",!0,{skip_update:!0,noOverlay:!0})),0===e.closest(".tve_lg_dropdown").length&&e.closest(".tve_lead_generated_inputs_container").find(".tve_lg_dropdown.tve-state-expanded").removeClass("tve-state-expanded")}),TVE.add_action("tve.icons.expanded.lead_generation_select",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.add_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",9),setTimeout(function(){const t=TVE.main.EditMode.element().add(e.find(".tve-lg-dropdown-list")).tveBoundingBox();TVE.main.EditMode.element().tve_overlay("no-bg",t)},400)}),TVE.add_action("tve.icons.collapse.lead_generation_select",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.remove_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index","auto")}),TVE.main.states_dropdown.on("state_change",()=>{TVE.ClickedElement.hasClass("tve_lg_dropdown")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.main.states_dropdown.on("done",()=>{TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_lg_dropdown")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.add_action("tcb.dragend",()=>{TVE.ActiveElement&&TVE.ActiveElement.is(".tve_lg_dropdown")&&TVE.main.update_components()}),TVE.add_action("tve.lg.edit.input",(e,t)=>{if(e.hasClass("tve_lg_dropdown")){const s=e.find("input").attr("data-placeholder");e.attr("data-show-placeholder")&&e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(s),t.$(".tve-lg-field-placeholder").val(s)}}),TVE.add_action("tve.lg.changeType",(e,t)=>{"select"===t&&e.$(".tve-lg-field-placeholder").val(TVE.t.dropdown_placeholder)}),TVE.add_action("tcb.element.click",e=>{if(!e.currentTarget.classList.contains("tve-lg-dropdown-option")&&!e.currentTarget.classList.contains("tve-lg-dropdown-list")&&e.currentTarget.closest(".tve_lg_dropdown.edit_mode")){const e=TVE.state_manager.get_state();"default"===e?TVE.ElementEditIcons.click_expand():"expanded"===e&&TVE.ElementEditIcons.click_collapse()}}),TVE.main.on("enter-pressed",e=>{const t=TVE.inner_$(e.target).closest(".tve-lg-dropdown-option");if(t.length){const e=t.clone().removeAttr("data-default").removeClass("edit_mode");e.insertAfter(t),TVE.froala.force_focus(e.find(".tve-input-option-text"),!0)}}),this.stringOptionsTooltip=new l({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-string-input-options"),anim_duration:300,no_callback:!0,validate:()=>!this.stringOptionsTooltip.FORCE_CLOSE}),this.stringOptionsTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.MultipleOptions.openTooltip=()=>(this.stringOptionsTooltip.isOpen()?this.stringOptionsTooltip.onCancel():this.stringOptionsTooltip.open(null,this.controls.MultipleOptions.$el.find(".tve-switch-info")),!1)},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner.$document.find(`[data-label-for="${t}"]`).first().remove()},buildOptionsFromInput(){const e=this.$('[data-view="MultipleOptions"] .tve-input-control').val().replace(/^"|"$/g,"").split("\n"),t=jQuery("<ul></ul>"),s=TVE.ClickedElement,i=[];this.$(".tve-lg-invalid-data ").addClass("tcb-hidden"),e.forEach(e=>{if(e){const a=e.split(",");let l,o=a[0],c=!1,n=a[1];if(n=(n||o).trim(),o=(o||n).trim(),a.length>2&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-value").removeClass("tcb-hidden"),c=!0),i.includes(o)&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-label").removeClass("tcb-hidden"),c=!0),c)return!1;i.push(o);const r=s.find(`[data-value="${n}"]`).first();l=r.length?r.clone():s.find(".tve-lg-dropdown-option:not([id])").first().clone(),l.find(".tve-input-option-text").text(o.replace(/ /g," ")),l.attr("data-value",n),o===n?l.attr("data-label-value",1):l.removeAttr("data-label-value"),t.append(l)}}),s.find(".tve-lg-dropdown-list").html(t.html()),this.$('[data-fn="buildOptionsFromInput"]').addClass("tve-disabled").text(TVE.t.changesApplied)},selectStylePicker:()=>s(87817),dropdownIcon:()=>s(52869),overlayDimensions(e){const t=TVE.ActiveElement&&TVE.ActiveElement.closest(".tve_lg_dropdown").find(".tve-lg-dropdown-list");return t&&t.length&&(e=TVE.main.EditMode.element().add(t).tveBoundingBox()),e},handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,"")})},32573:(e,t,s)=>{const i=s(59621);_.each(i.actions,(e,t)=>{TVE.add_action(t,e)}),_.each(i.filters,(e,t)=>{TVE.add_filter(t,e)}),e.exports=s(8010)},32970:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/select"),after_render(){this.$select=this.$el.find("select"),!1!==this.get_config("default",!1)&&this.setValue(this.get_config("default"))},changed(e,t){this.change(this.applyTo(),t)},getValue(){return this.$select.val()},setValue(e,t=!1){this.$select.val(e),t&&this.$select.trigger("change")},get_selected_label(){const e=this.getValue(),t=this.model.config.options.filter(function(t){return t.value==e}).shift();return t?t.name:null},build_options(e){let t="";_.each(e,function(e){let s="",i="";e.disabled&&(s='disabled="disabled"'),e.default&&(i='selected"'),t+=`<option value="${e.value}" ${s} ${i}>${e.name}</option>`},this),this.$select.html(t)},get_options(){const e=[];return _.each(this.get_config("options"),function(t,s){jQuery.isPlainObject(t)?e.push(t):"string"!=typeof t&&"number"!=typeof t||e.push({name:t,value:jQuery.isNumeric(s)?t:s})}),e},getExtraClass(){let e="";return["full-width","no-space"].forEach(t=>{this.get_config(t)&&(e+=` ${t}`)}),this.get_config("size")&&(e+=` ${this.get_config("size")}`),e},openInstructionsLightbox(e,t){TVE.modal_open("instructions",{element:TVE.ActiveElement,target:t})},redirectToInstructionsUrl(e,t){const s=t.getAttribute("data-link");s?window.open(s,"_blank"):console.error("No URL found in data-link attribute.")}})},33057:(e,t,s)=>{const i=s(52293);class a{constructor(e,t=null){if(this.$element=e.length>1?e.filter(".edit_mode"):e,this.type=null===t?TVE._type(e):t,this.$element.length>0){const e=a.getGroupKey(this.$element);e&&(this.displayGroup=e,this.$displayContainer=a.getGroup(e))}}static get groupsContainerId(){return"tve-conditional-displays"}static get displayNameAttr(){return"data-display-name"}static get displayKeyAttr(){return"data-display-key"}static get displayConditionAttr(){return"data-display-conditions"}static get groupKeyAttr(){return"data-display-group"}static get groupDisplayAttr(){return"data-group"}static get lazyLoadAttr(){return"data-lazy-load"}static get uniformHeightsAttr(){return"data-uniform-height"}static get inheritBackgroundAttr(){return"data-inherit-bg"}static get displayOrderAttr(){return"data-display-order"}static get displayHideAttr(){return"data-display-hide"}static get displayGroupPrefix(){return"tve-dg"}static get $groupsContainer(){if(void 0===a._container){const e=TVE.inner_$(`#${a.groupsContainerId}`);e.length?a._container=e:a._container=TVE.inner_$(`<div id="${a.groupsContainerId}"></div`).prependTo(TVE.Editor_Page.editor)}return a._container}static getInstance(e){return new a(e)}static getGroupKey(e){let t=null;return e&&(void 0!==e.jquery&&(e=e[0]),e&&(t=e.getAttribute(a.groupKeyAttr)||e.getAttribute(a.groupDisplayAttr))),t}static getDisplayKey(e){let t=null;return e&&(void 0!==e.jquery&&(e=e[0]),e&&(t=e.getAttribute(a.displayKeyAttr))),t}static editorHasConditionalDisplay(){return!!TVE.Editor_Page.editor[0]&&[...TVE.Editor_Page.editor[0].querySelectorAll(`[${a.displayKeyAttr}][${a.groupKeyAttr}]`)].some(e=>null===e.closest(`#${a.groupsContainerId}`))}static isDisplayVisible(e,t=null){let s=`[${a.groupKeyAttr}="${e}"]`;return t&&(s=`${s}[${a.displayKeyAttr}="${t}"]`),[...TVE.inner_$(s)].filter(e=>null===e.closest(`#${a.groupsContainerId}`)).length>0}static cleanUnusedDisplays(){a.$groupsContainer.children().each((e,t)=>{(function e(t){const s=a.getGroupKey(t);let i=a.isDisplayVisible(s);return i||a.$groupsContainer.find(`[${a.groupKeyAttr}="${s}"]`).each((t,s)=>{let l=s.parentElement.closest(`[${a.groupKeyAttr}]`);for(;!i&&null!==l;)i=i||e(l),l=l.parentElement.closest(`[${a.groupKeyAttr}]`)}),i})(t)||t.remove()})}static syncDisplays(e=!0,t=!0){a.cleanUnusedDisplays(),TVE.Editor_Page.editor.children(`:not(#${a.groupsContainerId})`).find(`[${a.displayKeyAttr}]`).addBack(`[${a.displayKeyAttr}]`).each((s,i)=>{a.getInstance(TVE.inner_$(i)).syncDisplay(e,t)})}static getDisplayBackground(e,t){const s=TVE.inner_$(`[${a.groupKeyAttr}="${e}"][${a.displayKeyAttr}="${t}"]`),i=s.clone();if(i.length)switch(i.addClass("tcb-conditional-display-placeholder").attr(a.groupDisplayAttr,e),TVE._type(s)){case"contentbox":case"section":case"block":i.children().empty();break;default:i.empty()}return i.length?i[0].outerHTML:""}static prepareGroupsForSave(){a.syncDisplays(!1,!1);const e=[];let t=TVE.Editor_Page.content_manager.get_clean_content({conditionalDisplayGroupsSave:!0},a.$groupsContainer);return t=TVE.apply_filters("tcb.conditional_display.save_html",t),[...TVE.inner_$(t)].reverse().forEach(t=>{const s=a.getGroupKey(t),l=t.getAttribute(a.inheritBackgroundAttr)||"",o=1===parseInt(t.getAttribute(a.uniformHeightsAttr))?1:0,c={key:s,"lazy-load":1===parseInt(t.getAttribute(a.lazyLoadAttr))?1:0,"uniform-heights":o,"inherit-bg":l,"display-heights":i.getGroupHeights(s),"placeholder-css":i.getPlaceholderCSS(s,l,o),"placeholder-html":l?a.getDisplayBackground(s,l):"",displays:[]};[...t.children].forEach(e=>{const t=TVE.inner_$(e),l=a.getDisplayKey(e);a.replaceGroups(t),c.displays.push({html:e.outerHTML,key:l,name:e.getAttribute(a.displayNameAttr),order:e.getAttribute(a.displayOrderAttr),hide:e.getAttribute(a.displayHideAttr),conditions:e.getAttribute(a.displayConditionAttr),placeholder_css:i.getDisplayPlaceholderCSS(s,l)})}),e.push(c)}),e}static restoreDisplayGroup(e,t){if(0===a.getGroup(e).length){const s=void 0!==t.lazy&&1===parseInt(t.lazy)?1:0,l=void 0!==t["uniform-heights"]&&1===parseInt(t["uniform-heights"])?1:0,o=void 0!==t["inherit-bg"]?t["inherit-bg"]:"",c=TVE.inner_$(`<div ${a.groupDisplayAttr}="${e}" ${a.inheritBackgroundAttr}="${o}" ${a.uniformHeightsAttr}="${l}" ${a.lazyLoadAttr}="${s}"></div>`).appendTo(a.$groupsContainer),n=[];void 0!==t["display-heights"]&&i.setGroupHeights(e,t["display-heights"]),void 0!==t.displays&&t.displays.forEach(t=>{const s=TVE.inner_$(t.html);TVE.froala.wrapShortcodeContent(s),c.append(s),a.isDisplayVisible(e,t.key)&&n.push(TVE.Editor_Page.content_manager.insert_head_css(t.css)),t.placeholder_css&&i.setDisplayPlaceholderCSS(e,t.key,t.placeholderCSS)}),Promise.allSettled(n).then(()=>{TVE.inner_$(`style#tve-css-${e}`).remove()})}}static replaceGroups(e){[...e.find(`[${a.groupKeyAttr}]`)].reverse().forEach(e=>{if(TVE.apply_filters("tve.conditional_display.should_save_shortcode",!0,e)){const t=`[tve_conditional_display group='${a.getGroupKey(e)}' hide='${e.getAttribute(a.displayHideAttr)}']`;e.replaceWith(t)}})}static duplicateGroupsInContent(e,t=!1){const s=e.find(`[${a.groupKeyAttr}]`).addBack(`[${a.groupKeyAttr}]`),i={groups:{},displays:{}};s.each((e,s)=>{if(!t&&s.closest(".thrv_symbol"))return!0;const l=a.getGroupKey(s);i.groups[l]||a.duplicateGroup(l,i),a.updateDisplayKeys(s,i.groups[l],i.displays[a.getDisplayKey(s)])}),e.closest(`[${a.groupKeyAttr}]`)&&a.syncDisplays()}static duplicateGroup(e,t){const s=a.getGroup(e).clone(),i=a.generateGroupID(),l=s.children();a.$groupsContainer.append(s),s.attr(a.groupDisplayAttr,i),t.groups[e]=i,l.each((e,s)=>{const l=a.getDisplayKey(s);if("default"!==l){const e=a.generateDisplayID();s.setAttribute(a.displayKeyAttr,e),t.displays[l]=e}s.setAttribute(a.groupKeyAttr,i)}),l.find(`[${a.groupKeyAttr}]`).each((e,s)=>{const i=a.getGroupKey(s);a.duplicateGroup(i,t),a.updateDisplayKeys(s,t.groups[i],t.displays[a.getDisplayKey(s)])});const o=s.attr(a.inheritBackgroundAttr);o&&"default"!==o&&s.attr(a.inheritBackgroundAttr,t.displays[o])}static updateDisplayKeys(e,t,s){const i=a.getDisplayKey(e);e.setAttribute(a.groupKeyAttr,t),"default"!==i&&e.setAttribute(a.displayKeyAttr,s)}static getGroup(e){return a.$groupsContainer.children(`[${a.groupDisplayAttr}="${e}"]`)}static generateGroupID(){return TVE.CSS_Rule_Cache.generate_id(a.displayGroupPrefix)}static generateDisplayID(){return TVE.CSS_Rule_Cache.generate_id("")}static getEditorElement({groupKey:e=null,displayKey:t=null}){let s;return e&&(s=`[${a.groupKeyAttr}="${e}"]`),t&&(s+=`[${a.displayKeyAttr}="${t}"]`),TVE.inner_$(s).filter((e,t)=>null===t.closest(`#${a.groupsContainerId}`))}static whitelistConditionalCss(e,t){if(e)return e;t.includes(".thrv_symbol_")&&(t=t.replace(/\.thrv_symbol_\d*/g,"").trim()),t=TVE.apply_filters("tcb.conditional_display.selector",t);let s=TVE.inner_$();try{s=TVE.inner_$(t)}catch(e){console.error(e)}return s.length&&s.closest(`#${a.groupsContainerId}`).length&&(e=!0),e}updateAttr(e,t,s){this.getDisplay(e).attr(`data-display-${t}`,s),e===this.getKey()&&this.$element.attr(`data-display-${t}`,s)}getKey(){return a.getDisplayKey(this.$element)||"default"}isDefaultDisplay(){return"default"===this.getKey()}syncDisplay(e=!0,t=!0){const s=this.$element.clone(!0);if(a.$groupsContainer.find(`[${a.groupKeyAttr}="${this.displayGroup}"][${a.displayKeyAttr}="${this.getKey()}"]`).replaceWith(s),e){const e=this.getKey(),t=a.getGroupKey(this.$element);i.collectPlaceholderCSS(this.$element,t,e,this.type)}t&&this.getDisplayHeights(),TVE.do_action("tve.conditional_display.sync",s)}setActive(e,t=!0,s=!0,i=!0){t&&this.syncDisplay();const a=this.getKey();this.$element.data("cond-resize-observer")&&(this.$element.data("cond-resize-observer").disconnect(),this.$element.removeData("cond-resize-observer"));const l=this.getDisplay(e).clone(!0);this.$element.replaceWith(l),this.$element=l,i&&this.getDisplayHeights(),TVE.Editor_Page.content_manager.cleanup_froala(l,!0),l.removeData("froala.editor"),s&&(delete TVE.ActiveElement,TVE.Editor_Page.focus_element(l.removeClass("edit_mode"))),TVE.drag.bind_element(l),this.handleNewDisplay(a,e),TVE.do_action("tve.conditional_display.activate",this.$element),setTimeout(()=>{this.handlePreviousDisplay(a,e)},10)}handlePreviousDisplay(e,t){e!==t&&TVE.do_action("tve.conditional_display.handle_previous",e,t)}handleNewDisplay(e,t){e!==t&&TVE.do_action("tve.conditional_display.handle_new",e,t)}hasLazyLoad(){return this.$displayContainer&&!!parseInt(this.$displayContainer.attr(a.lazyLoadAttr))}hasUniformHeights(){return this.$displayContainer&&!!parseInt(this.$displayContainer.attr(a.uniformHeightsAttr))}getInheritBackground(){return this.$displayContainer?this.$displayContainer.attr(a.inheritBackgroundAttr):""}setInheritBackground(e){this.$displayContainer&&this.$displayContainer.attr(a.inheritBackgroundAttr,e)}setLazyLoad(e=!0){this.$displayContainer.attr(a.lazyLoadAttr,e?"1":"0")}setUniformHeights(e=!0){this.$displayContainer.attr(a.uniformHeightsAttr,e?"1":"0")}hasDisplays(){return void 0!==this.$displayContainer&&this.$displayContainer.children().length>1}createNewDisplay({name:e="",copyFromKey:t=""}){return this.hasDisplays()||this.createDisplayGroup(),this.createElementForDisplay(t,e)}getDisplays(){const e=[];if(this.hasDisplays()){const t=this.getKey();this.$displayContainer.children().each((s,i)=>{const l=a.getDisplayKey(i);e.push({key:l,active:l===t,name:i.getAttribute(a.displayNameAttr),order:i.getAttribute(a.displayOrderAttr),hide:1===parseInt(i.getAttribute(a.displayHideAttr))?1:0,conditions:this.getConditions(l)})})}else e.push({active:!0});return e.sort((e,t)=>null===e.order?1:null===t.order?-1:parseInt(e.order)-parseInt(t.order))}getDisplay(e=this.getKey()){return this.$displayContainer?this.$displayContainer.children(`[${a.displayKeyAttr}="${e}"]`):TVE.inner_$()}getDisplayName(e=this.getKey()){return this.getDisplay(e).attr(a.displayNameAttr)}removeDisplay(e){this.getDisplay(e).remove(),this.hasDisplays()||(this.removeDisplayGroup(),TVE.Editor_Page.focus_element(this.$element.removeClass("edit_mode")))}removeDisplayGroup(){this.$displayContainer.remove(),this.$element.removeAttr(a.groupKeyAttr),this.$element.removeAttr(a.displayKeyAttr),this.$element.removeAttr(a.displayNameAttr),this.$element.removeAttr(a.displayHideAttr),this.$element.removeAttr(a.displayConditionAttr)}createDisplayGroup(){this.displayGroup=a.generateGroupID(),this.$displayContainer=TVE.inner_$(`<div ${a.groupDisplayAttr}="${this.displayGroup}" ${a.lazyLoadAttr}="0"></div>`).appendTo(a.$groupsContainer),this.$element.attr(a.groupKeyAttr,this.displayGroup).attr(a.displayKeyAttr,"default").attr(a.displayNameAttr,"Default display").attr(a.displayHideAttr,0).clone(!0).appendTo(this.$displayContainer)}createElementForDisplay(e="",t=""){let s;e?(this.syncDisplay(),s=this.getDisplay(e).clone(!0)):(this.type,s=TVE.inner_$(TVE.main.static_element(this.type).html())),s=TVE.apply_filters(`tve.conditional_display.new_element.${this.type}`,s);const l=a.generateDisplayID();return s.attr(a.displayKeyAttr,l).attr(a.groupKeyAttr,this.displayGroup).attr(a.displayNameAttr,t).attr(a.displayHideAttr,0).attr(a.displayConditionAttr,"").appendTo(this.$displayContainer),e&&i.setDisplayPlaceholderCSS(this.displayGroup,l,i.getDisplayPlaceholderCSS(this.displayGroup,e)),TVE.do_action("tve.conditional_display.create_display",s,this.$element),TVE.do_action(`tve.conditional_display.create_display.${this.type}`,s,this.$element),e&&a.duplicateGroupsInContent(s.children()),l}resetDisplay(e=this.getKey()){const t=this.getDisplay(e),s=("default"===this.getKey()?this.$element:this.getDisplay("default")).clone(!0);[a.displayKeyAttr,a.displayNameAttr,a.displayHideAttr,a.displayConditionAttr].forEach(e=>{s.attr(e,t.attr(e))}),t.replaceWith(s),this.getKey()===e&&this.setActive(e,!1)}getConditions(e=this.getKey()){let t=(this.getKey()===e?this.$element:this.getDisplay(e)).attr(a.displayConditionAttr);return t=t?t.replace(/'/g,'"'):"",t}getDisplayHeights(){if(this.hasUniformHeights()&&1!==parseInt(this.$element.attr(a.displayHideAttr))){const e=a.getDisplayKey(this.$element);let t;Object.keys(TVE.main.responsive).forEach(s=>{t=this.$element.tcbCss(`--tve-cond-height-${s.charAt(0)}`),t||(TVE.main.sidebar_bottom.setIframeWidth(s),this.$element.data("cond-resize-observer")&&(t=this.$element.tcbCss(`--tve-cond-height-${s.charAt(0)}`))),t||(t=this.$element.outerHeight()),i.setDisplayHeight(s,this.displayGroup,e,t)}),TVE.main.sidebar_bottom.setIframeWidth(TVE.main.device)}}uniformHeights(e=!0){"column"===this.type&&TVE.Editor_Page.focus_element(this.$element.closest(TVE.identifier("columns")));const t=i.getGroupHeights(this.displayGroup),s=TVE.main.device;Object.keys(TVE.main.responsive).forEach(s=>{TVE.main.device=s,this.getDisplays().forEach(i=>{let a=e?`${Math.max(...Object.values(t[s]))}`:"";"column"!==this.type&&(i.active?TVE.ActiveElement=this.$element:TVE.ActiveElement=this.getDisplay(i.key)),e&&(a-=TVE.Components.layout.controls.MarginAndPadding.getValue("padding","top")+TVE.Components.layout.controls.MarginAndPadding.getValue("padding","bottom"),a=`${a}px`);const l=TVE.Components.layout.controls.Height.applyTo();TVE.Components.layout.controls.Height.change_value(l,{value:a,dataset:{prop:"min-height"}})})}),TVE.main.device=s,TVE.Editor_Page.focus_element(this.$element.removeClass("edit_mode"))}}e.exports=a},33121:e=>{e.exports={initProductSectionControls(e,t,s=""){const i=TVE.inner.window.TCB_Front.woocommerce.AbstractWoo,a=(s?`.${s} `:"")+".products";e.Columns.input=(e,i)=>{t().setData("columns",i.value,s)},e.Columns.change=()=>t().updateProductsSection(s),e.Columns.update=function(){this.setValue(t().getData("columns",s))},e.OrderBy.input=(i,a)=>{t().setData("orderby",a.value,s).updateProductsSection(s),this.updateOrderLabels(e,a.value)},e.OrderBy.update=function(){this.setValue(t().getData("orderby",s))},e.Order.change=(e,i)=>{t().setData("order",i.value,s).updateProductsSection(s)},e.Order.update=function(){this.setValue(t().getData("order",s))},e.Alignment.input=(e,i)=>{t().setData("align-items",i.dataset.value,s)},e.Alignment.update=function(){this.setActive(t().getData("align-items",s))},e.ImageSize.input=function(e,s){t().$template.find(a).tcbCss(i.imageWidthVar,`${s.value}% !important`)},e.ImageSize.change=function(e,s){t().$template.find(a).tcbCss(i.imageWidthVar,""),e.head_css({[i.imageWidthVar]:`${s.value}% !important`},null,` ${a}`)},e.ImageSize.update=function(){let e=t().$template.find(a).tcbCss(i.imageWidthVar);e&&!e.includes("px")||(e="100%"),this.setValue(e)},this.initPostsPerPageControls(e,t,s)},initPostsPerPageControls(e,t,s){let i,a;e.Limit?(i="Limit",a="limit"):(i="PostsPerPage",a="posts_per_page"),e[i].input=(e,i)=>{t().setData(a,i.value,s)},e[i].change=()=>t().updateProductsSection(s),e[i].update=function(){this.setValue(t().getData(a,s))}},updateOrderLabels(e,t){void 0===t&&(t=e.OrderBy.getValue()),e.Order.$el.toggle("rand"!==t),"rand"!==t&&(e.Order.build_options(this.getOrderLabels(t)),e.Order.update())},getOrderLabels:e=>{const t={title:[{name:"A to Z",value:"asc"},{name:"Z to A",value:"desc"}],popularity:[{name:"Lowest first",value:"asc"},{name:"Highest first",value:"desc"}],id:[{name:"Lowest first",value:"asc"},{name:"Highest first",value:"desc"}],date:[{name:"Oldest first",value:"asc"},{name:"Newest first",value:"desc"}],modified:[{name:"Oldest first",value:"asc"},{name:"Newest first",value:"desc"}],menu_order:[{name:"Lowest first",value:"asc"},{name:"Highest first",value:"desc"}],price:[{name:"Lowest first",value:"asc"},{name:"Highest first",value:"desc"}]};return void 0===e?t:t[e]},initVisibilityControls(e,t,s){_.each(t,(t,i)=>{const a=`${i}-visibility`;e[a].input=(e,t)=>{s().setData(`hide-${i}`,t.checked?0:1).toggleProductElements([i],t.checked)},e[a].update=function(){this.setChecked(!Number(s().getData(`hide-${i}`)))}})}}},33160:(e,t,s)=>{const i=s(16668),a=s(56231),l=s(91894),o=s(50732);e.exports=i.component.extend({extra_states:!0,css_attributes:["text-shadow","box-shadow"],css_attribute:null,setConfig(e){this.config=_.extend({},e||{}),this.$element=e.to?TVE.ActiveElement.find(e.to):TVE.ActiveElement,this.css_suffix=e.css_suffix,this.css_prefix=e.css_prefix,_.each(this.tabs.panels,function(t){t.setConfig(e.Shadow)}),this.hideControls(e.disabled_controls),this.$(".dropdown-header").tcbHasClass("open")&&this.update(),!this.$element||this.$element.length},hideControls(e){this.$("#tcb-shadow-buttons .btn-inline").tcbShow("flex"),_.isArray(e)?(_.each(e,function(e){this.$('[data-panel="'+e+'"]').tcbHide()},this),_.contains(e,"text")&&this.$("#tcb-text-shadow-list").tcbHide(),this.$(".tve-btn-group").tcbToggleClass("input",0===e.length).tcbToggleClass("inline",e.length)):this.$(".tve-btn-group").tcbRemoveClass("inline").tcbAddClass("input")},getDefaultValues:()=>({angle:270,color:"rgba(0, 0, 0, 0.25)",distance:8,blurr:12,spread:0}),getDefaultTextValues:()=>({angle:320,color:"rgba(0, 0, 0, 0.25)",distance:3,blurr:2}),controls_init(){this.collection=new Backbone.Collection,this.textShadowCollection=new Backbone.Collection,this.bindListeners(),this.init_shadows()},bindListeners(){this.collection.bind("change-attributes",this.change,this),this.collection.bind("cancel-changes",this.cancel,this),this.collection.bind("apply-changes",this.apply,this),this.collection.bind("remove-shadow",this.remove,this),this.textShadowCollection.bind("change-attributes",this.change,this),this.textShadowCollection.bind("cancel-changes",this.cancel,this),this.textShadowCollection.bind("apply-changes",this.apply,this),this.textShadowCollection.bind("remove-shadow",this.remove,this)},update(){let e;_.each(this.css_attributes,_.bind(function(t){let s;this.setCssAttribute(t),"text-shadow"===t&&this.config.with_froala?s=this.parseCss(TVE.froala.get_block_element().head_css("text-shadow",!1,null,!0,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ")):(e="text-shadow"===t?TVE.ActiveElement.filter(".edit_mode"):this.$element.filter(".edit_mode").length?this.$element.filter(".edit_mode"):this.$element,s=this.getShadowAttributes(TVE.apply_filters(`tcb.read.shadow.${TVE._type(e)}`,e,t))),this.renderShadowAttributes(s)},this)),_.delay(_.bind(function(){this.process_preview_lists()},this)),this.after_update()},after_update(){TVE.FLAGS.hover_update?this.read_initial_state():this.save_state()},read_initial_state(){this.save_state(),TVE.state_manager.is_default()&&(TVE.state_manager.set_state("hover"),TVE.ActiveElement.addClass("tve-state-hover"),this.save_state(),TVE.ActiveElement.removeClass("tve-state-hover"),TVE.state_manager.set_state(""))},save_state(){TVE.state_manager.is_default()&&!TVE.FLAGS.hover_element?this.originalColor=this.getColorArr(this.collection):this.hoverOriginalColor=this.getColorArr(this.collection)},getColorArr(e){e&&"function"==typeof e.toJSON&&(e=e.toJSON());const t=[];return _.each(e,function(e){TVE.isCssVariable(e.color)&&(e.color=TVE.getCssVariableValue(e.color)),t.push(e.color)}),t},hasHoverState(){return!!this.hoverOriginalColor&&!_.isEqual(this.hoverOriginalColor,this.originalColor)},process_preview_lists(){this.$("#tcb-box-shadow-list").show(),this.$("#tcb-text-shadow-list")["none"!==this.$('*[data-panel="text"]').css("display")?"show":"hide"](),0===this.textShadowCollection.length&&this.collection.length>0?this.$("#tcb-text-shadow-list").hide():0===this.collection.length&&this.$("#tcb-box-shadow-list").hide(),this.setBackup(),"none"===this.$("#tcb-box-shadow-list").css("display")&&"none"===this.$("#tcb-text-shadow-list").css("display")&&this.$("#tcb-box-shadow-list").show()},change(){let e=this.collection,t=this.config.to;if("text-shadow"===this.css_attribute&&(e=this.textShadowCollection,t=this.config.inline_text_to,this.config.with_froala)){const t=this.buildShadowAttribute(e);return void(!TVE.froala.has_selection()||TVE.froala.editor.selection.isFull()||TVE.froala.selectionIsFullBlock()?this.applyElementCss({"text-shadow":t||"none"},TVE.froala.get_block_element(),"",TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "):(TVE.froala.exec(t&&"none"!==t?"format.applyStyle":"format.removeStyle","text-shadow",t),this.is_during_apply&&TVE.Components.text.apply_head_css()))}const s=TVE.apply_filters(`tcb.write.shadow.suffix.${TVE._type(TVE.ActiveElement)}`,this.css_suffix,this.css_attribute);this.applyElementCss({[this.css_attribute]:this.buildShadowAttribute(e)},t?TVE.ActiveElement.find(t):TVE.ActiveElement,s)},applyElementCss(e,t,s=this.css_suffix,i=this.css_prefix){return this.tabs.panels["text-shadow"===this.css_attribute?"text":"drop"].applyElementCss(e,t,s,i)},changeColorPallette(e){const t={};this.getShadowAttributes(this.$element),this.collection.length&&(!TVE.state_manager.is_default()&&this.hasHoverState()||!TVE.state_manager.induced_state||TVE.state_manager.is_default())&&(t[this.css_attribute]=this.buildShadowAttribute(this.collection,e),this.$element.head_css(t,null,this.css_suffix,!0,this.css_prefix))},setInitialState(){const e={};e[this.css_attribute]=this.buildShadowAttribute(this.collection),TVE.UndoManager.temp.set(this.$element,e)},init_shadows(){this.tabs=new a({el:this.$("#tcb-shadow-buttons"),buttons:this.buttons(),label:TVE.t.AddNew}),this.tabs.on("open",_.bind(this.add_shadow,this))},setControlCollection(){_.each(this.tabs.panels,_.bind(function(e){e.IS_TEXT?e.setCollection(this.textShadowCollection):e.setCollection(this.collection)},this))},renderShadowAttributes(e){this.$list=this.$("#tcb-"+this.css_attribute+"-list"),this.$list.empty();const t=this;if(!e.length){const e=TVE.tpl("shadow/no-shadow");return void this.$list.html(e({}))}e.each(function(e,t){const s=TVE.tpl("controls/preview-list-item");let i,a=TVE.t.TextShadow;"text-shadow"===e.get("css_attribute")?i="text-shadow":"inset"===e.get("inner")?(i="inner-shadow",a=TVE.t.InnerShadow):(i="outer-shadow",a=TVE.t.DropShadow),e.set({icon:TVE.icon(i,"inline"),label:a,index:t}),e.index=t,this.$list.append(s({item:e,view:this}))},this),this.$list.sortable({axis:"y",handle:".preview-list-sort-handle",update(e,s){t.reOrder(s.item[0].getAttribute("data-index"),s.item.index(),jQuery(s.item).closest(".tcb-preview-list").attr("data-shadow-type"))}}),this.$list.find(".preview-list-sort-handle").toggle(1===e.length)},buildShadowAttribute(e,t){let s,i,a,l="";const o="px ",c=this.config.important&&"text-shadow"!==this.css_attribute?" !important":"",n=this.default_shadow?this.default_shadow:this.config.default_shadow,r=this;return e.each(function(c,n){let d;s=String(c.get("spread")).length&&"text-shadow"!==r.css_attribute?c.get("spread")+o:"",r.originalColor&&TVE.state_manager.is_default()||r.hoverOriginalColor&&!TVE.state_manager.is_default()?(d=TVE.state_manager.is_default()?r.originalColor[n]:r.hoverOriginalColor[n],a=t&&t.color?TVE.generateOffsetColor(t.originalColor,t.color,d).toRgbString():c.get("color")):a=c.get("color"),i=c.get("color")?a:"transparent",l+=c.get("horizontal")+o+c.get("vertical")+o+c.get("blur")+o+s+i+("inset"===c.get("inner")?" inset":"")+(n+1===e.length?"":", ")}),l||(l=n||"none"),l?l+c:l},reRender(){let e=this.collection;"text-shadow"===this.css_attribute&&(e=this.textShadowCollection),this.renderShadowAttributes(e)},cancel(){return"text-shadow"===this.css_attribute?this.textShadowCollection.reset(this.backup):this.collection.reset(this.backup),this.change(),this.reRender(),!1},apply(){return this.is_during_apply=!0,this.change(),this.update(),delete this.is_during_apply,!1},item_remove(e,t){const s=jQuery(t).closest(".tcb-preview-list").attr("data-shadow-type");let i=this.collection;return this.setCssAttribute(s),"text-shadow"===s&&(i=this.textShadowCollection),o.close_all(),i.remove(i.findWhere({index:parseInt(t.getAttribute("data-index"))})),TVE.SKIP_CSS_STATE=!1,this.change(),this.reRender(),this.process_preview_lists(),e.stopPropagation(),!1},setCssAttribute(e){this.css_attribute=e},add_shadow(e,t){let s;TVE.apply_filters("tcb_filter_shadow_before_add",this.$element),this.setCssAttribute(e.css_attribute),this.setBackup(),e.IS_TEXT?(s=this.getDefaultTextValues(),t=null):(this.setInitialState(),s=this.getDefaultValues()),e.updateControls(null,t,s)},setBackup(){let e;e="text-shadow"===this.css_attribute?this.textShadowCollection.toJSON():this.collection.toJSON(),this.backup=e},item_click(e,t){const s=TVE.$(t).closest(".tcb-preview-list").attr("data-shadow-type"),i=t.getAttribute("data-index");let a,l,o=this.collection;if(this.setCssAttribute(s),this.setBackup(),"text-shadow"===s)o=this.textShadowCollection,a=o.findWhere({index:Number(i)}),l=this.tabs.panels.text;else{this.setInitialState(),a=o.findWhere({index:Number(i)});const e=a.get("inner")?"inner":"drop";l=this.tabs.panels[e]}return l.updateControls(a,null),l.isOpen()?l.onCancel():(l.open(null,t),e.stopPropagation()),!1},parseCss(e){let t=this.collection;if("text-shadow"===this.css_attribute&&(t=this.textShadowCollection),t.reset(),e){let s,i,a,l,o;0===e.indexOf("rgb")||0===e.indexOf("var")||0===e.indexOf("hsl")||0===e.indexOf("hsla")?(s=/((rgba?|var|hsl|hsla)\(([^)]+)\)([^,]*))+/g,i=2,a=3,l=4):(s=/(([^,]*?)(rgba?|var|hsl|hsla)\((.*?)\)([ ]?inset)?)+/g,i=3,a=4,l=2,o=5);let c="",n=0,r=[],d=s.exec(e);for(;d;)c=d[i]+"("+d[a]+")",r=d[l].replace(/^\s+|\s+$/g,"").split(" "),d[o]&&r.push(d[o].trim()),t.add(this.createShadowModel(c,r,n,this.css_attribute)),n++,d=s.exec(e)}return this.setControlCollection(),t},getShadowAttributes(e){const t=TVE.apply_filters(`tcb.write.shadow.suffix.${TVE._type(TVE.ActiveElement)}`,this.css_suffix,this.css_attribute);return this.parseCss(e?e.head_css(this.css_attribute,!1,t,!0,this.css_prefix):"")},createShadowModel(e,t,s,i){const a=new Backbone.Model;return a.set("horizontal",t[0].replace("px","")),a.set("vertical",t[1].replace("px","")),a.set("blur",t[2]?t[2].replace("px",""):null),a.set("spread",t[3]?t[3].replace("px",""):null),a.set("color",e),a.set("inner",t[4]?t[4]:null),a.set("index",s),a.set("css_attribute",i),TVE.isCssVariable(e)||a.set("opacity",100*e.substring(e.lastIndexOf(" "),e.lastIndexOf(")"))),a},reOrder(e,t,s){this.setCssAttribute(s);let i=this.collection;"text-shadow"===s&&(i=this.textShadowCollection);const a=i.at(e),l=new Backbone.Model(a.toJSON());i.remove(a),i.add(l,{at:t}),this.change(),this.update()},buttons:()=>({inner:{icon:"inner-shadow",title:TVE.t.InnerShadow,panel:new l({collection:[],css_attribute:"box-shadow"})},drop:{icon:"outer-shadow",title:TVE.t.DropShadow,panel:new l({collection:[],css_attribute:"box-shadow"})},text:{icon:"text-shadow",title:TVE.t.TextShadow,panel:new l({collection:[],simplified:!0,IS_TEXT:!0,css_attribute:"text-shadow"})}})})},33205:(e,t,s)=>{const i=s(16668),a=s(10545);let l=!1;e.exports=i.base_view.extend({className:"tcb-logo-row click",tagName:"li",template:TVE.tpl("logo/item"),events:{"mouseenter .tcb-logo-preview":"showImageTooltip","mouseleave .tcb-logo-preview":"hideImageTooltip"},before_initialize(e){_.extend(this.events,i.base_view.prototype.events),this.optionsTooltip=e.optionsTooltip},after_initialize(){this.listenTo(this.model,"change:id",this.render),this.listenTo(this.model,"change:name",this.render),this.listenTo(this.model,"change:src",this.render),this.listenTo(this.model,"change:selected",this.selectLogo)},after_render(){const e=this.model.get("id"),t=this.model.get("name");1!==e&&"Dark"!==t||this.$(".tcb-logo-image-tooltip").addClass("tcb-logo-image-tooltip-dark"),this.$el.attr({"data-id":e,"data-fn":"selectHandler"})},selectLogo(){this.$el.toggleClass("tcb-logo-selected",1===this.model.get("selected"))},deleteLogo(){confirm(TVE.t.logo.delConfirm)&&(this.model.destroy({success:()=>{TVE.page_message(TVE.t.logo.deleted)},error:()=>{TVE.page_message(TVE.t.logo.deleteError,!0)}}),a.updateAllLogosOnPage(this.model.get("id")))},renameHandler(){if(0===this.$("input").length){this.$(".tcb-logo-name").after('<input type="text" class="tcb-logo-name-input keydown blur" data-fn="saveName" value="'+this.model.get("name")+'"/>');const e=this.$("input"),t=e.val();setTimeout(()=>{e.trigger("focus").val("").val(t)},100),this.$el.addClass("tcb-logo-edit")}},saveName(e){if(27===e.keyCode)return l=!0,this.$el.removeClass("tcb-logo-edit"),void this.render();if(l)return void(l=!1);if("keydown"===e.type&&13!==e.keyCode)return;this.$el.removeClass("tcb-logo-edit");const t=this.$("input").val().trim();t!==this.model.get("name")?t&&0!==t.length?this.model.save({name:t},{url:TVE.CONST.logo.routes.rename_logo+"/"+this.model.get("id"),success:()=>{TVE.page_message(TVE.t.logo.renamed)},error:()=>{TVE.page_message(TVE.t.logo.renameError,!0)}}):TVE.page_message(TVE.t.logo.invalidName,!0):this.render()},showImageTooltip(){this.$(".tcb-logo-image-tooltip").css({visibility:"visible",opacity:1,bottom:"calc(100% + 10px)"})},hideImageTooltip(){this.$(".tcb-logo-image-tooltip").css({visibility:"hidden",opacity:0,bottom:"calc(100% + 5px)"})},showOptionsTooltip(){this.$el.append(this.optionsTooltip.$el.css({top:25})),this.$el.toggleClass("tooltip-open")}})},33219:(e,t,s)=>{!function(t){const i=s(20583),a=new(s(26672)),l=s(51106);e.exports=i.base.extend({item_template:TVE.tpl("cloud-templates/cloud-template-item"),itemClass:".cloud-template-item",blocksCollection:new Backbone.Collection({}),windowResized:!1,create_lazyloader(){this.lazyLoader=new TVE.inner.window.LazyLoad({container:this.$el[0],elements_selector:".tve-lazy-img",threshold:0,load_delay:0,callback_loaded(e){t(e).parent().removeClass("lazy-loading")}})},_setElement(e){(e=e.jquery?e:Backbone.$(e)).hasClass("bound")&&(e=e.clone(!1).removeAttr("id").removeClass("bound").insertAfter(e)),this.$el=e,this.el=e[0],this.el.classList.add("bound")},isPlaceholder(e){return(e=e||this.applyTo).hasClass("tcb-elem-placeholder")},set_element(e){return this.applyTo=e,this},after_initialize(){this.$content=this.$(".content-templates"),this.$el_name=this.$(".element-name"),this.$error=this.$(".error-container").hide(),this.$warning=this.$(".warning-ct-change").hide(),this.$footer=this.$(".tcb-modal-footer").hide(),this.$modalContent=this.$(".tcb-modal-content"),this.$save=this.$(".tcb-modal-save").prop("disabled",!0),this.$$store=a,window.addEventListener("resize",()=>{this.windowResized=!0}),TVE.add_filter("template_store_fetch_ajax_data",e=>(this.forceRefresh&&(e.nocache=!0),e)),this.showConfirm=!1,TVE.do_action("tcb.cloud_templates.after_init",this)},ensure_type_container(){this.$list=this.$content.children("#templates-"+this.$$type),this.$list.length||(this.$list=t('<div data-type="'+this.$$type+'" id="templates-'+this.$$type+'" class="template-list"></div>').appendTo(this.$content)),this.collectionName=`${this.$$type}-templates`},read_element(e){this.applyTo=e.element;const t=e.element.attr("data-ct");if(!t)return;const s=t.split("-");e.type=TVE.apply_filters("tcb_read_element_type",s.shift(),e.element),e.selected=s.join("-")||"0",this.applyTo.hasClass("tcb-ct-placeholder")||!this.applyTo.attr("data-ct-name")&&!this.applyTo.attr("data-ct")?(this.$warning.hide(),this.showConfirm=!1):(this.$warning.show().find(".tcb-notification-content").html(TVE.t.warning_change_ct.replace(/%s/g,TVE.apply_filters("tcb.cloud_templates.element_name",TVE.t.elements[e.type]||TVE.ucFirst(e.type.replace(/_/g," ")),e.type))),this.showConfirm=!0),this.$footer.hide(),this.$list&&e.selected&&(this.$list.find(".active").removeClass("active"),this.$list.find('[data-id="'+e.selected+'"]').addClass("active"))},before_open(e){this.$(".instance-options").remove(),this.$(".tcb-modal-content").show(),this.$(".tcb-modal-back").hide(),this.read_element(e),this.selected=e.selected,this.$el.attr("data-element-type",e.type);let t=TVE.t.elements[e.type];var s;t||(t=null!==(s=TVE.Elements[e.type])&&void 0!==s&&s.name?TVE.Elements[e.type].name:TVE.ucFirst(e.type.replace(/_/g," "))),this.$el_name.html(TVE.apply_filters("tcb.cloud_templates.element_name",t,e.type)),TVE.do_action("tcb.cloud_templates.before_modal_open",e.type,this),e.type&&e.type!==this.$$type?this.fetchTemplates(e.type):(this.showConfirm="0"!==String(this.selected),this.select_template(this.selected))},after_open(){if(this.collectionName&&void 0===TVE.CONST[this.collectionName])return this.$el.addClass("loading"),setTimeout(this.after_open.bind(this),100);this.$el.removeClass("loading"),this.blocksCollection.reset(TVE.CONST[this.collectionName]);const e=this.$content.hasClass("masonry");!TVE.CONST[this.collectionName].length||e&&!this.windowResized||(this.on_start(),this.build_preview()),TVE.$(".tvd-lean-overlay").on("click",()=>{this.close(),TVE.Editor_Page.blur()}),this.windowResized=!1},fetchTemplates(e){return this.$$type=e,this.on_start(),a.fetch(this.$$type).done(_.bind(this.on_success,this)).fail(_.bind(this.on_error,this)).always(_.bind(this.on_finished,this))},before_close(){this.isPlaceholder()&&this.applyTo.removeClass("edit_mode")},on_start(){this.create_lazyloader(),this.ensure_type_container(),this.$content.children().hide().filter(this.$list).show(),this.$error.hide(),this.$save.prop("disabled",!0),this.$el_name.html(TVE.t.elements[this.$$type]),this.$list.addClass("disabled")},on_success(e){if(e.error)return this.on_error({responseJSON:e});"function"==typeof this.processTemplateList&&(e.templates=this.processTemplateList(e.templates)),TVE.CONST[this.collectionName]=e.templates,this.blocksCollection.reset(e.templates),this.$list.empty(),_.each(e.templates,function(e){this.$list.append(this.item_template({item:e,selected:this.selected===e.id}))},this),this.select_template(this.selected,!0),this.forceRefresh&&(this.build_preview(),delete this.forceRefresh)},processTemplateList:e=>_.sortBy(e,(e,t)=>void 0!==e.order?e.order:t),on_error(e,t,s){this.$error.fadeIn(200).html(TVE.tpl("inline-error")({error_message:TVE.getDetailedErrorMessage(e,t,s,!0)})),TVE.CONST[this.collectionName]=[],this.$content.empty(),this.on_finished()},on_finished(){this.$el.removeClass("loading"),this.$list.removeClass("disabled"),this.lazyLoader.update(),this.toggleLoader(!1)},dom_select(e,t){return this.select_template(t.dataset.id),!1},select_template(e=0){const s=this.$list.find('[data-id="'+e+'"]');if(s.length&&s.parent().hasClass("locked"))return!1;s.length>0&&this.$list.find(".cloud-item").removeClass("active").filter(`[data-id="${e}"]`).addClass("active"),e!==this.selected&&this.showConfirm||"none"!==this.$footer.css("display")?(this.$modalContent.css("height",t("#tcb-modal-cloud-templates").height()-82),this.$footer.show(),this.$save.prop("disabled",!1)):this.$modalContent.css("height","100%"),this.selected=e,!this.showConfirm&&this.$list.find(".cloud-item").filter(`[data-id="${e}"]`).length&&(this.$footer.hide(),this.selected&&"0"!==String(this.selected)&&(this.showConfirm=!0,this.save()))},handle_keyup(e){"search"!==e.currentTarget.getAttribute("data-source")&&13===e.which&&this.save(e)},save(){return this.on_start(),a.set("type",this.$$type),this.$content.addClass("loading"),a.download(this.selected).done(e=>{if(e.error)return this.on_error({responseJSON:e});this.$content.removeClass("loading"),TVE.apply_filters("tcb.cloud_templates.apply_callback",this.apply_cloud_template,this.applyTo).call(this,e.data),this.close(),this.on_finished()}).fail((e,t,s)=>this.on_error(e,t,s)).always(()=>this.on_finished())},alter_wrapper_attributes:(e,t)=>e,clearCache(){a.deleteTemplate(this.$$type),this.forceRefresh=!0,this.toggleLoader(),this.fetchTemplates(this.$$type),TVE.ajax("nocached_cloud_data","post",{type:this.$$type})},apply_cloud_template(e){const s={};let i;l(function(){TVE.do_action(`tcb.cloud_template.${this.$$type}.before_apply`,e,this.applyTo);const t=TVE.inner_$(e.content);t.length&&(this.applyTo.parent().is(".tcb-clear")?this.applyTo.parent().replaceWith(t):this.applyTo.replaceWith(t),this.applyTo=t.is(".thrv_wrapper")?t:t.find("> .thrv_wrapper").first()),TVE.ActiveElement=this.applyTo;const i=this.alter_wrapper_attributes({"data-ct-name":e.name,"data-ct":e.type+"-"+e.id,"data-element-name":TVE.t.elements[this.$$type]},e);this.applyTo.data("tcb-elem-type","").attr(i);let a=t.find("[data-css]");const l=TVE._type(this.applyTo);TVE.apply_filters("tcb.cloud_templates.change_main_wrapper_data_css",["table","contentblock","block","toggle","tabs","contentbox","toc","countdown"]).includes(l)&&(a=a.add(t.filter("[data-css]"))),a.each(function(){this.dataset.css&&(void 0===s[this.dataset.css]?s[this.dataset.css]=TVE.CSS_Rule_Cache.uniq_id(this,!0):this.dataset.css=s[this.dataset.css])}),TVE.do_action("tcb.cloud_template.after_regenerate_ids",s,this.applyTo),TVE.drag.bind_element(this.applyTo),TVE.Editor_Page.reposition_icons(),this.afterTemplateApplied(),TVE.do_action(`tcb.cloud_template.${this.$$type}.after_apply`,e,this.applyTo)},this.applyTo,this),i=e.head_css,t.each(s,function(e,t){i=i.replace(new RegExp("("+e+")","g"),t)}),i=TVE.apply_filters("tcb.cloud_templates.before_css_insert",i,this.applyTo,this.$$type),TVE.do_action("tcb_after_cloud_template",this.applyTo,"cloud-template"),TVE.inner.window.TCB_Front.$window.trigger("tve_after_content_toggle",[this.applyTo]),TVE.inner.window.TCB_Front.resizePageSection(),TVE.Editor_Page.content_manager.insert_head_css(i).done(()=>{TVE.do_action("tcb_after_cloud_template_css_inserted",this.applyTo),this.afterTemplateCssApplied(),TVE.Editor_Page.focus_element(this.applyTo),TVE.do_action("tcb_after_cloud_template_focused",this.applyTo)})},build_preview(){const e=this.blocksCollection.clone();let s="";if(e.each(e=>{s+=this.item_template({item:e.toJSON(),selected:this.selected===e.id,name:e.name})}),s.length>0){this.$list.html(s).append('<div class="tpl-gutter-sizer"></div>');const e=parseInt(this.$list.find(this.itemClass).outerWidth(!0));this.$list.find("img").each(function(){const s=this.getAttribute("data-ratio");s&&t(this).parent().css("height",e*parseFloat(s))}),this.applyMasonry()}this.on_finished()},applyMasonry(){this.$list.hasClass("masonry")&&this.$list.data("masonry")&&this.$list.masonry("destroy"),this.$list.masonry(this.getMasonryOptions())},getMasonryOptions(){return{gutter:20,columnWidth:this.itemClass,isAnimated:!0}},afterTemplateApplied(){},afterTemplateCssApplied:t.noop})}(jQuery)},33374:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("drop-panels/toggle-title"),after_initialize(){this.initialModel=this.model.toJSON()},render(){this.$(".popup-content").html(this.template())},onCancel(){this.hide(),this.model.set(this.initialModel)},changeTitle(e,t){this.model.set("label",t.value)},onApply(){this.model.get("$toggle").find(".tve-toggle-text").html(this.model.get("label")).closest(".edit_mode").removeClass("edit_mode"),this.hide()}})},33734:(e,t,s)=>{const i=s(62204),a=s(86210);e.exports=a.extend({template:"conditional-display/modal/condition/checkbox-comparator",afterRender(){this.$checkboxList=this.$(".tcb-condition-checkbox-list"),i.getOptionsForField(this.model.get("field")).then(e=>{this.$checkboxList.empty(),_.each(e,e=>{const t=this.selectedValue.includes(e.value),s=`<input type="checkbox" class="click" data-fn="checkboxChanged" value="${e.value}" ${t?"checked":""}>`;this.$checkboxList.append(`<label>${s}<span class="tap-checkmark"></span><span class="tap-checkbox-label">${e.label}</span></label>`)})})},checkboxChanged(){const e=[];this.$('[type="checkbox"]:checked').each((t,s)=>e.push(s.value)),this.setModel(e)}})},33909:(e,t,s)=>{e.exports=s(9370).extend({updateOnMouseLeave:!1,formInputSelector:".tve-login-form-input",before_update(){this.formInputSelector=TVE.get_element_identifier(TVE.ActiveElement)},controls_init(){const e=this;this.controls.icon_side.update=function(e){const t=e?e.closest(".tve-login-form-input"):this.applyTo(!1,!1,!0);if(t.find(".thrv_icon").length<=0)return this.$el.hide(),void this.$el.next().hide();this.$el.show(),this.$el.next().show();let s=t.head_css("right",null,this.config.css_suffix,!0,this.config.css_prefix);s=parseInt(s);const i=0===s?"right":"left";this.setActive(i),this.padding_control=TVE.Components.layout.controls.MarginAndPadding,this["border-left"]||(this["border-left"]=parseInt(t.find("input,textarea").css("border-left-width")||0)),this["border-right"]||(this["border-right"]=parseInt(t.find("input,textarea").css("border-right-width")||0))},this.controls.icon_side.applyStyles=function(e,t){const s=t.dataset.value,i="left"===s?{left:0,right:"auto",transform:`translate(${15+this["border-left"]}px, -50%)`}:{right:0,left:"auto",transform:`translate(-${15+this["border-right"]/2}px, -50%)`};this.applyElementCss(i,e,this.config.css_suffix,this.config.css_prefix||"");const a=TVE.getControlConfig(this.component.key,"layout","MarginAndPadding"),l=e.filter(":visible").find(".thrv_icon").outerWidth(),o={};o["padding-"+s]=30+l+"px !important",o["padding-"+("left"===s?"right":"left")]="15px !important",this.applyElementCss(o,e,a.css_suffix,a.css_prefix||""),void 0!==this.padding_control?this.padding_control.update():this.update()},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(t,s){let i;(t=t.removeClass("aligncenter").filter(".edit_mode")).find(".thrv_icon").remove(),i=s.icon.is("symbol")?TVE.svg_icon({path:s.icon.html(),viewBox:s.icon[0].getAttribute("viewBox"),name:s.icon.find("> title").first().text(),id:s.icon.attr("id")}):`<span class="tve_sc_icon ${s.icon.data("filter")}" data-id="${s.icon.data("filter")}"></span>`;let a,l="right";const o=(TVE.main.EditMode.element()?TVE.main.EditMode.element():t.closest(".thrv-login-element")).find(`${e.formInputSelector} .thrv_icon:not(.${TVE.Components.group.not_group_item_class})`).first();o.length?(a=o.clone().empty().append(i),l="0px"===o.css("left")?"left":"right"):a='<div class="thrv_wrapper tve_no_drag thrv_icon">'+i+"</div>",t.prepend(a),this.update(),this.component.controls.icon_side.applyStyles(t,{dataset:{value:l}}),this.component.controls.icon_side.update()},this.controls.ModalPicker.update=function(){const t=this.applyTo().filter(".edit_mode").find(".thrv_icon");t.length||this.updateValue("none"),e.update_menu(t.length>0)},this.controls.placeholder.update=function(e){this.setValue(e.filter(".edit_mode").find("input").attr("placeholder"))},this.controls.placeholder.input=function(e){e.filter(".edit_mode").find("input").attr("placeholder",this.getValue()).attr("data-placeholder",this.getValue())},this.controls.ShowLabel.update=function(e){e=e.filter(".edit_mode"),this.setChecked("none"!==e.parent().find(".tcb-label").css("display"))},this.controls.ShowLabel.change=(e,t)=>{e.parent().find(".tcb-label").toggle(t.checked)},TVE.add_action("tve.icon.style.apply",()=>{const e=TVE.ActiveElement.parents(this.formInputSelector);if(e.length){const t=TVE.Elements.login_form_input.components.login_form_input.config;this.setConfig(t),this.controls.icon_side.update(e),this.controls.icon_side.applyStyles(e,{dataset:{value:this.controls.icon_side.getValue()}})}})},remove_icon(){const e=this.controls.ModalPicker.applyTo(),t=TVE.getControlConfig(this.key,"layout","MarginAndPadding");e.head_css({"padding-left":"15px","padding-right":"15px"},null,t.css_suffix,!1,t.css_prefix||""),this.controls.ModalPicker.applyTo().find(".thrv_icon").remove(),this.controls.ModalPicker.update()}})},33929:(e,t,s)=>{const i=s(35219),a=s(68871),l=s(30457),o=s(5547),c=s(53167),n=s(226),r=s(71111),d=s(59283),h=s(34875),p=s(68760),g=s(68284);e.exports={baseModel:g,base:new g({key:"base"}),columns:new a({key:"columns"}),social:new l({key:"social"}),social_follow:new o({key:"social_follow"}),rating:new i({key:"rating"}),credit:new c({key:"credit"}),styledlist:new n({key:"styled_list"}),numberedlist:new r({key:"numbered_list"}),post_tags:new d({key:"tcb_post_tags"}),post_title:new d({key:"tcb_post_title"}),post_categories:new d({key:"tcb_post_categories"}),post_date:new d({key:"tcb_post_published_date"}),post_author_name:new d({key:"tcb_post_author_name"}),notification_message:new h({key:"notification_message"}),post_list_filter:new p({key:"post_list_filters"}),CONSTRUCTORS:{social:l}}},34286:(e,t,s)=>{const i=s(71198),a=s(11845),l=s(62204),o=s(65295);let c=!1,n={};e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/set",className:"tcb-condition-set",beforeInitialize(){this.listenTo(this.model,"destroy",this.remove),this.listenTo(this.model,"change:ID",this.onIdChange),this.listenTo(this.model,"change:label",this.onLabelChange);const e=this.model.get("rules");this.listenTo(e,"add",e=>this.appendRule(e)),this.listenTo(e,"reset",this.renderRules),this.listenTo(e,"remove",(e,t,s)=>{t.length&&(0===s.index&&t.at(0).set("is_first",1),this.updateSetUI())})},async afterRender(){this.model.has("ID")&&this.model.get("rules").isEmpty()&&(o.toggleLoading(this.$(".tcb-condition-set-wrapper")),await l.getGlobalSet(this.model.get("ID")).then(e=>{e.rules?(this.model.get("rules").reset(e.rules,{silent:!0}),this.model.set("label",e.label),o.toggleLoading(this.$(".tcb-condition-set-wrapper"),!1)):this.model.destroy()})),this.$ruleContainer=this.$(".tcb-condition-set-rule-container"),this.$el.toggleClass("tcb-global-set",this.model.has("ID")),this.renderRules()},renderRules(){if(0===this.$ruleContainer.length)return;this.$ruleContainer.empty();const e=this.model.get("rules");e.length>0&&(e.each(t=>{const s=new i({model:t,index:e.indexOf(t)});this.$ruleContainer.append(s.$el)}),this.updateSetUI())},updateSetUI(){this.$el.toggleClass("tcb-set-has-single-rule",1===this.model.get("rules").length)},addRule(){const e=new Backbone.Model({});this.model.get("rules").add(e)},beforeSetDelete(){const e=this.model.has("ID");this.toggleTooltip(!0),this.$(".tcb-condition-delete-overlay").removeClass("hidden").find(".tcb-condition-set-name").text(this.model.get("label")),this.$(".tcb-condition-delete-text-global, .tcb-condition-notice-title.global").toggle(e),this.$(".tcb-condition-delete-text-regular, .tcb-condition-notice-title.regular").toggle(!e)},closeDeleteOverlay(){this.$(".tcb-condition-delete-overlay").addClass("hidden")},deleteSet(){this.model.destroy({success:()=>TVE.page_message("Condition set deleted"),error:()=>TVE.page_message("Condition set delete failed.",!0)})},openEditWarning(){this.toggleTooltip(!0),this.$(".tcb-condition-global-edit-warning").removeClass("hidden")},closeEditWarning(){this.$(".tcb-condition-global-edit-warning").addClass("hidden")},editSet(){this.closeEditWarning(),n={rules:JSON.parse(JSON.stringify(this.model.get("rules"))),label:this.model.get("label")},this.toggleEditOverlay(!0)},cancelEditing(){this.toggleEditOverlay(!1),this.model.get("rules").reset(n.rules),this.model.set("label",n.label)},onLabelChange(){this.$(".tcb-condition-label").html(this.model.get("label")),this.$(".tcb-condition-label-edit-mode").removeClass("tcb-condition-label-edit-mode")},saveGlobalEdit(){this.model.customValidate()&&(this.$(".tcb-condition-rename").is(":visible")&&this.model.set("label",this.$(".tcb-condition-label input").val().trim()),this.model.save({is_global_save:1},{wait:!0,success:(e,t)=>{this.model.unset(t),this.model.unset("is_global_save"),this.$(".tcb-condition-set-button").removeClass("disabled"),this.toggleEditOverlay(!1),TVE.page_message("Condition set saved")},error:(e,t)=>{this.cancelEditing(),TVE.page_message(t.responseJSON.message,!0)}}))},toggleEditOverlay(e){this.$el.toggleClass("tcb-global-set",!e),this.$(".tcb-condition-set-button").toggleClass("disabled",e),this.$(".tcb-condition-global-during-edit").toggleClass("hidden",!e)},appendRule(e){const t=new i({model:e,index:this.model.get("rules").length-1});this.$ruleContainer.append(t.$el),this.updateSetUI()},showRename(e,t){const s=TVE.$(t).siblings(".tcb-condition-label"),i=s.parent(".tcb-condition-set-label");0===s.find("input").length&&s.html('<input class="keydown blur" data-fn="renameSet" value="'+this.model.get("label")+'">').find("input").focus(),i.addClass("tcb-condition-label-edit-mode")},renameSet(e){if("keydown"===e.type&&(c=27===e.keyCode,13!==e.keyCode))return void(27===e.keyCode&&this.onLabelChange());if(c)return c=!1,void this.onLabelChange();const t=this.$("input").val().trim();t!==this.model.get("label")&&t&&0!==t.length?this.model.set("label",t):this.onLabelChange()},openSetTooltip(){const e=this.$(a.SET_TOOLTIP_CONTAINER_CLASS),t=this.model.has("ID");e.find(".tcb-condition-option-unlink, .tcb-condition-option-edit").toggle(t),e.find(".tcb-condition-option-delete .tcb-delete-text").text(`Delete${t?" global":""} condition set`),this.toggleTooltip(e.is(":visible"))},toggleTooltip(e){this.$(a.SET_TOOLTIP_CONTAINER_CLASS).toggleClass("hidden",e)},saveGlobalSet(){if(!this.model.customValidate())return;const e=()=>this.model.unset("is_global_save");this.toggleTooltip(!0),this.$el.addClass("tcb-global-set"),this.model.save({is_global_save:1},{wait:!0,success:(t,s)=>{this.model.set("ID",s),this.model.unset(s),this.$el.find(".tcb-condition-option-save").hide(),TVE.page_message("Condition set saved"),e()},error:(t,s)=>{this.$el.find(".tcb-condition-set-global-icon").css("display","none !important"),TVE.page_message(s.responseJSON.message,!0),this.$el.removeClass("tcb-global-set"),e()}})},unlinkGlobalSet(){this.toggleTooltip(!0),this.$el.find(".tcb-condition-option-save").show(),this.model.unset("ID"),TVE.page_message("Condition set unlinked successfully")},onIdChange(){this.$el.toggleClass("tcb-global-set",this.model.has("ID"))}})},34459:(e,t,s)=>{const i=s(7757);e.exports={addGradientHTML(e,t){const s=i(t)[0],a=TVE.state_manager.get_state()||"default",l=`tcb-gradient-${a}-${TVE.ActiveElement.attr("data-css")}`,o=s.type.includes("linear")?"linearGradient":"radialGradient",c=this.getOrientationSettings(parseInt(s.orientation)),n=e.find("defs"),r=n.length>0,d=n.find(`#${l}`).length>0;let h=`<${o} id="${l}">`;return s.colorStops.forEach(e=>{h+=this.getStopTag(e)}),h+=`</${o}>`,r?d?n.find(`#${l}`).replaceWith(h):n.prepend(h):e.prepend(`<defs>${h}</defs>`),e.find(o).attr(c),e.tcbCss(`--tcb-gradient-${a}-value`,`url(#${l})`),e.html(e.html()),e},removeGradient(e){e.find("path").attr("fill","")},getOrientationSettings(e){const t=e*(Math.PI/180),s=Math.sin(t),i=-Math.cos(t),a=-s,l=-i;return{x1:s.toFixed(2),y1:i.toFixed(2),x2:a.toFixed(2),y2:l.toFixed(2)}},getStopTag(e){const t=e.css_variable?e.css_variable:e.value.toString();return`<stop offset="${e.length.value/2}${e.length.type}" stop-color="${t}"></stop>`},hasGradient:e=>e.data("data-gradient"),toggleGradient(e,t,s=!0){s?e.data("data-gradient",t):e.removeData("data-gradient")}}},34488:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const i=s(13828),l="thrv_wrapper thrv_widget_menu tve-custom-menu-upgrade tve-mobile-dropdown",o="tcb-mega-drop-inner",c="tve_editable",n="tcb-logo-split";function r(){return TVE.inner.window.TCB_Front.menu}function d(){return TVE.CSS_Rule_Cache.generate_id("",36)}function h(e){const t=(e=e.closest("li").children("a")).find(".tcb-mm-text");return t.length?t:e}const p=Backbone.Model.extend({defaults:()=>({config:{menu_id:"custom",dropdown_icon:"style_1",mobile_icon:"style_1",dir:"tve_horizontal",icon:{top:"",sub:""},layout:{default:"grid"}},tree:[]}),reset(){return this.clear({silent:!0}),this.set(this.defaults(),{silent:!0}),this},fillMissing(){const e=this.get("config");let t=!1;return e.uuid||(e.uuid=TVE.CSS_Rule_Cache.generate_id("m-"),t=!0),e.layout||(e.layout={default:"grid"},t=!0),t}},{defaultItems(e="regular"){const t=[{label:"Nav #1",id:1},{label:"Nav #2",id:2},{label:"Nav #3",id:3},{label:"Nav #4",id:4}];if("regular"===e)t[1].children=[{label:"Sub-nav #1",id:5},{label:"Sub-nav #2",id:6}];else{let e=5;t[1].children=_.map([1,2,3,4],function(t){return{label:`Main ${t}`,id:e++,children:[{label:"Item 1",id:e++},{label:"Item 2",id:e++},{label:"Item 3",id:e++},{label:"Item 4",id:e++}]}})}return t}}),g=Backbone.View.extend({template:TVE.tpl("elements/menu"),iconTemplate:TVE.tpl("elements/menu-item-icon"),getIconHTML(e){return e?this.iconTemplate().replace(/_ID_/g,e):""},_setElement(e){const t=TVE.inner_$(e);!t.is(".thrv_widget_menu")&&t.closest(".tve-ham-wrap").length>0&&(e=t.closest(".thrv_widget_menu")[0]),this.$el=TVE.inner_$(e),this.el=this.$el[0]},_ensureElement(){return this.model=new p,Backbone.View.prototype._ensureElement.apply(this,arguments)},setElement(){return Backbone.View.prototype.setElement.apply(this,arguments),this.$(".thrive-shortcode-config").length||this.$el.prepend('<div class="thrive-shortcode-config" style="display:none"></div>'),this._shortcodeAPI=i(this.$el,"widget_menu",!0),this.model.reset(),this.needsUpgrade=!1,this.isPlaceholder()||(this.model.set("config",this._shortcodeAPI.get()),this.model.set("tree",this.isCustom()?this._parse():[]),this.model.fillMissing()&&this._shortcodeAPI.save(this.model.get("config")),this.$(".thrive-shortcode-html").removeAttr("data-css")),this.$svg=this.$(".m-icons"),this.addDefaultIcon(),this},isCustom(){return"custom"===this.model.get("config").menu_id},getType(){return this.model.get("config").type||"regular"},getDir(){return this.model.get("config").dir||"tve_horizontal"},config(e,t){const s=this.model.get("config");return _.isObject(e)?(_.each(e,(e,t)=>{s[t]=e}),this._shortcodeAPI.save(s),this):void 0!==t?(s[e]=t,this._shortcodeAPI.save(s),this):e?s[e]:s},groupConfig(e,t,s,i="{ID}"){const a=this.model.get("config");if(a[e]=_.isEmpty(a[e])?{}:a[e],s.hasClass(TVE.Components.group.not_group_item_class)){const l=s.closest("li").attr("data-id");a[e][i.replace("{ID}",l)]=t}else a[e].default=t,s.each((t,s)=>{const l=s.closest("li").dataset.id;delete a[e][i.replace("{ID}",l)]});return this._shortcodeAPI.save(a),this},get(){return this.model.get.apply(this.model,arguments)},getTemplateId(){return parseInt(this.config("template"))},refresh(e=!1,t=!1){const s=jQuery.Deferred();let a=!1;return this.isHamburger()&&this.$(".tve-m-expanded").length>0&&(a=!0),r().customMenuSwitchIcon(),this.isCustom()?(this.render(t),s.resolve(this.$el)):TVE.ajax("custom_menu","post",this.model.get("config")).done(e=>{const i=TVE.inner_$(`<div>${e.response}</div>`),a=this.$el.find(".tve_w_menu");t&&a.length>0?(this.$el.find(".thrive-shortcode-config").replaceWith(i.find(".thrive-shortcode-config")),a.replaceWith(i.find(".tve_w_menu")),this.$el.find(".tve-custom-menu-type").removeClass("tve-custom-menu-type")):this.$el.html(e.response),s.resolve(this.$el)}),s.promise().done(()=>{this.$el.tcbHasClass("tcb-logo-split")&&!this.$el.find(".tcb-menu-logo-wrap").length&&this.toggleLogoSplit(!0),this._shortcodeAPI=i(this.$el,"widget_menu",!0),this.$el.prepend(this.$svg),this.refreshSelectors(e),r().ensureLogoSplit(this.$el),a&&r().toggleState(this.$el,!0)})},refreshSelectors(e=!1){e&&this.regenerateIds(!1);const s=this.model.get("config"),i=this.$(".tve_w_menu").attr("id",s.uuid).length,a=".thrv_widget_menu #"+s.uuid,l=s.unlinked||{};let n=!1,d=!1;d=this.$el.data("tve-frontend-init")?this.$el.hasClass("tve-dropdown"):this.$(".tve-m-trigger").is(":visible"),!TVE.CONST.custom_menu.use_positional_selectors&&i&&_.each(l,(e,t)=>{if(-1!==t.indexOf(":")){const e=this.$(".thrive-shortcode-html ul.tve_w_menu > li"+t);if(!e.length)return;const i=g.groupUnlinkedSelector(e);l[i]=l[t],delete l[t],s.icon&&s.icon[t]&&(s.icon[i]=s.icon[t],delete s.icon[t],e.find("> a .m-icon, > .m-icon").remove(),e.children("a").prepend(this.getIconHTML(s.icon[i]))),function(e,t){TVE.CSS_Rule_Cache.getRulesForSelector(new RegExp(`#${s.uuid}(.+?)li(\\.menu-item)?${e}`,"g")).forEach(s=>{TVE.CSS_Rule_Cache.copyCssRule(s,s.selectorText.replace(new RegExp(`li(\\.menu-item)?${e}`,"g"),`li.menu-item${t}`),!0)})}(t,i),n=!0,s.top_cls&&void 0!==s.top_cls[t]&&(s.top_cls[i]=s.top_cls[t],e.removeClass(Object.keys(TVE.Components.menu_item.controls.HoverEffect.model.config.options).join(" ")).addClass(s.top_cls[i]),delete s.top_cls[t])}}),this.$(`li.thrv_wrapper,.${c}`).removeClass(`thrv_wrapper ${c}`);let h="li, li ul";return d?this.$(`.${o} li > a`).removeClass("thrv_wrapper"):h="mega"===s.type?`li.lvl-0, li.lvl-1, .${o}, .${o} li > a, li.lvl-1 > .thrv_text_element, li.lvl-1 .tcb-mm-image, .tcb-menu-item-image`:"li, li ul, .tcb-menu-item-image",this.$(h).not(".tcb-menu-logo-wrap").removeClass(TVE.Components.group.not_group_item_class).each((e,i)=>{const n=TVE.inner_$(i),r=g.groupUnlinkedSelector(n);let h=a,p=!0;if(i.classList.add(c),i.classList.contains("tcb-mm-image"))h=this.getSelectorSpec("mega_image",s.uuid);else if(i.classList.contains("tcb-menu-item-image"))h=this.getSelectorSpec("menu_item_image",s.uuid);else if(i.classList.contains("thrv_text_element"))p=!1,h=this.getSelectorSpec("mega_desc",s.uuid);else if("UL"===i.tagName)h+=" ul";else if("A"===i.tagName)h=this.getSelectorSpec("a",s.uuid),"DIV"===i.parentNode.parentNode.parentNode.tagName?h+=" > ul > li > a":h+=" li li a";else if(i.classList.contains(o))h=`.tve-regular #${s.uuid} .${o}`;else{if("LI"!==i.tagName)throw new Error("unknown element!");"mega"===s.type&&!d&&i.classList.contains("lvl-1")?h=this.getSelectorSpec("mega_col",s.uuid):h+="LI"===i.parentNode.parentNode.tagName||i.parentNode.parentNode.classList.contains(o)?" li li":" > li"}if(void 0!==l[r]?("LI"!==i.tagName&&"A"!==i.tagName||(h+=".menu-item"),h+=r):h+=p?g.groupSelectorSuffix():"",this.needsUpgrade&&"LI"===i.tagName&&i.id&&TVE.CONST.custom_menu.typography_old_prefix.trim()){const e=TVE.CONST.custom_menu.typography_old_prefix.trim()+"(\\s)(.+?)",a=new RegExp(e+"(#"+i.id+"|#"+s.uuid+")","g"),l=TVE.CSS_Rule_Cache.getCssForSelector(a);delete l["@imports"],t.each(l,(e,s)=>{t.each(s,(t,s)=>{TVE.write_css(t.replace(TVE.CONST.custom_menu.typography_old_prefix,"").trim(),s,[e]),TVE.head_css_remove(t,[e])})})}!0===l[r]&&n.addClass(TVE.Components.group.not_group_item_class),i.dataset.selector=h}),n&&(this.config("unlinked",l),this.config("top_cls",s.top_cls||{})),this.needsUpgrade=!1,this.$(`.${o} > ul > li`).data("tcb-elem-type",""),this.$(".thrv_text_element p").each(function(){this.dataset.selector=this.closest(".thrv_text_element").dataset.selector+" p"}),this.$(".tcb-logo").attr("data-selector",`.tcb-logo.${s.uuid}`).removeClassContaining(/m-(\w+)/).addClass(s.uuid),"tve_vertical"===this.getDir()&&(this.$el.addClass("tve-vertical-menu"),this.$el.removeClass("tcb-logo-split").find(".tcb-menu-logo-wrap").remove()),r().addMutationListener(this.$el),this},render(e=!1){var s;if(!this.isCustom())return this;const i=this.model.get("tree")||[];i.length||p.defaultItems(this.getType()).forEach(e=>i.push(e));const a=this.model.get("config"),l=TVE.Components.menu,c=this.getType(),n=this.$("ul.tve_w_menu").attr("data-iid"),d=TVE._.mapObject(this.gatherMenuDescriptions(),e=>TVE.CONST.custom_menu.mega_desc_tpl.replace("%s",e)),m=this.gatherMenuActions(),u=this.gatherMenuImages(),v=this.getResponsiveAttrs(),f=this.logo(),b=[];a.unlinked&&!_.isEmpty(a.unlinked)&&Object.entries(a.unlinked).forEach(e=>{let t="";if(e[1]){const s=this.$(e[0]).find(" > a")[0];s&&(t=this.getOrientation(s))}b[e[0]]=t});const w=this.$(".tve-m-trigger").html();if(this.$el.html(this.template({shortcode:this._shortcodeAPI,config:a,items:i,item_template:TVE.tpl("elements/menu-item"),trigger_icon:null!==(s=TVE.Elements.menu.components.menu.icons[a.mobile_icon])&&void 0!==s?s:_.first(Object.values(TVE.Elements.menu.components.menu.icons)),dropdown_icon:l.controls.DropdownIcon.getHtml(a.dropdown_icon),type:this.getType(),dir:this.getDir(),menuDescriptions:d,colorConfig:this.$(".thrive-colors-palette-config").html(),hamburgerExtraContent:{before:this.getHamburgerExtraContent("before"),after:this.getHamburgerExtraContent("after")},$triggerHtml:w,isMenuSwitch:e||w&&w.trim().length>0})),this.$("ul.tve_w_menu").attr("data-iid",n||this.$("li").length+1),a.icon){const e=this.iconTemplate();this.$("li").each((s,i)=>{let l="";const o=t(i),n=g.groupUnlinkedSelector(o),r=g.groupUnlinkedSelector(o.children("a").get(0));l=a.icon[r]?r:a.icon[n]?n:i.classList.contains("lvl-0")?"top":"mega"===c&&i.classList.contains("lvl-1")?"mega_main":"mega"===c&&i.classList.contains("lvl-2")?"mega_sub":"sub",l&&a.icon[l]&&h(o).prepend(e.replace(/_ID_/g,a.icon[l]))}),Object.entries(b).forEach(e=>{this.$(e[0]).addClass(`tcb--${e[1]}`)})}if(a.top_cls&&this.$("ul.tve_w_menu > li").each((e,t)=>{const s=g.groupUnlinkedSelector(t),i=a.top_cls[s]||a.top_cls.main||"";i&&t.classList.add(i)}),"mega"===this.getType()){const e=g.groupSelectorSuffix();_.each(a.layout,(t,s)=>{"masonry"===t&&("default"===s?this.$(`.${o}${e} > ul`).addClass("tcb-masonry"):this.$("li.menu-item-"+s.replace("drop-","")).find(`.${o} > ul`).addClass("tcb-masonry"))})}TVE._.mapObject(m,(e,t)=>{this.$(`li[data-id="${t}"] > a`).addClass("tve_evt_manager_listen tve_et_click").attr("data-tcb-events",e)});const y=a.img_settings||{};return _.isEmpty(y)&&_.isEmpty(u)||this.$("li").each((e,t)=>{const s=this.getPlacement(TVE.inner_$(t)),i=t.parentNode.dataset.id||t.dataset.id;(y[s]&&y[s].enabled||u[i])&&this.renderImage(t,u[i],y[s])}),this.$("li").each((e,t)=>{this.setResponsiveAttrs(t,v)}),f.length&&(this.$("ul.tve_w_menu").append(g.getLogoWrapper(f)),r().positionLogo(this.$el)),this},_parse(){let e=0;const t=this;function s(i){const a=i.querySelector(":scope > a"),l=a.querySelector(":scope .tcb-mm-text"),c=a.querySelector(":scope .thrive-inline-shortcode"),n=i.querySelector(`:scope > ul, :scope .${o} > ul`),r=l?l.textContent.trim():a.textContent.trim();let d="";if(c){const e=l?l.querySelector(".tve-disabled-text-inner"):a.querySelector(".tve-disabled-text-inner"),t=e.querySelector(".fr-element");d=t?t.innerHTML:e.innerHTML}const h=i.querySelector(".tcb-mega-drop-inner")?parseInt(i.querySelector(".tcb-mega-drop-inner").getAttribute("data-cols-number")):4,p={id:parseInt(i.dataset.id||++e),label:r,href:a.getAttribute("href"),target:a.getAttribute("target"),rel:a.getAttribute("rel"),"jump-animation":a.getAttribute("jump-animation"),"data-shortcode-id":a.getAttribute("data-shortcode-id"),"data-dynamic-link":a.getAttribute("data-dynamic-link"),"data-cols-number":h,old_id:i.id,shortcode:d,display_classes:[...i.classList].filter(e=>e.includes("tcb-menu-display")).join(" ")};return i.dataset.id||(t.needsUpgrade=!0,i.dataset.id=p.id,i.classList.toggle("menu-item-"+p.id)),n&&n.hasChildNodes()&&(p.children=[],n.querySelectorAll(":scope > li:not(.tcb-mega-empty)").forEach(e=>p.children.push(s(e)))),p}const i=this.$(".thrive-shortcode-html"),a=[];return i.find("ul.tve_w_menu>li:not(.tcb-menu-logo-wrap)").each(function(){a.push(s(this))}),a},isPlaceholder(){return this.el&&this.el.classList.contains("tcb-elem-placeholder")},applyTemplate(e){const s=t.Deferred(),a=t.Deferred(),o=this.prepareSave(),c={uuid:TVE.CSS_Rule_Cache.generate_id("m-"),template:e.id,template_name:e.name};let n,d,h=TVE.inner_$(),p="";if(e.local)e.config.icon=e.config.icon||this.model.defaults().config.icon,Object.assign(c,e.config,{unlinked:{}}),n={class:[l,e.class,"mega"===o.type?"tcb-mega-std":""].filter(e=>e).join(" "),"data-tve-switch-icon":"tablet,mobile"},s.resolve();else{const a={};let l=TVE.inner_$(e.content);l.hasClass("tcb-clear")&&(l=l.children(".thrv_widget_menu")),h=l.find("svg.m-icons");const o=l.find(".thrive-colors-palette-config");o.length&&(p=o[0].outerHTML);const r=i(l,"widget_menu",!0).get();n={class:l.attr("class"),"data-tve-switch-icon":l.data("tve-switch-icon")||"tablet,mobile","data-css":l.attr("data-css")},l.empty().removeAttr("tcb-template-name").removeAttr("tcb-template-id"),c.unlinked=r.unlinked,c.logo=!!r.logo&&r.logo,c.dropdown_icon=r.dropdown_icon,c.mobile_icon=r.mobile_icon,c.icon=r.icon||this.model.defaults().config.icon,c.top_cls=r.top_cls||{},c.dir=r.dir,a[r.uuid]=c.uuid;let d=e.head_css;t.each(a,function(e,t){d=d.replace(new RegExp("("+e+")","g"),t)}),TVE.Editor_Page.content_manager.insert_head_css(d).done(()=>s.resolve())}for(this.el.dataset.css&&(d=TVE.CSS_Rule_Cache.getCssForSelector(new RegExp('^\\[data-css="'+this.el.dataset.css+'"\\]$'),!1));this.el.attributes.length>0;)this.el.removeAttribute(this.el.attributes[0].name);return this.$svg.remove(),h&&h.length&&this.$el.prepend(h),this.$svg=h,this.$el.removeData().attr(n),TVE.drag.bindDraggable(this.$el),!!o.logo!=!!c.logo&&this.toggleLogoSplit(!!c.logo),o.img_settings&&(o.img_settings={}),Object.assign(o,c),s.done(()=>{d&&_.each(d,(e,t)=>{"@imports"!==t&&this.$el.head_css(_.pick(e,g.reapplyAfterTemplate),t)})}),s.done(()=>this.refresh(!0).done(()=>{TVE.head_css_remove(n["data-css"],null,!0),TVE.CONST.custom_menu.use_positional_selectors||e.local||TVE.ajax("save_menu_item_style","post",{template_id:e.id,template_name:e.name,styles:JSON.stringify(this.getItemStyles())}).done(e=>{TVE.do_action("tcb.menu_item_templates",e.templates)}),r().zIndexOrder(),p&&p.length&&this.$el.prepend(p),TVE.do_action("tcb_after_cloud_template",this.$el,"menu"),TVE.do_action("tcb_after_cloud_template_menu",this.$el),TVE.Editor_Page.focus_element(this.$el),a.resolve()})),a.promise()},regenerateIds(e=!1){const t=this.model.get("config"),s={},i=TVE.CSS_Rule_Cache.generate_id("m-");if(this.el.dataset.css&&(s[this.el.dataset.css]=TVE.CSS_Rule_Cache.uniq_id(this.el,!0)),s[t.uuid]=i,t.uuid=i,_.each(s,(e,t)=>{TVE.head_css_copy(t,e)}),t.icon){const e={};_.each(t.icon,(s,i)=>{const a=!!e[s];if(s){const l=a?e[s]:d();t.icon[i]=l,this.$('.m-icon[data-icon="'+s+'"]').attr("data-icon",l).find("use").attr("xlink:href","#"+l),a||(e[s]=l,this.$("symbol#"+s).attr("id",l))}})}this._shortcodeAPI.save(t),this.$(".tcb-logo").removeClassContaining(/m-(\w+)/).addClass(t.uuid),e&&this.refreshSelectors(!1)},changeSource(e){const t=this.$el.children(".thrive-colors-palette-config"),s=this.config("menu_id"),i=g.defaultTemplates[0].key;return this.config("menu_id",e),this.config("layout",{default:this.config("layout").default}),this.config("logo",this.getLogoShortcode()),this.refresh(!1,!0).done(()=>{"custom"===s&&this.$el.addClass("tve-menu-template-"+i),this.resetMenuItems(),t.length&&!this.$el.children(".thrive-colors-palette-config").length&&this.$el.prepend(t)})},ensureSvgIcons(){return this.$svg=this.$("svg.m-icons"),this.$svg.length||(this.$svg=TVE.inner_$('<svg class="m-icons" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg"></svg>').prependTo(this.$el)),this.$svg.find(".tcb-default-icon")||this.addDefaultIcon(),this},getHamburgerExtraContent(e,t=!1){let s="";const i=this.$(".tve-ham-wrap");if(i.length){let a="before"===e;Array.from(i.children()).forEach(t=>{t.classList.contains("tve_w_menu")?a="after"===e:a&&(s+=t.outerHTML)}),t&&(s=TVE.Editor_Page.content_manager.get_clean_content({},TVE.inner_$(`<div>${s}</div>`)))}return s},addSvgIcon(e,s,i){const a=this.model.get("config"),l="> a > .m-icon, > .m-icon, > .tcb-mm-text .m-icon, > a > .tcb-mm-text .m-icon";let c=s.is("a"),n=c&&s.closest("ul").parent().is(`.${o}`),r=!1,p=d();void 0===a.icon&&(a.icon=this.model.defaults().config.icon),this.ensureSvgIcons();let m=this.$svg.find("."+e);i&&i.length||(i=t("#main-icons #"+e).clone()),m.length?p=m.attr("id"):(this.$svg.append(m=i),m.attr({id:p,class:e}));const u=this.getIconHTML(p);if("mega"===a.type&&this.isHamburger()&&s.find(l).length===s.length){const e=s.filter(".edit_mode");e.hasClass("lvl-1")&&(s=s.filter(".lvl-1"),c=!0,n=!0),e.hasClass("lvl-2")&&(s=s.filter(".lvl-2"),c=!0,n=!1)}s.each((e,s)=>{const i=t(s);i.find(l).remove(),h(i).prepend(u);const o=g.groupUnlinkedSelector(i);a.unlinked&&(!0===a.unlinked[o]?(a.icon[o]=p,r=!0):delete a.icon[o])}),r||(c?a.icon[n?"mega_main":"mega_sub"]=p:"LI"===s.parent().parent()[0].tagName?a.icon.sub=p:a.icon.top=p),this.$svg[0].innerHTML+="",this.$svg.find("symbol").removeAttr("width height"),this._shortcodeAPI.save(a),this.cleanup()},removeIcon(e){const s=this.model.get("config");let i=!1;if(e.each((e,a)=>{const l=t(a),o=g.groupUnlinkedSelector(l);l.find("> a .m-icon, > .m-icon, > .tcb-mm-text .m-icon").remove(),s.icon[o]&&delete s.icon[o],s.unlinked&&s.unlinked[o]&&(i=!0)}),!i){const t=e.is("a"),i=t&&e.closest("ul").parent().is(`.${o}`);t&&(s.icon[i?"mega_main":"mega_sub"]=""),"LI"===e.parent().parent()[0].tagName?s.icon.sub="":s.icon.top=""}this._shortcodeAPI.save(s),this.cleanup()},cleanup(){this.$svg.length&&this.$svg.children().each((e,t)=>{0===this.$('[data-icon="'+t.id+'"]').length&&t.parentNode.removeChild(t)})},getIconName(e){const t=this.$svg.find("#"+e).attr("class");return t?t.replace("icon-",""):""},addDefaultIcon(){this.$svg&&this.$svg.length&&!this.$svg.find(".tcb-default-icon").length&&this.$svg.append(TVE.inner.window.TCB_Front.icons.get("star")).find("svg:last").addClass("tcb-default-icon icon-star-solid")},groupElementUnlocked(e){const t=this.model.get("config"),s=g.groupUnlinkedSelector(e.activeElement),i=e.activeElement.attr("data-selector");if(t.unlinked=t.unlinked||{},Array.isArray(t.unlinked)&&(t.unlinked={}),t.unlinked[s]=!0,this._shortcodeAPI.save(t),-1===i.indexOf(s)){let t=i.replace(g.groupSelectorSuffix(),"");(e.activeElement.is("li")||e.activeElement.is("a"))&&(t+=".menu-item"),t+=s,e.activeElement.attr("data-selector",t),TVE.head_css_copy(i,t),TVE.do_action("tcb.menu.after_unlink",i,t,e.mainElement)}},groupElementLocked(e){const t=this.model.get("config"),s=g.groupUnlinkedSelector(e.activeElement);t.unlinked&&t.unlinked[s]&&(t.icon&&t.icon[s]||TVE.hasHeadCss(e.activeElement.attr("data-selector"))?t.unlinked[s]=!1:(delete t.unlinked[s],e.activeElement[0].dataset.selector=e.activeElement[0].dataset.selector.replace(s,"").replace(".menu-item","")+g.groupSelectorSuffix()),this._shortcodeAPI.save(t))},isHamburger(){return!this.$el.hasClass("tve-regular")},getItemStyle(e){let t=(e=e.jquery?e[0]:e).dataset.selector;if(!t&&e.classList.contains("tcb-menu-logo-wrap"))try{t=e.children[0].dataset.selector}catch(s){console.warn("Current menu item:",e),t="#not-a-selector"}function s(e){return g.itemStylesIgnore.forEach(t=>delete e[t]),e}const i=TVE.CSS_Rule_Cache.getCssForSelector(g.partialSelectorRegex(t));return delete i["@imports"],_.each(i,(e,t)=>{i[t]=[],_.each(e,(a,l)=>{let o="li"+l.split("> li").pop();o=o.split(" "),o.shift();const c={css:s(a),suffix:o.length?" "+o.join(" "):""};l.includes(":hover")?c.suffix=":hover"+c.suffix:l.includes("tve-state-hover")?c.suffix=".tve-state-hover"+c.suffix:l.includes("tve-state-active")?c.suffix=".tve-state-active"+c.suffix:l.includes("tve-state-expanded")&&(c.suffix=".tve-state-expanded"+c.suffix),i[t].push(c),delete e[l]})}),i.computed={color:TVE.inner.window.getComputedStyle(e).color},i.cls=(e.className.match(/c-(\S+)/g)||[""]).join(" "),i},applyItemTemplate(e,t){const s=s=>{let i=s.dataset.selector;TVE.CSS_Rule_Cache.getRulesForSelector(g.partialSelectorRegex(i)).forEach(e=>{for(let t=e.style.length-1;t>=0;t--)-1===g.itemStylesIgnore.indexOf(e.style.item(t))&&e.style.removeProperty(e.style.item(t))}),t&&(i=TVE.apply_filters("tcb_head_css_prefix","",e,{})+i,_.each(TVE.main.responsive,e=>{t[e.media].forEach(t=>{TVE.write_css(i+t.suffix,t.css,[e.media])})}))};e.jquery?e.each((e,t)=>{s(t)}):(s(e),e=TVE.inner_$(e)),TVE.do_action("tcb.border_update.menu_item",e.first()),TVE.Editor_Page.reposition_icons()},getItemStyles(){const e=[],s=this.config("unlinked");let i=1,a=!1;return this.$(".thrive-shortcode-html ul.tve_w_menu > li").each((l,o)=>{if(s&&void 0!==s[g.groupUnlinkedSelector(o)])return e.push({name:"Style "+i++,css:this.getItemStyle(t(o))}),!0;a||(a={name:"Default",css:this.getItemStyle(t(o))})}),a&&e.unshift(a),e},saveConfig(e){this._shortcodeAPI.save(e)},gatherMenuDescriptions(){const e={};return this.$(".thrv_text_element").each((s,i)=>{const a=t(i),l=a.find(".fr-element");e[i.parentNode.dataset.id]=(l.length?l:a).html()}),e},gatherMenuActions(){const e={};return this.$("[data-tcb-events]").each((t,s)=>{const i=("A"===s.tagName?s.parentNode:s).dataset.id;e[i]=s.dataset.tcbEvents}),e},prepareSave(){const e=this.config(),t=this.$el.find(".thrive-shortcode-html").length;let s=!!e.mega_desc||!!e.actions||e.images;const i=this.logo();return i.length&&(this.$(".tcb-hamburger-logo").remove(),this.$(".thrive-shortcode-html").prepend(g.getLogoWrapper(i,"hamburger")),this.$(".tcb-menu-logo-wrap").empty().append(i.clone())),this.isCustom()?e.mega_desc={}:(e.mega_desc=TVE.Base64.encode(JSON.stringify(this.gatherMenuDescriptions())),e.images=this.gatherMenuImages(),e.logo=this.getLogoShortcode(),s=!0),e.responsive_attributes=this.getResponsiveAttrs(),e.actions=this.gatherMenuActions(),s&&t&&this.saveConfig(e),e},getSelectorSpec(e,t=this.model.get("config").uuid){switch(e){case"mega_col":return`.tve-regular #${t} li.lvl-1`;case"mega_desc":return`#${t} .tcb-mega-drop .thrv_text_element`;case"a":return`.tve-regular #${t} .${o}`;case"mega_image":return`#${t} .tcb-mm-image`;case"menu_item_image":return`#${t} .tcb-menu-item-image`}},toggleImage(e,t){const s=this.$el.data("saved-images")||{};if(!e.hasClass(TVE.Components.group.not_group_item_class)){const s=this.getPlacement(e);this.setImageSettings("enabled",t,s)}if(!t)return e.removeClass("tcb-mm-container").removeClassContaining(/tcb--\w+/g).find(".tcb-mm-image").remove(),void e.removeClass("tcb-menu-item-container").removeClassContaining(/tcb--\w+/g).find(".tcb-menu-item-image").remove();const i=_.extend({o:"row"},this.model.get("config").img_settings);e.each((e,t)=>{const a=TVE.inner_$(t),l=t.parentNode.dataset.id||t.dataset.id;"regular"===this.model.get("config").type?a.find("> .tcb-menu-item-image,> a > .tcb-menu-item-image").length||this.renderImage(a,s[l],i):a.find("> .tcb-mm-image, > .tcb-menu-item-image,> a > .tcb-mm-image,> a > .tcb-menu-item-image").length||(!a.hasClass("lvl-1")&&!a.parent().hasClass("lvl-1")||a.find(".tcb-mm-text").length||this.$el.hasClass("tve-dropdown")||a.html('<span class="tcb-mm-text">'+a.html()+"</span>"),this.renderImage(a,s[l],i))})},renderImage(e,t,s=this.model.get("config").img_settings){e=TVE.inner_$(e).closest("li"),t||(t=_.extend({},s||{},{placeholder:!0}));const i=this.model.get("config").type,a="mega"===i&&e.hasClass("lvl-1")?TVE.CONST.custom_menu.mega_image_tpl:TVE.CONST.custom_menu.menu_item_image_tpl,l=t.placeholder?TVE.tpl("elements/menu-image-placeholder")():a,o="mega"===i&&e.hasClass("lvl-1")?"mega_image":"menu_item_image",c="mega"===i&&e.hasClass("lvl-1")?"tcb-mm-container":"tcb-menu-item-container",n="mega"===i&&e.hasClass("lvl-1")?"tcb-mm-image":"tcb-menu-item-image",r=t.cf?"data-c-f-id":"data-d-f",d=t.d?`${r}="${t.d}"`:"",h=TVE.inner_$(l.replace("{ITEM_TYPE_CLS}",n).replace("{ITEM_ID}",e.attr("data-id")).replace("{IMG}",t.i||"").replace("{CLS}","").replace("{DYNAMIC_ATTR}",d));t.cf?h.addClass("tcb-custom-field-source"):d&&h.addClass("tcb-dynamic-field-source"),h.attr("data-selector",this.getSelectorSpec(o)+g.groupSelectorSuffix()),e.children("a").prepend(h).addClass(`${c} tcb--${t.o||"row"}`)},gatherMenuImages(){const e={},t=this,s=t.isCustom();return this.$(".lvl-1 > a .tcb-mm-image:not(.tcb-elem-placeholder)").each(function(){const i=this.closest("li.lvl-1").dataset.id,a=t.getOrientation(this),l=TVE.inner.window.getComputedStyle(this);let o=l.backgroundImage;this.dataset.cFId&&!s&&(o=l.getPropertyValue("--tcb-background-custom-field").replaceAll("var$","var")),e[i]={i:o,o:a,d:this.dataset.dF||this.dataset.cFId||"",cf:this.dataset.cFId?1:0,cfVariable:l.getPropertyValue("--tcb-background-custom-field")||"",cfAttr:this.dataset.cFId?{id:this.dataset.id,"placeholder-el":this.dataset.placeholderEl,"placeholder-src":this.dataset.placeholderSrc}:{}}}),this.$("a .tcb-menu-item-image:not(.tcb-elem-placeholder)").each(function(){const i=this.closest("li.menu-item").dataset.id,a=t.getOrientation(this),l=TVE.inner.window.getComputedStyle(this);let o=l.backgroundImage;this.dataset.cFId&&!s&&(o=l.getPropertyValue("--tcb-background-custom-field").replaceAll("var$","var")),e[i]={i:o,o:a,d:this.dataset.dF||this.dataset.cFId||"",cf:this.dataset.cFId?1:0,cfVariable:l.getPropertyValue("--tcb-background-custom-field")||"",cfAttr:this.dataset.cFId?{id:this.dataset.id||"","placeholder-el":this.dataset.placeholderEl||"","placeholder-src":this.dataset.placeholderSrc||""}:{}}}),e},setImageSettings(e,t,s){const i=this.config("img_settings")||{};return i[s]=a(a({},i[s]),{},{[e]:t}),this.config("img_settings",i),i},toggleLogoSplit(e){const t=this.logo();if(this.$(".tcb-hamburger-logo, .tcb-menu-logo-wrap").remove(),this.$el.toggleClass(n,e),!e)return t.length&&this.$el.data("tcb-logo",t),this.config("logo",!1),r().handleLogoOverflow(this.$el),this;let s=this.$el.data("tcb-logo");s&&s.length||(s=TVE.inner_$(TVE.main.static_element("logo").html()));const i=String(this.config("uuid")),a=this.$el.height();s.attr("data-selector",".tcb-logo."+i).removeClassContaining(/m-(\w+)/).addClass(i),this.$("ul.tve_w_menu").append(g.getLogoWrapper(s));const l=s.find("img").css("width","100%");let o=l.attr("width");const c=l.attr("height");return o=Math.min(1,(a+60)/c)*o,s.head_css({width:isNaN(o)?"":`${o}px !important`,$savedLogo:s}),r().positionLogo(this.$el),r().ensureLogoSplit(this.$el),r().addMutationListener(this.$el),this.config("logo",this.getLogoShortcode()),this},hasLogoSplit(){return this.$el.hasClass(n)},logo(){return this.$(".tcb-logo").filter((e,t)=>0===TVE.inner_$(t).closest(".tve-ham-wrap").length).first()},getLogoShortcode(){const e=this.logo();let t=!1;return e.length&&(t=TVE.Components.logo.contentAPI.saveLogo(e.parent().clone()).pop()),t||!1},getUnlockedSelector(e=TVE.ActiveElement){const t=g.groupUnlinkedSelector(e),s=e.attr("data-selector");let i;return s.includes(t)?i=s:(i=s.replace(g.groupSelectorSuffix(),""),e.is("li,a")&&(i+=".menu-item"),i+=t),i},toggleMenuText(e,t){const s=e.hasClass(TVE.Components.group.not_group_item_class)?`.${TVE.Components.group.not_group_item_class}`:g.groupSelectorSuffix();e.parent().parent().is("li")?e.find(`${s} .tve-disabled-text-inner`).toggleClass("tcb-permanently-hidden",t):e.parent().find(`.lvl-0${s} > a .tve-disabled-text-inner`).toggleClass("tcb-permanently-hidden",t)},toggleDeviceSettings(e,t){e.parent().is("li")&&e.parent().attr(`data-item-display-${TVE.main.device}`)&&e.parent().removeAttr(`data-item-display-${TVE.main.device}`),e.attr(`data-item-display-${TVE.main.device}`,t)},getResponsiveAttrs(){const e=this.model.get("config"),s={};return this.$("li").each((i,a)=>{let l=t(a);const o=this.getItemKey(e.unlinked,e.type,a);if(!this.isCustom()&&this.isHamburger()||"mega_main"!==o&&("mega"!==e.type||a.className.includes("lvl-0"))||(l=l.find(" > a").addBack(l)),o&&!s[o]){let e=l.attr("data-item-display-desktop")||"";const t=l.attr("data-item-display-tablet")||"",i=l.attr("data-item-display-mobile")||"";e||t||i||(this.addDefaultDeviceSettings(l),e=l.attr("data-item-display-desktop")||""),s[o]={desktop:e,tablet:t,mobile:i}}}),s},setResponsiveAttrs(e,s){let i=t(e);const a=this.model.get("config").type,l=this.getItemKey(s,a,e);l&&s[l]&&["desktop","tablet","mobile"].forEach(t=>{s[l][t]&&("mega"!==a||e.className.includes("lvl-0")||(i=i.find(" > a").addBack(i)),i.attr(`data-item-display-${t}`,s[l][t]))})},resetMenuItems(){this.$el.find(".menu-item").each((e,t)=>{this.toggleImage(TVE.inner_$(t),!1),this.removeIcon(TVE.inner_$(t))})},addDefaultDeviceSettings(e){const t=e.find("> a .m-icon, > .m-icon, > a .tcb-mm-text > .m-icon, > .tcb-mm-text > .m-icon"),s=e.find("> a .tcb-mm-text, > .tcb-mm-text, > a span.tve-disabled-text-inner, > span.tve-disabled-text-inner"),i=e.find("> a .tcb-menu-item-image, > .m-image,> a > .tcb-mm-image"),a=t.length>0&&t.is(":visible"),l=s.length>0&&s.is(":visible"),o=i.length>0&&i.is(":visible");let c;c=a?l?"icon-text":"icon":o?l?"image-text":"image":"text",e.attr("data-item-display-desktop",c)},getPlacement(e){let t="";const s=this.model.get("config").type,i=(e[0].className.match(/(lvl-[0-9]+)/)||[""])[0],a=this.isHamburger();return"lvl-0"===i?t="top":"mega"===s?(this.isCustom()&&i.includes("lvl-1")&&!a&&(e=e.find("> a")),t=e.is("a")&&e.closest("ul").parent().is(`.${o}`)?"mega_main":"mega_sub"):t="sub",t},getOrientation(e){const t=e.closest("a"),s=TVE.inner.window.getComputedStyle(t).flexDirection;let i="row";return s.includes("row")?i=t.className.includes("tcb--row-reverse")?"row-reverse":"row":s.includes("column")&&(i=t.className.includes("tcb--column-reverse")?"column-reverse":"column"),i},getItemKey(e,s,i){let a="";const l=t(i),o=l.children("a"),c=g.groupUnlinkedSelector(l),n=o.length?g.groupUnlinkedSelector(o.get(0)):"";return a=e&&e[n]?n:e&&e[c]?c:i.classList.contains("lvl-0")?"top":"mega"===s&&i.classList.contains("lvl-1")?"mega_main":"mega"===s&&i.classList.contains("lvl-2")?"mega_sub":"sub",a}},{defaultTemplates:[{key:"light-tmp-first",name:"Basic",thumb:"basic"}],groupUnlinkedSelector(e){let t="";if((e=e.jquery?e[0]:e).classList.contains("tcb-mm-image")||e.classList.contains("tcb-menu-item-image"))t="-img",e=e.closest("li");else if("A"===e.tagName)t="-a",e=e.parentNode;else if("UL"===e.tagName)e=e.parentNode,t="-ul";else if(e.classList.contains(o))e=e.parentNode.parentNode,t="-drop";else{if(TVE.CONST.custom_menu.use_positional_selectors&&e.parentNode.classList.contains("tve_w_menu")){const t=Array.prototype.slice.call(e.parentNode.children).indexOf(e);return t===e.parentNode.children.length-1?":last-child":0===t?":first-child":":nth-child("+(t+1)+")"}"LI"===e.tagName&&e.parentNode.parentNode.classList.contains(o)&&e.closest(".tve-regular")&&(t=".lvl-1")}return".menu-item-"+e.dataset.id+t},groupSelectorSuffix:()=>`:not(.${TVE.Components.group.not_group_item_class})`,partialSelectorRegex:e=>(e=e.replace(/([().[\]])/g,"\\$1"),new RegExp(e+"(\\s|\\.|:|$)","g")),itemStylesIgnore:["font-size","font-family","line-height","width","height","margin","margin-top","margin-bottom","margin-left","margin-right","padding","padding-top","padding-bottom","padding-left","padding-right"],reapplyAfterTemplate:["margin","margin-top","margin-right","margin-bottom","margin-left","z-index","float","position","top","right","bottom","left"],forElement:e=>new g({el:e.closest(".thrv_widget_menu")}),getLogoWrapper(e=null,s="regular"){const i="regular"===s?`<li class="tcb-menu-logo-wrap ${TVE.Components.group.not_group_item_class} tcb-selector-no_highlight menu-item--1" data-id="-1"></li>`:'<div class="tcb-hamburger-logo"></div>';return t(i).append(e)}});e.exports=g}(jQuery)},34597:(e,t,s)=>{e.exports=s(56164).extend({item_template:()=>TVE.tpl("controls/countdown/style-picker"),container_class:()=>"control-grid wrap",update(e){const t=e.attr("class").split(" ");let s=this.model.config.default;for(let e=0;e<t.length;e++)if("tve_countdown_"===t[e].substr(0,14)){s=t[e];break}this.$(".tve-select-item").removeClass("active").filter("[data-value="+s+"]").addClass("active"),this.model.selected_old=s,this.parent_control&&this.parent_control.set_value(this.getLabel(s))},input(e){e.removeClass(function(e,t){return(t.match(/(^|\s)tve_countdown_\S+/g)||[]).join(" ")}),e.addClass(this.model.selected),this.component.trigger_change_date()},cancel(e){e.removeClass(this.model.selected).addClass(this.model.selected_old),this.model.selected=this.model.selected_old,this.component.trigger_change_date()},apply(e){this.undo_manager_api(e,this.model)},undo_manager_api(e,t){const s=t.selected,i=t.selected_old;TVE.UndoManager.add({undo(){e.removeClass(s).addClass(i)},redo(){e.removeClass(i).addClass(s)}})},onOpen(e){this.update(e)}})},34875:(e,t,s)=>{e.exports=s(68284).extend({_render_to(e){const t=TVE.inner_$(".notifications-content-wrapper").attr("data-state");return e.html(TVE.t.notification_states[`notification_${t}_message`]),this}})},34877:(e,t,s)=>{const i=s(95255),a=s(40521);e.exports=i.extend({color_type:"dynamic",show_color_overlay:!0,colors_overlay_template:TVE.tpl("util/color-picker/dynamic-colors-overlay"),after_initialize(){this.enable_remove_color=!1,this.enable_edit_color=!1,this.overlay_edit=!1},render(e){"dynamic"===this.color_type&&(this.show_color_overlay=!0),this.$el.html(this.template({text:name,edit_property_label:TVE.t.Color,update_tip:this.update_label,undo_tip:TVE.t.global.cancel_update,edit_tip:this.edit_label,unlink_tip:this.unlink_label,enable_remove_color:this.enable_remove_color,enable_edit_color:this.enable_edit_color,enable_unlink:this.enable_unlink})),this.show_color_overlay&&(this.$el.append(this.colors_overlay_template({type:this.color_type,title:this.getColorMessage({type:this.color_type,message:"title"}),edit:this.overlay_edit})),this.tagTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("util/color-picker/overlay-dynamic-color-info-tooltip"),no_callback:!0,closeOnLeave:!0,tooltipElem:this.$(".sp-info-icon"),class:"overlay-info",validate:()=>!this.tagTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:2e3,"z-index":99}}),this.$el.show(),this.color_view.color_picker.disable_enable_choose_color(!0),this.$(".tcb-favorites-steps,#active_color_details").hide(),this.after_render(e))}})},35219:(e,t,s)=>{e.exports=s(68284).extend({setup_defaults(){this.data={value:2.5,max:5,style:"style1"}},get_html(e,t,s){e=void 0===e?this.data.value:e,t=void 0===t?this.data.max:t,s=void 0===s?this.data.style:s;let i="";const a=this.templates[s].viewbox||"-6 -6 70 70",l=Math.floor(e),o=Math.round(e-l);for(let e=1;e<=t;e++){let t="full";e>l&&e<=l+o?t="half":e>l+o&&(t="empty"),i+='<svg viewBox="'+a+'" class="">'+this.templates[s][t]+"</svg>"}return i},_render_to(e){return e.attr({"data-style":this.data.style,"data-max":this.data.max,"data-value":this.data.value}).html(this.get_html()),this},get_styles(){const e={};return _.each(this.templates,function(t,s){e[s]={label:TVE.ucFirst(s),html:this.get_html(2.5,5,s)}},this),e},templates:{style1:{empty:'<path class="sr-background" fill="transparent" d="M46.976,57.227c-0.422,0-0.834-0.104-1.228-0.312l-13.167-6.921c-0.663-0.349-1.409-0.533-2.158-0.533s-1.495,0.185-2.158,0.533L15.1,56.915c-0.393,0.208-0.807,0.312-1.229,0.312c-0.765,0-1.524-0.358-2.03-0.958c-0.501-0.595-0.703-1.353-0.569-2.134l2.515-14.661c0.258-1.505-0.241-3.039-1.334-4.105L1.8,24.985c-0.736-0.717-0.985-1.728-0.668-2.704c0.318-0.977,1.114-1.649,2.13-1.796l14.72-2.139c1.512-0.22,2.817-1.168,3.493-2.537L28.059,2.47C28.513,1.55,29.396,1,30.423,1c1.027,0,1.911,0.55,2.365,1.471l6.584,13.339c0.676,1.369,1.98,2.317,3.492,2.537l14.721,2.139c1.016,0.147,1.813,0.819,2.129,1.795c0.317,0.977,0.068,1.988-0.668,2.705L48.394,35.369c-1.092,1.065-1.59,2.6-1.334,4.105l2.516,14.661c0.134,0.781-0.068,1.539-0.569,2.134C48.5,56.869,47.743,57.227,46.976,57.227"/><path class="sr-outline" fill="#fbb040" d="M30.424,2c0.307,0,1.063,0.089,1.471,0.913l6.582,13.339c0.82,1.664,2.408,2.817,4.246,3.084l14.719,2.139c0.91,0.132,1.229,0.824,1.324,1.115c0.094,0.291,0.242,1.038-0.416,1.679L47.697,34.652c-1.328,1.295-1.934,3.16-1.621,4.99l2.516,14.662c0.105,0.622-0.131,1.061-0.35,1.318c-0.318,0.378-0.791,0.604-1.264,0.604c-0.26,0-0.518-0.066-0.764-0.197l-13.166-6.922c-0.807-0.422-1.715-0.646-2.625-0.646s-1.816,0.225-2.623,0.646l-13.166,6.922c-0.248,0.131-0.504,0.197-0.764,0.197c-0.473,0-0.947-0.226-1.266-0.604c-0.217-0.258-0.455-0.696-0.348-1.318l2.516-14.662c0.313-1.83-0.293-3.695-1.623-4.99L2.498,24.269c-0.656-0.641-0.508-1.388-0.414-1.679c0.096-0.291,0.414-0.983,1.322-1.115l14.721-2.139c1.838-0.267,3.424-1.42,4.246-3.084l6.582-13.339C29.363,2.089,30.117,2,30.424,2 M30.424,0c-1.297,0-2.594,0.676-3.262,2.027l-6.584,13.339c-0.529,1.074-1.553,1.819-2.738,1.99l-14.721,2.14c-2.984,0.434-4.176,4.101-2.016,6.205l10.65,10.383c0.859,0.836,1.25,2.04,1.047,3.221l-2.514,14.66c-0.404,2.352,1.465,4.262,3.584,4.262c0.561,0,1.137-0.134,1.695-0.426l13.166-6.923c0.529-0.278,1.111-0.417,1.691-0.417c0.582,0,1.164,0.139,1.693,0.417l13.166,6.923c0.559,0.293,1.135,0.426,1.695,0.426c2.119,0,3.986-1.91,3.584-4.262l-2.516-14.66c-0.201-1.181,0.189-2.385,1.047-3.221l10.652-10.383c2.158-2.104,0.967-5.771-2.016-6.205l-14.723-2.14c-1.184-0.171-2.209-0.916-2.738-1.99L33.688,2.027C33.02,0.676,31.723,0,30.424,0"/>',half:'<path class="sr-background" fill="transparent" d="M46.976,57.227c-0.422,0-0.834-0.104-1.228-0.312l-13.167-6.921c-0.663-0.349-1.409-0.533-2.158-0.533s-1.495,0.185-2.158,0.533L15.1,56.915c-0.393,0.208-0.807,0.312-1.229,0.312c-0.765,0-1.524-0.358-2.03-0.958c-0.501-0.595-0.703-1.353-0.569-2.134l2.515-14.661c0.258-1.505-0.241-3.039-1.334-4.105L1.8,24.985c-0.736-0.717-0.985-1.728-0.668-2.704c0.318-0.977,1.114-1.649,2.13-1.796l14.72-2.139c1.512-0.22,2.817-1.168,3.493-2.537L28.059,2.47C28.513,1.55,29.396,1,30.423,1c1.027,0,1.911,0.55,2.365,1.471l6.584,13.339c0.676,1.369,1.98,2.317,3.492,2.537l14.721,2.139c1.016,0.147,1.813,0.819,2.129,1.795c0.317,0.977,0.068,1.988-0.668,2.705L48.394,35.369c-1.092,1.065-1.59,2.6-1.334,4.105l2.516,14.661c0.134,0.781-0.068,1.539-0.569,2.134C48.5,56.869,47.743,57.227,46.976,57.227"/><path class="sr-fill" fill="#F0C419" d="M28.731,50.878l-13.166,6.923c-2.67,1.402-5.789-0.863-5.279-3.836l2.517-14.66c0.201-1.181-0.188-2.385-1.047-3.221L1.104,25.701c-2.16-2.104-0.968-5.771,2.016-6.205l14.721-2.139c1.186-0.172,2.209-0.917,2.74-1.991l6.582-13.339C27.829,0.676,29.126,0,30.423,0l0.002,50.461C29.843,50.46,29.261,50.6,28.731,50.878"/><path class="sr-outline" fill="#FBB040" d="M30.423,2c0.307,0,1.063,0.089,1.471,0.913l6.582,13.339c0.822,1.664,2.408,2.817,4.246,3.084l14.721,2.139c0.908,0.132,1.228,0.824,1.322,1.115c0.094,0.291,0.242,1.038-0.414,1.679L47.698,34.652c-1.33,1.295-1.936,3.16-1.623,4.99l2.517,14.662c0.106,0.622-0.131,1.061-0.349,1.318c-0.319,0.378-0.793,0.604-1.266,0.604c-0.26,0-0.516-0.066-0.764-0.197l-13.166-6.922c-0.807-0.422-1.713-0.646-2.625-0.646c-0.908,0-1.816,0.225-2.623,0.646l-13.166,6.922c-0.248,0.131-0.504,0.197-0.764,0.197c-0.473,0-0.947-0.226-1.264-0.604c-0.22-0.258-0.455-0.696-0.351-1.318l2.517-14.662c0.313-1.83-0.293-3.695-1.621-4.99L2.499,24.269c-0.658-0.641-0.51-1.388-0.416-1.679c0.096-0.291,0.414-0.983,1.322-1.115l14.721-2.139c1.838-0.267,3.424-1.42,4.246-3.084l6.582-13.339C29.362,2.089,30.118,2,30.423,2 M30.423,0c-1.297,0-2.594,0.676-3.262,2.027l-6.582,13.339c-0.531,1.074-1.555,1.819-2.74,1.99l-14.721,2.14c-2.984,0.434-4.174,4.101-2.016,6.205l10.651,10.383c0.856,0.836,1.248,2.04,1.045,3.221l-2.515,14.66c-0.403,2.352,1.466,4.262,3.584,4.262c0.562,0,1.138-0.134,1.695-0.426l13.166-6.923c0.529-0.278,1.109-0.417,1.691-0.417s1.164,0.139,1.693,0.417l13.166,6.923c0.559,0.293,1.135,0.426,1.694,0.426c2.119,0,3.988-1.91,3.584-4.262l-2.514-14.66c-0.203-1.181,0.188-2.385,1.045-3.221l10.651-10.383c2.16-2.104,0.97-5.771-2.016-6.205l-14.721-2.14c-1.186-0.171-2.211-0.916-2.738-1.99L33.683,2.027C33.019,0.676,31.722,0,30.423,0"/>',full:'<path class="sr-fill" fill="#F0C419" d="M46.976,57.227c-0.422,0-0.834-0.104-1.228-0.312l-13.167-6.921c-0.663-0.349-1.409-0.533-2.158-0.533s-1.495,0.185-2.158,0.533L15.1,56.915c-0.393,0.208-0.807,0.312-1.229,0.312c-0.765,0-1.524-0.358-2.03-0.958c-0.501-0.595-0.703-1.353-0.569-2.134l2.515-14.661c0.258-1.505-0.241-3.039-1.334-4.105L1.8,24.985c-0.736-0.717-0.985-1.728-0.668-2.704c0.318-0.977,1.114-1.649,2.13-1.796l14.72-2.139c1.512-0.22,2.817-1.168,3.493-2.537L28.059,2.47C28.513,1.55,29.396,1,30.423,1c1.027,0,1.911,0.55,2.365,1.471l6.584,13.339c0.676,1.369,1.98,2.317,3.492,2.537l14.721,2.139c1.016,0.147,1.813,0.819,2.129,1.795c0.317,0.977,0.068,1.988-0.668,2.705L48.394,35.369c-1.092,1.065-1.59,2.6-1.334,4.105l2.516,14.661c0.134,0.781-0.068,1.539-0.569,2.134C48.5,56.869,47.743,57.227,46.976,57.227"/><path class="sr-outline" fill="#FBB040" d="M30.423,2c0.306,0,1.063,0.089,1.469,0.913l6.584,13.339c0.821,1.664,2.407,2.817,4.244,3.084l14.721,2.139c0.91,0.132,1.228,0.824,1.322,1.115c0.096,0.291,0.243,1.038-0.414,1.679L47.697,34.652c-1.329,1.295-1.936,3.161-1.621,4.991l2.515,14.661c0.106,0.623-0.131,1.061-0.349,1.319c-0.318,0.378-0.791,0.604-1.266,0.604c-0.259,0-0.515-0.067-0.763-0.197l-13.166-6.922c-0.806-0.423-1.713-0.647-2.624-0.647c-0.911,0-1.818,0.224-2.624,0.647L14.633,56.03c-0.248,0.13-0.504,0.197-0.763,0.197c-0.474,0-0.948-0.226-1.266-0.604c-0.218-0.258-0.454-0.696-0.348-1.319l2.515-14.661c0.314-1.83-0.292-3.696-1.621-4.991L2.5,24.269c-0.659-0.641-0.51-1.388-0.415-1.679c0.095-0.291,0.413-0.983,1.322-1.115l14.721-2.139c1.837-0.267,3.423-1.42,4.245-3.084l6.583-13.339C29.361,2.089,30.118,2,30.423,2 M30.423,0c-1.297,0-2.595,0.676-3.262,2.027l-6.584,13.339c-0.53,1.074-1.554,1.819-2.739,1.99l-14.72,2.14c-2.984,0.434-4.175,4.101-2.016,6.205l10.652,10.383c0.857,0.836,1.248,2.04,1.045,3.221l-2.514,14.66c-0.403,2.351,1.465,4.262,3.585,4.262c0.559,0,1.136-0.134,1.694-0.426l13.166-6.923c0.53-0.278,1.111-0.417,1.693-0.417s1.163,0.139,1.693,0.417l13.166,6.923c0.558,0.293,1.135,0.426,1.693,0.426c2.121,0,3.988-1.911,3.586-4.262l-2.515-14.66c-0.202-1.181,0.188-2.385,1.045-3.221l10.652-10.383c2.159-2.104,0.968-5.771-2.017-6.205l-14.72-2.14c-1.185-0.171-2.21-0.916-2.739-1.99L33.687,2.027C33.019,0.676,31.72,0,30.423,0"/>'},style2:{viewbox:"-4 -4 60 60",empty:'<path class="sr-outline" fill="#D3DADF" d="M27.999,2.318l5.307,15.909c0.52,1.562,1.977,2.621,3.623,2.633l16.77,0.13l-13.49,9.962c-1.324,0.979-1.881,2.691-1.385,4.261l5.059,15.988L30.239,41.45c-0.658-0.471-1.432-0.719-2.24-0.719s-1.584,0.248-2.24,0.719l-13.643,9.751l5.059-15.988c0.496-1.569-0.061-3.282-1.385-4.261L2.3,20.99l16.77-0.13c1.646-0.012,3.104-1.071,3.623-2.633L27.999,2.318 M27.999,0c-0.738,0-1.477,0.422-1.758,1.266l-5.445,16.328c-0.25,0.751-0.951,1.26-1.742,1.266L1.843,18.993c-1.781,0.015-2.52,2.285-1.086,3.343l13.846,10.226c0.637,0.469,0.904,1.293,0.666,2.047l-5.193,16.412c-0.41,1.295,0.619,2.418,1.773,2.418c0.357,0,0.727-0.107,1.07-0.353l14.004-10.009c0.32-0.23,0.699-0.346,1.076-0.346s0.756,0.115,1.076,0.346l14.004,10.009c0.344,0.245,0.713,0.353,1.07,0.353c1.154,0,2.182-1.125,1.773-2.418l-5.193-16.412c-0.238-0.754,0.029-1.578,0.666-2.047l13.846-10.226c1.434-1.058,0.695-3.328-1.086-3.343L36.944,18.86c-0.791-0.006-1.492-0.515-1.742-1.266L29.757,1.266C29.476,0.422,28.737,0,27.999,0"/><path class="sr-background" fill="transparent" d="M17.178,35.213L12.12,51.202l13.644-9.752c0.656-0.47,1.432-0.719,2.239-0.719\tc0.809,0,1.583,0.249,2.24,0.719l13.644,9.752l-5.059-15.988c-0.497-1.57,0.06-3.282,1.384-4.262l13.49-9.961L36.933,20.86\tc-1.647-0.012-3.104-1.07-3.624-2.633L28.002,2.318l-5.306,15.909c-0.521,1.563-1.977,2.621-3.624,2.633L2.304,20.991l13.489,9.961\tC17.119,31.931,17.675,33.643,17.178,35.213z"/>',half:'<path class="sr-outline" fill="#D3DADF" d="M27.999,2.318l5.307,15.909c0.52,1.562,1.977,2.621,3.623,2.633l16.77,0.13l-13.49,9.962c-1.324,0.979-1.881,2.691-1.385,4.261l5.059,15.988L30.239,41.45c-0.658-0.471-1.432-0.719-2.24-0.719s-1.584,0.248-2.24,0.719l-13.643,9.751l5.059-15.988c0.496-1.569-0.061-3.282-1.385-4.261L2.3,20.99l16.77-0.13c1.646-0.012,3.104-1.071,3.623-2.633L27.999,2.318 M27.999,0c-0.738,0-1.477,0.422-1.758,1.266l-5.445,16.328c-0.25,0.751-0.951,1.26-1.742,1.266L1.843,18.993c-1.781,0.015-2.52,2.285-1.086,3.343l13.846,10.226c0.637,0.469,0.904,1.293,0.666,2.047l-5.193,16.412c-0.41,1.295,0.619,2.418,1.773,2.418c0.357,0,0.727-0.107,1.07-0.353l14.004-10.009c0.32-0.23,0.699-0.346,1.076-0.346s0.756,0.115,1.076,0.346l14.004,10.009c0.344,0.245,0.713,0.353,1.07,0.353c1.154,0,2.182-1.125,1.773-2.418l-5.193-16.412c-0.238-0.754,0.029-1.578,0.666-2.047l13.846-10.226c1.434-1.058,0.695-3.328-1.086-3.343L36.944,18.86c-0.791-0.006-1.492-0.515-1.742-1.266L29.757,1.266C29.476,0.422,28.737,0,27.999,0"/><path class="sr-background" fill="transparent" d="M17.178,35.213L12.12,51.202l13.644-9.752c0.656-0.47,1.432-0.719,2.239-0.719\tc0.809,0,1.583,0.249,2.24,0.719l13.644,9.752l-5.059-15.988c-0.497-1.57,0.06-3.282,1.384-4.262l13.49-9.961L36.933,20.86\tc-1.647-0.012-3.104-1.07-3.624-2.633L28.002,2.318l-5.306,15.909c-0.521,1.563-1.977,2.621-3.624,2.633L2.304,20.991l13.489,9.961\tC17.119,31.931,17.675,33.643,17.178,35.213z"/><path class="sr-fill" fill="#EFC319" d="M26.242,1.265l-5.445,16.329c-0.251,0.751-0.951,1.26-1.743,1.266L1.841,18.993c-1.78,0.015-2.518,2.285-1.086,3.343l13.846,10.225c0.638,0.471,0.905,1.293,0.666,2.049l-5.191,16.41c-0.537,1.697,1.395,3.102,2.844,2.066l14.002-10.009c0.32-0.229,0.694-0.343,1.069-0.345V0C27.255,0.003,26.522,0.424,26.242,1.265z"/>',full:'<path class="sr-fill" fill="#EFC319" d="M26.921,43.078L12.919,53.086c-1.449,1.035-3.381-0.369-2.844-2.066l5.191-16.41c0.239-0.756-0.028-1.578-0.666-2.049L0.755,22.336c-1.432-1.058-0.694-3.328,1.086-3.343l17.212-0.133c0.792-0.006,1.492-0.515,1.743-1.266l5.445-16.329c0.563-1.688,2.95-1.688,3.514,0l5.446,16.329c0.251,0.751,0.95,1.26,1.742,1.266l17.212,0.133c1.78,0.015,2.518,2.285,1.087,3.343L41.396,32.561c-0.638,0.471-0.904,1.293-0.666,2.049l5.191,16.41c0.538,1.697-1.396,3.102-2.843,2.066L29.076,43.078C28.431,42.617,27.566,42.617,26.921,43.078"/>'},style3:{viewbox:"-6 -6 80 80",empty:'<path class="def-shadow" fill="#B9C1C5" d="M14.874,40.174c0.101-0.583-0.094-1.178-0.518-1.591L0.544,25.12\tc-0.121-0.118-0.214-0.248-0.293-0.382c-0.308,0.541-0.339,1.225,0,1.798c-0.308,0.54-0.339,1.224,0,1.797\tc-0.38,0.667-0.344,1.559,0.293,2.18l13.696,13.35L14.874,40.174z"/><path class="def-shadow" fill="#B9C1C5" d="M50.038,61.079l-17.071-8.976c-0.524-0.275-1.149-0.275-1.674,0l-17.071,8.976\tc-0.98,0.514-2.079,0.027-2.478-0.858l-0.13,0.76c-0.065,0.378-0.008,0.73,0.13,1.038l-0.13,0.76\tc-0.065,0.377-0.008,0.73,0.13,1.037l-0.13,0.76c-0.252,1.469,1.289,2.589,2.608,1.896l17.071-8.976\tc0.524-0.275,1.149-0.275,1.674,0l17.071,8.976c1.318,0.693,2.86-0.427,2.608-1.896l-0.13-0.76c0.138-0.307,0.195-0.659,0.13-1.037\tl-0.13-0.761c0.138-0.307,0.195-0.659,0.13-1.037l-0.13-0.761C52.116,61.106,51.017,61.593,50.038,61.079z"/><path class="def-shadow" fill="#B9C1C5" d="M64.008,24.738c-0.079,0.134-0.172,0.264-0.293,0.382L49.903,38.583\tc-0.424,0.413-0.617,1.008-0.517,1.591l0.632,3.688l13.696-13.349c0.637-0.621,0.673-1.513,0.293-2.18\tc0.339-0.573,0.308-1.257,0-1.797C64.347,25.962,64.316,25.278,64.008,24.738z"/><path class="sr-background" fill="#D3DADF" d="M49.386,40.174c-0.101-0.583,0.093-1.178,0.517-1.591L63.714,25.12\tc0.121-0.118,0.214-0.248,0.293-0.382c0.622-1.05,0.017-2.495-1.29-2.684L43.63,19.28c-0.586-0.085-1.092-0.453-1.354-0.983\tL33.742,1.001c-0.66-1.335-2.564-1.335-3.224,0l-8.537,17.296c-0.261,0.53-0.767,0.898-1.354,0.983L1.542,22.054\tc-1.308,0.189-1.912,1.634-1.291,2.684c0.079,0.134,0.173,0.265,0.293,0.382l13.812,13.463c0.424,0.413,0.618,1.008,0.518,1.591\tl-0.633,3.688l-2.628,15.321c-0.065,0.378-0.008,0.73,0.13,1.038c0.399,0.885,1.498,1.372,2.478,0.858l17.071-8.976\tc0.524-0.275,1.149-0.275,1.674,0l17.071,8.976c0.979,0.514,2.079,0.027,2.478-0.858c0.138-0.307,0.195-0.659,0.13-1.037\tl-2.627-15.322L49.386,40.174z"/>',half:'<path class="sr-outline" fill="#F2A261" d="M31.163,55.698C31.425,55.561,32,55.492,32,55.492v-1.797c0,0-0.575,0.069-0.837,0.207\tC31.425,53.764,32,53.694,32,53.694v-1.797c0,0-0.51,0.069-0.772,0.207l-17.04,8.975c-0.979,0.515-2.062,0.028-2.461-0.857\tl-0.123,0.76c-0.065,0.378-0.003,0.73,0.135,1.038l-0.128,0.76c-0.065,0.377-0.007,0.73,0.131,1.037l-0.13,0.76\tc-0.252,1.469,1.289,2.589,2.607,1.896l17.073-8.976c0.262-0.138,0.485-0.206,0.772-0.206l-0.065,0v-1.797\tC32,55.492,31.425,55.561,31.163,55.698z"/><path class="sr-outline" fill="#F2A261" d="M14.874,40.174c0.1-0.583-0.094-1.178-0.519-1.591L0.545,25.12\tc-0.121-0.118-0.214-0.248-0.294-0.382c-0.308,0.541-0.339,1.225,0,1.798c-0.308,0.54-0.339,1.224,0,1.797\tc-0.38,0.667-0.344,1.559,0.294,2.18l13.696,13.351L14.874,40.174z"/><path class="def-shadow" fill="#B9C1C5" d="M64.008,24.737c-0.08,0.135-0.173,0.265-0.294,0.383L49.903,38.583\tc-0.425,0.413-0.617,1.008-0.518,1.591l0.632,3.688l13.696-13.35c0.638-0.621,0.674-1.513,0.294-2.18\tc0.34-0.573,0.308-1.257,0-1.797C64.348,25.962,64.316,25.278,64.008,24.737z"/><path class="def-shadow" fill="#B9C1C5" d="M50.038,61.079l-17.137-8.976C32.639,51.966,32,51.897,32,51.897v1.797c0,0-0.575,0.069-0.837,0.207\tC31.425,53.764,32,53.695,32,53.695v1.797c0,0-0.575,0.068-0.837,0.206C31.425,55.561,32,55.492,32,55.492v1.797\tc0,0,0.639,0.069,0.901,0.207l17.105,8.976c1.317,0.693,2.875-0.427,2.624-1.896l-0.123-0.76c0.138-0.307,0.2-0.659,0.135-1.037\tl-0.128-0.761c0.138-0.307,0.196-0.659,0.131-1.037l-0.13-0.761C52.115,61.106,51.017,61.593,50.038,61.079z"/><path class="sr-background" fill="#D3DADF" d="M49.386,40.174c-0.1-0.583,0.093-1.178,0.518-1.591L63.714,25.12\tc0.121-0.118,0.215-0.248,0.294-0.383c0.622-1.05,0.017-2.494-1.291-2.684L43.631,19.28c-0.586-0.085-1.092-0.453-1.354-0.983\tL33.742,1.001c-0.413-0.834-1.376-1.147-2.153-0.938C31.744,0.021,32,0,32,0v51.896c0,0-0.51,0.069-0.772,0.207\tc0.262-0.138,0.583-0.207,0.87-0.207s0.59,0.069,0.852,0.207l17.08,8.976c0.979,0.514,2.082,0.027,2.481-0.858\tc0.138-0.307,0.197-0.659,0.132-1.037l-2.626-15.321L49.386,40.174z"/><path class="sr-fill" fill="#EFC319" d="M14.221,61.078l17.007-8.975C31.49,51.966,32,51.896,32,51.896V0c0,0-0.256,0.021-0.411,0.063\tc-0.466,0.125-0.856,0.438-1.104,0.938l-8.521,17.296c-0.261,0.53-0.758,0.898-1.344,0.983L1.538,22.054\tc-1.308,0.189-1.911,1.634-1.289,2.684c0.08,0.134,0.174,0.265,0.295,0.382l13.811,13.463c0.425,0.413,0.618,1.008,0.519,1.591\tl-0.632,3.689l-2.628,15.32c-0.065,0.378-0.008,0.73,0.13,1.038C12.143,61.106,13.242,61.593,14.221,61.078z"/>',full:'<path class="sr-outline" fill="#F2A261" d="M14.874,40.174c0.1-0.583-0.094-1.178-0.518-1.591L0.544,25.12\tc-0.121-0.118-0.214-0.248-0.294-0.382c-0.308,0.541-0.339,1.225,0,1.798c-0.308,0.54-0.339,1.224,0,1.797\tc-0.38,0.667-0.344,1.559,0.293,2.18l13.696,13.35L14.874,40.174z"/><path class="sr-outline" fill="#F2A261" d="M50.037,61.078l-17.071-8.975c-0.524-0.275-1.149-0.275-1.674,0L14.22,61.078\tc-0.979,0.515-2.079,0.028-2.478-0.857l-0.13,0.76c-0.065,0.378-0.008,0.73,0.13,1.037l-0.13,0.761\tc-0.065,0.377-0.008,0.73,0.13,1.037l-0.13,0.76c-0.252,1.469,1.289,2.589,2.608,1.896l17.072-8.976\tc0.524-0.275,1.149-0.275,1.674,0l17.071,8.976c1.318,0.693,2.86-0.427,2.608-1.896l-0.13-0.76c0.138-0.307,0.195-0.659,0.13-1.037\tl-0.13-0.761c0.138-0.307,0.195-0.659,0.13-1.037l-0.13-0.761C52.116,61.106,51.016,61.593,50.037,61.078z"/><path class="sr-outline" fill="#F2A261" d="M64.008,24.738c-0.08,0.134-0.173,0.264-0.294,0.382L49.902,38.583\tc-0.424,0.413-0.617,1.008-0.517,1.591l0.632,3.688l13.696-13.349c0.637-0.621,0.674-1.513,0.293-2.18\tc0.339-0.573,0.308-1.257,0-1.797C64.347,25.962,64.315,25.278,64.008,24.738z"/><path class="sr-fill" fill="#EFC319" d="M49.386,40.174c-0.101-0.583,0.093-1.178,0.517-1.591L63.714,25.12\tc0.121-0.118,0.214-0.248,0.294-0.382c0.621-1.05,0.017-2.495-1.29-2.684L43.631,19.28c-0.586-0.085-1.093-0.453-1.354-0.983\tL33.741,1.001c-0.66-1.335-2.564-1.335-3.224,0L21.98,18.297c-0.261,0.53-0.767,0.898-1.353,0.983L1.542,22.054\tc-1.308,0.189-1.913,1.634-1.291,2.684c0.08,0.134,0.173,0.264,0.294,0.382l13.811,13.463c0.424,0.413,0.618,1.008,0.518,1.591\tl-0.633,3.689l-2.628,15.321c-0.065,0.378-0.008,0.73,0.13,1.038c0.399,0.885,1.498,1.372,2.478,0.857l17.072-8.975\tc0.524-0.275,1.149-0.275,1.674,0l17.071,8.975c0.979,0.515,2.079,0.028,2.478-0.857c0.138-0.307,0.195-0.659,0.13-1.037\tl-2.627-15.322L49.386,40.174z"/>'},style4:{viewbox:"-6 -6 68 68",empty:'<path class="sr-background" fill="#D3DADF" d="M29.322,0C13.127,0,0,13.129,0,29.323c0,16.195,13.127,29.323,29.322,29.323s29.324-13.128,29.324-29.323C58.646,13.129,45.518,0,29.322,0 M46.717,26.696l-7.082,6.902c-0.346,0.337-0.504,0.822-0.422,1.298l1.672,9.747c0.205,1.199-1.051,2.111-2.127,1.546l-8.754-4.602c-0.426-0.225-0.936-0.225-1.363,0l-8.754,4.602c-1.074,0.565-2.334-0.347-2.127-1.546l1.672-9.747c0.08-0.476-0.076-0.961-0.422-1.298l-7.082-6.902c-0.869-0.849-0.391-2.326,0.813-2.501l9.787-1.422c0.477-0.069,0.891-0.369,1.104-0.802l4.377-8.868c0.537-1.09,2.092-1.09,2.629,0l4.377,8.868c0.215,0.433,0.627,0.732,1.104,0.802l9.787,1.422C47.107,24.37,47.586,25.848,46.717,26.696"/>',half:'<path class="sr-background" fill="#D3DADF" d="M29.322,0C13.127,0,0,13.129,0,29.323c0,16.195,13.127,29.323,29.322,29.323s29.324-13.128,29.324-29.323C58.646,13.129,45.518,0,29.322,0 M46.717,26.696l-7.082,6.902c-0.346,0.337-0.504,0.822-0.422,1.298l1.672,9.747c0.205,1.199-1.051,2.111-2.127,1.546l-8.754-4.602c-0.426-0.225-0.936-0.225-1.363,0l-8.754,4.602c-1.074,0.565-2.334-0.347-2.127-1.546l1.672-9.747c0.08-0.476-0.076-0.961-0.422-1.298l-7.082-6.902c-0.869-0.849-0.391-2.326,0.813-2.501l9.787-1.422c0.477-0.069,0.891-0.369,1.104-0.802l4.377-8.868c0.537-1.09,2.092-1.09,2.629,0l4.377,8.868c0.215,0.433,0.627,0.732,1.104,0.802l9.787,1.422C47.107,24.37,47.586,25.848,46.717,26.696"/><path class="sr-fill" fill="#EFC319" d="M29.324,41.419c-0.236,0-0.469,0.056-0.684,0.169l-8.754,4.602c-1.074,0.565-2.332-0.348-2.127-1.546l1.672-9.747c0.082-0.476-0.076-0.961-0.422-1.298l-7.082-6.902c-0.869-0.849-0.389-2.326,0.814-2.501l9.785-1.423c0.479-0.068,0.891-0.368,1.104-0.801l4.377-8.868c0.27-0.545,0.791-0.817,1.314-0.817L29.324,0C13.129,0,0,13.129,0,29.323c0,16.195,13.129,29.323,29.324,29.323V41.419z"/>',full:'<path class="sr-fill" fill="#EFC319" d="M29.322,0C13.128,0,0,13.129,0,29.323c0,16.195,13.128,29.323,29.322,29.323c16.195,0,29.324-13.128,29.324-29.323C58.646,13.129,45.517,0,29.322,0 M46.717,26.696l-7.082,6.902c-0.345,0.337-0.503,0.822-0.421,1.298l1.671,9.747c0.206,1.199-1.051,2.111-2.127,1.546l-8.753-4.602c-0.427-0.225-0.938-0.225-1.365,0l-8.753,4.602c-1.075,0.565-2.333-0.347-2.127-1.546l1.672-9.747c0.081-0.476-0.076-0.961-0.422-1.298l-7.082-6.902c-0.87-0.849-0.39-2.326,0.813-2.501l9.787-1.422c0.477-0.069,0.89-0.369,1.104-0.802l4.376-8.868c0.538-1.09,2.092-1.09,2.629,0l4.377,8.868c0.214,0.433,0.626,0.732,1.104,0.802l9.786,1.422C47.107,24.37,47.587,25.848,46.717,26.696"/>'}}})},35253:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(89992);e.exports={Views:{Components:a(a({},s(76649)),{},{Animation:o.component,AnimationViews:o.views,Audio:s(63716),AvatarPicker:s(82716),Background:s(98620),Block:s(79299),Borders:s(3490),Button:s(27120),Carousel:s(57522),CarouselArrows:s(43397),CarouselDots:s(48335),Cell:s(86844),CloudTemplates:s(4469),Column:s(7858),Columns:s(86929),CommentsDisqus:s(96484),CommentsFacebook:s(27915),ConditionalDisplay:s(90709),ContactForm:s(27041),ContactFormSubmit:s(24656),ContentBlock:s(18435),ContentBox:s(46766),ContentToggle:s(86968),Countdown:s(37073),CountdownDigit:s(95861),CountdownEvergreen:s(67031),CountdownOld:s(31029),CountdownSeparator:s(21351),Credit:s(83133),CustomMenu:s(51465),Decoration:s(54966),DefaultTypography:s(39595),Divider:s(90295),DynamicDropdown:s(99713),FillCounter:s(20245),FilterCheckbox:s(13699),FilterDropdown:s(39651),FilterList:s(22838),Gmap:s(18365),Group:s(41621),HFSection:s(18038),Html:s(37529),Icon:s(37261),Image:s(37663),ImageCaption:s(26500),ImageEffects:s(97896),ImageGallery:s(26632),Layout:s(20186),LeadGeneration:s(65785),LeadGenerationCheckbox:s(2357),LeadGenerationCheckboxOption:s(1331),LeadGenerationContactForm:s(65785),LeadGenerationFile:s(59030),LeadGenerationGDPR:s(36953),LeadGenerationInput:s(9370),LeadGenerationRadio:s(21273),LeadGenerationRadioOption:s(51591),LeadGenerationRecaptcha:s(31735),LeadGenerationSelect:s(32472),LeadGenerationSelectOption:s(38924),LeadGenerationSubmit:s(24656),LeadGenerationTextarea:s(15846),LeadGenerationNumber:s(9941),LeadGenerationCountry:s(55528),LeadGenerationState:s(28427),LeadGenerationDate:s(41500),Lightbox:s(43445),Link:s(11212),Login:s(85445),LoginForm:s(90020),LoginFormInput:s(33909),Logo:s(3408),LpBase:s(13840),LpFonts:s(6291),LpScripts:s(31053),MegamenuColumn:s(14454),MegamenuDropdown:s(64985),MegamenuImage:s(14699),MegamenuItem:s(47935),MenuItem:s(88813),MenuItemImage:s(1261),MenuBox:s(93809),MultipleSelectMode:s(72601),NumberCounter:s(14424),NumberedList:s(35945),Pagination:s(83492),PaginationButton:s(24609),PaginationLabel:s(98251),PostContent:s(23280),PostDate:s(93761),PostGrid:s(69759),PostGridFilter:s(2794),PostGridLayout:s(6142),PostGridQuery:s(80518),PostListFilter:s(32573),PostOptions:s(30225),PostThumbnail:s(16789),PricingTable:s(72157),ProgressBar:s(99122),ProgressBarOld:s(96761),ProgressLine:s(81956),RadioFilter:s(59895),Rating:s(71789),RegistrationForm:s(62502),Responsive:s(54834),ResponsiveVideo:s(47148),Reveal:s(46585),ScriptsSettings:s(11462),Scroll:s(25949),SearchForm:s(19571),SearchFormInput:s(66442),Section:s(35489),Shadow:s(33160),SharedStyles:s(58508),Social:s(94491),SocialFollow:s(48873),SocialFollowItem:s(41325),SocialShareButton:s(40442),StyledList:s(9972),StylesTemplates:s(4688),SubmitButton:s(8653),Symbol:s(11650),TOC:s(58473),TOCBullet:s(17678),TOCHeading:s(30610),TOCNumber:s(45835),TOCOld:s(36381),TOCTitle:s(18046),TabContent:s(23543),TabImage:s(95427),TabItem:s(73383),Table:s(91758),TableBorders:s(42244),TabsElement:s(80804),Text:s(43821),Toggle:s(59468),ToggleTitle:s(92295),Tweet:s(42782),Typography:s(13617),UPInput:s(80468),UPItem:s(73413),UserProfile:s(68257),VideoControls:s(82187),VideoCover:s(35490),Widget:s(39144),Wordpress:s(6513),ct_symbol:s(27700),post_list:s(76764),SmashBalloonOptions:s(31667)}),Controls:{ApiConnections:s(91196),Borders:s(67343),ButtonGroup:s(43456),ButtonStyle:s(73064),ButtonToggle:s(57611),CentralStylePanel:{Styles:s(98941),Vars:s(16658),Fonts:s(16357),Tooltip:s(40521),Sidebar:s(53117)},Checkbox:s(515),ColorPicker:s(52306),GradientPicker:s(41013),ContactFormSettings:s(44823),Corners:s(81678),CssVariables:{Color:s(29283),Gradient:s(27042)},CssVariablesChanger:s(8735),CustomFields:s(79240),DatePicker:s(28077),DeleteNotice:s(31544),DropPanel:s(50732),ElementLink:s(66955),FieldsData:s(17044),FilePicker:s(85814),FontFace:s(21605),FontManager:s(6101),FontSize:s(677),IconStyle:s(83637),ImagePicker:s(4376),ImageSize:s(66511),Input:s(7596),InputMultiple:s(13973),InputSearch:s(12329),Knob:s(57430),LGConsent:s(77466),LGSubmitOptions:s(18445),LabelInput:s(9111),LabelInputIcon:s(97353),LineHeight:s(76882),LinkSearch:s(17502),List:s(94230),MarginAndPadding:s(94060),MasterColor:s(69994),MaxWidth:s(41875),ModalPicker:s(82540),ModalStylePicker:s(12824),MultipleCheckbox:s(94562),Optgroup:s(78506),PageMap:s(98314),Palettes:s(87390),PalettesV2:s(94615),PreviewList:s(59577),Radio:s(30583),Select:s(32970),PrettySelect:s(21235),SelectMultiple:s(17479),Shadow:s(91894),Slider:s(54239),StyleChange:s(37558),StylePicker:s(56164),Switch:s(16102),SwitchToggle:s(98699),Tabs:s(49194),TextStyle:s(1305),Textarea:s(37388),TimeSlider:s(23769),Tooltip:s(40521),Visibility:s(67714)},Base:s(16668),InlinePanel:s(10817),Modals:{ErrorMessages:s(51857)},other:{ElementStates:s(8331),ResetState:s(87194),Tooltip:s(79984),WarningTooltip:s(92410)}},Models:{CarouselManager:s(70061),CloudTemplates:s(26672),ConditionalDisplayManager:s(33057),Widget:s(21327)},AddBlockAboveView:s(36754),AddBlockBelowView:s(24942),AddTabView:s(63184),BaseCollection:s(61081),BaseModel:s(42146),BlockModal:s(71680),CloudTemplatesCategories:s(81940),CloudTemplatesModal:s(33219),ElementSnapshot:s(51106),EventManager:s(17819),FontManager:s(2227),GlobalColors:s(95255),GlobalGradients:s(14902),IconsView:s(67090),NameThatColor:s(54288),ResizeSensor:s(35616),Select2Utils:s(26843),StorageManager:s(40248),TinyColor:s(48828),WooCommerce:s(58246),edit_mode:s(88097),functions:s(74144),generateElementPreview:s(57702),modal:s(20583),modal_open:s(51065),renderers:s(33929),shortcode_manager:s(13828),user_settings:s(52858),zeroWidthSpaceEncoding:s(50280)},console.log("___________.__ .__ _____ .__ .__ __ __ \n\\__ ___/| |_________|__|__ __ ____ / _ \\_______ ____ | |__ |__|/ |_ ____ _____/ |_ \n | | | | \\_ __ \\ \\ \\/ // __ \\ / /_\\ \\_ __ \\_/ ___\\| | \\| \\ __\\/ __ \\_/ ___\\ __\\\n | | | Y \\ | \\/ |\\ /\\ ___/ / | \\ | \\/\\ \\___| Y \\ || | \\ ___/\\ \\___| | \n |____| |___| /__| |__| \\_/ \\___ > \\____|__ /__| \\___ >___| /__||__| \\___ >\\___ >__| \n \\/ \\/ \\/ \\/ \\/ \\/ \\/ ")},35423:(e,t,s)=>{const i=s(86210),a=s(62204),l=s(40878);e.exports=i.extend({template:"conditional-display/modal/condition/string",afterRender(){const e=this.model.get("condition"),t=e.value||{},s=a.getConditionData(e.key);this.$stringCompareSelect=new l({el:this.$(".tcb-condition-string-compare-select")[0],model:new Backbone.Model({list:s.extra_operators,placeholderText:"Select operation"}),onSelect:this.save.bind(this)}),this.$stringValueInput=this.$(".tcb-condition-string-value"),t.string_value&&this.setStringValue(t.string_value),t.string_operator&&this.setStringOperator(t.string_operator),this.updateUI()},stringValueChanged(){this.save()},getStringValue(){return this.$stringValueInput.val().trim()},setStringValue(e){this.$stringValueInput.val(e)},getStringOperator(){return this.$stringCompareSelect.getValue()||""},setStringOperator(e){this.$stringCompareSelect.setValue(e)},save(){const e=this.model.get("condition").value||{};e.string_value=this.getStringValue(),e.string_operator=this.getStringOperator(),this.setModel(e),this.updateUI()},updateUI(){this.$stringValueInput.toggle(!this.getStringOperator().includes("exists"))}})},35444:(e,t,s)=>{const i=s(95255);e.exports=i.extend({after_initialize(){this.update_label=TVE.t.global.update_t_color,this.edit_label=TVE.t.global.edit_t_color,this.unlink_label=TVE.t.global.unlink_t_color,this.color_type="template",this.enable_edit_color=!1,this.enable_remove_color=!1,TVE.add_action("tcb.modify.color.variable",_.bind((e,t)=>{if(t.indexOf("tpl")>-1&&this.tiny_color_obj){const t=this.tiny_color_obj.toHsl();e.hsl_parent_dependency?(e.hsl_parent_dependency.h=parseInt(t.h),e.hsl_parent_dependency.l=t.l.toFixed(2),e.hsl_parent_dependency.s=t.s.toFixed(2)):e.hsl&&(e.hsl=t)}},this))},execute_ajax(e){e||(e={}),e.post_id=TVE.CONST.post_id,e.name=this.$global_color_name_input.val();const t=_.findIndex(TVE.CONST.colors.templates,function(t){return t.id===e.id});t>-1&&(TVE.CONST.colors.templates[t].hsl_parent_dependency?e.hsl_parent_dependency=TVE.CONST.colors.templates[t].hsl_parent_dependency:TVE.CONST.colors.templates[t].hsl&&(e.hsl=TVE.CONST.colors.templates[t].hsl)),this.color_view.execute_template_color_ajax(e)}})},35489:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668),c="tcb-window-width",n=s(36510),r=s(40521),d="-in",h="-out";e.exports=o.component.extend({cache:{},updateOnMouseLeave:!1,update_on_expand:!0,preventNewIDs:!1,after_init(){TVE.main.on("device_change",()=>{setTimeout(()=>{TVE.inner.window.TCB_Front.resizePageSection(),TVE.inner_$(`.thrv-page-section.${c}`).each((e,t)=>{this.preventNewIDs=!0,this.setInnerWidth(TVE.inner_$(t)),this.preventNewIDs=!1})},240)})},setInnerWidth(e){const t=e.parent().width(),s=e.find(">.tve-page-section-in");s.head_css("max-width")||s.head_css({"max-width":t+"px"})},_get_section_out_div:e=>(e=e||TVE.ActiveElement).children(".tve-page-section-out"),_get_section_in_div:e=>(e=e||TVE.ActiveElement).children(".tve-page-section-in"),global_style_input(e,t){this._get_section_out_div().removeAttr("data-css").removeClass(e+h).addClass(t+h),this._get_section_in_div().removeAttr("data-css").removeClass(e+d).addClass(t+d)},global_style_sub_elements(){return[this._get_section_in_div(),this._get_section_out_div()]},add_global_style(e,t=TVE.ActiveElement){this._get_section_out_div(t).removeAttr("data-css").removeAttr("data-selector").addClass(e+h),this._get_section_in_div(t).removeAttr("data-css").removeAttr("data-selector").addClass(e+d)},unlink_global_style(e){this._get_section_out_div().removeClass(e+h),this._get_section_in_div().removeClass(e+d)},delete_global_style(e){TVE.inner_$("."+e+h).removeClass(e+h),TVE.inner_$("."+e+d).removeClass(e+d)},add_global_style_transfer_data(e,t,s,i){e.find(".tve-page-section-out").attr("data-css")&&(s.push('[data-css="'+this._get_section_out_div(e).attr("data-css")+'"]'),i.push("."+t+h)),e.find(".tve-page-section-in").attr("data-css")&&(s.push('[data-css="'+this._get_section_in_div(e).attr("data-css")+'"]'),i.push("."+t+d))},unlink_global_style_transfer_data(e,t,s,i){s.push("."+t+h),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(this._get_section_out_div(e))+'"]'),s.push("."+t+d),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(this._get_section_in_div(e))+'"]')},toggleWidthControls(e){this.$('.tve-control[data-view="ContentWidth"], .tve-control[data-view="ContentFullWidth"]').toggleClass("tcb-hidden",e)},controls_init(e){this.verticalPositionTooltip=new r({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/contentbox/vertical-position-tooltip"),closeOnLeave:!0,tooltipElem:this.$(".tcb-vertical-info"),no_callback:!0,validate:()=>!this.verticalPositionTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:50}}),this.stylepicker=new n({model:{config:{items:[],default_label:"Section Template"}},component:this});const t=this;e.SectionHeight.input=function(t,s){this.applyElementCss({"min-height":s.value+this.getUM()+" !important"},t,"",""),"change"===this.currentEventType&&e.FullHeight.update(t)},e.SectionHeight.update=function(e){let t=e.head_css("min-height",!1,"",!1,"");t||(t=e.height()),this.setValue(t)},e.FullHeight.change=_.bind(function(t,s){const i=TVE.renderers.base.read_element_props(t),a=t.head_css("min-height");let l="";s.checked?(e.SectionHeight.disable(),this.cache.full_height||(this.cache.full_height=a+"!important"),l="100vh !important"):(e.SectionHeight.enable(),this.cache.full_height?(l=this.cache.full_height,delete this.cache.full_height):l="40px"),t.head_css({"min-height":l});const o=TVE.renderers.base.read_element_props(t);this.undo_action(t,i,o),e.SectionHeight.update(t),TVE.Editor_Page.reposition_icons()},this),e.FullHeight.update=function(e){this.setChecked("100vh"===e.head_css("min-height"))},e.ContentWidth.input=function(e,t){this.applyElementCss({"max-width":t.value+this.getUM(),"min-width":"auto"},e,"","")},e.ContentWidth.update=function(e){let t=e.head_css("max-width",null,null,!0);t&&!isNaN(parseInt(t))||(t=e.outerWidth()),this.model.config.max=parseInt(e.parent().width()),this.setValue(t)},e.ContentWidth.change=function(e,t){o.control.prototype.change.call(this,e,t),TVE.do_action("tcb.section.resized",e)},e.ContentFullWidth.change=function(t,s){t.head_css({"min-width":s.checked?"100%":"auto"}),e.ContentWidth.toggle_disabled(s.checked)},e.ContentFullWidth.update=function(e){const s=t.is_full_width()&&e.outerWidth()===e.parent().width();this.setChecked(s),s||e.head_css({"min-width":"auto"})},e.InheritFromLandingPage&&(TVE.add_filter("element_drop",e=>(e.is(".thrv-page-section")&&e.attr("data-inherit-lp-settings",1),e)),e.InheritFromLandingPage.change=function(s,i){i.checked?(s.attr("data-inherit-lp-settings",1),e.ContentFullWidth.setChecked(!1,!0)):s.removeAttr("data-inherit-lp-settings"),t.toggleWidthControls(i.checked),TVE.do_action("tcb.section.inherit.change",s)},e.InheritFromLandingPage.update=function(e){const s="1"===e.attr("data-inherit-lp-settings");this.setChecked(s),t.toggleWidthControls(s)}),e.VerticalPosition.applyStyles=function(e,t){let s;e.removeClass("tcb-flex-center tcb-flex-end"),s=""===t.getAttribute("data-value")?{"justify-content":"",display:"block","flex-direction":""}:{"justify-content":t.getAttribute("data-value"),display:"flex","flex-direction":"column"},this.applyElementCss(s,e," .tve-page-section-in","")},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null," .tve-page-section-in",!0)||"");const t=e.css("overflow-y"),s=["scroll","auto","hidden",""].includes(t);TVE.Components.section.controls.VerticalPosition.$el.toggleClass("tcb-disabled",s)},e.VerticalPosition.openTooltip=()=>(this.verticalPositionTooltip.isOpen()?this.verticalPositionTooltip.onCancel():this.verticalPositionTooltip.open(null,this.$(".tcb-vertical-info")),!1),e.SectionFullWidth.change=function(s,i){const a=s.find(">.tve-page-section-in");TVE.SKIP_CSS_STATE=!0,s.toggleClass(c,i.checked),i.checked?(TVE.inner.window.TCB_Front.resizePageSection(s),t.setInnerWidth(s)):s.css({width:"",left:""}),TVE.Components.layout.toggle_full_width_controls(!i.checked),TVE.Components.layout.disable_extra_controls([]),TVE.SKIP_CSS_STATE=!1,e.ContentWidth.update(a),e.ContentFullWidth.update(a),TVE.Editor_Page.reposition_icons(),t.toggle_controls()},e.SectionFullWidth.update=function(e){TVE.Editor_Page.is_page_full_width()||this.setChecked(e.hasClass(c))},TVE.add_filter("tcb.margin_padding.values",(e,t)=>(t.$margin.hasClass("tcb-window-width")&&(e.marginCSS=a(a({},e.marginCSS),{"margin-left":"auto","margin-right":"auto"})),e)),TVE.add_action("component.update.layout",e=>{TVE.ActiveElement.hasClass("tcb-window-width")&&e.disable_extra_controls(["right","left"].map(e=>"margin-"+e))}),TVE.add_filter("set_new_css_id",e=>(this.preventNewIDs&&(e=!1),e))},undo_action(e,t,s){TVE.UndoManager.add({undo:()=>{e.attr("class",t.cls).attr("style",t.style||"")},redo:()=>{e.attr("class",s.cls).attr("style",s.style||"")}})},is_full_width:e=>!!(e=(e||TVE.ActiveElement).closest(".thrv-page-section")).hasClass(c)||TVE.Editor_Page.is_page_full_width(),after_update(){this.toggle_controls()},before_update(){TVE.FLAGS.hover_element=!1},toggle_controls(){this.controls.ContentFullWidth.toggle_disabled(!this.is_full_width()),this.controls.ContentWidth.toggle_disabled(this.controls.ContentFullWidth.isChecked()),this.controls.SectionFullWidth.$el.add(this.controls.SectionFullWidth.$el.prev("hr")).toggle(!TVE.Editor_Page.is_page_full_width()),this.controls.SectionHeight.toggle_disabled(this.controls.FullHeight.isChecked())}})},35490:(e,t,s)=>{const i=s(2208),a=i.COVER_IMAGE_CLASS,l=i.COVER_IMAGE_OVERLAY_CLASS,o=e=>({id:_.random(1,1e3),title:e.split("/").slice(-1)[0]}),c=()=>{TVE.ActiveElement.head_css({"background-color":"#fff"}).find(`.${a}, .${l}`).remove(),d(!1)},n=(e,t=!1)=>{const s=TVE.ActiveElement;let i=s.find(`.${a}`);s.head_css({"background-color":""}),0===i.length&&(i=TVE.inner_$(`<img class="${a}" src="">`).prependTo(s)),i.attr("src",e),t||s.attr("data-previous-src",e),d(!0)},r=s(16668).component.extend({control:null,initialize(e){this.control=e.control,this.file_picker=new(s(12564))({template_name:"util/video-file-picker",labels:{choose:TVE.t.ChooseFile,title:TVE.t.Files},config:{type:"image",preselect_full_size:!0}}),this.$el.prepend(this.file_picker.$el),this.file_picker.on("select",_.bind(this.on_select,this)),this.file_picker.on("remove",_.bind(this.on_remove,this))},set_selection(e){this.file_picker.set(e)},on_select:e=>n(e.url),on_remove:c}),d=e=>{const t=TVE.Components.video_cover.controls;t.PreloadThumbnail.$el.toggle(e),t.ImageOverlaySwitch.update(),t.ImageOverlaySwitch.$el.toggle(e).prev("hr").toggle(e),t.ImageOverlay.update(),t.ImageOverlay.$el.toggle(e&&t.ImageOverlaySwitch.isChecked()),TVE.toggleEnabledComponents({background:TVE.Components.background},!e,"The background component cannot be customized while a thumbnail is selected.")};e.exports=s(16668).component.extend({controls_init(e){this.videoThumbnail=new r({el:this.$(".tve-video-thumbnail-control"),control:this}),e.ThumbnailType.input=function(e,t){const s=t.value;switch(e.attr("data-cover-thumbnail-type",s),this.component.videoThumbnail.toggle("static"===s),s){case"static":const t=e.attr("data-previous-src");let s=null;void 0===t?c():(n(t),s=o(t)),this.component.setThumbnail(s);break;case"dynamic":let i;if(TVE.PostList.utils.isInsidePostList(e)){const t=TVE.PostList.utils.getArticleID(e);i=TVE.PostList.dynamicImage.getImage(t,"featured")}else i=TVE.CONST.post_image.featured;n(i,!0);break;case"none":c()}d(e.find(`.${a}`).length>0),TVE.do_action("tcb.video.cover_thumbnail_changed",e,s)},e.ThumbnailType.update=function(e){const t=e.attr("data-cover-thumbnail-type")||"static";this.component.videoThumbnail.toggle("static"===t),this.setValue(t),d(e.find(`.${a}`).length>0)},e.VerticalPosition.applyStyles=function(e,t){e.removeClass("tcb-flex-center tcb-flex-end"),this.applyElementCss({"justify-content":`${t.getAttribute("data-value")} !important`},e,"","")},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null,"",!0)||"")},e.PreloadThumbnail.change=(e,t)=>{t.checked?e.attr("data-preload",1):e.removeAttr("data-preload")},e.PreloadThumbnail.update=function(e){this.setChecked(e.attr("data-preload"))},e.ImageOverlaySwitch.change=(t,s)=>{const i=s.checked;i?TVE.inner_$(`<span class="${l}"></span>`).insertAfter(t.find("img")):t.find(`.${l}`).remove(),e.ImageOverlay.$el.toggle(i),e.ImageOverlay.update()},e.ImageOverlaySwitch.update=function(e=TVE.ActiveElement){this.setChecked(e.find(`.${l}`).length>0)},e.ImageOverlay.input=function(e){const t=this.applyTo();0===t.find(`.${l}`).length&&TVE.inner_$(`<span class="${l}"></span>`).insertAfter(t.find("img")),this.applyElementCss({"background-color":e},t)},e.ImageOverlay.update=function(){const e=this.applyTo();let t=null;e.find(`.${l}`).length>0&&(t=e.head_css("background-color",null,this.config.css_suffix,!0)||null),this.setValue(t)}},before_update(){const e=TVE.ActiveElement,t=(e=>e.find(`.${a}`).attr("src"))(e);"static"===(e.attr("data-cover-thumbnail-type")||"static")&&this.setThumbnail(t&&t.length>0?o(t):null)},setThumbnail(e){this.videoThumbnail.set_selection(e)}})},35573:(e,t,s)=>{const i=s(56164);e.exports=i.extend({read_from_element(){const e=this.applyTo().attr("data-style");return this.renderer.set_data({style:e}),e},item_template:()=>_.template('<div class="rating-item"><div class="tve-select-item click" data-fn="select" data-value="<#=key #>"><#=value.html#></div></div>'),input(e){this.renderer.set_data({style:this.model.selected}).render_to(e)},cancel(e){this.model.selected=this.model.selected_old,this.renderer.set_data({style:this.model.selected_old}).render_to(e),this.renderer.clear_undo_snapshot(),TVE.PostList.utils.checkForPostListSync(e)},onOpen(e){this.update(),this.renderer.take_undo_snapshot(e)},apply(e){this.renderer.render_to(e,!0),TVE.PostList.utils.checkForPostListSync(e)}})},35616:e=>{function t(e,t,s=30){e=e.jquery?e[0]:e,this.element=e;const i=TVE._||window._||window.parent&&window.parent._;i&&s&&(t=i.debounce(t,s));let a=parseInt(getComputedStyle(e).zIndex);isNaN(a)&&(a=0),a--;const l=this.expand=document.createElement("div");l.className="tcb-remove-on-save resize-sensor",l.style.position="absolute",l.style.left="0px",l.style.top="0px",l.style.right="0px",l.style.bottom="0px",l.style.overflow="hidden",l.style.zIndex=String(a),l.style.visibility="hidden";const o=document.createElement("div");o.style.position="absolute",o.style.left="0px",o.style.top="0px",o.style.width="10000000px",o.style.height="10000000px",l.appendChild(o);const c=this.shrink=document.createElement("div");c.className="tcb-remove-on-save resize-sensor",c.style.position="absolute",c.style.left="0px",c.style.top="0px",c.style.right="0px",c.style.bottom="0px",c.style.overflow="hidden",c.style.zIndex=String(a),c.style.visibility="hidden";const n=document.createElement("div");function r(){l.scrollLeft=1e7,l.scrollTop=1e7,c.scrollLeft=1e7,c.scrollTop=1e7}n.style.position="absolute",n.style.left="0px",n.style.top="0px",n.style.width="200%",n.style.height="200%",c.appendChild(n),e.appendChild(l),e.appendChild(c),r();const d=e.getBoundingClientRect();let h=d.width,p=d.height;const g=function(){const s=e.getBoundingClientRect(),i=s.width,a=s.height;i===h&&a===p||(h=i,p=a,t()),r()};l.addEventListener("scroll",g),c.addEventListener("scroll",g)}t.prototype.disconnect=function(){this.element.removeChild(this.expand),this.element.removeChild(this.shrink)},e.exports=t},35945:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({numberedListItemsCollection:new Backbone.Collection({}),cursorAtEnd:null,controls_init(){const e=this;TVE.main.on("ctrl-enter-pressed",()=>{TVE.ActiveElement.hasClass("tcb-numbered-list-text")&&TVE.froala.editor.cursor.enter()}),TVE.main.on("enter-pressed",_.bind(function(){TVE.ActiveElement.hasClass("tcb-numbered-list-text")&&this.add_list_item_after(TVE.ActiveElement.filter(".edit_mode"))},this)),TVE.main.on("backspace-pressed",()=>{if(TVE.ActiveElement.hasClass("tcb-numbered-list-text")&&TVE.froala.editor.selection.info(TVE.froala.editor.el).atStart){const e=TVE.ActiveElement.filter(".edit_mode").closest(".thrv-styled-list-item"),t=(e.is(":first-child")?e.next():e.prev()).find(".tcb-numbered-list-text");if(!e.is(":first-child")){const s=TVE.froala.editor.html.get();e.remove(),TVE.froala.force_focus(t,!1).then(e=>{e.selection.setAtEnd(e.$el.get(0)),e.selection.restore();const t=e.selection.endElement(),i=e.doc.createRange(),a=t.childElementCount,l=e.html.get().length;e.html.set(e.html.get()+s),a?i.setStartAfter(t.childNodes[a]):(i.setStart(t.childNodes[a],l),i.setEnd(t.childNodes[a],l)),e.selection.get().removeAllRanges(),e.selection.get().addRange(i),this.renderer.reset_list_numbers(TVE.ActiveElement.closest(".thrv-numbered_list"))})}}}),TVE.main.on("before-delete-pressed",_.bind(function(){TVE.ActiveElement.hasClass("tcb-numbered-list-text")&&(this.cursorAtEnd=TVE.froala.editor.selection.info(TVE.froala.editor.el).atEnd)},this)),TVE.main.on("delete-pressed",_.bind(function(){if(TVE.ActiveElement.hasClass("tcb-numbered-list-text")&&this.cursorAtEnd){const e=TVE.ActiveElement.filter(".edit_mode").closest(".thrv-styled-list-item"),t=e.is(":last-child")?e.prev():e.next(),s=t.find(".tcb-numbered-list-text"),i=e.find(".tcb-numbered-list-text ");if(!e.is(":last-child")){t.remove(),TVE.froala.force_focus(i,!1),i.trigger("click.tcb"),i.froalaEditor("events.focus"),TVE.froala.editor.selection.setAtEnd(TVE.froala.editor.$el.get(0)),TVE.froala.editor.selection.restore();const e=TVE.froala.editor.selection.endElement(),a=TVE.froala.editor.doc.createRange(),l=TVE.froala.editor.html.get().length;let o=e.childNodes.length;void 0===e.childNodes[o]&&o--,void 0!==s.find(".fr-element").html()?TVE.froala.editor.html.set(TVE.froala.editor.html.get()+s.find(".fr-element").html()):TVE.froala.editor.html.set(TVE.froala.editor.html.get()+s.html()),o?a.setStartAfter(e.childNodes[o]):(a.setStart(e.childNodes[o],l),a.setEnd(e.childNodes[o],l)),TVE.froala.editor.selection.get().removeAllRanges(),TVE.froala.editor.selection.get().addRange(a),this.renderer.reset_list_numbers(TVE.ActiveElement.closest(".thrv-numbered_list"))}delete this.cursorAtEnd}},this)),TVE.main.on("after-element-cloned",function(t){t.is("li.thrv-styled-list-item")&&e.renderer.reset_list_numbers(t.closest(".thrv-numbered_list"))}),TVE.main.on("after-element-removed",function(t){(t.is("ul.tcb-numbered-list")||t.is("ol.tcb-numbered-list"))&&e.renderer.reset_list_numbers(t.closest(".thrv-numbered_list"))}),this.controls.FontFace.writeCSS=function(e,t,s,i){const a={"font-family":t,"font-weight":""};s&&(a["font-weight"]=s),e.head_css(a,null,this.config.css_suffix),i&&e.head_css({"font-weight":i}," strong",this.config.css_suffix)},this.controls.starting_number.input=function(){},this.controls.starting_number.update=function(e){this.setValue(parseInt(e.attr("data-start-number")))},this.controls.starting_number.change=function(t,s){t.attr("data-start-number",s.value),e.renderer.reset_list_numbers(t),e.controls.preview.update(t)},this.controls.increment_number.input=function(){},this.controls.increment_number.update=function(e){this.setValue(parseInt(e.attr("data-number-increment")))},this.controls.increment_number.change=function(t,s){t.attr("data-number-increment",s.value),e.renderer.reset_list_numbers(t),e.controls.preview.update(t)},this.controls.item_spacing.update=function(){let e=this.applyTo().head_css("margin-bottom",null,this.config.css_suffix,!0,this.config.css_prefix);e||(e=0),this.setValue(e)},this.controls.item_spacing.input=function(e,t){this.applyElementCss({"margin-bottom":t.value+this.getUM()+" !important"})},this.controls.preview.attach_collection(this.numberedListItemsCollection),this.controls.preview.update=function(e){const t=[],s=e.find("li");_.each(s,function(e){const s=jQuery(e);t.push({icon:s.find(".tcb-numbered-list-index").text(),key:s,label:this.component.renderer.get_text(s)})},this),this.component.numberedListItemsCollection.reset(t)},this.listenTo(this.numberedListItemsCollection,"remove",_.bind(function(t){const s=t.get("key");s instanceof jQuery&&s.remove(),e.renderer.reset_list_numbers(this.controls.preview.applyTo())},this)),this.listenTo(this.numberedListItemsCollection,"change",_.bind(function(){const t=this.controls.preview.applyTo(),s=t.find("ul, ol");s.empty(),this.numberedListItemsCollection.each(function(e){s.append(e.get("key"))},this),e.renderer.reset_list_numbers(t),this.controls.preview.update(t)},this))},add_list_item_after(e){TVE.froala.editor.cursor.enter(),TVE.froala.editor.cursor.enter(),TVE.froala.editor.cursor.enter();const t=e.find('div[style*="text-align"] br'),s=t.length&&t.length<3?"<br><br>":"<br><br><br>";t.unwrap(),TVE.froala.editor.html.cleanEmptyTags();const i=e.find(".fr-element").get(0).innerHTML,a=i.substring(i.lastIndexOf(s)),l=e.closest(".thrv-styled-list-item"),o=l.find(".tcb-numbered-list-text").hasClass(TVE.Components.group.group_item_class),c=e.closest(".thrv-numbered_list");e.find(".fr-element").get(0).innerHTML=i.replace(a,"<thrive_list_element_enter>"+a+"</thrive_list_element_enter>"),l.after(this.renderer.create_default_list_item(c,0,TVE.inner_$("thrive_list_element_enter").html().replace(s,""))),TVE.inner_$("thrive_list_element_enter").remove();const n=l.next().find(".tcb-numbered-list-text");o&&n.addClass(TVE.Components.group.group_item_class),TVE.froala.force_focus(n,!1),n.trigger("click.tcb"),n.froalaEditor("events.focus"),"<br>"===n.find(".fr-element").html().replace(/ style=""/g,"")?TVE.froala.editor.selection.setAtStart(TVE.froala.editor.$el.get(0)):TVE.froala.editor.selection.setAtEnd(TVE.froala.editor.$el.get(0)),TVE.froala.editor.selection.restore(),this.renderer.reset_list_numbers(e.closest(".thrv-numbered_list"))},add_list_item(){const e=this.controls.preview.applyTo(),t=this.renderer.get_next_list_number(e.attr("data-start-number"),e.attr("data-number-increment"),e.find(".thrv-styled-list-item").length);e.find("ul, ol").append(this.renderer.create_default_list_item(e,t)),this.controls.preview.update(e)},list_preview_control:()=>s(59577),openFonts(e,t){return t=t.parentElement.getElementsByClassName("tcb-icon-edit")[0],this.controls.FontFace.open(e,t),this.controls.FontFace.readFont(e),!1}})},36317:(e,t,s)=>{const i=s(50732);e.exports=i.extend({before_initialize(){this.defaults()},after_initialize(){this.init_controls()},defaults(){return this.values={},this},init_controls(){},update(){},get_default_data(){return this.defaults(),this._get_default_data()},change(){this.collection.trigger("change")},reset(e){if(this.model=e,this.flag_dom_skip)return delete this.flag_dom_skip,this;this.read(),this.dom()},read(){},dom(){},cancel(){TVE.SKIP_CSS_STATE=!1,TVE.UndoManager.temp.delete(),this.model.get("__new")?this.model.destroy():this.model.restoreState()},apply(){TVE.SKIP_CSS_STATE=!1,this.model.has("__new")?this.model.unset("__new"):this.model.trigger("change",this.model)}})},36381:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({extra_states:!0,max_headings:3,controls_init(){this.controls.HeaderColor&&(this.controls.HeaderColor.update=function(){this.setValue(this.applyTo().head_css("color",null,"",!0))},this.controls.HeaderColor.input=function(e){const t=this.applyTo();e&&(e+=" !important"),this.applyElementCss({color:e},t,"",""),e||this.component.controls.HeaderColor.update(t)},this.controls.HeadBackground.update=function(){this.setValue(this.applyTo().head_css("background-color",null,"",!0))},this.controls.HeadBackground.input=function(e){const t=this.applyTo();this.applyElementCss({"background-color":e},t,"",""),e||this.component.controls.HeadBackground.update(t)}),this.controls.Evenly.update=function(e,t){t||e.mediaAttr("data-columns")<2?this.disable():this.enable().setChecked("true"===e.attr("data-distribute"))},this.controls.Evenly.input=(e,t)=>{e.attr("data-distribute",t.checked),this.refresh()},this.controls.Headings.update=function(e){this.uncheckAll();const t=e.attr("data-headers"),s=t?t.split(","):[];_.each(s,function(e){this.setChecked(e)},this)},this.controls.Headings.input=(e,t)=>{const s=this.controls.Headings.get_checked_inputs();if(s.length>this.max_headings)return TVE.page_message(tcb_main_const.i18n.OnlyThreeHeadingsSelected,-1),t.checked=!1,!1;e.attr("data-headers",s.join(","))},this.controls.Columns.update=function(e){this.setValue(e.mediaAttr("data-columns")||1)},this.controls.Columns.input=(e,t)=>{e.mediaAttr("data-columns",t.value),this.controls.Evenly.update(e,t.value<2),this.refresh()}},afterRefresh(){},refresh(e=TVE.ActiveElement){if(e.jquery||(e=TVE.ActiveElement),e.length){const t=e.attr("data-id");t&&TVE.inner_$(`.tve-toc[data-id="${t}"]`).length>1&&e.removeAttr("data-id"),e.tableOfContents({target:TVE.apply_filters("tcb.toc.target",TVE.Editor_Page.editor),itemsFilter:t=>TVE.apply_filters("tcb.toc.headers",t,e),itemCallback:function(e){const t=e.parents(".tve_wp_shortcode").find("> .tve_shortcode_raw");if(!t.length)return;let s=t.html().replace("___TVE_SHORTCODE_RAW__","").replace("__TVE_SHORTCODE_RAW___","");const i=document.createElement("textarea");i.innerHTML=s,s=i.value;let a="";TVE.inner_$(s).each(function(){this.innerText&&e.text().replace(/—||-/,"")===this.innerText.replace(/—||-/,"")&&this.setAttribute("id",e.attr("id")),a+=this.outerHTML?this.outerHTML:""}),t.text("___TVE_SHORTCODE_RAW__"+a+"__TVE_SHORTCODE_RAW___")},hideEmpty:!1}),this.afterRefresh()}}})},36404:(e,t,s)=>{const i=s(16668),a=s(44684);e.exports=i.component.extend({collection:null,template:TVE.tpl("top-navigation/container"),item_tpl:TVE.tpl("top-navigation/item"),compact_item_tpl:TVE.tpl("top-navigation/item-compact"),screen_sizes:{large:1150,small:850},average_size:1440,root_elements:[],is_compact:!1,initialize(){TVE.add_action("tcb.focus.clear",()=>{TVE.$will_focus||this.reset_collection()}),this.collection=new a,this.listenTo(this.collection,"reset",this.render)},reset_collection(){const e=this.get_root_element(),t=[];e.data("breadcrumbs.disabled")&&t.push({element:e,edited_element:!1,name:TVE.get_element_name(e)}),this.collection.reset(t)},reset_breadcrumbs(){if(TVE.state_manager.is_jump())return;this.is_compact=!1;const e=TVE.ClickedElement;if(e.is(".tve-post-options-element, body.tve_lp"))return!1;const t=TVE.state_manager.is_default(),s=TVE.state_manager.get_parent()||TVE.state_manager.get_element();function i(i){let a=i.attr("data-element-name")||TVE.get_element_name(i);return!t&&i.is(s)&&(a+=": <strong>"+TVE.state_manager.getStateLabel().toUpperCase()+"</strong>"),{element:i,edited_element:e.is(i),name:a}}const a=TVE.Editor_Page.selection_manager.selectors.get("not_editable")+",.breadcrumbs-hidden";let l=this.get_root_element(),o=[i(e)];e.closest(l).length||(this.clear_root_element(),l=TVE.inner.$body);const c=TVE.Editor_Page.selection_manager.selectors.get("editable")+","+TVE.TEXT_ALL;e.not(l).parentsUntil(l.parent(),c).each(function(){const e=TVE.inner_$(this);e.is(a)||null===TVE._type(e)||o.push(i(e))}),o=TVE.apply_filters("tcb.breadcrumbs.items",o,e),this.collection.reset(o)},render(){return this.collection.split(TVE.main.$container.data("el-width")-250),this.$el.html(this.collection.length?this.template():""),this},expand(e){this.$(".tcb-compact-nav-list").toggle(),e.currentTarget.classList.toggle("expanded")},clicked(e,t){if(!TVE.apply_filters("tcb.breadcrumb_click_before",!0,e,t))return!1;const s=this.collection.at(t.dataset.index),i=s.get("element"),a=TVE.ActiveElement.is("a.tve-froala")?TVE.ActiveElement:null;i.is(TVE.TEXT_ALL)?TVE.froala.force_focus(i,!1).then(e=>{a&&e.styles.setActiveElement(a.parent())}):TVE.Editor_Page.selection_manager.select_element(s.get("element"))},push_root_element(e){this.get_root_element()[0]!==e[0]&&this.root_elements.push(e)},pop_root_element(e){return this.root_elements.length&&e?this.get_root_element()[0]!==e[0]?null:this.root_elements.pop():null},clear_root_element(){return this.root_elements=[],this},get_root_element(){return this.root_elements.length?_.last(this.root_elements):TVE.inner_$(TVE.CONST.editor_selector||TVE.Editor_Page.editor)}})},36510:(e,t,s)=>{const i=s(56164);e.exports=i.extend({prev_element_data:{},non_global_css:[],sub_elements:[],$elem_templates:"",global_styles_set:{},getPanelClass:()=>"full-height",handleOpenPanel(){jQuery(".trigger").toggleClass("disabled")},container_class:()=>"",after_render(){this.$elem_templates=this.$el.find(".tcb-element-templates"),this.el.style.setProperty("--tve-cpanel-height",`${TVE.$("#tve-scroll-panel").height()}px`)},after_open(){TVE.main.$cpanel.find(".tve-panel").removeClass("drop-panel-open")},read_from_element(){const e=this.readFrom();return this.global_class=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix),this.elem_type=TVE.Components["shared-styles"].get_element_type(TVE._type(e)),this.hasBackgroundContent=!1,_.isEmpty(TVE.CONST.global_styles["tpl_"+this.elem_type])||(this.global_styles_set[TVE.t.global.template_styles.toUpperCase()]=TVE.CONST.global_styles["tpl_"+this.elem_type]),_.isEmpty(TVE.CONST.global_styles[this.elem_type])||(this.global_styles_set[TVE.t.global.global_styles.toUpperCase()]=TVE.CONST.global_styles[this.elem_type]),this.global_styles_set=TVE.apply_filters("tcb.global.stylepicker.styles",this.global_styles_set,this.elem_type),_.isEmpty(this.global_styles_set)?"":(_.each(this.global_styles_set,function(e){_.each(e,function(e){this.model.config.items[e.cls]=e.name.trim()},this)},this),!this.global_class&&e.attr("data-style")?e.attr("data-style"):this.global_class)},onOpen(e){this.set_prev_element_data(e);const t=TVE.tpl("controls/global/style-"+this.elem_type);["section","contentbox"].includes(this.elem_type)&&(this.hasBackgroundContent=e.find(".tve-page-section-out,.tve-content-box-background").html().length>0),_.isEmpty(this.global_styles_set)?this.$el.find(".tcb-element-templates").html(TVE.t.global.no_styles_created):(this.$el.find(".tcb-element-templates").empty(),_.each(this.global_styles_set,function(e,s){this.$el.find(".tcb-element-templates").append('<div class="full-width button-category-label">'+s+"</div>"),this.add_custom_styles(e,t)},this)),_.isEmpty(this.model.config.items)||this.add_default_styles(t),this.$(".btn-apply").toggleClass("tcb-disabled",_.isEmpty(this.global_styles_set)&&_.isEmpty(this.model.config.items)),this.change()},add_default_styles(e){let t="<hr>";t+='<div class="full-width button-category-label">'+TVE.t.default_templates.toUpperCase()+"</div>",_.each(this.model.config.items,(s,i)=>{i.includes(TVE.CONST.global_cls_prefix)||(t+='<div class="tve-select-item global-style-preview click '+i+'" data-value="'+i+'" data-fn="select">'+e({cls:i,text:s})+"</div>")}),this.$elem_templates.append(t)},add_custom_styles(e,t){let s="";_.each(e,function(e){s+='<div class="tve-select-item global-style-preview click" data-value="'+e.cls+'" data-fn="select">'+t({cls:e.cls,text:e.name})+"</div>"},this),this.$elem_templates.append(s)},input(e){const t=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix)||e.attr("data-style"),s=this.model.selected;if("function"==typeof TVE.Components[this.elem_type].global_style_input&&TVE.Components[this.elem_type].global_style_input(t,s),e.removeClass(t).addClass(s).removeAttr("data-style"),-1===s.indexOf(TVE.CONST.global_cls_prefix)&&"function"==typeof TVE.Components[this.elem_type].get_default_style_css){e.attr("data-style",s);const t=TVE.Components[this.elem_type].get_default_style_css(s),i=t.css,a=t.font_color,l=e.find(this.model.config.to);TVE.Components.typography.controls.FontColor.input(a),_.each(i,function(e){l.head_css(e.rules,e.media)})}else{e.removeAttr("data-css").removeAttr("data-selector");const t=TVE.Components["shared-styles"].getGlobalStyleObject(e,this.model.selected.replace(/^tcb-global-(.+?)-([^-]+)$/,"$2"));TVE.Components["shared-styles"].addGlobalStyleDefaultCss(e,t.default_css,this.hasBackgroundContent),_.each(this.non_global_css,function(e){_.each(e.css,function(t){e.element.head_css(_.pick(t.rules,_.identity),t.media)})})}TVE.Editor_Page.reposition_icons()},set_prev_element_data(e){if(this.prev_element_data={},_.each(e,function(e,t){const s=TVE.inner_$(e);this.prev_element_data[t]={},this.prev_element_data[t].element=s,this.prev_element_data[t]._data_css=_.isEmpty(s.attr("data-css"))?"":s.attr("data-css"),this.prev_element_data[t]._class=s.attr("class"),this.prev_element_data[t]._inner_html=s.html(),this.prev_element_data[t].data_style=s.attr("data-style"),this.non_global_css.push({element:s,css:TVE.Components["shared-styles"].get_non_global_css(s)})},this),"function"==typeof TVE.Components[this.elem_type].global_style_sub_elements){const e=TVE.Components[this.elem_type].global_style_sub_elements();_.each(e,function(e){this.non_global_css.push({element:e,css:TVE.Components["shared-styles"].get_non_global_css(e)})},this)}},cancel(e){_.each(this.prev_element_data,function(e){const t=e.element;t.attr("class",e._class).attr("data-css",e._data_css).attr("data-style",e.data_style),t.html(e._inner_html)},this),this.model.selected=this.model.selected_old,this.apply(e),TVE.inner.window.TCB_Front.playBackgroundYoutube(e.find(".tcb-yt-bg"))},apply(e){TVE.main.element_selected(e)}})},36754:(e,t,s)=>{e.exports=s(24942).extend({getCoords(){const e={"padding-bottom":"",top:this.$target.offset().top};return e.top<15&&(e["padding-bottom"]="15px"),e},allowControlsToBeShown(){const e=!this.$target.is(".thrv_header")&&TVE.Editor_Page.editor.children(TVE.Editor_Page.selection_manager.selectors.get("editable")).first().is(this.$target);return TVE.apply_filters("tcb.allow_block_controls_above",e,this.$target)}})},36811:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("controls/cards-change"),_template:TVE.tpl("controls/drop-panel-light"),render_item(e,t){return this.item_template()({key:e,label:t.label?t.label:t,value:t})},item_template:()=>_.template('<div class="col-xs-6 card-item tcb-truncate"><label class="tcb-checkbox"><input type="checkbox" class="tve-checkbox click" data-fn="clicked" id="<#=value.identifier#>-tcb-card" value="<#=value.identifier#>"/><span><#=value.label#></span></label></div>'),clicked(e,t){const s=e.attr("data-cards").split(","),i={};if(t.checked)s.push(t.value);else{const e=s.indexOf(t.value);e>-1&&s.splice(e,1)}e.attr("data-cards",s),_.each(this.renderer.cards,function(e,t){_.contains(s,t)&&(i[t]=e)},this),this.model.selected=i,this.input(e,t),TVE.Editor_Page.reposition_icons()},input(e){this.renderer.set_data({cards:this.model.selected}).render_to(e)},read_from_element(){const e=this.applyTo().attr("data-cards").split(","),t={};return _.each(this.renderer.cards,function(s,i){let a=!1;_.contains(e,i)&&(t[i]=s,a=!0),this.$("#"+i+"-tcb-card").prop("checked",a)},this),this.renderer.set_data({cards:t}),t},update(){const e=this.read_from_element();this.model.selected=e,this.model.selected_old=e},cancel(e){this.model.selected=this.model.selected_old,this.renderer.set_data({cards:this.model.selected_old}).render_to(e),this.renderer.clear_undo_snapshot(),this.read_from_element(),TVE.Editor_Page.reposition_icons()},onOpen(e){this.update(),this.renderer.take_undo_snapshot(e)},apply(e){this.renderer.render_to(e,!0),this.collection.trigger("reset-for-preview")}})},36953:(e,t,s)=>{const i=s(16668),a=s(10547);e.exports=i.component.extend({extra_states:!0,updateOnMouseLeave:!1,$active_element:null,default_value:"GDPR ACCEPTED",controls_init(){const e=this;this.controls.ShowLabel.update=function(e){this.setChecked(a.labelVisible(e)),this.$el.toggle(!TVE.ActiveElement.parent().hasClass("tcb-remember-me-item"))},this.controls.ShowLabel.change=(e,t)=>{a.toggleFieldLabel(e,t.checked,"gdpr"),TVE.ElementEditIcons.show_icons(e)},this.controls.CheckboxSize.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--tcb-checkbox-size":s.value+this.getUM()},t),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix)},this.controls.CheckboxSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tcb-checkbox-size",!0)||0)},this.controls.StyleChange.set_drop_panel(this.controls.CheckboxStylePicker),TVE.add_action("tve.lg.edit.input",(e,t)=>{if(e.hasClass("tcb-lg-consent")){let s=t.$(".tve-lg-field-gdpr-value").val();s||(s=this.default_value),e.find(".user_consent").val(s);const i=t.component.leadGenerationModel.get("consent");i.enabled=!0,t.component.leadGenerationModel.set("consent",i),t.component.leadGenerationView.write("consent"),t.component.leadGenerationModel.unset("default",{silent:!0})}}),TVE.add_filter("tcb.froala.options",(e,t,s)=>{if(t.is(".tve_lg_checkbox_wrapper .tve-input-option-text")){e.toolbarButtons=s.inline_link;const t=e.toolbarButtons.indexOf("linkStyles");t>-1&&e.toolbarButtons.splice(t,1)}return e}),TVE.add_filter("tve.change.css.variable.element",e=>(e&&e.hasClass("tcb-lg-consent")&&(e=this.controls.CheckboxPalettes.applyTo()),e)),TVE.add_filter("tcb_element_variables",e=>(e&&e.hasClass("tcb-lg-consent")&&(e=this.controls.CheckboxPalettes.applyTo()),e)),TVE.add_action("tcb.change.css.variable",(e,t,s)=>{s&&s.is(".tve-new-checkbox.tcb-lg-consent .tve_lg_checkbox_wrapper")&&this.controls.CheckboxStylePicker.setStyleColor(e,t,s)}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.is(".tve-new-checkbox.tcb-lg-consent .tve_lg_checkbox_wrapper")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.CheckboxStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_filter("tcb.state_manager.change.edit_mode",e=>(e.hasClass("tcb-lg-consent")&&(e=e.find(".tve_lg_checkbox_wrapper")),e)),TVE.add_action("tcb.focus.clear",e=>{e&&e.hasClass("tcb-lg-consent")&&(e.find(".tve_lg_checkbox_wrapper").toggleClass("tve-state-expanded",!!e.find("input.user_consent:checked").length),TVE.Views.Controls.DropPanel.close_all())}),TVE.add_action("tcb.element.click",e=>{if(e.currentTarget.closest(".tcb-lg-consent.edit_mode")&&!e.target.closest(".tve-input-option-text")){const t=e.currentTarget.querySelector(".tve_lg_checkbox_wrapper").classList.contains("tve-state-expanded")?"default":"expanded";TVE.state_manager.change(t,!0,{noOverlay:!0}),TVE.Views.Controls.DropPanel.close_all()}}),TVE.add_action(`tcb.state.change.before.update.${this.key}`,e=>{"default"===e&&TVE.ActiveElement.find(".tve-state-expanded").removeClass("tve-state-expanded")})},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner.$document.find(`[data-label-for="${t}"]`).first().remove()},cancel(){},checkboxStylePicker:()=>s(8266),handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,"")})},37073:(e,t,s)=>{(t=>{const i=s(16668),a=["layout","group"],l=s(89926);let o,c,n,r=!1;e.exports=i.component.extend({updateOnMouseLeave:!1,timezone:"+00:00",updateElement(e=TVE.ActiveElement){e.attr("data-timezone",this.timezone),e.each((e,t)=>{new TVE.inner.window.TCB_Front.Countdown(TVE.inner_$(t),!0)})},before_update(){r=TVE.ActiveElement.hasClass("tve-countdown-evergreen"),o=this.controls.EndDate.applyTo().tcbJsonData("visible"),this.getElements(TVE.ActiveElement),this.updateDom()},getElements(e){c=e.find(".tve-countdown-label .tcb-plain-text"),n=e.find(".tve-countdown-separator")},controls_init(e){this.timezone=this.$(".timezone-notice").attr("data-timezone"),this.hooks(),e.Size.update=function(e){this.setValue(e.tcbCss("--tve-countdown-size").trim())},e.Size.input=function(e,t){e.head_css({"--tve-countdown-size":`${t.value}${this.getUM()} !important`},null,"",!1,""),this.applyElementCss({"font-size":"calc(var(--tve-countdown-size) * var(--tve-countdown-label-size)) !important"},c,"",`${TVE.CONST.global_css_prefix} `),this.applyElementCss({"--tve-font-size":"calc(var(--tve-countdown-size) * 0.3)"},n,"","")},e.Size.umChange=function(e,t){const s=this.getUM(),i=e.parent(),a=t.dataset.value;this.setValue(`${new l(this.getValue()+s).getValueIn(a,{em_size:i.css("font-size"),parent_size:i.width()})}${a}`)},e.EndDate.update=function(e){if(!e.hasClass("tcb-elem-placeholder")){const t=e.attr("data-date").split("-"),s=t[1]-1;this.setValue(t[0],s,t[2])}},e.EndDate.input=(t,s)=>{if(s){const e=s.split(" ")[0].split("-").reverse().join("-");t.attr("data-date",e),this.updateElement(t)}else e.EndDate.update(t)},e.Day.input=(t,s)=>{let i=parseInt(s.value)||0;isNaN(i)&&(i=0);const a=i.toString().length;i||e.Day.setValue(0),1===a&&(i="0"+i),t.attr("data-day",i),this.updateElement(t)},e.Day.update=function(e){let t=parseInt(e.attr("data-day"));t||(t=0,e.attr("data-day","00")),this.setValue(t)},e.Hour.input=(t,s)=>{let i=parseInt(s.value)||0;isNaN(i)&&(i=0);const a=i.toString().length;i||e.Hour.setValue(0),1===a&&(i="0"+i),t.attr("data-hour",i),this.updateElement(t)},e.Hour.update=function(e){this.setValue(parseInt(e.attr("data-hour")))},e.Minute.input=(t,s)=>{let i=parseInt(s.value)||0;isNaN(i)&&(i=0);const a=i.toString().length;i||e.Minute.setValue(0),1===a&&(i="0"+i),t.attr("data-min",i),this.updateElement(t)},e.Minute.update=function(e){this.setValue(parseInt(e.attr("data-min")))},e.Second.input=(t,s)=>{let i=parseInt(s.value)||0;isNaN(i)&&(i=0);const a=i.toString().length;i||e.Second.setValue(0),1===a&&(i="0"+i),t.attr("data-sec",i),this.updateElement(t)},e.Second.update=function(e){let t=parseInt(e.attr("data-sec"));t||(t=0,e.attr("data-sec","00")),this.setValue(t)},e.Day.validate_and_change=e.Hour.validate_and_change=e.Minute.validate_and_change=e.Second.validate_and_change=t.noop,e.ExpDay.input=(e,t)=>{e.attr("data-expday",t.value),this.updateElement(e)},e.ExpDay.update=function(e){this.setValue(parseInt(e.attr("data-expday")))},e.ExpHour.input=(e,t)=>{e.attr("data-exphour",t.value),this.updateElement(e)},e.ExpHour.update=function(e){this.setValue(parseInt(e.attr("data-exphour")))},e.StartAgain.update=t=>{const s=t.attr("data-norestart"),i=void 0!==s&&0===parseInt(s);e.StartAgain.setChecked(i),this.$el.find(".tcb-start-again-control").toggleClass("tcb-hidden",!i)},e.StartAgain.change=(e,t)=>{this.$el.find(".tcb-start-again-control").toggleClass("tcb-hidden",!t.checked),e.attr("data-norestart",t.checked?0:1)},e.VisibleTiles.update=function(){this.setActive(Object.keys(o).filter(e=>o[e]))},e.VisibleTiles.change=(e,t)=>{o[t.dataset.value]=!o[t.dataset.value],e.tcbJsonData("visible",o),this.updateElement(e)},e.ShowSep.update=function(){this.setChecked(o[TVE.main.device])},e.ShowSep.change=(e,t)=>{o[TVE.main.device]=t.checked,e.tcbJsonData("visible",o),this.updateElement(e)},e.ShowElement.update=function(e){this.setChecked(e.hasClass("show-expired-cd"))},e.ShowElement.change=(e,t)=>{e.toggleClass("show-expired-cd",t.checked)}},hooks(){const e=e=>{e.find(TVE.identifier("countdown")).addBack(TVE.identifier("countdown")).each((e,t)=>{this.updateElement(TVE.inner_$(t))})};TVE.main.on("device_change",()=>{e(TVE.Editor_Page.editor)}),TVE.add_action("tcb.after_insert_symbol",e),TVE.add_action("tve.imported_content",e),TVE.add_action("tcb_after_cloud_template_css_inserted",e),TVE.add_action("tcb.insert_content_template",e),TVE.add_action("tcb.after-insert",e),TVE.add_filter("element_drop",e=>(e&&e.hasClass("tve-countdown")&&this.updateElement(e),e)),TVE.add_filter("text_block_element",(e,t=!1)=>(TVE.ActiveElement.is(".tve-cd-editable.tcb-editable-label")&&(e=TVE[(t?"Clicked":"Active")+"Element"].find(".tcb-plain-text")),e),100),TVE.add_filter("tcb.get_dropzone_target",e=>{if(TVE.FLAGS.$dragged_element)return e;if(TVE.main.EditMode.in_edit()){const t=TVE.main.EditMode.element();t&&t.is(TVE.identifier("countdown"))&&(e=t.find("> .tve-countdown-content > .tve-countdown-expired").children().last())}return e}),TVE.add_filter("tve.cloud_templates.modal",(e,t)=>(t.hasClass("tve-countdown")&&(e="countdown"),e)),TVE.add_filter("tcb.text.read_font",(e,t)=>(!e&&t.closest(".tve-countdown-label").length&&(e=t.css("font-family")),e))},__config_VisibleTiles(e){e.buttons=[{value:"days",text:"Days"},{value:"hours",text:"Hours"},{value:"minutes",text:"Minutes"},{value:"seconds",text:"Seconds"}]},updateDom(){this.$(".tve-evergreen").toggle(r),this.$(".timezone-notice").toggle(!r),this.controls.EndDate.$el.toggle(!r),this.controls.ExternalFields.$el.toggleClass("tcb-hidden",r)},editElement(){const e=TVE.ClickedElement,t=TVE.main.sidebar_extra.$el.find(".add-element"),s=t.hasClass("tve-disabled"),i=e.find(" > .tve-countdown-content"),a=i.find(" > .tve-countdown-data");this.$(".tve-cd-default").addClass("tcb-hidden"),i.removeClass("tve-prevent-content-edit"),TVE.main.EditMode.enter(e,{show_default_message:!0,restore_state:!0,can_insert_elements:!1,states:TVE.apply_filters("tve.countdown.state",[{label:TVE.t.Active,value:"active"},{label:TVE.t.Expired,value:"expired"}]),callbacks:{state_change:s=>{const i="expired"===s;e.toggleClass("expired",i),this.controls.ShowElement.$el.toggleClass("tcb-hidden",!i),this.$(".tve-cd-active").toggleClass("tcb-hidden",i),t.toggleClass("tve-disabled",!i),a.toggleClass("tve-prevent-content-edit",i),TVE.Editor_Page.focus_element(e)},exit:()=>{this.controls.ShowElement.$el.addClass("tcb-hidden"),this.$(".tve-cd-active").removeClass("tcb-hidden"),this.$(".tve-cd-default").removeClass("tcb-hidden"),t.toggleClass("tve-disabled",s),i.addClass("tve-prevent-content-edit"),a.removeClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(e.removeClass("canvas-mode expired"))}}})},handleOverflow(e=TVE.ActiveElement,t){this.getElements(e),t=Math.max(this.config.Size.config.min,t),this.controls.Size.input(e,{value:t}),this.controls.Size.setValue(`${t}px`),TVE.ActiveElement&&Object.keys(TVE.Elements[TVE._type(TVE.ActiveElement)].components).forEach(e=>{!a.includes(e)&&TVE.Components[e].isOpen()&&TVE.Components[e].update()})}})})(jQuery)},37125:(e,t,s)=>{const i=s(50732);e.exports=i.extend({networks:{fb_share:"Facebook",x_share:"X",xing_share:"Xing",in_share:"Linkedin",pin_share:"Pinterest",bluesky_share:"Bluesky"},after_initialize(){this.networks=TVE.apply_filters("tcb-social-add-networks",this.networks),TVE.CONST.socialNetworks=this.networks,this.$(".popup-content").html(TVE.tpl("controls/social/network-checkboxes")({networks:this.networks})).addClass("inline-checkboxes")},attach_collection(e){this.collection=e},apply(){const e=this;this.$(".s-network").each(function(){const t=e.collection.findWhere({key:this.value});this.checked?t||e.collection.findWhere(t).set({checked:!0}):t&&e.collection.findWhere(t).set({checked:!1})}),this.collection.trigger("change")},cancel(){},update(){},get_selected(){const e=[];return this.$(".s-network:checked").each(function(){e.push(this.value)}),e},read_element(e){const t=[],s=[],i=this.networks;return arguments.length||(e=this.applyTo()),e.find(".tve_s_item").each(function(){const e=this.getAttribute("data-s");s.push({key:e,label:i[e],checked:!0}),t.push({key:e,label:i[e],checked:!0})}),_.each(this.networks,(i,a)=>{e.find(".tve_s_item").filter(`[data-s="${a}"]`).length>0||(s.push({key:a,name:i,checked:!1}),t.push({key:a,label:i,checked:!1}))}),this.component.renderer.set_config({selected:s},!1),TVE.apply_filters("tve_social_networks_items",t,e)}})},37261:(e,t,s)=>{const i=s(16668),a=`${TVE.CONST.colors.local_prefix}var`,l=`${TVE.CONST.colors.local_prefix}icon`,o=s(34459);TVE.IconsModal=s(83842),e.exports=i.component.extend({extra_states:!0,group_editing_change_icons_for:".thrv_widget_menu, .thrv-styled_list",controls_init(e){const t=this,s=function(e,s){let i;if(e=TVE.apply_filters("tcb.icon_element.input",e),i=s.icon.is("symbol")?TVE.svg_icon({path:s.icon.html(),viewBox:s.icon[0].getAttribute("viewBox"),name:s.icon.find("> title").first().text(),id:s.icon.attr("id")}):`<span class="tve_sc_icon ${s.icon.data("filter")}" data-id="${s.icon.data("filter")}"></span>`,TVE.is_group_editing&&0===e.closest(TVE.apply_filters("tcb.group.editing.change.icons.for",t.group_editing_change_icons_for)).length&&((e=e.filter(".edit_mode")).length||(e=TVE.ActiveElement)),e.head_css("font-size").length<=0&&!e.hasClass("tcb-icon-inherit-style")){const t=TVE.apply_filters("tcb.icon.default_size",60,e),s=this.component.controls.Slider.config.important?" !important":"";e.head_css({"font-size":`${t}px ${s}`,"margin-left":"auto","margin-right":"auto",width:`${t}px ${s}`,height:`${t}px ${s}`})}e.html(i);const a=e.attr(`data-icon-${TVE.state_manager.get_state()}-gradient`);a&&t.controls.GradientPicker.input(a),TVE.do_action("icon_element_changed",e,s.icon.data("filter")||s.icon.attr("id")),this.update(e)};this.controls.ToggleURL&&(this.controls.ToggleURL.update=function(t){this.$el.toggle(0===t.closest(".tcb-button-icon, .tve_lg_input_container, .tve-cf-submit, button").length),this.setChecked(!!t.filter(".edit_mode").parent("a[href]").length),e.link.$el.toggle(this.isChecked()),TVE.Editor_Page.reposition_icons()},this.controls.ToggleURL.input=(t,s)=>{e.link.$el.toggle(!!s.checked),e.link.toggleURL(s.checked)}),void 0!==this.controls.RotateIcon&&(this.controls.RotateIcon.update=function(e){const t=TVE.getComputedStyle(e,"--tcb-icon-rotation-angle",!0);this.setValue(t||0)},this.controls.RotateIcon.input=function(e,t){e.head_css({"--tcb-icon-rotation-angle":t.value+"deg"})}),this.controls.Slider.update=function(e){if(this.$el.toggle(!e.parent().is(".tve_lg_input")),TVE.state_manager.is_default()){const t=e.head_css("font-size",!1,"",!0,this.config.css_prefix),s=e.length&&!!TVE.inner.window.getComputedStyle(e[0]).getPropertyValue("--tve-icon-size");this.setValue(t),t&&!s&&this.component.controls.IconPicker&&TVE.ActiveElement.head_css({"--tve-icon-size":t},null,this.config.css_suffix,!1,this.config.css_prefix)}},this.controls.Slider.getCssProps=()=>["font-size","width","height","--tve-icon-size"],this.controls.Slider.input=function(e,t){let s=Number(t.value);(isNaN(s)||s<=0)&&(s=1,this.setValue(s));const i={};if(this.getCssProps().forEach(e=>i[e]=s+this.getUM()+(this.config.important?" !important":"")),this.applyElementCss(i,e,this.config.css_suffix,this.config.css_prefix),TVE.do_action("tcb.icon.slider_input",this,i,e),e.siblings('button[type="submit"]').length){const t=e.siblings('button[type="submit"]'),i=parseInt(t.css("padding-top")),a=parseInt(t.css("padding-bottom"));this.applyElementCss({height:`${s+a+i}px`},t,"","",!0)}!TVE.SKIP_CSS_STATE&&this.component.controls.StyleChange&&this.component.controls.StyleChange.update()},this.controls.ColorPicker.update=function(){const e=this.applyTo();let t=TVE.getCssVariableValue(a,e.addClass("tcb-local-vars-root")).replace("var$","var"),s=!1;t||(s=!0,t=e.head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix)),TVE.main.$cpanel[0].style.setProperty(l,t),this.setValue(t),this.component.controls.IconPicker&&!e.hasClass("tcb-icon-gradient")&&(this.component.controls.IconPicker.setControlColor(t),s&&this.applyElementCss({[l]:t,[a]:t&&String(t).replace("var","var$")||""},TVE.ActiveElement,"",""))},this.controls.ColorPicker.input=function(e){const t=this.applyTo();this.component.controls.IconPicker&&(t.addClass("tcb-local-vars-root"),this.applyElementCss({[l]:e,[a]:e&&String(e).replace("var","var$")||""},TVE.ActiveElement,"",""),this.component.controls.IconPicker.setControlColor(e)),e&&t.mediaAttr("data-style")&&t.mediaAttr("data-style").includes("inverted")&&(e="#fff"),e&&(this.important||this.config.important)&&(e=`${e} !important`),this.applyElementCss({color:e}),e||this.component.controls.ColorPicker.update(t)},this.controls.ModalPicker&&(this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=s,this.controls.ModalPicker.update=function(e){const t=e.children().first();let s=t.attr("data-name")||t.attr("data-id");s=!s&&t.attr("data-tve-icon")&&t.attr("data-tve-icon").replace("icon-","")||"",s=s.replace("icon-",""),this.updateValue(s)}),this.controls.IconPicker&&(this.controls.StylePicker.iconColorVar=l,this.controls.IconPicker.update=jQuery.noop,this.controls.IconPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.IconPicker.setDropPanel(this.controls.StylePicker),this.controls.IconPicker.modalInput=s,this.controls.IconPicker.updatePreview=function(e=TVE.ActiveElement,t){if((e=e.filter(".edit_mode")).hasClass("tcb-icon-gradient")){const t=`tcb-gradient-default-${TVE.ActiveElement.attr("data-css")}`;e.find("svg").tcbCss("--tcb-gradient-default-value",`url(#${t})`)}const s=e.length?e.children().first()[0].outerHTML:"";this.$(".preview-item").html(TVE.tpl("controls/icon/style-picker")({key:t||this.previewValue,icon:s})),this.setStyle(t?t.split("_")[1]:""),this.component.controls.StylePicker.setIcon(s)},this.controls.IconPicker.update=function(e=TVE.ActiveElement){const t=(e=e.filter(".edit_mode")).children().first(),s=e.mediaAttr("data-style")||"";let i=t.attr("data-name")||t.attr("data-id");i=i||(t.attr("data-tve-icon")?t.attr("data-tve-icon").replace("icon-",""):""),i=i.replace("icon-",""),this.setStyle(s?s.split("_")[1]:""),this.setElementName(i),i&&this.setSelected(`.${i}`),this.updatePreview(e,s)}),e.ToggleColorControls&&(e.ToggleColorControls.update=function(e){const s=e.hasClass("tcb-icon-gradient")?"tcb-icon-gradient-color":"tcb-icon-solid-color";this.clearActive(),this.setActive(s),t.$(".tcb-color-toggle-element").hide(),t.$("."+s).show(),t.updateControlsPreviews()},e.ToggleColorControls.input=(e,s)=>{var i;const l=s.getAttribute("data-value"),c=l.includes("gradient"),n=null===(i=e.mediaAttr("data-style"))||void 0===i?void 0:i.includes("inverted");if(this.$(".tcb-color-toggle-element").hide(),this.$("."+l).show(),e.toggleClass("tcb-icon-gradient",c),c&&!e.attr("data-icon-default-gradient")&&e.attr("data-icon-default-gradient","linear-gradient(180deg, #ffffff 0%, #000000 100%)"),c){const s=e.attr("data-icon-default-gradient");t.controls.GradientPicker.input(s),t.controls.GradientPicker.update(),t.updateControlsPreviews()}else{const s=TVE.getCssVariableValue(a,e.addClass("tcb-local-vars-root")).replace("var$","var");o.removeGradient(e.find("svg")),t.controls.ColorPicker.input(s),t.controls.ColorPicker.update(),t.controls.IconPicker&&(t.controls.IconPicker.setControlColor(s),n&&t.controls.IconPicker.panel.applyCss())}const r=e.children().first()[0].outerHTML;t.controls.StylePicker.setIcon(r)}),e.GradientPicker&&(e.GradientPicker.update=function(){const e=this.applyTo(),t=TVE.state_manager.get_state(),s=e.attr(`data-icon-${t}-gradient`)||e.attr("data-icon-default-gradient")||"None";this.updateGradientPreview(s),this.setValue(s)},e.GradientPicker.input=function(e){const s=this.applyTo(),i=s.find("svg.tcb-icon"),a=s.mediaAttr("data-style"),l=TVE.state_manager.get_state()||"default",c=`tcb-gradient-${l}-${TVE.ActiveElement.attr("data-css")}`;if(i&&i.length&&i.each((i,a)=>{const l=TVE.inner_$(a);o.addGradientHTML(l,e),t.controls.IconPicker.$el.find(".tve-icon-data svg").html(l.html().replaceAll(c,"tcb-icon-gradient-component")),t.controls.StylePicker.setIcon(s.children().first()[0].outerHTML)}),a&&a.includes("inverted")){const t=TVE.main.device[0];this.applyElementCss({"background-image":`${e} !important`},s,`.tcb-icon-gradient[data-style-${t}$="inverted"]`,""),o.removeGradient(i)}this.applyElementCss({[`--tcb-gradient-${l}-value`]:`url(#tcb-gradient-${l}-${s.attr("data-css")})`}),t.updateControlsPreviews(),this.updateGradientPreview(e)},e.GradientPicker.change=function(e){const t=this.applyTo(),s=TVE.state_manager.get_state();t.addClass("tcb-icon-gradient").attr(`data-icon-${s}-gradient`,e),this.input(e)}),e.StyleColor&&(e.StyleColor.update=function(){this.$el.find(".tve-color-info").attr({"data-side":"bottom","data-tooltip":"This color will be used with icon style effects"});const e=TVE.getCssVariableValue(a,this.applyTo().addClass("tcb-local-vars-root")).replace("var$","var");this.setValue(e)},e.StyleColor.input=function(e){e=e?e.toString():"",this.applyElementCss({[l]:e,[a]:e&&String(e).replace("var","var$")||""},TVE.ActiveElement,".tcb-icon-gradient","")},e.StyleColor.change=function(e){this.input(e),t.controls.IconPicker&&TVE.state_manager.is_default()&&(t.controls.IconPicker.$el.css("--tve-picker-color",e),t.controls.StylePicker.$el.css("--tve-icon-color",e))})},after_init(){const e=this;TVE.add_filter("tcb.icon_style.css",(t,s)=>{const i=TVE.ActiveElement,a=i.hasClass("tcb-icon-gradient"),l=s.includes("inverted"),o=i.attr("data-icon-default-gradient");return i&&i.is(TVE.identifier("icon"))&&e.controls.GradientPicker&&a&&(l&&(t.wrapper["background-image"]=o+" !important"),i.mediaAttr("data-style",s),e.controls.GradientPicker&&e.controls.GradientPicker.input(o)),t})},placeholder_action(){this.controls.IconPicker?this.controls.IconPicker.openModal():this.controls.ModalPicker&&this.controls.ModalPicker.openModal()},update(){i.component.prototype.update.apply(this,arguments);const e=TVE.ActiveElement.parents(".tve-login-form-input").length>0;_.each(["Slider","link","ToggleURL"],t=>{this.controls[t]&&this.controls[t].$el.toggleClass("tcb-hidden",e)})},elementLink:()=>s(66955),style:()=>s(83637),updateControlsPreviews(){if(this.controls.IconPicker){const e=TVE.ActiveElement,t=e.find("svg"),s=`tcb-gradient-${TVE.state_manager.get_state()}-${e.attr("data-css")}`,i=TVE.getCssVariableValue(a,t.addClass("tcb-local-vars-root")).replace("var$","var")||"",l=e.attr("data-icon-default-gradient");this.controls.IconPicker.panel.setColor(i.toString()),this.controls.IconPicker.setControlGradient(l),this.controls.IconPicker.$el.css("--tve-picker-color",i),this.controls.StylePicker.$el.css("--tve-icon-color",i),null!=t&&t.length&&this.controls.IconPicker.$(".tve-icon-data svg").html(t.html().replaceAll(s,"tcb-icon-gradient-component"))}}})},37284:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668).base_view,c=s(515),n=s(16102),r=s(30595),d=s(60352),h=s(87476),p=s(23187);e.exports=o.extend({events:()=>a(a({},o.prototype.events),{},{"click .tve-component .dropdown-header":"toggleComponent"}),afterInitialize(e){this.sidebar=e.sidebar,this.search=new p({el:this.$("#settings-search"),$container:this.$("#tcb-sidebar-settings"),$elements:this.$(".s-item"),text_selector:".s-name"}),this.$exportContent=this.$('[data-fn="exportContent"]'),this.sections={html:s(55296).init(),css:s(50406).init()},this.hooks(),this.initRemindersControl(),TVE.CONST.landing_page&&this.initHeadCssStrip()},hooks(){TVE.CONST.landing_page&&(TVE.add_action("tcb-ready",this.bind("readLPSettings")),TVE.add_action("tcb.element.remove",this.bind("readHF")),TVE.add_action("tcb.after_insert_symbol",this.bind("readHF")),this.sections.lp_fonts=new TVE.Views.Components.LpFonts,TVE.add_action("tcb-ready",()=>{if("blank_hf"===TVE.CONST.tve_post_constants.page_wizard){const e=TVE.inner_$(".thrv_header"),t=TVE.inner_$(".thrv_footer");0===e.length?(h.add_section_placeholder("header",".thrv_header",TVE.Editor_Page.editor,!1),TVE.inner_$(".thrv_header").attr("data-inherit-lp-settings",1)):(TVE.Components.header.before_update(e),TVE.Components.header.controls.InheritContentSize.input(e,{checked:!0})),0===t.length?(h.add_section_placeholder("footer",".thrv_footer",TVE.Editor_Page.editor,!1),TVE.inner_$(".thrv_footer").attr("data-inherit-lp-settings",1)):(TVE.Components.footer.before_update(t),TVE.Components.footer.controls.InheritContentSize.input(t,{checked:!0})),TVE.CONST.tve_post_constants.page_wizard=1}})),TVE.add_action("tcb.drawer.toggle",e=>{"settings"===e&&this.$exportContent.toggleClass("tcb-disabled",!TVE.Editor_Page.editor.children().filter(`:not(#${TVE.Models.ConditionalDisplayManager.groupsContainerId})`).length)})},html(){return this.sections.html.open(),TVE.Editor_Page.blur(),!1},css(){return this.sections.css.open(),TVE.Editor_Page.blur(),!1},addSection(e,t){const s=t.dataset.type,i=TVE.inner_$(`.thrv_${s}`);return i.length?TVE.Components[s]&&TVE.Components[s].placeholder_action&&(TVE.ActiveElement=i,TVE.Components[s].placeholder_action()):h.add_section_placeholder(s,".thrv_"+s,TVE.Editor_Page.editor,!0),TVE.main.sidebar_extra.hide_drawers(),!1},toggleComponent(e){const t=this.$(e.currentTarget);t.toggleClass("open"),t.closest(".tve-component").siblings().find(".dropdown-header").removeClass("open")},initHeadCssStrip(){const e=new c({el:this.$(".tcb-strip-head-css-settings"),model:{config:{label:"Do not strip CSS from <b>&lt;head&gt;</b>",tooltip:"Thrive Architect will strip out any Custom CSS from the <head> section from all Landing Pages built with it. Usually, this is extra CSS that is not needed throughout the Landing Page. By switching it on, you will disable this functionality, and all Custom CSS will be included. Please keep in mind that including this Custom CSS might prevent some of the Landing Page settings to function properly, such as: background color, background image etc."}}});e.change=function(){TVE.CONST.tve_globals.do_not_strip_css=this.isChecked()?1:0},e.update=function(){this.setChecked(TVE.CONST.tve_globals.do_not_strip_css)},e.update()},initRemindersControl(){TVE.CONST.display_save_notification=parseInt(TVE.CONST.display_save_notification);const e=new n({el:this.$(".tcb-reminders-switch"),model:{config:{label:1===TVE.CONST.display_save_notification?TVE.t.reminderz_off:TVE.t.reminderz_on}}});e.change=function(t,s){TVE.CONST.display_save_notification=s.checked?1:0,e.disable();const i=e.$(".switch-label");i.text("Saving..."),TVE.ajax("update_option","post",{option_name:"tve_display_save_notification",option_value:TVE.CONST.display_save_notification}).done(function(){e.enable(),TVE.CONST.display_save_notification?(TVE.Editor_Page.enableSaveWarning(),TVE.page_message("Save Reminders are turned On",!1,3e3)):(TVE.Editor_Page.disableSaveWarning(),TVE.page_message("Save Reminders are turned Off",!1,3e3)),i.text(1===TVE.CONST.display_save_notification?TVE.t.reminderz_off:TVE.t.reminderz_on)})},e.update=function(){this.setChecked(1===TVE.CONST.display_save_notification)},e.update()},focusScripts(){TVE.Components.scripts_settings.focusScripts(this.sidebar)},reset(){this.$(".dropdown-header.open").removeClass("open")},pageEvents(){TVE.modal_open("page-events")},saveTemplate:()=>(TVE.modal_open("save-template"),!1),saveTemplateLP:()=>(TVE.modal_open("lp-save-template"),!1),exportLP:()=>(TVE.modal_open("lp-export"),!1),importLP:()=>(r(),!1),exportContent:()=>(TVE.modal_open("content-export"),!1),readLPFonts(){this.$("#p-texts .value").text(this.sections.lp_fonts.get_value("font-family"))},readHF(){const e=this.$("#p-header").find(".value"),t=this.$("#p-footer").find(".value");e.text(TVE.inner_$(".thrv_header .thrive-shortcode-html").data("name")||e.data("default")),t.text(TVE.inner_$(".thrv_footer .thrive-shortcode-html").data("name")||t.data("default"))},readLPSettings(){this.readHF(),this.readLPFonts(),this.readThemeDependency()},readThemeDependency(){this.$('[data-fn="toggleThemeCss"]').removeClass("tcb-disabled").filter('[data-do="'+(parseInt(TVE.CONST.theme_css_disabled)?"disable":"enable")+'"]').addClass("tcb-disabled")},importContent:()=>(d(),!1),lpRevert(e){if(confirm(TVE.t.DeleteContentInLandingPage)){e.currentTarget.classList.add("tcb-disabled");const t={tve_landing_page:"",custom_action:"landing_page"};TVE.main.overlay(),TVE.KEEP_OVERLAY=!0,TVE.set_login_callback(function(){this.revert("skip_confirm")},this),TVE.Editor_Page.save(!1,function(){window.onbeforeunload=null,top.window.location.reload()},t)}},landingPageFonts(){return this.sidebar.hide_drawers(),this.sections.lp_fonts.edit_font_options({on_close:()=>{this.readLPFonts(),this.sidebar.allow_close()}}),!1},selectAssetOptimization(e,t){const s=t.value,i=t.name;let a="";switch(s){case"inherit":a="inherit";break;case"enable":a=1;break;case"disable":a=0}TVE.ajax("update_advanced_optimization","post",{post_id:TVE.CONST.post.ID,option_name:i,option_value:a})}})},37388:(e,t,s)=>{e.exports=s(9111).extend({template:TVE.tpl("controls/textarea")})},37529:(e,t,s)=>{TVE.CustomHTML=s(42899);const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.customHtmlInstance=TVE.CustomHTML.get_instance(TVE.modal.get_element("custom-html"))},edit_html_content(){this.placeholder_action()},placeholder_action(){this.customHtmlInstance.open({css:{width:"60%",left:"20%"}})}})},37558:(e,t,s)=>{const i=s(50732);e.exports=s(16668).control.extend({template:TVE.tpl("controls/style-change"),set_drop_panel(e){if(!(e instanceof i))throw new Error("Style changer expects a DropPanel instance");this.panel=e,this.panel.parent_control=this,this.listenTo(this.panel,"update",this.update_ui)},on_click(){if(!this.panel.isOpen())return this.open_panel.apply(this,arguments);this.panel.hide()},open_panel(e,t){return!this.panel||t.classList.contains("drop-panel-focus")||this.panel.open(e,t),!1},input(){return!!this.panel&&(this.panel.getLabel&&this.update_ui(),this.panel.input.apply(this.panel,arguments))},update(){return!!this.panel&&this.panel.update.apply(this.panel,arguments)},set_value(e){e&&0!==e.length||(e=this.get_config("label_none",tcb_main_const.i18n.none)),this.$(".value").html(e)},get_value(){return this.$(".value").text()},update_ui(e){return!(e=e||"")&&this.panel&&this.panel.getLabel&&(e=this.panel.getLabel()),this.get_config("preview")&&this.updatePreview(e),this.set_value(e),this},updatePreview(e){this.$(".preview-item").html(this.panel.item_template()({label:e,key:""}))}})},37603:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(73580),c=e=>{if(!TVE.FLAGS.CUSTOM_TEMPLATE_IMPORT){let t=e.hasClass("tcb-post-list")?e:e.find(".tcb-post-list");t=t.filter(":not(.tcb-featured-list)"),TVE.PostList.utils.updatePaginationIdentifiers(t),TVE.PostList.utils.updateFeaturedIdentifiers(t),TVE.PostList.utils.fetchExistingPosts(!0),t.length&&setTimeout(()=>{TVE.PostList.layout.applyLayout(t)},100)}},n={actions:{"tcb-ready":()=>{TVE.PostList.utils.fetchExistingPosts()},"tcb.conditional_display.groups_restored":()=>{TVE.PostList.utils.fetchExistingPosts(!0),TVE.Editor_Page.content_manager.prepare_content_for_editor(TVE.inner_$("#tve-conditional-displays"))},"tcb.edit_mode.exit":e=>{e.is(TVE.identifier("post_list"))&&o.exitEditMode(e)},"tcb.element.selected":e=>{if(e.is(TVE.identifier("post_list"))){TVE.main.EditMode.in_edit()&&TVE.ElementEditIcons.hide_icons(),"masonry"===TVE.PostList.utils.readValue(e,"type")&&(TVE.Components.layout.disable_extra_controls(["top","right","bottom","left"].map(e=>"padding-"+e)),TVE.Components.layout.disable_controls(["Alignment",...TVE.Elements.post_list.components.layout.disabled_controls]));let t=TVE.PostList.utils.readQueryFromElement().post_type||["post"];t=Array.isArray(t)?t:t.split(","),TVE.Components.post_list.q_modal.fetchTaxonomiesForPostTypes(t)}else if(e.is(TVE.identifier("article"))&&e.closest(TVE.identifier("post_list")).length>0){const t=["right","bottom","left"];"list"!==TVE.PostList.utils.readValue(e.closest(TVE.identifier("post_list")),"type")&&t.push("top"),TVE.Components.layout.disable_extra_controls(t.map(e=>"margin-"+e))}},"tcb.contentbox.resized_height":e=>{const t=e.closest(TVE.identifier("post_list"));t.length&&TVE.PostList.layout.masonryRedo(t)},"tcb.contentbox.resized_width":e=>{const t=e.find(TVE.identifier("post_list"));t.length&&TVE.PostList.layout.masonryRedo(t)},"tcb.section.resized":e=>{const t=e.find(TVE.identifier("post_list"));t.length&&TVE.PostList.layout.masonryRedo(t)},"tcb.columns_rendered_after_insert":(e,t)=>{e.is(TVE.identifier("post_list"))&&!t.is(TVE.identifier("pagination"))&&TVE.PostList.utils.moveElementsNearPostList(e)},"tcb.width_slider.change":e=>{let t=e.closest(TVE.identifier("post_list"));t.length||(t=e.find(TVE.identifier("post_list"))),t.length&&TVE.PostList.layout.masonryRedo(t)},"tcb.symbol.new_ids":(e,t)=>{_.each(TVE.stylesheet.cssRules,t=>{const s=TVE.compat.conditionText(t);if(t.type===CSSRule.MEDIA_RULE&&s&&s.length)for(let s=0;s<t.cssRules.length;s++){let i=t.cssRules[s];i&&i.style.length&&i.selectorText.includes(".tcb-post-list")&&i.cssText.includes("dynamic_")&&_.each(e,function(e,a){if(i.cssText.match(a)){const l=i.cssText.replace(a,e);t.deleteRule(0===s?s:s--),t.insertRule(l,t.cssRules.length),i=t.cssRules[s]}})}}),TVE.PostList.utils.updatePaginationIdentifiers(t),TVE.PostList.utils.updateFeaturedIdentifiers(t)},"tcb.insert_content_template":c,"tcb.unlink_symbol":()=>{const e=TVE.inner_$(".tcb-post-list");e&&setTimeout(()=>{TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e)},50)},"tcb.after_insert_symbol":e=>{TVE.PostList.utils.updatePostListIdentifiers(e),TVE.PostList.utils.refreshPostList(e);const t=e.find(`${TVE.identifier("post_list")}:not(.tcb-featured-list)`);t.length&&TVE.PostList.content.renderPaginationForPostList(t)},"tve.imported_content":e=>{c(e),TVE.PostList.utils.refreshPostList(e);const t=e.find(`${TVE.identifier("post_list")}:not(.tcb-featured-list)`);t.length&&TVE.PostList.content.renderPaginationForPostList(t)},before_menu_init:()=>{TVE.Elements.post_list&&(TVE.Elements.post_list_featured=TVE.Elements.post_list)},"tcb.content_layout_max_width.change":e=>{e.find(TVE.identifier("post_list")).addBack(TVE.identifier("post_list")).each((e,t)=>TVE.PostList.layout.applyLayout(TVE.inner_$(t),!1))},"tcb.post_list.apply_query.before_render":e=>{e.is(`${TVE.identifier("post_list")}:not(.tcb-featured-list)`)&&TVE.Components.carousel.carouselManager.updateCarouselSettings(e)},"tcb.carousel.slides_to_show.change":(e,t,s)=>{e.tcbHasClass("tcb-post-list")&&(e.mediaAttr("data-columns",t),TVE.Components.post_list.controls.ColumnsNumber.$el.toggleClass("tcb-disabled",s))}},filters:{"tcb.insert_content_template.should_fetch_data":(e,t)=>(t.find(TVE.identifier("post_list")).addBack(TVE.identifier("post_list")).length&&(e=!0),e),"tcb.templates.modify_content":e=>(TVE.Components.pagination.cleanFroalaContent(e),e),before_editor_events:()=>{TVE.inner.$body.find(".tcb-post-list").each((e,t)=>{TVE.PostList.content.initAllShortcodes(TVE.inner_$(t))})},tcb_filter_html_before_save:(e,t,s)=>{if(!t.is(TVE.identifier("contentbox"))&&!s.render_post_list){const s=TVE.apply_filters("wrapper_selector","#tve_editor"),i=s?`${s},.thrive-symbol-shortcode`:".thrive-symbol-shortcode";let a=!t.is(i)&&e.children().is(TVE.identifier("post_list"));if(a=TVE.apply_filters("tcb.post_list.add_linked_elements",a,t),a){const t=e.find(`${TVE.identifier("post_list")}:not(.tcb-featured-list)`);if(t.length){const s=TVE.PostList.utils.getPaginationForList(t),i=TVE.PostList.utils.getFeaturedPostList(t);s.length&&e.append(s),i.length&&e.prepend(i)}}TVE.PostList.content.setElementClasses(e,TVE.identifier("article")),TVE.PostList.content.parseArticleElementsShortcodes(e),TVE.PostList.content.parseMainShortcodes(e)}return e},tcb_save_post_data_after:e=>(e.tve_content=TVE.PostList.dynamicImage.replaceImageShortcodeSrc(e.tve_content),e),allow_dragenter:(e,t)=>{if(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("post_list")))if(t.is(TVE.identifier("article")))e=!1;else if(!TVE.FLAGS.$dragged_element.static_element){const s=TVE.FLAGS.$dragged_element.parents(TVE.identifier("article")).attr("id"),i=t.parents(TVE.identifier("article")).attr("id");e=e&&s===i}return e},"tcb.shared_style.element_type":(e,t)=>(t.is(`${TVE.identifier("post_read_more")}, ${TVE.identifier("pagination_load_more")}`)&&(e="button"),e),"tcb.get_dropzone_target":e=>TVE.PostList.utils.getDropzoneTarget(e),"tcb.change_target":e=>TVE.PostList.utils.getDropzoneTarget(e),"tcb.extend-image-control":e=>a(a({},e),s(3382)),tcb_insert_content_template:e=>e.is(TVE.identifier("post_list"))||e.find(TVE.identifier("post_list")).length?(TVE.PostList.content.initAllShortcodes(e),TVE.PostList.utils.syncAuthorImages(e)):e,"tcb.symbol.before_save":e=>(e.symbol_content=TVE.PostList.dynamicImage.replaceImageShortcodeSrc(e.symbol_content),e),"tcb.carousel.slides_selector":e=>(e.length&&(e+=","),`${e} article`),"tcb.carousel_manager.element_instance.post_list":(e,t)=>new TVE.inner.window.TCB_Front.PostList(t,!0)}};e.exports=n},37641:(e,t,s)=>{const i=s(75525);e.exports=class{static removeHighlights(e){const t=e.find('[data-text-highlight],[style*="--tcb-text-highlight-color"]');t.length>0&&(TVE.froala.selectionIsFullBlock()&&TVE.froala.exec("format.remove","span"),t.each((e,t)=>{TVE.inner_$(t).tcbCss(i.resetCss).head_css(i.resetCss).removeAttr("data-text-highlight")}),e.removeClass("tcb-highlight-added"))}}},37663:(e,t,s)=>{const i=s(16668),a=s(66955),l="tve-image-drag-",o=/tve-image-drag-\w+/g;let c,n,r,d,h,p,g,m;e.exports=i.component.extend({update_on_expand:!0,deps:["animation"],updateOnMouseLeave:!1,isInGallery:!1,placeholder_action(){this.controls.ImagePicker.change_placeholder()},after_update(){this.initImageCrop()},controls_init(){const e=this;this.$(".image-link").length&&(this.controls.imageLink=new a({el:this.$(".image-link")[0],model:{config:{label:TVE.t.img_link,class:"tve_image_caption"}},component:this})),this.controls.ImageSize.input=function(t,s){const i={};c&&c.is(":visible")&&(c[0].style.display="none"),i[this.config.config.css]=s.value+this.getUM(),this.applyElementCss(i,t,"","");const a=Number(e.controls.ImageHeight.getValue());a<100?(e.controls.ImageHeight.currentEventType=this.currentEventType,e.controls.ImageHeight.input(t,{value:a})):(e._getSizes(t),e._handleImageMargins(this.currentEventType)),"change"===this.currentEventType&&e.afterSizeChanges(t)},this.controls.ImageSize.update=function(e){TVE.FLAGS.hover_element=!1;let t=e.head_css(this.config.config.css);t||(t=e.css("width")),this.setValue(t)},this.controls.ImageHeight.update=function(t){const s=t.find("img").attr("data-d-f");this.$el.toggle("user"!==s);let i=0;const a=g.filter(":visible"),l=t.filter(":visible");l.find(".wp-caption-text").length&&(i=l.find(".wp-caption-text").outerHeight());let o=!1,c=(l.height()-i)/a.filter(":visible").height();c=TVE.apply_filters("tcb.image.image_height_update",c),1===c?c=a.width()/l.width():c>1.01&&"mobile"===TVE.main.device&&(o="change"),e.checkImageSize(l),this.setValue(Math.round(100*c),o)},this.controls.ImageHeight.input=function(t,s){c&&c.is(":visible")&&(c[0].style.display="none");let i=s.value,a="100%";i<100&&(a=g.filter(":visible").outerHeight()*i/100+"px",i=100),this.applyElementCss({height:`${a}`},t," .tve_image_frame",""),this.applyElementCss({width:`${i}% !important`,"max-width":"none !important"},g,"","",!0),e._getSizes(t),e._handleImageMargins(this.currentEventType),"change"===this.currentEventType&&(e.afterSizeChanges(t),TVE.PostList.utils.checkForPostListSync(t))},this.controls.ImageHeight.prepareValue=e=>e,this.controls.ImageTitle.update=function(){const e=this.applyTo().filter(".edit_mode").find("img").attr("title");this.setValue(e)},this.controls.ImageTitle.change=function(t,s){let i=this.applyTo();const a=i.filter(".edit_mode"),l=e.stripHtml(s.value);a.length&&(i=a),i.find("img").attr("title",l)},this.controls.ImageAltText.update=function(){const e=this.applyTo().filter(".edit_mode").find("img").attr("alt");this.setValue(e)},this.controls.ImageAltText.change=function(t,s){let i=this.applyTo();const a=i.filter(".edit_mode"),l=e.stripHtml(s.value);a.length&&(i=a),i.find("img").attr("alt",l)},this.controls.ImageCaption&&(this.controls.ImageCaption.update=function(){this.setChecked(this.applyTo().find(".wp-caption-text").length>0)},this.controls.ImageCaption.change=function(t,s){s.checked?t.append('<p class="thrv_wrapper wp-caption-text thrv-inline-text">'+TVE.t.EditImageCaption+"</p>").addClass("tve-image-caption-below"):(t.find(".wp-caption-text").remove(),t.find(".thrv_wrapper").remove()),e._getSizes(t),e.resizeHandler(),TVE.do_action("tcb.image.caption_change",t)}),this.controls.ImageFullSize&&(this.controls.ImageFullSize.update=function(e){const t=!["user","author"].includes(e.find("img").attr("data-d-f"));this.$el.toggle(t),this.$el.next("hr").toggle(t),this.setChecked(TVE.Components.animation.has_action("click","thrive_zoom"))},this.controls.ImageFullSize.change=function(e,t){if(t.checked){const e=this.applyTo().find("img"),t={};e.attr("data-id")&&(t.id=e.attr("data-id"),t.size="full"),m=t.id||"",TVE.Components.animation.add_action("click","thrive_zoom",t)}else TVE.Components.animation.remove_action("click","thrive_zoom");TVE.do_action("tcb.image.open_full_size.changed",e)}),this.controls.ImagePicker.update=function(){this.update_preview()},this.controls.ImagePicker.on("change",function(t){if(t.link_url)if(e.$(".image-link").length)e.controls.imageLink.setLink(t.link_url);else{const e=TVE.ActiveElement.find("a");e.is("a")?e.attr("href",t.link_url):TVE.ActiveElement.find("img").attr("data-link-wrap",!0).wrap('<a href="'+t.link_url+'" rel=""></a>')}if(!TVE.ActiveElement.head_css("width")){let e=t.width+"px";t.width>=TVE.inner.$window.width()&&(e="100%"),TVE.ActiveElement.head_css({width:e})}TVE.do_action("tcb.image.change",t),TVE.ActiveElement.find("img").load(()=>{!g&&TVE.ActiveElement&&(g=TVE.ActiveElement.find(".tve_image")),e.update(),TVE.Components.animation.update(),TVE.drag.refresh(),e._getSizes(TVE.ClickedElement),e.resizeHandler()});const s=e._getImage(TVE.ActiveElement),i=TVE.Components.animation.getAction("click","thrive_zoom");if(i){const e=i.get("config"),t=Object.keys(e);if(e.id===m&&!t.includes("title")&&!t.includes("url")){TVE.Components.animation.remove_action("click","thrive_zoom");const e={};s.attr("data-id")&&(e.id=s.attr("data-id"),e.size="full"),m=e.id||"",TVE.Components.animation.add_action("click","thrive_zoom",e)}}TVE.inner_$(".tve-central-resize").removeClass("tcb-permanently-hidden"),this.update_preview()}),this.controls.StyleChange&&this.controls.StyleChange.set_drop_panel(this.controls.StylePicker),this.controls.ToggleURL&&(this.controls.ToggleURL.update=function(t){t=t.filter(".edit_mode"),this.setChecked(!!t.find("a").length),e.$(".image-link").toggle(this.isChecked())},this.controls.ToggleURL.input=(e,t)=>{this.$(".image-link").toggle(!!t.checked),this.controls.imageLink.toggleURL(t.checked)}),this.controls.ImageLoading&&(this.controls.ImageLoading.input=(e,t)=>{const s=e.find("img");t.checked?(s.attr("loading","lazy"),s.removeClass("tve-not-lazy-loaded")):(s.addClass("tve-not-lazy-loaded"),s.removeAttr("loading"))},this.controls.ImageLoading.update=function(){const e=this.applyTo().filter(".edit_mode").find("img").attr("loading");this.setValue(e)}),TVE.add_filter("tcb.link_element_wrap",e=>(e.hasClass("tve_image_caption")&&(e=e.find("img")),e)),TVE.add_action("tcb.focus.clear",this.removeResizeOverlay),TVE.add_action("tcb.dragstart",this.removeResizeOverlay),TVE.add_action("tcb.dragstart.main",this.removeResizeOverlay),TVE.add_action("tcb.dragend",()=>{TVE.ActiveElement&&TVE.ActiveElement.is(".tve_image_caption:not(.tcb-mm-image)")&&TVE.Editor_Page.blur()}),TVE.add_action("tcb.focus.clear",e=>{e&&e.hasClass("tve_image_caption")&&TVE.inner_$(".tve-central-resize").removeClass("tcb-permanently-hidden")}),TVE.add_action("tcb.image.resizehandler.update",e=>{e&&e.is('img[data-d-f="user"]')&&TVE.inner_$(".tve-central-resize").addClass("tcb-permanently-hidden")}),TVE.add_action("tcb.image.dynamicFieldInput.change",e=>{TVE.inner_$(".tve-central-resize").toggleClass("tcb-permanently-hidden","user"===e),"user"===e&&TVE.ActiveElement.head_css({height:""},!1," .tve_image_frame")}),TVE.add_action("tve.copy-paste-style.before-paste-image",(e,t)=>{const s=t.attr("class").match(/(img_style_\S*)/);null!=s&&s.length&&e.addClass(s[0])}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tve-image-resize").remove(),e.find("img").each(function(){const e=jQuery(this);if(e.removeClass("loaded").removeAttr("data-was-processed"),e.attr("data-height")?e.attr("height",e.attr("data-height")):e.attr("height")&&e.attr("height")===e.attr("data-width")&&e.removeAttr("height"),e.attr("data-width")&&e.attr("width",e.attr("data-width")),e.attr("width")&&e.attr("height")){const t=`auto ${parseInt(e.attr("data-init-width"))}/${e.attr("data-init-height")}`;e.css("aspect-ratio",t)}}),e.find(".tcb-dynamic-field-source img").each((e,t)=>{const s=TVE.inner_$(t),i=s.parent().parent();let a=` alt="${s.attr("alt")}" title="${s.attr("title")}" loading="${s.attr("loading")||""}" data-classes="${s[0].className}" data-css="${s.attr("data-css")}"`;i.attr("data-tcb-events",s.attr("data-tcb-events")),s.closest(".tcb-post-list").length>0&&(a+=' post_list="1"'),t.outerHTML=`[tcb_dynamic_field type="${t.getAttribute("data-d-f")}"${a}]`}),e)),TVE.add_action("tcb.element.selected.image",e=>{g=TVE.FLAGS.is_multiple_select?TVE.inner_$(".tve_grabbed"):e.find(".tve_image"),g.css({width:""}),m=g.attr("data-id"),this.isInGallery=e.parents(TVE.identifier("image_gallery")).length>0,this.$el.toggleClass("inside-gallery",this.isInGallery),this.toggleGalleryImageControls()});const t=e=>{TVE.ClickedElement&&TVE.ClickedElement.is(".tve_image_caption:not(.tcb-mm-image)")&&(this._getSizes(e),this.resizeHandler())};TVE.add_action("tcb.image.style_change",t),TVE.add_action("tcb.image.style_cancel",t),TVE.add_action("tve.reposition.icons.image",t),TVE.add_action(`tve.parallax.preview.exit.${this.key}`,e=>{setTimeout(()=>{t(e)},500)}),TVE.add_filter("tcb.drag.disable",(e,t)=>{const s=TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_image_caption");return!t.hasClass("tve-drag-handle")&&s&&t.hasClass("tve-drag-image")&&this.checkImageSize()&&(e=!0),e}),TVE.add_filter("tve.dragged.element",e=>(e.hasClass("tve-drag-image")&&(e=TVE.ClickedElement),e)),TVE.add_filter("tcb.click_blur",(e,t)=>(TVE.ActiveElement&&TVE.ActiveElement.hasClass("tve_image_caption")&&t.is(".tve-drag-image, .tve-image-resize-control")&&(e=!1),e)),TVE.main.on("device_hide_element",e=>{c&&TVE.main.device.toLowerCase()===e.toLowerCase()&&(g.is(":visible")?(this._getSizes(TVE.ClickedElement),this.afterSizeChanges(),this._handleImageMargins()):c[0].style.display="none")}),TVE.main.on("before_device_change",()=>{c&&(c[0].style.display="none")}),TVE.main.on("device_change",()=>{TVE.ActiveElement&&TVE.ActiveElement.hasClass("tve_image_caption")&&g.is(":visible")&&(this._getSizes(TVE.ClickedElement),this.afterSizeChanges(),this._handleImageMargins())}),TVE.add_action("tve.icons.custom_action.image",(e,t)=>{TVE.ActiveElement&&TVE.ActiveElement.length>1&&TVE.ActiveElement.is(e)&&(e=TVE.ActiveElement),this.resetToDefaultSize(e,t)}),TVE.add_filter("tve.change.icon.custom_action.image",e=>(e.empty().html(TVE.icon("undo","svg","editor")),e)),TVE.main.on("stylesheet_loaded",()=>{TVE.Editor_Page.editor.find(".tve_image_caption[data-css]").each((e,t)=>{const s=TVE.CSS_Rule_Cache.getRulesForSelector(`[data-css="${t.dataset.css}"]`);s.length&&s[0].style.height&&TVE.head_css_copy(`[data-css="${t.dataset.css}"]`,`[data-css="${t.dataset.css}"] .tve_image_frame`,"height")})}),TVE.inner.window.TCB_Front.add_scroll_callback(this.onScroll),TVE.add_action("tcb.after-insert",e=>{if("image"===TVE._type(e)){const t=e.find(".tve_image").attr("data-d-f");t&&this.dynamicFieldInput(t)}},9),TVE.add_action("tcb.post_list_article.sync",e=>{e.find(".tve_image[data-d-f]").each((e,t)=>{const s=TVE.inner_$(t),i=s.closest(TVE.identifier("article")).attr("data-id");s.attr("src",TVE.PostList.dynamicImage.getImage(i,t.getAttribute("data-d-f")))})})},dynamicFieldInput(e){TVE.apply_filters("tcb.dynamic_image_input.callback",this.dynamicFieldInputDefault.bind(this),e)(e),g||TVE.do_action("tcb.element.selected.image",TVE.ActiveElement),this.controls.ImageHeight.update(TVE.ActiveElement),TVE.do_action("tcb.image.dynamicFieldInput.change",e)},dynamicFieldInputDefault(e){const t=TVE.ActiveElement.find(".tve_image");let s;if("user"===e?(s={src:TVE.CONST.post_image[e],title:"",alt:"","data-d-f":e,"data-init-width":256,"data-init-height":256,width:256,height:256,"data-id":"","data-tcb-events":""},TVE.ActiveElement.removeClass("tve_ea_thrive_zoom")):s={src:TVE.CONST.post_image[e],title:TVE.CONST.post.post_title,alt:TVE.CONST.post.post_title,"data-d-f":e},t.attr(s).removeAttr("srcset"),TVE.ActiveElement.closest(TVE.identifier("post_list")).length>0){const s=TVE.ActiveElement.closest(TVE.identifier("article"));t.attr("src",TVE.PostList.dynamicImage.getImage(TVE.PostList.utils.getArticleID(s),e)),TVE.ActiveElement.attr({"data-dynamic":e}),TVE.PostList.FLAGS.SYNC=!0,TVE.PostList.content.syncPostList(s),TVE.PostList.FLAGS.SYNC=!1}},style_picker_control:()=>s(74171),stripHtml(e){const t=document.createElement("DIV");return t.innerHTML=e,t.textContent||t.innerText||""},get_link:e=>(TVE.ClickedElement||e.filter(".edit_mode")).find("img").closest("a[href]"),toggleImagePicker(e){this.controls.ImagePicker.toggle("dynamic"!==e),this.controls.DynamicSourceType.toggle("dynamic"===e)},initImageCrop(){const e=this;TVE.inner.$body.append(TVE.tpl("controls/image/resize")),c=TVE.inner_$(".tve-image-resize");const t=TVE.inner_$(".tve-corner-resize"),s=TVE.inner_$(".tve-central-resize"),i=g.attr("width"),a=g.attr("height"),l={width:parseInt(i),height:parseInt(a),ratio:i/a};t.toggleClass("tcb-permanently-hidden",this.isInGallery),s.toggleClass("tcb-permanently-hidden",this.isInGallery),this._getSizes(TVE.ClickedElement),t.each(function(){TVE.inner_$(this).tveElementDrag({wrapper:TVE.ClickedElement,imgData:l,start(){TVE.FLAGS.drag=!0,this.addClass("tve-active")},move(e){let t;const s=this.data("tve_draggable.options"),i=s.wrapper,a=TVE.Components.image.controls.ImageSize.getUM(),l=a.includes("px");t=e.x&&e.y?Math.round(Math.sign(e.x)*Math.sqrt(Math.pow(e.x,2)+Math.pow(e.y,2))):e.x||e.y,this.data("reverse")&&(t*=-1),t=s.wrapper.outerWidth()+t,"%"===a&&(t=100*t/i.parent().outerWidth()),l&&t<30||!l&&t<5||TVE.Components.image.controls.ImageSize.setValue(t+a,"input")},stop(){this.removeClass("tve-active"),TVE.FLAGS.drag=!1,e.controls.ImageSize.trigger_change()}})});let o=0;s.each(function(){TVE.inner_$(this).tveElementDrag({wrapper:TVE.ClickedElement,imgData:l,start(){this.addClass("tve-active"),TVE.FLAGS.drag=!0},move(e){if(!e.y)return;this.data("reverse")&&(e.y*=-1);const t=this.data("tve_draggable.options"),s=t.imgData.height,i=t.wrapper.outerWidth(),a=Math.sign(e.y);let l=parseFloat(TVE.Components.image.controls.ImageHeight.getValue())+100*e.y/g.filter(":visible").outerHeight();const c=Math.abs(i-l*s/100);c>=1&&c<=25&&a!==o&&(l=100*i/s,o=a),l>300||l<5||TVE.Components.image.controls.ImageHeight.setValue(l,"input")},stop(){this.removeClass("tve-active"),TVE.FLAGS.drag=!1,TVE.Components.image.controls.ImageHeight.trigger_change()}})}),this.resizeHandler()},resizeHandler(){if(TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_image_caption")&&c.length){const e=TVE.ClickedElement.offset();c.css({height:`${h}px`,width:`${n}px`,top:`${e.top}px`,left:`${TVE.Editor_Page.hasLeftScroll()?e.left-TVE.Editor_Page.getScrollbarWidth():e.left}px`}),TVE.inner_$(".tve-image-drag-middle-horiz").addClass("tcb-permanently-hidden"),this.checkImageSize(),"desktop"===TVE.main.device&&(g.attr("data-width",Math.round(d)).attr("data-height",Math.round(r)),g.attr("data-init-width")||g.attr("data-init-width",g.attr("width")),g.attr("data-init-height")||g.attr("data-init-height",g.attr("height")))}TVE.do_action("tcb.image.resizehandler.update",g)},resetToDefaultSize(e=TVE.ActiveElement,t=!0){e.jquery||(e=TVE.ActiveElement);const s=this._getImage(e);e.head_css({width:`${s.attr("width")}px`}),e.head_css({height:""},!1," .tve_image_frame"),s.head_css({width:"",height:"","margin-top":0,"margin-left":0}),s.removeClass("tcb-moved-image"),t&&(this.controls.ImageSize.update(e),this.controls.ImageHeight.update(e),this._getSizes(e,s),this.resizeHandler()),TVE.Editor_Page.reposition_icons()},checkImageSize(e=TVE.ActiveElement){let t=e.outerWidth()!==g.attr("width");return t||(t=e.outerHeight()!==g.attr("height")),this.$(".reset-size").toggleClass("tcb-hidden",!t),t&&this._handleImageMove(),t},_handleImageMove(){const e={width:parseInt(g.attr("width")),height:parseInt(g.attr("height")),ratio:g.attr("width")/g.attr("height")};TVE.inner_$(".tve-drag-image").tveElementDrag({wrapper:TVE.ActiveElement,imgData:e,currentImg:g,start(){TVE.FLAGS.drag=!1,this.data("tve_draggable.options").wrapper.attr("draggable",!1),this.removeClassContaining(o)},move(e){const t=parseInt(g.css("margin-top"))||0,s=parseInt(g.css("margin-left"))||0,i=t+e.y,a=s+e.x,c=Math.round(n-d),p=Math.round(h-r),m=TVE.Components.image.controls.ImageHeight.getValue(),u=e=>e>=1.95&&e<=2.05;if(this.removeClassContaining(o),TVE.inner_$(".tve-drag-helper").addClass("tcb-permanently-hidden"),m>100)if(a>=c&&a<=0){const e=u(c/a);TVE.inner_$(".tve-image-drag-middle-vert").toggleClass("tcb-permanently-hidden",!e),g.css({"margin-left":a+"px"}),g.mediaAttr("ml",a),g.mediaAttr("center-h",e)}else this.addClass(l+(a<c?"right":"left"));else if(m<100)if(i<=0&&i>=p){const e=u(p/i);TVE.inner_$(".tve-image-drag-middle-horiz").toggleClass("tcb-permanently-hidden",!e),g.css({"margin-top":i+"px"}),g.mediaAttr("mt",i),g.mediaAttr("center-v",e)}else this.addClass(l+(i<p?"bottom":"top"));setTimeout(()=>{this.removeClassContaining(o),TVE.inner_$(".tve-drag-helper").addClass("tcb-permanently-hidden")},3e3)},stop(){this.data("tve_draggable.options").wrapper.attr("draggable",!0),g.tcbCss({"margin-top":"","margin-left":""}),TVE.FLAGS.drag=!1,g.head_css({"margin-top":g.mediaAttr("mt")+"px","margin-left":g.mediaAttr("ml")+"px"}),g.addClass("tcb-moved-image")}})},_handleImageMargins(e="input"){if("input"===e){let e=n-d,t=p-r;const s=parseInt(g.mediaAttr("ml"))||0,i=parseInt(g.mediaAttr("mt"))||0,a=TVE.Components.image.controls.ImageHeight.getValue();a<100?("true"===g.mediaAttr("center-v")?t=Math.round(t/2):i&&(t=Math.max(i,t)),e=0):a>100?("true"===g.mediaAttr("center-h")?e=Math.round(e/2):s&&(e=Math.max(s,e)),t=0):(e=0,t=0),e=Math.min(0,e),t=Math.min(0,t),e!==s?(this.controls.ImageSize.applyElementCss({"margin-left":`${e}px`,"margin-top":t},g,"","",!0),g.mediaAttr("ml",e),g.mediaAttr("mt",t)):t!==i&&(this.controls.ImageSize.applyElementCss({"margin-top":`${t}px`,"margin-left":e},g,"","",!0),g.mediaAttr("mt",t),g.mediaAttr("ml",e))}else this.controls.ImageSize.applyElementCss({"margin-top":`${g.mediaAttr("mt")}px`,"margin-left":`${g.mediaAttr("ml")}px`},g,"","",!0)},removeResizeOverlay(){TVE.inner_$(".tve-image-resize").remove(),c="",g=""},_getSizes(e){e=e.filter(":visible"),p=e.find(".tve_image_frame").height(),n=e.outerWidth(),h=e.outerHeight(),g||(g=e.find("img").filter(":visible")),r=g.outerHeight(),d=g.outerWidth()},_getImage:e=>(g||e.find("img")).filter(":visible"),afterSizeChanges(){this.resizeHandler(),c[0].style.display="block",TVE.do_action("tcb.image.after_size_changed",TVE.ActiveElement)},toggleGalleryImageControls(){this.isInGallery&&"fullscreen"===TVE.Components.image_gallery.controls.ClickBehavior.getValue()&&!this.controls.ToggleURL.getValue()&&TVE.Components.image.$(".image-link").toggle(!1),TVE.Components.layout.$el.toggle(!this.isInGallery),TVE.Components.scroll.$el.toggle(!this.isInGallery),TVE.Components.responsive.$el.toggle(!this.isInGallery),TVE.Components["styles-templates"].$el.toggle(!this.isInGallery)},onScroll:TVE._.debounce(function(){c&&TVE.ClickedElement&&c.css("top",`${TVE.ClickedElement.offset().top}px`)},50)})},37750:(e,t,s)=>{!function(t){const i=s(12564),a=s(85917);e.exports={initModal(e,t){this.initImagePlaceholder(e),this.initMoreOptionsDropdown(e),this.addCustomFieldOptions(e,t)},addCustomFieldOptions(e,s){const i=e.$(".custom-fields-options select");i.empty().append('<option value="" disabled selected>Choose custom field</option>'),_.each(s,(e,s)=>{const a={text:TVE.trimStringAfterWidth(e.label),value:s};t("<option/>",a).appendTo(i)})},initImagePlaceholder(e){e.placeholderSelect=new i({template_name:"util/custom-file-picker",config:{type:"image"}}),e.$el.find(".custom-fields-placeholder-input .image-picker-input").html("").append(e.placeholderSelect.$el),e.placeholderSelect.off("select").on("select",t=>{e.model.set("value",e.model.get("value").replace(new RegExp("&fallback=.*","g"),"&fallback="+t.url)),e.change()}).off("remove").on("remove",()=>{e.model.set("value",e.model.get("value").replace(new RegExp("&fallback=.*","g"),"&fallback=0"))});const t=e.model.get("value");if(a.isFallbackImageSet(t)){const s=t.match('&fallback=([^"]*)')[1];e.placeholderSelect.set({url:s,title:s}),e.$el.find(".custom-fields-placeholder-options").val("replace")}else e.placeholderSelect.set({})},initMoreOptionsDropdown(e){e.$el.find(".dropdown-header").off("click").click(()=>{const t=e.model.get("value"),s=a.isFallbackImageSet(t);if(e.$el.find(".dropdown-content").toggle(),e.$el.find(".custom-fields-placeholder-input").toggle(s),s){const s=t.match('&fallback=([^"]*)')[1];e.placeholderSelect.set({url:s,title:s}),e.$el.find(".custom-fields-placeholder-options").val("replace")}else e.placeholderSelect.set({})})}}}(jQuery)},38924:(e,t,s)=>{const i=s(16668),a=s(40521),l=s(10547);e.exports=i.component.extend({extra_states:!0,updateOnMouseLeave:!1,controls_init(e){this.labelAsValueTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-option-labelasvalue"),anim_duration:300,no_callback:!0,validate:()=>!this.controls.LabelAsValue.labelAsValueTooltip.FORCE_CLOSE}),e.SetAsDefault.input=function(e,t){const s=(e=e.filter(".edit_mode")).closest(".tve_lg_dropdown"),i=s.find(".tve-lg-dropdown-trigger"),a=s.find("input");t.checked?(s.find('[data-default="1"]').removeAttr("data-default"),e.attr("data-default",1),i.find(".tve-disabled-text-inner").html(e.text()),a.attr("value",e.attr("data-value")),s.attr("data-show-placeholder","")):TVE.Components.lead_generation_select.controls.Placeholder.input(s,{checked:!0})},e.SetAsDefault.update=function(e){this.setChecked(e.filter(".edit_mode").attr("data-default"))},e.LabelAsValue.input=function(t,s){t.filter(".edit_mode").attr("data-label-value",s.checked?1:""),e.InputValue.$el.toggle(!s.checked)},e.LabelAsValue.update=function(t){const s=t.filter(".edit_mode").attr("data-label-value");this.setChecked(s),e.InputValue.$el.toggle(!s)},e.LabelAsValue.openTooltip=()=>(this.labelAsValueTooltip.isOpen()?this.labelAsValueTooltip.onCancel():this.labelAsValueTooltip.open(null,this.controls.LabelAsValue.$el.find(".tve-switch-info")),!1),e.InputValue.change=function(e){const t=this.$("input").val(),s=e.filter(".edit_mode");s.attr("data-value",t),s.attr("data-default")&&s.closest(".tve_lg_dropdown").find("input").attr("value",t)},e.InputValue.update=function(e){this.setValue(e.filter(".edit_mode").attr("data-value"))},this.controls.CustomAnswerInput.update=e=>{const t=e.parents(".tve_lg_dropdown"),s=l.shouldDisplayTagControl();s||this.advanced.removeClass("open"),this.advanced.toggle(s),e.attr("data-custom-tag")?this.controls.CustomAnswerInput.setValue(e.attr("data-custom-tag")):"true"===t.attr("data-answer-tag")?this.controls.CustomAnswerInput.setValue(l.prepareTagValue(e.attr("data-value"))):this.controls.CustomAnswerInput.setValue("")},this.controls.CustomAnswerInput.input=()=>{},this.controls.CustomAnswerInput.onInput=(e,t)=>{const s=TVE.ClickedElement,i=l.prepareTagValue(t.value);this.controls.CustomAnswerInput.setValue(i),s.attr("data-custom-tag",i)},TVE.add_action("tcb.element.duplicate",(e,t)=>{t.is(".tve-lg-dropdown-option")&&(t.removeAttr("data-default"),TVE.Components.lead_generation.replaceDuplicateSelector(t),TVE.Editor_Page.selection_manager.select_element(t))})}})},39144:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(21327),c=s(16668).component;e.exports=c.extend({updateOnMouseLeave:!1,events:a(a({},c.prototype.events),{},{"change input":"updateWidget","change select":"updateWidget","click .dropdown-header":"toggleControls"}),after_init(){TVE.add_filter("tcb_filter_html_before_save",function(e){return e.find(`.${o.elementClass}`).each((e,t)=>{const s=new o(TVE.inner_$(t));s.updateConfig("tve_shortcode_rendered",0),s.$element.children(":not(.widget-config)").remove()}),e}),TVE.add_filter("tcb.components.expanded_key",e=>(TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(`.${o.elementClass}`)&&void 0!==TVE.Elements[e].components.typography&&(e="typography"),e)),TVE.add_action("tcb-ready",()=>{TVE.inner.$body.find(`.${o.elementClass}`).each((e,t)=>{new o(TVE.inner_$(t)).maybeAddEmptyPlaceholder()})}),TVE.add_action("tcb.element.selected",e=>{if(e.hasClass(o.elementClass)){this.widget=new o(TVE.ActiveElement),this.$widgetSettings=this.$(`#${this.widget.type}`);const e=this.$widgetSettings.attr("data-name");this.$(".dropdown-header").html(`${e} Options`),this.widget.isPlaceholder()&&this.updateWidget()}})},updateWidget(){this.widget.update(this.getWidgetSettings())},before_update(){this.$(".editwidget").removeClass("editwidget"),this.updateSettings(),this.$widgetSettings.addClass("editwidget")},updateSettings(){if(wp.textWidgets){const e=new TVE.$.Event("widget-added");this.$widgetSettings.addClass("open"),wp.textWidgets.handleWidgetAdded(e,this.$widgetSettings),wp.mediaWidgets.handleWidgetAdded(e,this.$widgetSettings),wp.customHtmlWidgets&&wp.customHtmlWidgets.handleWidgetAdded(e,this.$widgetSettings)}const e=this.widget.getConfig();Object.keys(e).length&&this.$widgetSettings.find("input,select").each((t,s)=>{if("id_base"===s.className||"widget-id"===s.className)return;const i=this.parseInputName(s.name);void 0!==e[i]?"radio"===s.type||"checkbox"===s.type?s.checked=s.value===e[i]:s.value=e[i]:"select-one"===s.type&&(s.value=s.firstElementChild.value)})},editWidget(){const e=TVE.ActiveElement;this.widget.initSelectors(),e.find("[draggable]").removeAttr("draggable"),e.find(".tve-draggable").removeClass("tve-draggable"),e.find(".tve-droppable").removeClass("tve-droppable"),TVE.inner_$(".widget_product_search .search-field").attr("readonly","readonly"),TVE.main.EditMode.enter(e,{blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,callbacks:{exit:()=>{TVE.Editor_Page.focus_element(e)}}})},getWidgetSettings(){const e={};return this.$widgetSettings.find("input,select").each((t,s)=>{if("string"==typeof s.name){const t=this.parseInputName(s.name);t&&("radio"===s.type||"checkbox"===s.type?e[t]=s.checked?1:0:e[t]=s.value)}}),e},parseInputName:e=>e.replace(/[a-zA-Z-_]+(\[\d+])/,"").replace("[","").replace("]","").trim()})},39379:(e,t,s)=>{const i=s(515),a=s(17502);e.exports=()=>{function e(e){return"Logout"===e.dynamicLinksSelect.find("option:selected").attr("data-shortcode-tag")&&e.LinkRedirectLogout.isChecked()&&e.RedirectLinkSearch.get_link().length>0}function t(e){return e.find(".elem-link-redirect-logout-link input").val()}TVE.add_action("tcb.links.before_update",(e,t,s)=>{s.LinkRedirectLogout.setChecked(e&&t.attr("data-custom-redirect"),!0),s.RedirectLinkSearch.set_link(s.LinkRedirectLogout.isChecked()?t.attr("data-custom-redirect"):"")}),TVE.add_action("tve.element.link.after.render",e=>{e.$el.find(".tve-link-options .checkboxes-wrapper").append(TVE.tpl("controls/link/logout-redirect")()),e.LinkRedirectLogout=new i({el:e.$el.find(".elem-link-redirect-logout-checkbox"),model:{config:{name:"",label:TVE.t.redirect_logout,default:!1}}}),e.LinkRedirectLogout.change=(t,s)=>{let i="";e.$(".elem-link-redirect-logout-link").toggle(s.checked),function(e){const t=TVE._type(e);return TVE.Components[t]&&"function"==typeof TVE.Components[t].get_link?TVE.Components[t].get_link():(TVE.ClickedElement||e.filter(".edit_mode")).parent("a[href]")}(TVE.ActiveElement).attr("data-custom-redirect")&&(i=e.RedirectLinkSearch.get_link()),e.RedirectLinkSearch.set_link(i)},e.RedirectLinkSearch=new a({el:e.$("#tcb-redirect-link-search-control")[0],hide_preview:!0}),e.RedirectLinkSearch.$el.find("input").attr("placeholder","Add URL or search for page")}),TVE.add_action("tcb.dynamic_links.after_appended_link",(t,s)=>{t.is("a")&&t.removeAttr("data-custom-redirect"),e(s)&&t.is("a")&&(s.dynamicLink["data-custom-redirect"]=s.RedirectLinkSearch.get_link(),t.attr("data-custom-redirect",s.dynamicLink["data-custom-redirect"]))}),TVE.add_action("tcb.element_link.link_select",(e,t)=>{const s=t.options[t.selectedIndex];if(!s)return;const i="Logout"===s.dataset.shortcodeTag,a=TVE.$(t).parents('[data-tab="dynamic"]');a.find(".elem-link-redirect-logout-wrapper").toggle(i),a.find(".elem-link-redirect-logout-checkbox").toggle(i)}),TVE.add_filter("tcb.construct_link_extra_attributes",(e,t)=>{let s="";return t.dataset.customRedirect&&t.dataset.customRedirect.length>0&&(s=` logout-redirect=${t.dataset.customRedirect}`),`${e}${s}`}),TVE.add_filter("tcb.update_menu_item_extra_attributes",(t,s)=>(e(s.buttonLink)&&t.push("data-custom-redirect"),t)),TVE.add_filter("tcb.link.validate_url",(e,t)=>{return t&&window.location.host!==new URL((s=t,/\[([^)]+)\]/.test(s)?s=s.replace(/"/g,"'"):!s||/^(?:[a-z]+:|#|\?|\.|\/)/.test(s)||/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i.test(s)||(s="https://"+s),s)).host&&(e=!1),e;var s}),TVE.add_action("tcb.froala.dynamic_link_select_change",(e,t)=>{var s;const i=t.target,a=TVE.ActiveElement,l="Logout"===(null===(s=i.options[i.selectedIndex])||void 0===s?void 0:s.dataset.shortcodeTag),o=e.find(".elem-link-redirect-logout-checkbox"),c=e.find(".elem-link-redirect-logout-link");e.find(".elem-link-redirect-logout-wrapper").toggle(l),o.toggle(l),o.find("input").prop("checked",a.is("[data-custom-redirect]")),c.toggle(l&&o.find("input").is(":checked")),c.find("input").val(o.find("input").is(":checked")?a.attr("data-custom-redirect"):null)}),TVE.add_action("tcb.froala.link.attributes",(e,t)=>{if("logout-redirect"===t.attr("name")){const s=TVE.ActiveElement,i=s.attr("data-custom-redirect")?s.attr("data-custom-redirect"):null;e.find(".elem-link-redirect-logout-link").toggle(t.is(":checked")),e.find(".elem-link-redirect-logout-link input").val(i)}}),TVE.add_action("tcb.froala.before_dynamic_link_insertion",()=>{TVE.ActiveElement.removeAttr("data-custom-redirect")}),TVE.add_action("tcb.froala.before_link_insertion",()=>{TVE.ActiveElement.removeAttr("data-custom-redirect logout-redirect")}),TVE.add_action("tcb.froala.before_jumplink_insertion",()=>{TVE.ActiveElement.removeAttr("data-custom-redirect logout-redirect")}),TVE.add_filter("tcb.froala.should_trigger_dynamic_change",(e,t,s)=>(s[0]&&"Logout"===s[0].dataset.shortcodeTag&&(e=!0),e)),TVE.add_filter("tcb.froala.add_shortcode_attributes",(e,s,i)=>(function(e){return"Logout"===e.find(".fr-dynamic-links select option:selected").attr("data-shortcode-tag")&&e.find(".elem-link-redirect-logout-checkbox input").is(":checked")&&t(e).length>0}(i)&&(e["data-custom-redirect"]=t(i)),e))}},39595:(e,t,s)=>{!function(){TVE.typographyEditor=s(43700),TVE.addHooks(s(45966),s(45966).priorities);const t=s(13617);e.exports=t.extend({getTargetElement:()=>TVE.ActiveElement.add(TVE.ActiveElement.find(".tve_editable")).not(".tcb-el-group"),controls_init(e){const s=this;t.prototype.controls_init.apply(this,Array.from(arguments)),e.FontFace.writeCSS=function(t,i,a="",l=""){const o={"font-family":i,"--tcb-typography-font-family":i,"--g-regular-weight":a||"","--g-bold-weight":l||"","font-weight":e.TextStyle.isActive("bold")?"var(--g-bold-weight, bold)":"var(--g-regular-weight, normal)"};s.getTargetElement().each((e,t)=>{this.applyElementCss(o,TVE.inner_$(t),"","")})},e.LineSpacing.getElement=function(){return TVE.ActiveElement.parent().find(TVE.ActiveElement.attr("data-selector").replace(/(\.tcb-style-wrap|#tcb_landing_page) /g,""))},e.LineSpacing.readValues=function(){this.moveMarginToPadding();const e=this.getElement();return{top:e.css("padding-top"),bottom:e.css("padding-bottom")}},e.LineSpacing.writeStyle=function(e,t){if(void 0!==t)return TVE.typographyEditor.WRITE_MULTI_CSS=!1,this.applyElementCss(e,t.closest(TVE.Elements.default_typography.identifier),"",""),void(TVE.typographyEditor.WRITE_MULTI_CSS=!0);s.getTargetElement().each((t,s)=>{(s.dataset.selector.includes("blockquote")||s.dataset.selector.includes("pre"))&&(delete e["margin-top"],delete e["margin-bottom"]),this.applyElementCss(e,TVE.inner_$(s),"","")})}},applyContainerStyle(e,t,s,i){this.getTargetElement().each((t,a)=>{e.applyElementCss({[s]:i,[`--tcb-typography-${s}`]:i},TVE.inner_$(a),"","")})},lineSpacingControl:()=>s(32434),clear_formatting(){this.getTargetElement().each((e,t)=>TVE.head_css_remove(t.dataset.selector,"_ALL")),this.update()}})}()},39651:(e,t,s)=>{const i=s(99713),a=s(27416);e.exports=i.extend({updateOnMouseLeave:!1,after_init(){TVE.add_action("tve.icons.expanded.filter_dropdown",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),e.closest(" .tve-page-section-in").css("z-index",9)}),TVE.add_action("tve.icons.collapse.filter_dropdown",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),e.closest(" .tve-page-section-in").css("z-index","auto")}),TVE.add_action("tcb.focus_filter_dropdown.before",e=>{e.hasClass("tve-state-expanded")&&(TVE.state_manager.change("expanded",!0,{skip_update:!0}),e.find(".tve-state-expanded").removeClass("tve-state-expanded"))}),TVE.add_action("tcb.focus_element.before",e=>{0===e.closest(".tve-dynamic-dropdown").length&&e.closest(".thrv_wrapper").find(".tve-dynamic-dropdown.tve-state-expanded").removeClass("tve-state-expanded")}),TVE.add_action("tcb.update.css.variable.control-v2",(e,t,s,i)=>{a.applyDropdownTemplateColor(this.controls.SelectStylePicker,t,s,i,e,"dropdown")}),TVE.add_action("tcb.palettes_v2.update",()=>{this.controls.DropdownPalettes.update(TVE.ActiveElement)})}})},39723:(e,t,s)=>{const i=s(16668),a=s(57502),l=s(10545),o=s(66955),c=s(99350);e.exports=i.component.extend({updateOnMouseLeave:!1,after_init(){this.list=new a({el:this.$(".tcb-logo-selection-container")}),this.contentAPI=l},toggleDropdown(e,t){i.component.prototype.toggleDropdown.call(this,e,t),TVE.Components.logo&&TVE.Components.logo.list.hideOptionsTooltip()},after_update(){const e=TVE.ActiveElement.mediaAttr("data-id");if(c.each(e=>e.set("selected",0)),e){const t=c.get(e);t&&t.set("selected",1)}},controls_init(e){this.hooks(),e.logoLink=new o({el:this.$(".logo-link")[0],model:{config:{label:TVE.t.logo_link,class:"tcb-logo",keep_links:!0}},component:this}),e.ToggleURL.update=function(e){this.setChecked(e.filter(":visible").attr("href")),this.component.$(".logo-link").toggle(this.isChecked())},e.ToggleURL.input=(e,t)=>{const s=!!t.checked;s?e.removeAttr("data-remove-href"):e.attr("href","").removeAttr("rel target").attr("data-remove-href","1"),this.$(".logo-link").toggle(s),this.controls.logoLink.toggleURL(s,TVE.CONST.site_url)},e.ImageSize.input=function(e,t){const s={};"auto"===t.value&&(t.value=this.model.config.max),s[this.config.config.css]=this.cssImportant(t.value+this.getUM()),this.applyElementCss(s,e,"",""),e.find("img").css("width","100%")},e.ImageSize.update=function(e){let t=e.head_css(this.config.config.css,null,null,!0);t||(t=e.css("width")),this.setValue(t)},e.ImageAltText.update=function(e){this.setValue(e.find("img").attr("alt")||"")},e.ImageAltText.change=function(e,t){e.find("img").attr("alt",t.value)},e.MenuSplitLogoPosition.input=function(e){e.closest(".thrv_widget_menu").head_css({"--tcb-logo-split-order":"right"===this.getValue()?"3":"1"})},e.MenuSplitLogoPosition.update=function(e){const t=e.closest(".thrv_widget_menu"),s=e.closest(".tve-ham-wrap").length>0;if(this.$el.toggle(t.length>0&&!s),t.length&&!s){const e=t.tcbCss("--tcb-logo-split-order")||"1";this.setValue("3"===e?"right":"left")}},e.ImageLoading.update=t=>{e.ImageLoading.setChecked("lazy"===t.find("img").attr("loading"))},e.ImageLoading.input=(e,t)=>{const s=e.find("img");t.checked?s.attr("loading","lazy"):s.removeAttr("loading")}},get_link:()=>TVE.ClickedElement,hooks(){this.$el.on("click",e=>{0===TVE.inner_$(e.target).closest(".tcb-logo-options-tooltip, .tcb-logo-dots").length&&this.list.hideOptionsTooltip()}),TVE.main.on("device_change",function(){l.updateAllLogosOnPage()}),TVE.add_filter("tcb.link_removed",e=>(TVE.ActiveElement.is("a.tcb-logo")&&(e="#"),e))}})},40248:e=>{const t={setItem(e,t){},getItem(e){},removeItem(e){}};function s(){this.api=window.localStorage||t,this.keys={link_new_tab:"tcb-lnk-new-tab",link_no_follow:"tcb-lnk-no-follow",jump_animation:"smooth-anim",video:{autoplay:"tcb-video-autoplay",controls:"tcb-video-controls",loop:"tcb-video-loop",showinfo:"tcb-video-showinfo",modestbranding:"tcb-video-modestbranding",byline:"tcb-video-byline","play-bar":"tcb-video-play-bar",fs:"tcb-video-fs",rel:"tcb-video-rel"},audio:{"data-autoplay":"tcb-audio-autoplay",loop:"tcb-audio-loop","no-download":"tcb-audio-no-download",auto_play:"tcb-audio-auto_play",show_artwork:"tcb-audio-show_artwork",show_user:"tcb-audio-show_user"}},jQuery(window).on("storage.tcb",jQuery.proxy(function(e){let t=(e=e.originalEvent).newValue,s=e.oldValue;try{t=JSON.parse(t),s=JSON.parse(s)}catch(e){}jQuery(this).trigger(e.key,[t,s])},this))}s.prototype.set=function(e,t){if(!e||null==t)return this;"object"==typeof t&&(t=JSON.stringify(t));try{this.api.setItem(e,t)}catch(e){}return this},s.prototype.get=function(e){if(!e)return;const t=this.api.getItem(e);if(!t)return t;try{return JSON.parse(t)}catch(e){return t}},s.prototype.unset=function(e){if(!e)return this;try{this.api.removeItem(e)}catch(e){}return this},s.prototype.on=function(e,t){return jQuery(this).on(e,function(e,s,i){t(s,i)})},s.prototype.off=function(e){return jQuery(this).off(e)},s.prototype.setComponentMeta=function(e,t,s){const i=this.get("tcb-components-display")||{};i[e]=i[e]||{},i[e][t]=s,this.set("tcb-components-display",i)},s.instance=function(){return this._instance||(this._instance=new s),this._instance},e.exports=s.instance()},40442:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(){this.controls.NetworkColor.input=function(e){const t=this.applyTo().filter(".edit_mode"),s=t.attr("data-s"),i=TVE.renderers.social.config.style.replace("tve_style_","--tcb-social-color-style-");t.head_css({[i]:TVE.isCssVariable(e)?e:e.toHexString()},!1,"",!0,`.tve_s_item[data-s="${s}"]`)},this.controls.NetworkColor.update=function(){const e=this.applyTo(!1,!0).filter(".edit_mode"),t=TVE.renderers.social.config.style.replace("tve_style_","--tcb-social-color-style-"),s=e.tcbCssVar(t);s&&this.setValue(s)}}})},40521:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}var o;o=jQuery,e.exports=s(50732).extend({tooltipPosition:"top",no_callback:!1,_template:TVE.tpl("controls/tooltip/tooltip-panel"),_apply_btn_tpl:TVE.tpl("controls/tooltip/tooltip-panel-apply-btn"),tooltipElem:!1,closeOnLeave:!1,learnMoreLink:null,options:{hover_delay:500,leave_delay:2e3,"z-index":9},customTarget:null,after_initialize(e){e&&e.options&&(this.options=a(a({},this.options),e.options)),this.tooltipElem&&(this.tooltipElem.data("self",this),this.$el.data("self",this),this.$el.off("mouseenter.tooltipelem mouseleave.tooltipelem").on("mouseenter.tooltipelem mouseleave.tooltipelem",e=>{const t="mouseenter"===e.type,s=o(e.currentTarget).data("self");t?clearTimeout(s.tooltipCloseTimeout):s.tooltipPreventOpen()}),o("body").off("mouseenter.paneltlt mouseleave.paneltlt").on("mouseenter.paneltlt mouseleave.paneltlt","[data-paneltlt-hover]",this.handleMouseEvents)),this._handleDesign(),this.customTarget&&this.customTarget.after(this.$el).css({display:"none"})},after_render(){this.$(".tve-tooltip-action").html(this._apply_btn_tpl()),this.learnMoreLink&&this.$(".learn_more_link").removeClass("tcb-hidden").attr("href",this.learnMoreLink)},position(e){if(!e)return;let t=o(e);const s=t.offset(),i=this.el_css||{};t.is("svg")&&(t=t.parent()),this[`position${TVE.ucFirst(this.tooltipPosition)}`](t,i,s),this.last_target=t.addClass("drop-panel-focus")},positionLeft(e,t={},s={}){const i=TVE.main.$scrollbar[0].scrollTop;if(t.top=s.top-70,i&&"left"===this.panel_position&&(t.top+=i),this.anim_duration){const e={top:t.top},s=this.anim_duration;this.$el.css(e),this.$el.find(".tooltip-panel").css("display","none"),this.$el.animate(t,{duration:s,start(e){jQuery(e.elem).find(".tooltip-panel").fadeIn(s)}})}this.$(".tcb-panel-arrow").css(_.extend({top:s.top-t.top-15+"px"},this.arrow_css||{}))},positionTop(e,t={},s={}){const i=this.$el.children(".drop-panel").first(),l=i.offset()||{top:0,left:9},o=e.offsetParent(),c=this.$el.offsetParent(),n=o.offset().top-c.offset().top+e.position().top-i.outerHeight()-10;if(this.anim_duration){const e=this.anim_duration;t.top=n,t.opacity=1,this.$el.css({top:n+20,opacity:0,"z-index":this.options["z-index"]||9}),this.$el.animate(t,{duration:e,start(t){jQuery(t.elem).find(".tooltip-panel").slideDown(e)}})}else this.$el.css({top:n});this.$(".tcb-panel-arrow").css(a(a({},{left:Math.ceil(s.left-l.left+e.outerWidth()/2+1)+"px"}),this.arrow_css))},onCancel(){this.$el.removeAttr("style"),this.hide()},handleMouseEvents(e){const t="mouseenter"===e.type?"ShowOnHover":"PreventOpen";o(e.currentTarget).data("self")[`tooltip${t}`](e.currentTarget)},tooltipShowOnHover(e){clearTimeout(this.tooltipShowTimeout),this.tooltipShowTimeout=setTimeout(()=>{this.isOpen()||this.open(null,o(e))},this.options.hover_delay||500)},tooltipPreventOpen(){clearTimeout(this.tooltipShowTimeout),this.closeOnLeave&&this.isOpen()&&!this.$el.hasClass("prevent-close")&&(this.tooltipCloseTimeout=setTimeout(()=>{this.onCancel()},this.options.leave_delay||2e3))},_handleDesign(){this.no_callback&&this.$('[data-fn="onApply"]').hide(),this.closeOnLeave&&this.$(".tve-tooltip-close").css({display:"none"})},beforeOpen:o.noop,open(e,t){return this.visible=!0,this.beforeOpen(),this.el.style.display="block",this.addToOpened(),this.position(t),this.onOpen(e,t,this.$el),!1},hide(e,t){this.visible=!1,this.last_target&&this.last_target.removeClass("drop-panel-focus"),this.el.style.display="none",this.removeFromOpened(),this.trigger("close"),this.onClose(e,t)}})},40780:e=>{"use strict";e.exports=JSON.parse('{"0":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Zero","nada","none","zero","zilch"]},"styles":["solid"],"unicode":"30","label":"0","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160l0 128c0 88.4-71.6 160-160 160S0 408.4 0 320L0 192zM160 96c-53 0-96 43-96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160l0 128c0 88.4-71.6 160-160 160S0 408.4 0 320L0 192zM160 96c-53 0-96 43-96 96l0 128c0 53 43 96 96 96s96-43 96-96l0-128c0-53-43-96-96-96z"}},"free":["solid"]},"1":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit One","one"]},"styles":["solid"],"unicode":"31","label":"1","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8 96 416l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-352z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8 96 416l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-352z"}},"free":["solid"]},"2":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Two","two"]},"styles":["solid"],"unicode":"32","label":"2","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416 288 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416 288 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z"}},"free":["solid"]},"3":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Three","three"]},"styles":["solid"],"unicode":"33","label":"3","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l240 0c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208l21.7 0c75.1 0 136 60.9 136 136s-60.9 136-136 136l-78.6 0C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5l78.6 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L80 272c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96 32 96C14.3 96 0 81.7 0 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l240 0c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208l21.7 0c75.1 0 136 60.9 136 136s-60.9 136-136 136l-78.6 0C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5l78.6 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L80 272c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96 32 96C14.3 96 0 81.7 0 64z"}},"free":["solid"]},"4":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Four","four"]},"styles":["solid"],"unicode":"34","label":"4","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368l224 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L82.4 304 189 77.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368l224 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L82.4 304 189 77.6z"}},"free":["solid"]},"5":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Five","five"]},"styles":["solid"],"unicode":"35","label":"5","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M32.5 58.3C35.3 43.1 48.5 32 64 32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L90.7 96 70.3 208 184 208c75.1 0 136 60.9 136 136s-60.9 136-136 136l-83.5 0c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1l83.5 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L32 272c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M32.5 58.3C35.3 43.1 48.5 32 64 32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L90.7 96 70.3 208 184 208c75.1 0 136 60.9 136 136s-60.9 136-136 136l-83.5 0c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1l83.5 0c39.8 0 72-32.2 72-72s-32.2-72-72-72L32 272c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z"}},"free":["solid"]},"6":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Six","six"]},"styles":["solid"],"unicode":"36","label":"6","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3l0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3l0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z"}},"free":["solid"]},"7":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Seven","seven"]},"styles":["solid"],"unicode":"37","label":"7","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l256 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96 32 96C14.3 96 0 81.7 0 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l256 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96 32 96C14.3 96 0 81.7 0 64z"}},"free":["solid"]},"8":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Eight","eight"]},"styles":["solid"],"unicode":"38","label":"8","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M304 160c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128l64 0c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288l15.9 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64s28.7-64 64-64l15.9 0c0 0 .1 0 .1 0l32 0c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0l-32 0c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M304 160c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128l64 0c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288l15.9 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64s28.7-64 64-64l15.9 0c0 0 .1 0 .1 0l32 0c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0l-32 0c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z"}},"free":["solid"]},"9":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Digit Nine","nine"]},"styles":["solid"],"unicode":"39","label":"9","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"}},"free":["solid"]},"42-group":{"aliases":{"names":["innosoft"]},"changes":["5.15.0","6.0.0-beta2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e080","label":"42.group","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"}},"free":["brands"]},"500px":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f26e","label":"500px","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"}},"free":["brands"]},"a":{"aliases":{"unicodes":{"composite":["61"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter A","Latin Small Letter A","letter"]},"styles":["solid"],"unicode":"41","label":"A","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320l-144 0 72-172.8L264 320z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320l-144 0 72-172.8L264 320z"}},"free":["solid"]},"accessible-icon":{"aliases":{"unicodes":{"composite":["f29b"]}},"changes":["5.0.0"],"ligatures":[],"search":{"terms":["accessibility","disabled","handicap","person","uer","wheelchair","wheelchair-alt"]},"styles":["brands"],"unicode":"f368","label":"Accessible Icon","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"}},"free":["brands"]},"accusoft":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f369","label":"Accusoft","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z"}},"free":["brands"]},"address-book":{"aliases":{"names":["contact-book"],"unicodes":{"composite":["f2ba"],"secondary":["10f2b9"]}},"changes":["4.7.0","5.0.0","5.0.3","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["contact","directory","employee","index","little black book","portfolio","rolodex","uer","username"]},"styles":["solid","regular"],"unicode":"f2b9","label":"Address Book","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM208 288l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM208 288l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z"},"regular":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M384 48c8.8 0 16 7.2 16 16l0 384c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16L80 64c0-8.8 7.2-16 16-16l288 0zM96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M384 48c8.8 0 16 7.2 16 16l0 384c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16L80 64c0-8.8 7.2-16 16-16l288 0zM96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L96 0zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM496 192c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64z"}},"free":["regular","solid"]},"address-card":{"aliases":{"names":["contact-card","vcard"],"unicodes":{"composite":["f2bc"],"secondary":["10f2bb"]}},"changes":["4.7.0","5.0.0","5.0.3","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["about","contact","employee","id","identification","portfolio","postcard","profile","registration","uer","username"]},"styles":["solid","regular"],"unicode":"f2bb","label":"Address Card","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"},"regular":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z"}},"free":["regular","solid"]},"adn":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f170","label":"App.net","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"}},"free":["brands"]},"adversal":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36a","label":"Adversal","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"}},"free":["brands"]},"affiliatetheme":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36b","label":"affiliatetheme","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"}},"free":["brands"]},"airbnb":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f834","label":"Airbnb","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"}},"free":["brands"]},"algolia":{"changes":["5.0.0","6.3.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36c","label":"Algolia","voted":false,"svg":{"brands":{"last_modified":1675090779,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"}},"free":["brands"]},"align-center":{"aliases":{"unicodes":{"secondary":["10f037"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["format","middle","paragraph","text"]},"styles":["solid"],"unicode":"f037","label":"Align Center","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 64c0-17.7-14.3-32-32-32L128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32l-192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32z"}},"free":["solid"]},"align-justify":{"aliases":{"unicodes":{"secondary":["10f039"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f039","label":"Align Justify","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32L32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32L32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32z"}},"free":["solid"]},"align-left":{"aliases":{"unicodes":{"secondary":["10f036"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f036","label":"Align Left","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M288 64c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32L32 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"align-right":{"aliases":{"unicodes":{"secondary":["10f038"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["format","paragraph","text"]},"styles":["solid"],"unicode":"f038","label":"Align Right","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 64c0 17.7-14.3 32-32 32L192 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 224c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"alipay":{"changes":["5.3.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f642","label":"Alipay","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"}},"free":["brands"]},"amazon":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f270","label":"Amazon","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"}},"free":["brands"]},"amazon-pay":{"changes":["5.0.2","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42c","label":"Amazon Pay","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"}},"free":["brands"]},"amilia":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36d","label":"Amilia","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"}},"free":["brands"]},"anchor":{"aliases":{"unicodes":{"composite":["2693"],"secondary":["10f13d"]}},"changes":["3.1.0","5.0.0","5.11.0","6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anchor","berth","boat","dock","embed","link","maritime","moor","port","secure","ship","tool"]},"styles":["solid"],"unicode":"f13d","label":"Anchor","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c88.4 0 160-71.6 160-160l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 53-43 96-96 96l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c88.4 0 160-71.6 160-160l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 53-43 96-96 96l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0z"}},"free":["solid"]},"anchor-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["enable","marina","not affected","ok","okay","port","validate","working"]},"styles":["solid"],"unicode":"e4aa","label":"Anchor Circle Check","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"anchor-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","failed","marina","port"]},"styles":["solid"],"unicode":"e4ab","label":"Anchor Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"anchor-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["destroy","marina","port","uncheck"]},"styles":["solid"],"unicode":"e4ac","label":"Anchor Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2L320 448l0-80 0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"anchor-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["closed","lockdown","marina","padlock","port","privacy","quarantine"]},"styles":["solid"],"unicode":"e4ad","label":"Anchor Lock","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3l0-33.3c-5.2 .9-10.5 1.3-16 1.3l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80L224 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 208-48 0c-53 0-96-43-96-96l0-6.1 7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7 0 6.1c0 88.4 71.6 160 160 160l80 0 80 0c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3l0-33.3c-5.2 .9-10.5 1.3-16 1.3l-48 0 0-208 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-10.9 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"android":{"changes":["3.2.0","5.0.0","5.12.0"],"ligatures":[],"search":{"terms":["robot"]},"styles":["brands"],"unicode":"f17b","label":"Android","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55"}},"free":["brands"]},"angellist":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f209","label":"AngelList","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"}},"free":["brands"]},"angle-down":{"aliases":{"unicodes":{"composite":["2304"],"secondary":["10f107"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Down Arrowhead","arrow","caret","download","expand","insert"]},"styles":["solid"],"unicode":"f107","label":"Angle Down","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"}},"free":["solid"]},"angle-left":{"aliases":{"unicodes":{"composite":["2039"],"secondary":["10f104"]}},"changes":["3.0.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Single Left-Pointing Angle Quotation Mark","arrow","back","caret","less","previous"]},"styles":["solid"],"unicode":"f104","label":"Angle Left","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"}},"free":["solid"]},"angle-right":{"aliases":{"unicodes":{"composite":["203a"],"secondary":["10f105"]}},"changes":["3.0.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Single Right-Pointing Angle Quotation Mark","arrow","care","forward","more","next"]},"styles":["solid"],"unicode":"f105","label":"Angle Right","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"}},"free":["solid"]},"angle-up":{"aliases":{"unicodes":{"composite":["2303"],"secondary":["10f106"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Up Arrowhead","arrow","caret","collapse","upgrade","upload"]},"styles":["solid"],"unicode":"f106","label":"Angle Up","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"}},"free":["solid"]},"angles-down":{"aliases":{"names":["angle-double-down"],"unicodes":{"secondary":["10f103"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows","caret","download","expand"]},"styles":["solid"],"unicode":"f103","label":"Angles Down","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"}},"free":["solid"]},"angles-left":{"aliases":{"names":["angle-double-left"],"unicodes":{"composite":["ab"],"secondary":["10f100"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Left-Pointing Double Angle Quotation Mark","arrows","back","caret","laquo","previous","quote"]},"styles":["solid"],"unicode":"f100","label":"Angles Left","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"}},"free":["solid"]},"angles-right":{"aliases":{"names":["angle-double-right"],"unicodes":{"composite":["bb"],"secondary":["10f101"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Right-Pointing Double Angle Quotation Mark","arrows","caret","forward","more","next","quote","raquo"]},"styles":["solid"],"unicode":"f101","label":"Angles Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"}},"free":["solid"]},"angles-up":{"aliases":{"names":["angle-double-up"],"unicodes":{"secondary":["10f102"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows","caret","collapse","upload"]},"styles":["solid"],"unicode":"f102","label":"Angles Up","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"}},"free":["solid"]},"angrycreative":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36e","label":"Angry Creative","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"}},"free":["brands"]},"angular":{"changes":["5.0.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f420","label":"Angular","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"}},"free":["brands"]},"ankh":{"aliases":{"unicodes":{"composite":["2625"],"secondary":["10f644"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Ankh","amulet","copper","coptic christianity","copts","crux ansata","egypt","venus"]},"styles":["solid"],"unicode":"f644","label":"Ankh","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-46.8 0c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-46.8 0c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z"}},"free":["solid"]},"app-store":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f36f","label":"App Store","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"}},"free":["brands"]},"app-store-ios":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f370","label":"iOS App Store","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"}},"free":["brands"]},"apper":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f371","label":"Apper Systems AB","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"}},"free":["brands"]},"apple":{"changes":["3.2.0","5.0.0","5.0.7","5.8.0"],"ligatures":[],"search":{"terms":["fruit","ios","mac","operating system","os","osx"]},"styles":["brands"],"unicode":"f179","label":"Apple","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"}},"free":["brands"]},"apple-pay":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f415","label":"Apple Pay","voted":true,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"}},"free":["brands"]},"apple-whole":{"aliases":{"names":["apple-alt"],"unicodes":{"composite":["1f34e","1f34f"],"secondary":["10f5d1"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apple","fall","fruit","fuji","green","green apple","macintosh","orchard","red","red apple","seasonal","vegan"]},"styles":["solid"],"unicode":"f5d1","label":"Apple Whole","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 112c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80l16 0c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80l-16 0zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 112c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80l16 0c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80l-16 0zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z"}},"free":["solid"]},"archway":{"aliases":{"unicodes":{"secondary":["10f557"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arc","monument","road","street","tunnel"]},"styles":["solid"],"unicode":"f557","label":"Archway","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 64 0 0-128c0-53 43-96 96-96s96 43 96 96l0 128 64 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-288L32 128l0 288z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 64 0 0-128c0-53 43-96 96-96s96 43 96 96l0 128 64 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-288L32 128l0 288z"}},"free":["solid"]},"arrow-down":{"aliases":{"unicodes":{"composite":["2193"],"secondary":["10f063"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Downwards Arrow","download"]},"styles":["solid"],"unicode":"f063","label":"Arrow Down","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"}},"free":["solid"]},"arrow-down-1-9":{"aliases":{"names":["sort-numeric-asc","sort-numeric-down"],"unicodes":{"secondary":["10f162"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","numbers","order","sort-numeric-asc"]},"styles":["solid"],"unicode":"f162","label":"Arrow Down 1 9","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"}},"free":["solid"]},"arrow-down-9-1":{"aliases":{"names":["sort-numeric-desc","sort-numeric-down-alt"],"unicodes":{"secondary":["10f886"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","numbers","order","sort-numeric-asc"]},"styles":["solid"],"unicode":"f886","label":"Arrow Down 9 1","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7 192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 301.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2 0 51.6-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l48 0 48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-96c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"}},"free":["solid"]},"arrow-down-a-z":{"aliases":{"names":["sort-alpha-asc","sort-alpha-down"],"unicodes":{"secondary":["10f15d"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-asc"]},"styles":["solid"],"unicode":"f15d","label":"Arrow Down A Z","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352 352 352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176l40.4 0L416 135.6 395.8 176z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352 352 352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176l40.4 0L416 135.6 395.8 176z"}},"free":["solid"]},"arrow-down-long":{"aliases":{"names":["long-arrow-down"],"unicodes":{"secondary":["10f175"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download","long-arrow-down"]},"styles":["solid"],"unicode":"f175","label":"Arrow Down Long","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z"}},"free":["solid"]},"arrow-down-short-wide":{"aliases":{"names":["sort-amount-desc","sort-amount-down-alt"],"unicodes":{"secondary":["10f884"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","order","sort-amount-asc"]},"styles":["solid"],"unicode":"f884","label":"Arrow Down Short Wide","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"arrow-down-up-across-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["border","crossing","transfer"]},"styles":["solid"],"unicode":"e4af","label":"Arrow Down Up Across Line","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7 192 288l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3 384 224l-192 0-64 0-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 114.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192l64 0 0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128zM448 320l-64 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7 192 288l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3 384 224l-192 0-64 0-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 114.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192l64 0 0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128zM448 320l-64 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128z"}},"free":["solid"]},"arrow-down-up-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["border","closed","crossing","lockdown","padlock","privacy","quarantine","transfer"]},"styles":["solid"],"unicode":"e4b0","label":"Arrow Down Up Lock","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 160 288l256 0 0-16c0-17.2 3.9-33.5 10.8-48L352 224l0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3 288 224l-128 0-64 0-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 114.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128 64 0zM288 320l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128-64 0zm240-80c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 160 288l256 0 0-16c0-17.2 3.9-33.5 10.8-48L352 224l0-114.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3 288 224l-128 0-64 0-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 114.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128 64 0zM288 320l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128-64 0zm240-80c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"arrow-down-wide-short":{"aliases":{"names":["sort-amount-asc","sort-amount-down"],"unicodes":{"secondary":["10f160"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","number","order","sort-amount-asc"]},"styles":["solid"],"unicode":"f160","label":"Arrow Down Wide Short","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L320 96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7 96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L320 96z"}},"free":["solid"]},"arrow-down-z-a":{"aliases":{"names":["sort-alpha-desc","sort-alpha-down-alt"],"unicodes":{"secondary":["10f881"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-asc"]},"styles":["solid"],"unicode":"f881","label":"Arrow Down Z A","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96 352 96c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400l40.4 0L416 359.6 395.8 400z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7 128 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 301.7 32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32l128 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96 352 96c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448l-88.4 0-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400l40.4 0L416 359.6 395.8 400z"}},"free":["solid"]},"arrow-left":{"aliases":{"unicodes":{"composite":["2190"],"secondary":["10f060"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Leftwards Arrow","back","previous"]},"styles":["solid"],"unicode":"f060","label":"Arrow Left","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"}},"free":["solid"]},"arrow-left-long":{"aliases":{"names":["long-arrow-left"],"unicodes":{"secondary":["10f177"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","long-arrow-left","previous"]},"styles":["solid"],"unicode":"f177","label":"Arrow Left Long","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z"}},"free":["solid"]},"arrow-pointer":{"aliases":{"names":["mouse-pointer"],"unicodes":{"secondary":["10f245"]}},"changes":["4.4.0","5.0.0","5.0.3","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","cursor","select"]},"styles":["solid"],"unicode":"f245","label":"Arrow Pointer","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 55.2L0 426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320l118.1 0c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 55.2L0 426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320l118.1 0c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z"}},"free":["solid"]},"arrow-right":{"aliases":{"unicodes":{"composite":["2192"],"secondary":["10f061"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Rightwards Arrow","forward","next"]},"styles":["solid"],"unicode":"f061","label":"Arrow Right","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"}},"free":["solid"]},"arrow-right-arrow-left":{"aliases":{"names":["exchange"],"unicodes":{"composite":["21c4"],"secondary":["10f0ec"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Rightwards Arrow Over Leftwards Arrow","arrow","arrows","reciprocate","return","swap","transfer"]},"styles":["solid"],"unicode":"f0ec","label":"Arrow Right Arrow Left","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z"}},"free":["solid"]},"arrow-right-from-bracket":{"aliases":{"names":["sign-out"],"unicodes":{"secondary":["10f08b"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","exit","leave","log out","logout"]},"styles":["solid"],"unicode":"f08b","label":"Arrow Right From Bracket","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z"}},"free":["solid"]},"arrow-right-long":{"aliases":{"names":["long-arrow-right"],"unicodes":{"secondary":["10f178"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","long-arrow-right","next"]},"styles":["solid"],"unicode":"f178","label":"Arrow Right Long","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"}},"free":["solid"]},"arrow-right-to-bracket":{"aliases":{"names":["sign-in"],"unicodes":{"secondary":["10f090"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","enter","insert","join","log in","login","sign in","sign up","sign-in","signin","signup"]},"styles":["solid"],"unicode":"f090","label":"Arrow Right To Bracket","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"}},"free":["solid"]},"arrow-right-to-city":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","exodus","insert","rural","urban"]},"styles":["solid"],"unicode":"e4b3","label":"Arrow Right To City","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l114.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l114.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z"}},"free":["solid"]},"arrow-rotate-left":{"aliases":{"names":["arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"unicodes":{"composite":["21ba"],"secondary":["10f0e2"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Anticlockwise Open Circle Arrow","back","control z","exchange","oops","return","rotate","swap"]},"styles":["solid"],"unicode":"f0e2","label":"Arrow Rotate Left","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M125.7 160l50.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 224c-17.7 0-32-14.3-32-32L16 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M125.7 160l50.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 224c-17.7 0-32-14.3-32-32L16 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z"}},"free":["solid"]},"arrow-rotate-right":{"aliases":{"names":["arrow-right-rotate","arrow-rotate-forward","redo"],"unicodes":{"composite":["21bb"],"secondary":["10f01e"]}},"changes":["1.0.0","5.0.0","5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Clockwise Open Circle Arrow","forward","refresh","reload","renew","repeat","retry"]},"styles":["solid"],"unicode":"f01e","label":"Arrow Rotate Right","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M386.3 160L336 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M386.3 160L336 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z"}},"free":["solid"]},"arrow-trend-down":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["line","stocks","trend"]},"styles":["solid"],"unicode":"e097","label":"Arrow Trend Down","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352 384 352z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352 384 352z"}},"free":["solid"]},"arrow-trend-up":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["line","stocks","trend"]},"styles":["solid"],"unicode":"e098","label":"Arrow Trend Up","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160 384 160z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160 384 160z"}},"free":["solid"]},"arrow-turn-down":{"aliases":{"names":["level-down"],"unicodes":{"secondary":["10f149"]}},"changes":["3.1.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow"]},"styles":["solid"],"unicode":"f149","label":"Arrow Turn Down","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z"}},"free":["solid"]},"arrow-turn-up":{"aliases":{"names":["level-up"],"unicodes":{"secondary":["10f148"]}},"changes":["3.1.0","5.0.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow"]},"styles":["solid"],"unicode":"f148","label":"Arrow Turn Up","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z"}},"free":["solid"]},"arrow-up":{"aliases":{"unicodes":{"composite":["2191"],"secondary":["10f062"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Upwards Arrow","forward","upgrade","upload"]},"styles":["solid"],"unicode":"f062","label":"Arrow Up","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"}},"free":["solid"]},"arrow-up-1-9":{"aliases":{"names":["sort-numeric-up"],"unicodes":{"secondary":["10f163"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","numbers","order","sort-numeric-desc"]},"styles":["solid"],"unicode":"f163","label":"Arrow Up 1 9","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M450.7 38c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M450.7 38c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"}},"free":["solid"]},"arrow-up-9-1":{"aliases":{"names":["sort-numeric-up-alt"],"unicodes":{"secondary":["10f887"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","numbers","order","sort-numeric-desc"]},"styles":["solid"],"unicode":"f887","label":"Arrow Up 9 1","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3 192 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-301.7L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26l0 96 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-51.6-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"}},"free":["solid"]},"arrow-up-a-z":{"aliases":{"names":["sort-alpha-up"],"unicodes":{"secondary":["10f15e"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-desc"]},"styles":["solid"],"unicode":"f15e","label":"Arrow Up A Z","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-128 0c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176l-40.4 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-128 0c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176l-40.4 0z"}},"free":["solid"]},"arrow-up-from-bracket":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["share","transfer","upgrade","upload"]},"styles":["solid"],"unicode":"e09a","label":"Arrow Up From Bracket","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3 192 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3 192 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-64z"}},"free":["solid"]},"arrow-up-from-ground-water":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["groundwater","spring","upgrade","water supply","water table"]},"styles":["solid"],"unicode":"e4b5","label":"Arrow Up From Ground Water","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 352c17.7 0 32-14.3 32-32l0-210.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3 256 320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192L48 192c-26.5 0-48 21.5-48 48L0 425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3L192 192zm384 48c0-26.5-21.5-48-48-48l-144 0 0 224.5s0 0 0 0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9l0-185z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 352c17.7 0 32-14.3 32-32l0-210.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3 256 320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192L48 192c-26.5 0-48 21.5-48 48L0 425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3L192 192zm384 48c0-26.5-21.5-48-48-48l-144 0 0 224.5s0 0 0 0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9l0-185z"}},"free":["solid"]},"arrow-up-from-water-pump":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flood","groundwater","pump","submersible","sump pump","upgrade"]},"styles":["solid"],"unicode":"e4b6","label":"Arrow Up From Water Pump","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 0C85.5 0 64 21.5 64 48l0 208-16 0c-26.5 0-48 21.5-48 48l0 96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400l0-96c0-26.5-21.5-48-48-48l-48 0 0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256l-128 0 0-208c0-26.5-21.5-48-48-48L112 0zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 0C85.5 0 64 21.5 64 48l0 208-16 0c-26.5 0-48 21.5-48 48l0 96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400l0-96c0-26.5-21.5-48-48-48l-48 0 0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256l-128 0 0-208c0-26.5-21.5-48-48-48L112 0zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z"}},"free":["solid"]},"arrow-up-long":{"aliases":{"names":["long-arrow-up"],"unicodes":{"secondary":["10f176"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["long-arrow-up","upload"]},"styles":["solid"],"unicode":"f176","label":"Arrow Up Long","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z"}},"free":["solid"]},"arrow-up-right-dots":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["growth","increase","population","upgrade"]},"styles":["solid"],"unicode":"e4b7","label":"Arrow Up Right Dots","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3l0 50.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L160 0zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3l0 50.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L160 0zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"arrow-up-right-from-square":{"aliases":{"names":["external-link"],"unicodes":{"secondary":["10f08e"]}},"changes":["1.0.0","5.0.0","5.11.0","6.0.0-beta1","6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["new","open","send","share","upgrade"]},"styles":["solid"],"unicode":"f08e","label":"Arrow Up Right From Square","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"}},"free":["solid"]},"arrow-up-short-wide":{"aliases":{"names":["sort-amount-up-alt"],"unicodes":{"secondary":["10f885"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","order","sort-amount-desc"]},"styles":["solid"],"unicode":"f885","label":"Arrow Up Short Wide","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0z"}},"free":["solid"]},"arrow-up-wide-short":{"aliases":{"names":["sort-amount-up"],"unicodes":{"secondary":["10f161"]}},"changes":["3.2.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","filter","order","sort-amount-desc","upgrade"]},"styles":["solid"],"unicode":"f161","label":"Arrow Up Wide Short","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32z"}},"free":["solid"]},"arrow-up-z-a":{"aliases":{"names":["sort-alpha-up-alt"],"unicodes":{"secondary":["10f882"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabetical","arrange","filter","order","sort-alpha-desc"]},"styles":["solid"],"unicode":"f882","label":"Arrow Up Z A","voted":false,"svg":{"solid":{"last_modified":1720202756,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L352 32c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400l-40.4 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3 128 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.7 32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32l50.7 0-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0 73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L352 32c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3 88.4 0 7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400l-40.4 0z"}},"free":["solid"]},"arrows-down-to-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["insert","scale down","sink"]},"styles":["solid"],"unicode":"e4b8","label":"Arrows Down To Line","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z"}},"free":["solid"]},"arrows-down-to-people":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","focus","insert","targeted","together","uer"]},"styles":["solid"],"unicode":"e4b9","label":"Arrows Down To People","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 0c-13.3 0-24 10.7-24 24l0 118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L168 24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5 88 480c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L520 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 0c-13.3 0-24 10.7-24 24l0 118.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L168 24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5 88 480c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23L520 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"}},"free":["solid"]},"arrows-left-right":{"aliases":{"names":["arrows-h"],"unicodes":{"secondary":["10f07e"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["expand","horizontal","landscape","resize","wide"]},"styles":["solid"],"unicode":"f07e","label":"Arrows Left Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"}},"free":["solid"]},"arrows-left-right-to-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analysis","expand","gap"]},"styles":["solid"],"unicode":"e4ba","label":"Arrows Left Right To Line","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-320c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-320c0-17.7 14.3-32 32-32s32 14.3 32 32z"}},"free":["solid"]},"arrows-rotate":{"aliases":{"names":["refresh","sync"],"unicodes":{"composite":["1f5d8"],"secondary":["10f021"]}},"changes":["1.0.0","5.0.0","5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Clockwise Right and Left Semicircle Arrows","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap"]},"styles":["solid"],"unicode":"f021","label":"Arrows Rotate","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160 352 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l111.5 0c0 0 0 0 0 0l.4 0c17.7 0 32-14.3 32-32l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 35.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1L16 432c0 17.7 14.3 32 32 32s32-14.3 32-32l0-35.1 17.6 17.5c0 0 0 0 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.8c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352l34.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48.4 288c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z"}},"free":["solid"]},"arrows-spin":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cycle","rotate","spin","whirl"]},"styles":["solid"],"unicode":"e4bb","label":"Arrows Spin","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l112 0c8.8 0 16-7.2 16-16l0-112c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3l0 64.9c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-112c0-8.8-7.2-16-16-16L64 48c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32l64.9 0c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224l-64.9 0c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 112c0 8.8 7.2 16 16 16l112 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9L64 320c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3l0-64.9c-10.3 2.1-21 3.2-32 3.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l112 0c8.8 0 16-7.2 16-16l0-112c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3l0 64.9c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-112c0-8.8-7.2-16-16-16L64 48c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32l64.9 0c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224l-64.9 0c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 112c0 8.8 7.2 16 16 16l112 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9L64 320c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3l0-64.9c-10.3 2.1-21 3.2-32 3.2z"}},"free":["solid"]},"arrows-split-up-and-left":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agile","split"]},"styles":["solid"],"unicode":"e4bc","label":"Arrows Split Up And Left","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3 352 384c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64l-114.7 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256 224 256c23.3 0 45.2 6.2 64 17.1l0-163.9-41.4 41.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3 352 384c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64l-114.7 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256 224 256c23.3 0 45.2 6.2 64 17.1l0-163.9-41.4 41.4z"}},"free":["solid"]},"arrows-to-circle":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["center","concentrate","coordinate","coordination","focal point","focus","insert"]},"styles":["solid"],"unicode":"e4bd","label":"Arrows To Circle","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7 160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l18.7 0L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352L96 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160l18.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1s0 0 0 0l0-96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3l0 18.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96s0 0 0 0l0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4l.1 0s0 0 0 0l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-18.7 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7 160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l18.7 0L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352L96 352c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160l18.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1s0 0 0 0l0-96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3l0 18.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96s0 0 0 0l0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4l.1 0s0 0 0 0l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-18.7 0z"}},"free":["solid"]},"arrows-to-dot":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["assembly point","center","condense","focus","insert","minimize"]},"styles":["solid"],"unicode":"e4be","label":"Arrows To Dot","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c17.7 0 32 14.3 32 32l0 32 32 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l32 0 0-32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 32 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c17.7 0 32 14.3 32 32l0 32 32 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l32 0 0-32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 32 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"arrows-to-eye":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["center","coordinated assessment","focus"]},"styles":["solid"],"unicode":"e4bf","label":"Arrows To Eye","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M15 15C24.4 5.7 39.6 5.7 49 15l63 63L112 40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l38.1 0L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63 38.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24s24 10.7 24 24l0 38.1 63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63L40 400c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 96c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-38.1L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63 0 38.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-38.1 0 63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M15 15C24.4 5.7 39.6 5.7 49 15l63 63L112 40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l38.1 0L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63 38.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24s24 10.7 24 24l0 38.1 63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63L40 400c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 96c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-38.1L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63 0 38.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-38.1 0 63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"}},"free":["solid"]},"arrows-turn-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows"]},"styles":["solid"],"unicode":"e4c0","label":"Arrows Turn Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160 128 160c-35.3 0-64 28.7-64 64l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32C0 153.3 57.3 96 128 96l210.7 0L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160 128 160c-35.3 0-64 28.7-64 64l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32C0 153.3 57.3 96 128 96l210.7 0L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"}},"free":["solid"]},"arrows-turn-to-dots":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["destination","insert","nexus"]},"styles":["solid"],"unicode":"e4c1","label":"Arrows Turn To Dots","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z"}},"free":["solid"]},"arrows-up-down":{"aliases":{"names":["arrows-v"],"unicodes":{"secondary":["10f07d"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["expand","portrait","resize","tall","vertical"]},"styles":["solid"],"unicode":"f07d","label":"Arrows Up Down","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3l0 293.5L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7l0-293.5 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3l0 293.5L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7l0-293.5 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"}},"free":["solid"]},"arrows-up-down-left-right":{"aliases":{"names":["arrows"],"unicodes":{"secondary":["10f047"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},"styles":["solid"],"unicode":"f047","label":"Arrows Up Down Left Right","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4L224 224l-114.7 0 9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L224 288l0 114.7-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4L288 288l114.7 0-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L288 224l0-114.7 9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4L224 224l-114.7 0 9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L224 288l0 114.7-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4L288 288l114.7 0-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L288 224l0-114.7 9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z"}},"free":["solid"]},"arrows-up-to-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["rise","scale up","upgrade"]},"styles":["solid"],"unicode":"e4c2","label":"Arrows Up To Line","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z"}},"free":["solid"]},"artstation":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f77a","label":"Artstation","voted":true,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z"}},"free":["brands"]},"asterisk":{"aliases":{"unicodes":{"composite":["2731","f069"],"primary":["f069"],"secondary":["102a","10f069"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Asterisk","Heavy Asterisk","annotation","details","reference","required","star"]},"styles":["solid"],"unicode":"2a","label":"Asterisk","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 32c17.7 0 32 14.3 32 32l0 135.5 111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5 224 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-135.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5 160 64c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 32c17.7 0 32 14.3 32 32l0 135.5 111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5 224 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-135.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5 160 64c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"asymmetrik":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f372","label":"Asymmetrik, Ltd.","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"}},"free":["brands"]},"at":{"aliases":{"unicodes":{"composite":["f1fa"],"primary":["f1fa"],"secondary":["10f1fa"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Commercial At","address","author","e-mail","email","fluctuate","handle"]},"styles":["solid"],"unicode":"40","label":"At","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256l0 32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32l0 80 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256l0 32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32l0 80 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"atlassian":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f77b","label":"Atlassian","voted":true,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"}},"free":["brands"]},"atom":{"aliases":{"unicodes":{"composite":["269b"],"secondary":["10f5d2"]}},"changes":["5.2.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["atheism","atheist","atom","atom symbol","chemistry","electron","ion","isotope","knowledge","neutron","nuclear","proton","science"]},"styles":["solid"],"unicode":"f5d2","label":"Atom","voted":false,"svg":{"solid":{"last_modified":1717158080,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"audible":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f373","label":"Audible","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"}},"free":["brands"]},"audio-description":{"aliases":{"unicodes":{"secondary":["10f29e"]}},"changes":["4.6.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blind","narration","video","visual"]},"styles":["solid"],"unicode":"f29e","label":"Audio Description","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9-82.2 0-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2 42.2 0zM304 184c0-13.3 10.7-24 24-24l56 0c53 0 96 43 96 96s-43 96-96 96l-56 0c-13.3 0-24-10.7-24-24l0-144zm48 24l0 96 32 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9-82.2 0-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2 42.2 0zM304 184c0-13.3 10.7-24 24-24l56 0c53 0 96 43 96 96s-43 96-96 96l-56 0c-13.3 0-24-10.7-24-24l0-144zm48 24l0 96 32 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z"}},"free":["solid"]},"austral-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Austral Sign","currency"]},"styles":["solid"],"unicode":"e0a9","label":"Austral Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0L82.7 320 32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l24 0L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0L352 288l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-90.7 0L253.5 51.7zM256 224l-64 0 32-76.8L256 224zm-90.7 64l117.3 0L296 320l-144 0 13.3-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0L82.7 320 32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l24 0L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384l197.3 0 31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0L352 288l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-90.7 0L253.5 51.7zM256 224l-64 0 32-76.8L256 224zm-90.7 64l117.3 0L296 320l-144 0 13.3-32z"}},"free":["solid"]},"autoprefixer":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41c","label":"Autoprefixer","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"}},"free":["brands"]},"avianex":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f374","label":"avianex","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"}},"free":["brands"]},"aviato":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f421","label":"Aviato","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"}},"free":["brands"]},"award":{"aliases":{"unicodes":{"secondary":["10f559"]}},"changes":["5.1.0","5.2.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["guarantee","honor","praise","prize","recognition","ribbon","trophy","warranty"]},"styles":["solid"],"unicode":"f559","label":"Award","voted":true,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z"}},"free":["solid"]},"aws":{"changes":["5.0.0","5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f375","label":"Amazon Web Services (AWS)","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"}},"free":["brands"]},"b":{"aliases":{"unicodes":{"composite":["62"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter B","Latin Small Letter B","letter"]},"styles":["solid"],"unicode":"42","label":"B","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l128 0c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128L64 32zm96 192l-96 0L64 96l96 0c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288l96 0 32 0c35.3 0 64 28.7 64 64s-28.7 64-64 64L64 416l0-128z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l128 0c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128L64 32zm96 192l-96 0L64 96l96 0c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288l96 0 32 0c35.3 0 64 28.7 64 64s-28.7 64-64 64L64 416l0-128z"}},"free":["solid"]},"baby":{"aliases":{"unicodes":{"secondary":["10f77c"]}},"changes":["5.6.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["uer","users-people"]},"styles":["solid"],"unicode":"f77c","label":"Baby","voted":true,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25l0 36.3-192 0 0-36.3c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25l0 36.3-192 0 0-36.3c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z"}},"free":["solid"]},"baby-carriage":{"aliases":{"names":["carriage-baby"],"unicodes":{"secondary":["10f77d"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buggy","carrier","infant","push","stroller","transportation","walk","wheels"]},"styles":["solid"],"unicode":"f77d","label":"Baby Carriage","voted":true,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 192L.1 192C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0 0-64zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 192L.1 192C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0 0-64zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"}},"free":["solid"]},"backward":{"aliases":{"unicodes":{"composite":["23ea"],"secondary":["10f04a"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","double","fast reverse button","previous","rewind"]},"styles":["solid"],"unicode":"f04a","label":"Backward","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3l0 41.7 0 41.7L459.5 440.6zM256 352l0-96 0-128 0-32c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3l0 41.7 0 41.7L459.5 440.6zM256 352l0-96 0-128 0-32c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-64z"}},"free":["solid"]},"backward-fast":{"aliases":{"names":["fast-backward"],"unicodes":{"composite":["23ee"],"secondary":["10f049"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","beginning","first","last track button","previous","previous scene","previous track","quick","rewind","start","triangle"]},"styles":["solid"],"unicode":"f049","label":"Backward Fast","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7 288 416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7 64 416c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 118.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96l0 118.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96l0 320c0 12.4-7.2 23.7-18.4 29z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7 288 416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7 64 416c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 118.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96l0 118.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96l0 320c0 12.4-7.2 23.7-18.4 29z"}},"free":["solid"]},"backward-step":{"aliases":{"names":["step-backward"],"unicodes":{"secondary":["10f048"]}},"changes":["1.0.0","5.0.0","5.10.2","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beginning","first","previous","rewind","start"]},"styles":["solid"],"unicode":"f048","label":"Backward Step","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241 64 96c0-17.7-14.3-32-32-32S0 78.3 0 96L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-145 11.5 9.6 192 160z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29l0-320c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241 64 96c0-17.7-14.3-32-32-32S0 78.3 0 96L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-145 11.5 9.6 192 160z"}},"free":["solid"]},"bacon":{"aliases":{"unicodes":{"composite":["1f953"],"secondary":["10f7e5"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bacon","blt","breakfast","food","ham","lard","meat","pancetta","pork","rasher"]},"styles":["solid"],"unicode":"f7e5","label":"Bacon","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6c0 0 0 0 0 0l.2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6c0 0 0 0 0 0l.2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z"}},"free":["solid"]},"bacteria":{"aliases":{"unicodes":{"secondary":["10e059"]}},"changes":["5.13.0","5.13.1","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["antibiotic","antibody","covid-19","health","organism","sick"]},"styles":["solid"],"unicode":"e059","label":"Bacteria","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1c0 0 0 0-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5c0 0 0 0 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1c0 0 0 0 .1 0l29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5c0 0 0 0 0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1c0 0 0 0-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5c0 0 0 0 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1c0 0 0 0 .1 0l29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5c0 0 0 0 0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z"}},"free":["solid"]},"bacterium":{"aliases":{"unicodes":{"secondary":["10e05a"]}},"changes":["5.13.0","5.13.1","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["antibiotic","antibody","covid-19","germ","health","organism","sick"]},"styles":["solid"],"unicode":"e05a","label":"Bacterium","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7c0 0 0 0 0 0l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3s0 0 0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7c0 0 0 0 0 0l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3s0 0 0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"bag-shopping":{"aliases":{"names":["shopping-bag"],"unicodes":{"secondary":["10f290"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","checkout","grocery","payment","purchase"]},"styles":["solid"],"unicode":"f290","label":"Bag Shopping","voted":false,"svg":{"solid":{"last_modified":1717158772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"bahai":{"aliases":{"names":["haykal"],"unicodes":{"secondary":["10f666"]}},"changes":["5.3.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bahai","bahá\'í","star"]},"styles":["solid"],"unicode":"f666","label":"Bahai","voted":false,"svg":{"solid":{"last_modified":1720277405,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z"}},"free":["solid"]},"baht-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["currency"]},"styles":["solid"],"unicode":"e0ac","label":"Baht Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M144 0c-17.7 0-32 14.3-32 32l0 32L37.6 64C16.8 64 0 80.8 0 101.6L0 224l0 41.7L0 288 0 406.3c0 23 18.7 41.7 41.7 41.7l70.3 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112l0-32c0-17.7-14.3-32-32-32zM112 128l0 96-48 0 0-96 48 0zm64 96l0-96c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64l0 96-48 0 0-96 48 0zm64 96l0-96 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-32 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M144 0c-17.7 0-32 14.3-32 32l0 32L37.6 64C16.8 64 0 80.8 0 101.6L0 224l0 41.7L0 288 0 406.3c0 23 18.7 41.7 41.7 41.7l70.3 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112l0-32c0-17.7-14.3-32-32-32zM112 128l0 96-48 0 0-96 48 0zm64 96l0-96c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64l0 96-48 0 0-96 48 0zm64 96l0-96 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-32 0z"}},"free":["solid"]},"ban":{"aliases":{"names":["cancel"],"unicodes":{"composite":["1f6ab"],"secondary":["10f05e"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["404","abort","ban","block","cancel","delete","deny","disabled","entry","failed","forbidden","hide","no","not","not found","prohibit","prohibited","remove","stop","trash"]},"styles":["solid"],"unicode":"f05e","label":"Ban","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["solid"]},"ban-smoking":{"aliases":{"names":["smoking-ban"],"unicodes":{"composite":["1f6ad"],"secondary":["10f54d"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ban","cancel","deny","disabled","forbidden","no","no smoking","non-smoking","not","prohibited","smoking"]},"styles":["solid"],"unicode":"f54d","label":"Ban Smoking","voted":true,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32 82.7 0 0 32-50.7 0zm32 32l34.7 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-130.7 0L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48l-32 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96L112 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l117.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32 82.7 0 0 32-50.7 0zm32 32l34.7 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-130.7 0L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48l-32 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96L112 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l117.5 0z"}},"free":["solid"]},"bandage":{"aliases":{"names":["band-aid"],"unicodes":{"composite":["1fa79"],"secondary":["10f462"]}},"changes":["5.0.7","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["adhesive bandage","bandage","boo boo","first aid","modify","ouch"]},"styles":["solid"],"unicode":"f462","label":"Bandage","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M480 416l96 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-96 0 0 320zM448 96L192 96l0 320 256 0 0-320zM64 96C28.7 96 0 124.7 0 160L0 352c0 35.3 28.7 64 64 64l96 0 0-320L64 96zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M480 416l96 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-96 0 0 320zM448 96L192 96l0 320 256 0 0-320zM64 96C28.7 96 0 124.7 0 160L0 352c0 35.3 28.7 64 64 64l96 0 0-320L64 96zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"bandcamp":{"changes":["4.7.0","5.0.0","5.13.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2d5","label":"Bandcamp","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z"}},"free":["brands"]},"bangladeshi-taka-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bdt","currency","tk"]},"styles":["solid"],"unicode":"e2e6","label":"Bangladeshi Taka Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M36 32.3C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8L64 160l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 53 43 96 96 96l32 0c106 0 192-86 192-192l0-32c0-53-43-96-96-96l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0c17.7 0 32 14.3 32 32l0 32c0 70.7-57.3 128-128 128l-32 0c-17.7 0-32-14.3-32-32l0-160 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-31.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M36 32.3C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8L64 160l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 53 43 96 96 96l32 0c106 0 192-86 192-192l0-32c0-53-43-96-96-96l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0c17.7 0 32 14.3 32 32l0 32c0 70.7-57.3 128-128 128l-32 0c-17.7 0-32-14.3-32-32l0-160 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-31.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z"}},"free":["solid"]},"barcode":{"aliases":{"unicodes":{"secondary":["10f02a"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["info","laser","price","scan","upc"]},"styles":["solid"],"unicode":"f02a","label":"Barcode","voted":false,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M24 32C10.7 32 0 42.7 0 56L0 456c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24L64 56c0-13.3-10.7-24-24-24L24 32zm88 0c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zm96 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zM448 56l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0c-13.3 0-24 10.7-24 24zm-64-8l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16s-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M24 32C10.7 32 0 42.7 0 56L0 456c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24L64 56c0-13.3-10.7-24-24-24L24 32zm88 0c-8.8 0-16 7.2-16 16l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zm96 0c-13.3 0-24 10.7-24 24l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0zM448 56l0 400c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-400c0-13.3-10.7-24-24-24l-16 0c-13.3 0-24 10.7-24 24zm-64-8l0 416c0 8.8 7.2 16 16 16s16-7.2 16-16l0-416c0-8.8-7.2-16-16-16s-16 7.2-16 16z"}},"free":["solid"]},"bars":{"aliases":{"names":["navicon"],"unicodes":{"secondary":["10f0c9"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["checklist","drag","hamburger","list","menu","nav","navigation","ol","reorder","settings","todo","ul"]},"styles":["solid"],"unicode":"f0c9","label":"Bars","voted":false,"svg":{"solid":{"last_modified":1717172774,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"bars-progress":{"aliases":{"names":["tasks-alt"],"unicodes":{"secondary":["10f828"]}},"changes":["5.7.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["checklist","downloading","downloads","loading","poll","progress","project management","settings","to do"]},"styles":["solid"],"unicode":"f828","label":"Bars Progress","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 160l-128 0 0-32 128 0 0 32zM48 64C21.5 64 0 85.5 0 112l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 64zM448 352l0 32-256 0 0-32 256 0zM48 288c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 288z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 160l-128 0 0-32 128 0 0 32zM48 64C21.5 64 0 85.5 0 112l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 64zM448 352l0 32-256 0 0-32 256 0zM48 288c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48L48 288z"}},"free":["solid"]},"bars-staggered":{"aliases":{"names":["reorder","stream"],"unicodes":{"secondary":["10f550"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flow","list","timeline"]},"styles":["solid"],"unicode":"f550","label":"Bars Staggered","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"baseball":{"aliases":{"names":["baseball-ball"],"unicodes":{"composite":["1f94e","26be"],"secondary":["10f433"]}},"changes":["5.0.5","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","baseball","foul","glove","hardball","league","leather","mlb","softball","sport","underarm"]},"styles":["solid"],"unicode":"f433","label":"Baseball","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z"}},"free":["solid"]},"baseball-bat-ball":{"aliases":{"unicodes":{"secondary":["10f432"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bat","league","mlb","slugger","softball","sport"]},"styles":["solid"],"unicode":"f432","label":"Baseball Bat Ball","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z"}},"free":["solid"]},"basket-shopping":{"aliases":{"names":["shopping-basket"],"unicodes":{"secondary":["10f291"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","checkout","grocery","payment","purchase"]},"styles":["solid"],"unicode":"f291","label":"Basket Shopping","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192 32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512L430 512c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32l-85.6 0L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192l-232.6 0L253.3 35.1zM192 304l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192 32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512L430 512c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32l-85.6 0L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192l-232.6 0L253.3 35.1zM192 304l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"basketball":{"aliases":{"names":["basketball-ball"],"unicodes":{"composite":["1f3c0"],"secondary":["10f434"]}},"changes":["5.0.5","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","basketball","dribble","dunk","hoop","nba"]},"styles":["solid"],"unicode":"f434","label":"Basketball","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z"}},"free":["solid"]},"bath":{"aliases":{"names":["bathtub"],"unicodes":{"composite":["1f6c1"],"secondary":["10f2cd"]}},"changes":["4.7.0","5.0.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bath","bathtub","clean","shower","tub","wash"]},"styles":["solid"],"unicode":"f2cd","label":"Bath","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 256 96 77.3zM32 352l0 16c0 28.4 12.4 54 32 71.6L64 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-16 256 0 0 16c0 17.7 14.3 32 32 32s32-14.3 32-32l0-40.4c19.6-17.6 32-43.1 32-71.6l0-16L32 352z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3L32 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 256 96 77.3zM32 352l0 16c0 28.4 12.4 54 32 71.6L64 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-16 256 0 0 16c0 17.7 14.3 32 32 32s32-14.3 32-32l0-40.4c19.6-17.6 32-43.1 32-71.6l0-16L32 352z"}},"free":["solid"]},"battery-empty":{"aliases":{"names":["battery-0"],"unicodes":{"secondary":["10f244"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["charge","dead","power","status"]},"styles":["solid"],"unicode":"f244","label":"Battery Empty","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M80 160c-8.8 0-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L80 160zM0 176c0-44.2 35.8-80 80-80l384 0c44.2 0 80 35.8 80 80l0 16c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 16c0 44.2-35.8 80-80 80L80 416c-44.2 0-80-35.8-80-80L0 176z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M80 160c-8.8 0-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16L80 160zM0 176c0-44.2 35.8-80 80-80l384 0c44.2 0 80 35.8 80 80l0 16c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 16c0 44.2-35.8 80-80 80L80 416c-44.2 0-80-35.8-80-80L0 176z"}},"free":["solid"]},"battery-full":{"aliases":{"names":["battery","battery-5"],"unicodes":{"composite":["1f50b"],"secondary":["10f240"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["batter","battery","charge","power","status"]},"styles":["solid"],"unicode":"f240","label":"Battery Full","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm368 96L96 192l0 128 352 0 0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm368 96L96 192l0 128 352 0 0-128z"}},"free":["solid"]},"battery-half":{"aliases":{"names":["battery-3"],"unicodes":{"secondary":["10f242"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["charge","power","status"]},"styles":["solid"],"unicode":"f242","label":"Battery Half","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm208 96L96 192l0 128 192 0 0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm208 96L96 192l0 128 192 0 0-128z"}},"free":["solid"]},"battery-quarter":{"aliases":{"names":["battery-2"],"unicodes":{"secondary":["10f243"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["charge","low","power","status"]},"styles":["solid"],"unicode":"f243","label":"Battery Quarter","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm112 96l-96 0 0 128 96 0 0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm112 96l-96 0 0 128 96 0 0-128z"}},"free":["solid"]},"battery-three-quarters":{"aliases":{"names":["battery-4"],"unicodes":{"secondary":["10f241"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["charge","power","status"]},"styles":["solid"],"unicode":"f241","label":"Battery Three Quarters","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm272 96L96 192l0 128 256 0 0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M464 160c8.8 0 16 7.2 16 16l0 160c0 8.8-7.2 16-16 16L80 352c-8.8 0-16-7.2-16-16l0-160c0-8.8 7.2-16 16-16l384 0zM80 96C35.8 96 0 131.8 0 176L0 336c0 44.2 35.8 80 80 80l384 0c44.2 0 80-35.8 80-80l0-16c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-16c0-44.2-35.8-80-80-80L80 96zm272 96L96 192l0 128 256 0 0-128z"}},"free":["solid"]},"battle-net":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f835","label":"Battle.net","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"}},"free":["brands"]},"bed":{"aliases":{"unicodes":{"composite":["1f6cc"],"secondary":["10f236"]}},"changes":["4.3.0","5.0.0","5.1.0","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hospital","hotel","lodging","mattress","patient","person in bed","rest","sleep","travel","uer"]},"styles":["solid"],"unicode":"f236","label":"Bed","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 32c17.7 0 32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32l224 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 416l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 32c17.7 0 32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32l224 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 416l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"bed-pulse":{"aliases":{"names":["procedures"],"unicodes":{"secondary":["10f487"]}},"changes":["5.0.7","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["EKG","bed","electrocardiogram","health","hospital","life","patient","vital"]},"styles":["solid"],"unicode":"f487","label":"Bed Pulse","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M483.2 9.6L524 64l92 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-104 0c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112 216 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160l12.7 0 20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160l82.1 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 448l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M483.2 9.6L524 64l92 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-104 0c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112 216 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160l12.7 0 20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160l82.1 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 448l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 96C0 78.3 14.3 64 32 64s32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"beer-mug-empty":{"aliases":{"names":["beer"],"unicodes":{"secondary":["10f0fc"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","ale","bar","beverage","brew","brewery","drink","foam","lager","liquor","mug","stein"]},"styles":["solid"],"unicode":"f0fc","label":"Beer Mug Empty","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 64c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32 51.2 0c42.4 0 76.8 34.4 76.8 76.8l0 102.1c0 30.4-17.9 57.9-45.6 70.2L384 381.7l0 34.3c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64L32 64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7l0-102.1c0-7.1-5.7-12.8-12.8-12.8L384 160l0 151.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 64c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32 51.2 0c42.4 0 76.8 34.4 76.8 76.8l0 102.1c0 30.4-17.9 57.9-45.6 70.2L384 381.7l0 34.3c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64L32 64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7l0-102.1c0-7.1-5.7-12.8-12.8-12.8L384 160l0 151.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224z"}},"free":["solid"]},"behance":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1b4","label":"Behance","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"}},"free":["brands"]},"bell":{"aliases":{"unicodes":{"composite":["1f514","f0a2"],"secondary":["10f0f3"]}},"changes":["2.0.0","5.0.0","5.2.0","5.11.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alarm","alert","bel","bell","chime","notification","reminder","request"]},"styles":["solid","regular"],"unicode":"f0f3","label":"Bell","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"}},"free":["regular","solid"]},"bell-concierge":{"aliases":{"names":["concierge-bell"],"unicodes":{"composite":["1f6ce"],"secondary":["10f562"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["attention","bell","bellhop","bellhop bell","hotel","receptionist","request","service","support"]},"styles":["solid"],"unicode":"f562","label":"Bell Concierge","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.3C119.6 157.2 32 252.4 32 368l448 0c0-115.6-87.6-210.8-200-222.7l0-33.3 16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0-40 0zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 400z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.3C119.6 157.2 32 252.4 32 368l448 0c0-115.6-87.6-210.8-200-222.7l0-33.3 16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0-40 0zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 400z"}},"free":["solid"]},"bell-slash":{"aliases":{"unicodes":{"composite":["1f515","f1f7"],"secondary":["10f1f6"]}},"changes":["4.2.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alert","bell","bell with slash","cancel","disabled","forbidden","mute","notification","off","quiet","reminder","silent"]},"styles":["solid","regular"],"unicode":"f1f6","label":"Bell Slash","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8l0-18.8c0-77.4-55-142-128-156.8L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 19.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1l0 4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416l278.2 0zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-90.2-70.7c.2-.4 .4-.9 .6-1.3c5.2-11.5 3.1-25-5.3-34.4l-7.4-8.3C497.3 319.2 480 273.9 480 226.8l0-18.8c0-77.4-55-142-128-156.8L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 19.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM406.2 416L160 222.1l0 4.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S115.4 416 128 416l278.2 0zm-40.9 77.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4l0-33.4c0-75.8-55.5-138.6-128-150.1L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 17.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96l8 0 8 0c57.4 0 104 46.6 104 104l0 33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48-176.9 0c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1l0 11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l286.2 0zM384 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4l0-33.4c0-75.8-55.5-138.6-128-150.1L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 17.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96l8 0 8 0c57.4 0 104 46.6 104 104l0 33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48-176.9 0c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1l0 11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l286.2 0zM384 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"}},"free":["regular","solid"]},"bezier-curve":{"aliases":{"unicodes":{"secondary":["10f55b"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["curves","illustrator","lines","path","vector"]},"styles":["solid"],"unicode":"f55b","label":"Bezier Curve","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M296 136l0-48 48 0 0 48-48 0zM288 32c-26.5 0-48 21.5-48 48l0 4L121.6 84C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36l66.9 0c-58.9 39.6-98.9 105-104 180L80 320c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-3.3 0c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1l64 0c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1l-3.3 0c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-4.5 0c-5-75-45.1-140.4-104-180l66.9 0c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36L400 84l0-4c0-26.5-21.5-48-48-48l-64 0zM88 376l48 0 0 48-48 0 0-48zm416 48l0-48 48 0 0 48-48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M296 136l0-48 48 0 0 48-48 0zM288 32c-26.5 0-48 21.5-48 48l0 4L121.6 84C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36l66.9 0c-58.9 39.6-98.9 105-104 180L80 320c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-3.3 0c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1l64 0c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1l-3.3 0c-26.5 0-48 21.5-48 48l0 64c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-64c0-26.5-21.5-48-48-48l-4.5 0c-5-75-45.1-140.4-104-180l66.9 0c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36L400 84l0-4c0-26.5-21.5-48-48-48l-64 0zM88 376l48 0 0 48-48 0 0-48zm416 48l0-48 48 0 0 48-48 0z"}},"free":["solid"]},"bicycle":{"aliases":{"unicodes":{"composite":["1f6b2"],"secondary":["10f206"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bicycle","bike","gears","pedal","transportation","vehicle"]},"styles":["solid"],"unicode":"f206","label":"Bicycle","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l25.7 0 34.6 64-149.4 0-27.4-38C191 99.7 183.7 96 176 96l-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l43.7 0 22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112l49 0c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32L312 32zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368l65 0c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1-123.5 0zm90.6-128l108.5 0L317 274.8 257.4 192z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l25.7 0 34.6 64-149.4 0-27.4-38C191 99.7 183.7 96 176 96l-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l43.7 0 22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112l49 0c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32L312 32zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368l65 0c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1-123.5 0zm90.6-128l108.5 0L317 274.8 257.4 192z"}},"free":["solid"]},"bilibili":{"changes":["6.0.0-beta2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e3d9","label":"Bilibili","voted":true,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z"}},"free":["brands"]},"bimobject":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f378","label":"BIMobject","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"}},"free":["brands"]},"binoculars":{"aliases":{"unicodes":{"secondary":["10f1e5"]}},"changes":["4.2.0","5.0.0","5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["glasses","inspection","magnifier","magnify","scenic","spyglass","view"]},"styles":["solid"],"unicode":"f1e5","label":"Binoculars","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 32l32 0c17.7 0 32 14.3 32 32l0 32L96 96l0-32c0-17.7 14.3-32 32-32zm64 96l0 320c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32l0-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28l99.8 0zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3l0 59.1c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-320 99.8 0zM320 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 32-96 0 0-32zm-32 64l0 160-64 0 0-160 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 32l32 0c17.7 0 32 14.3 32 32l0 32L96 96l0-32c0-17.7 14.3-32 32-32zm64 96l0 320c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32l0-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28l99.8 0zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3l0 59.1c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-320 99.8 0zM320 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 32-96 0 0-32zm-32 64l0 160-64 0 0-160 64 0z"}},"free":["solid"]},"biohazard":{"aliases":{"unicodes":{"composite":["2623"],"secondary":["10f780"]}},"changes":["5.6.0","5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["biohazard","covid-19","danger","dangerous","epidemic","hazmat","medical","pandemic","radioactive","sign","toxic","waste","zombie"]},"styles":["solid"],"unicode":"f780","label":"Biohazard","voted":true,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z"}},"free":["solid"]},"bitbucket":{"aliases":{"unicodes":{"composite":["f172"]}},"changes":["3.2.0","5.0.0","5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["atlassian","bitbucket-square","git"]},"styles":["brands"],"unicode":"f171","label":"Bitbucket","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z"}},"free":["brands"]},"bitcoin":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f379","label":"Bitcoin","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"}},"free":["brands"]},"bitcoin-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Bitcoin Sign","currency"]},"styles":["solid"],"unicode":"e0b4","label":"Bitcoin Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32l0 32 32 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-6.3 0C18.7 448 0 429.3 0 406.3L0 288l0-22.3L0 224 0 101.6C0 80.8 16.8 64 37.6 64L48 64l0-32zM64 224l112 0c26.5 0 48-21.5 48-48s-21.5-48-48-48L64 128l0 96zm112 64L64 288l0 96 144 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32l0 32 32 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-6.3 0C18.7 448 0 429.3 0 406.3L0 288l0-22.3L0 224 0 101.6C0 80.8 16.8 64 37.6 64L48 64l0-32zM64 224l112 0c26.5 0 48-21.5 48-48s-21.5-48-48-48L64 128l0 96zm112 64L64 288l0 96 144 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-32 0z"}},"free":["solid"]},"bity":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f37a","label":"Bity","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"}},"free":["brands"]},"black-tie":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":["administrator"]},"styles":["brands"],"unicode":"f27e","label":"Font Awesome Black Tie","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"}},"free":["brands"]},"blackberry":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f37b","label":"BlackBerry","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"}},"free":["brands"]},"blender":{"aliases":{"unicodes":{"secondary":["10f517"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cocktail","milkshake","mixer","puree","smoothie"]},"styles":["solid"],"unicode":"f517","label":"Blender","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0l64 0 32 0L470.1 0c21.1 0 36.4 20.1 30.9 40.4L494.5 64 336 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L336 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L336 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L416 352l-256 0-8.7-96L64 256c-35.3 0-64-28.7-64-64L0 64zM145.5 192L133.8 64 64 64l0 128 81.5 0zM144 384l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0l64 0 32 0L470.1 0c21.1 0 36.4 20.1 30.9 40.4L494.5 64 336 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L336 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L336 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L416 352l-256 0-8.7-96L64 256c-35.3 0-64-28.7-64-64L0 64zM145.5 192L133.8 64 64 64l0 128 81.5 0zM144 384l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"blender-phone":{"aliases":{"unicodes":{"secondary":["10f6b6"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["appliance","cocktail","fantasy","milkshake","mixer","puree","silly","smoothie"]},"styles":["solid"],"unicode":"f6b6","label":"Blender Phone","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0L534.1 0c21.1 0 36.4 20.1 30.9 40.4L558.5 64 400 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L400 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L400 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L480 352l-256 0zm-16 32l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0L534.1 0c21.1 0 36.4 20.1 30.9 40.4L558.5 64 400 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l149.8 0-17.5 64L400 160c-8.8 0-16 7.2-16 16s7.2 16 16 16l123.6 0-17.5 64L400 256c-8.8 0-16 7.2-16 16s7.2 16 16 16l97.5 0L480 352l-256 0zm-16 32l288 0c26.5 0 48 21.5 48 48l0 32c0 26.5-21.5 48-48 48l-288 0c-26.5 0-48-21.5-48-48l0-32c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z"}},"free":["solid"]},"blog":{"aliases":{"unicodes":{"secondary":["10f781"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["journal","log","online","personal","post","web 2.0","wordpress","writing"]},"styles":["solid"],"unicode":"f781","label":"Blog","voted":true,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144L0 368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144l-16 0 0 96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48l0-224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144L0 368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144l-16 0 0 96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48l0-224z"}},"free":["solid"]},"blogger":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f37c","label":"Blogger","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"}},"free":["brands"]},"blogger-b":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f37d","label":"Blogger B","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"}},"free":["brands"]},"bluesky":{"changes":["6.5.2","6.7.0","6.7.1"],"ligatures":[],"search":{"terms":["social network"]},"styles":["brands"],"unicode":"e671","label":"Bluesky","voted":false,"svg":{"brands":{"last_modified":1731964796,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M111.8 62.2C170.2 105.9 233 194.7 256 242.4c23-47.6 85.8-136.4 144.2-180.2c42.1-31.6 110.3-56 110.3 21.8c0 15.5-8.9 130.5-14.1 149.2C478.2 298 412 314.6 353.1 304.5c102.9 17.5 129.1 75.5 72.5 133.5c-107.4 110.2-154.3-27.6-166.3-62.9l0 0c-1.7-4.9-2.6-7.8-3.3-7.8s-1.6 3-3.3 7.8l0 0c-12 35.3-59 173.1-166.3 62.9c-56.5-58-30.4-116 72.5-133.5C100 314.6 33.8 298 15.7 233.1C10.4 214.4 1.5 99.4 1.5 83.9c0-77.8 68.2-53.4 110.3-21.8z"}},"free":["brands"]},"bluetooth":{"aliases":{"unicodes":{"secondary":["10f293"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["signal"]},"styles":["brands"],"unicode":"f293","label":"Bluetooth","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"}},"free":["brands"]},"bluetooth-b":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f294","label":"Bluetooth","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"}},"free":["brands"]},"bold":{"aliases":{"unicodes":{"secondary":["10f032"]}},"changes":["1.0.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emphasis","format","text"]},"styles":["solid"],"unicode":"f032","label":"Bold","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l48 0 16 0 128 0c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128L96 480l-16 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-160L48 96 32 96C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64L112 96l0 128 112 0zM112 288l0 128 144 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-112 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l48 0 16 0 128 0c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128L96 480l-16 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-160L48 96 32 96C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64L112 96l0 128 112 0zM112 288l0 128 144 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-112 0z"}},"free":["solid"]},"bolt":{"aliases":{"names":["zap"],"unicodes":{"composite":["26a1"],"secondary":["10f0e7"]}},"changes":["2.0.0","5.0.0","5.5.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["charge","danger","electric","electricity","flash","high voltage","lightning","voltage","weather","zap"]},"styles":["solid"],"unicode":"f0e7","label":"Bolt","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288l111.5 0L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7l-111.5 0L349.4 44.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288l111.5 0L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7l-111.5 0L349.4 44.6z"}},"free":["solid"]},"bolt-lightning":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["electricity","flash","lightning","weather","zap"]},"styles":["solid"],"unicode":"e0b7","label":"Bolt Lightning","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"bomb":{"aliases":{"unicodes":{"composite":["1f4a3"],"secondary":["10f1e2"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bomb","comic","error","explode","fuse","grenade","warning"]},"styles":["solid"],"unicode":"f1e2","label":"Bomb","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-75.1 60.9-136 136-136l8 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-8 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-75.1 60.9-136 136-136l8 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-8 0z"}},"free":["solid"]},"bone":{"aliases":{"unicodes":{"composite":["1f9b4"],"secondary":["10f5d7"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bone","calcium","dog","skeletal","skeleton","tibia"]},"styles":["solid"],"unicode":"f5d7","label":"Bone","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2l192 0c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336l-192 0c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2l192 0c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336l-192 0c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z"}},"free":["solid"]},"bong":{"aliases":{"unicodes":{"secondary":["10f55c"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aparatus","cannabis","marijuana","pipe","smoke","smoking"]},"styles":["solid"],"unicode":"f55c","label":"Bong","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7l221.8 0c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8L224 64l-64 0 0 144.5zM288 64l0 144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5L76.1 512c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14L96 64C78.3 64 64 49.7 64 32S78.3 0 96 0l16 0L272 0l16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7l221.8 0c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8L224 64l-64 0 0 144.5zM288 64l0 144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5L76.1 512c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14L96 64C78.3 64 64 49.7 64 32S78.3 0 96 0l16 0L272 0l16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z"}},"free":["solid"]},"book":{"aliases":{"unicodes":{"composite":["1f4d4"],"secondary":["10f02d"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","cover","decorated","diary","documentation","journal","knowledge","library","notebook","notebook with decorative cover","read","research","scholar"]},"styles":["solid"],"unicode":"f02d","label":"Book","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16zm16 48l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16zm16 48l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"book-atlas":{"aliases":{"names":["atlas"],"unicodes":{"secondary":["10f558"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","directions","geography","globe","knowledge","library","map","research","travel","wayfinding"]},"styles":["solid"],"unicode":"f558","label":"Book Atlas","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9l63 0c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9l31.1 0c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9l-31.1 0c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208l31.1 0c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32l-31.1 0c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9l-63 0c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9l63 0c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9l31.1 0c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9l-31.1 0c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208l31.1 0c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32l-31.1 0c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9l-63 0c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"}},"free":["solid"]},"book-bible":{"aliases":{"names":["bible"],"unicodes":{"secondary":["10f647"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","catholicism","christianity","god","holy"]},"styles":["solid"],"unicode":"f647","label":"Book Bible","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 112c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-112-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l288 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L384 0 96 0zm0 384l256 0 0 64L96 448c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 112c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-112-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"book-bookmark":{"changes":["6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["knowledge","library","research"]},"styles":["solid"],"unicode":"e0bb","label":"Book Bookmark","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 43 43 0 96 0l96 0 0 190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5L352 0l32 0 32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 43 43 0 96 0l96 0 0 190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5L352 0l32 0 32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"book-journal-whills":{"aliases":{"names":["journal-whills"],"unicodes":{"secondary":["10f66a"]}},"changes":["5.3.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","force","jedi","sith","star wars","yoda"]},"styles":["solid"],"unicode":"f66a","label":"Book Journal Whills","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z"}},"free":["solid"]},"book-medical":{"aliases":{"unicodes":{"secondary":["10f7e6"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["diary","documentation","health","history","journal","library","read","record","research"]},"styles":["solid"],"unicode":"f7e6","label":"Book Medical","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM208 112l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM208 112l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"book-open":{"aliases":{"unicodes":{"composite":["1f4d6","1f56e"],"secondary":["10f518"]}},"changes":["5.0.13","5.1.0","5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Book","book","flyer","knowledge","library","notebook","open","open book","pamphlet","reading","research"]},"styles":["solid"],"unicode":"f518","label":"Book Open","voted":true,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5l0-377.4c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8L0 454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5l0-370.3c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11L304 456c0 11.4 11.7 19.3 22.4 15.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5l0-377.4c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8L0 454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5l0-370.3c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11L304 456c0 11.4 11.7 19.3 22.4 15.5z"}},"free":["solid"]},"book-open-reader":{"aliases":{"names":["book-reader"],"unicodes":{"secondary":["10f5da"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flyer","library","notebook","open book","pamphlet","reading","research"]},"styles":["solid"],"unicode":"f5da","label":"Book Open Reader","voted":false,"svg":{"solid":{"last_modified":1720284299,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152l0 264-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427L0 224c0-17.7 14.3-32 32-32l30.3 0c63.6 0 125.6 19.6 177.7 56zm32 264l0-264c52.1-36.4 114.1-56 177.7-56l30.3 0c17.7 0 32 14.3 32 32l0 203c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152l0 264-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427L0 224c0-17.7 14.3-32 32-32l30.3 0c63.6 0 125.6 19.6 177.7 56zm32 264l0-264c52.1-36.4 114.1-56 177.7-56l30.3 0c17.7 0 32 14.3 32 32l0 203c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z"}},"free":["solid"]},"book-quran":{"aliases":{"names":["quran"],"unicodes":{"secondary":["10f687"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","islam","muslim","religion"]},"styles":["solid"],"unicode":"f687","label":"Book Quran","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z"}},"free":["solid"]},"book-skull":{"aliases":{"names":["book-dead"],"unicodes":{"secondary":["10f6b7"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","crossbones","d&d","dark arts","death","dnd","documentation","evil","fantasy","halloween","holiday","library","necronomicon","read","research","skull","spell"]},"styles":["solid"],"unicode":"f6b7","label":"Book Skull","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2l0 12.8c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-12.8c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 43 43 0 96 0L384 0l32 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L96 512c-53 0-96-43-96-96L0 96zM64 416c0 17.7 14.3 32 32 32l256 0 0-64L96 384c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2l0 12.8c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-12.8c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z"}},"free":["solid"]},"book-tanakh":{"aliases":{"names":["tanakh"],"unicodes":{"secondary":["10f827"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","jewish","judaism","religion"]},"styles":["solid"],"unicode":"f827","label":"Book Tanakh","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24-27.7 0 13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24l55.4 0 27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48 55.4 0c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24l-55.4 0L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48L111 112c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48 55.4 0 27.7 48-27.7 48-55.4 0-27.7-48zm0-48l-13.9 24-13.9-24 27.7 0zm41.6-24L208 88l13.9 24-27.7 0zm69.3 24l27.7 0-13.9 24-13.9-24zm13.9 72l13.9 24-27.7 0 13.9-24zm-55.4 48L208 280l-13.9-24 27.7 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 0c53 0 96 43 96 96l0 320c0 53-43 96-96 96L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c-17.7 0-32-14.3-32-32L0 32C0 14.3 14.3 0 32 0L64 0 352 0zm0 384L96 384l0 64 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24-27.7 0 13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24l55.4 0 27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48 55.4 0c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24l-55.4 0L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48L111 112c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48 55.4 0 27.7 48-27.7 48-55.4 0-27.7-48zm0-48l-13.9 24-13.9-24 27.7 0zm41.6-24L208 88l13.9 24-27.7 0zm69.3 24l27.7 0-13.9 24-13.9-24zm13.9 72l13.9 24-27.7 0 13.9-24zm-55.4 48L208 280l-13.9-24 27.7 0z"}},"free":["solid"]},"bookmark":{"aliases":{"unicodes":{"composite":["1f516","f097"],"secondary":["10f02e"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bookmark","favorite","library","mark","marker","read","remember","research","save"]},"styles":["solid","regular"],"unicode":"f02e","label":"Bookmark","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z"},"regular":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0l0 48 0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4 336 48 48 48 48 0 336 0c26.5 0 48 21.5 48 48l0 440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0l0 48 0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4 336 48 48 48 48 0 336 0c26.5 0 48 21.5 48 48l0 440c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48z"}},"free":["regular","solid"]},"bootstrap":{"changes":["5.8.0","5.15.4","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f836","label":"Bootstrap","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"}},"free":["brands"]},"border-all":{"aliases":{"unicodes":{"secondary":["10f84c"]}},"changes":["5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cell","grid","outline","stroke","table"]},"styles":["solid"],"unicode":"f84c","label":"Border All","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 96l0 128-128 0 0-128 128 0zm0 192l0 128-128 0 0-128 128 0zM192 224L64 224 64 96l128 0 0 128zM64 288l128 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 96l0 128-128 0 0-128 128 0zm0 192l0 128-128 0 0-128 128 0zM192 224L64 224 64 96l128 0 0 128zM64 288l128 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"}},"free":["solid"]},"border-none":{"aliases":{"unicodes":{"secondary":["10f850"]}},"changes":["5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cell","grid","outline","stroke","table"]},"styles":["solid"],"unicode":"f850","label":"Border None","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"}},"free":["solid"]},"border-top-left":{"aliases":{"names":["border-style"],"unicodes":{"secondary":["10f853"]}},"changes":["5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cell","outline","stroke","table"]},"styles":["solid"],"unicode":"f853","label":"Border Top Left","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"bore-hole":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bore","bury","drill","hole"]},"styles":["solid"],"unicode":"e4c3","label":"Bore Hole","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c-17.7 0-32 14.3-32 32l0 264.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4L288 32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48L0 464c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-80 0c-17.7 0-32 14.3-32 32l0 192c0 53-43 96-96 96s-96-43-96-96l0-192c0-17.7-14.3-32-32-32l-80 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c-17.7 0-32 14.3-32 32l0 264.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4L288 32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48L0 464c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-80 0c-17.7 0-32 14.3-32 32l0 192c0 53-43 96-96 96s-96-43-96-96l0-192c0-17.7-14.3-32-32-32l-80 0z"}},"free":["solid"]},"bots":{"changes":["6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e340","label":"Bots","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z"}},"free":["brands"]},"bottle-droplet":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","drink","oil","olive oil","wine"]},"styles":["solid"],"unicode":"e4c4","label":"Bottle Droplet","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8l0 64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256l0 192c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-192c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1L216 56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0s0 0 0 0s0 0 0 0L104 0s0 0 0 0s0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8l0 64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256l0 192c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-192c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1L216 56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0s0 0 0 0s0 0 0 0L104 0s0 0 0 0s0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z"}},"free":["solid"]},"bottle-water":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["h2o","plastic","water"]},"styles":["solid"],"unicode":"e4c5","label":"Bottle Water","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M120 0l80 0c13.3 0 24 10.7 24 24l0 40L96 64l0-40c0-13.3 10.7-24 24-24zM32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9C88.7 100.7 105.2 96 122.1 96l75.8 0c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6C280.6 221.7 288 238 288 256c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5zM96 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M120 0l80 0c13.3 0 24 10.7 24 24l0 40L96 64l0-40c0-13.3 10.7-24 24-24zM32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9C88.7 100.7 105.2 96 122.1 96l75.8 0c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6C280.6 221.7 288 238 288 256c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5zM96 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z"}},"free":["solid"]},"bowl-food":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["catfood","dogfood","food","rice"]},"styles":["solid"],"unicode":"e4c6","label":"Bowl Food","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32L8.6 224C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32L8.6 224C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z"}},"free":["solid"]},"bowl-rice":{"changes":["6.0.0-beta1","6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boiled","cooked","cooked rice","rice","steamed"]},"styles":["solid"],"unicode":"e2eb","label":"Bowl Rice","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 56c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm24 48l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 56c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm24 48l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256l457.1 0c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28l-231.5 0c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm-24-96l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["solid"]},"bowling-ball":{"aliases":{"unicodes":{"secondary":["10f436"]}},"changes":["5.0.5","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alley","candlepin","gutter","lane","strike","tenpin"]},"styles":["solid"],"unicode":"f436","label":"Bowling Ball","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"box":{"aliases":{"unicodes":{"composite":["1f4e6"],"secondary":["10f466"]}},"changes":["5.0.7","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","box","container","package","parcel","storage"]},"styles":["solid"],"unicode":"f466","label":"Box","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M50.7 58.5L0 160l208 0 0-128L93.7 32C75.5 32 58.9 42.3 50.7 58.5zM240 160l208 0L397.3 58.5C389.1 42.3 372.5 32 354.3 32L240 32l0 128zm208 32L0 192 0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M50.7 58.5L0 160l208 0 0-128L93.7 32C75.5 32 58.9 42.3 50.7 58.5zM240 160l208 0L397.3 58.5C389.1 42.3 372.5 32 354.3 32L240 32l0 128zm208 32L0 192 0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224z"}},"free":["solid"]},"box-archive":{"aliases":{"names":["archive"],"unicodes":{"secondary":["10f187"]}},"changes":["3.2.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["box","package","save","storage"]},"styles":["solid"],"unicode":"f187","label":"Box Archive","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64C0 46.3 14.3 32 32 32zm0 128l448 0 0 256c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-256zm128 80c0 8.8 7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64C0 46.3 14.3 32 32 32zm0 128l448 0 0 256c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-256zm128 80c0 8.8 7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"box-open":{"aliases":{"unicodes":{"secondary":["10f49e"]}},"changes":["5.0.9","5.7.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","container","package","storage","unpack"]},"styles":["solid"],"unicode":"f49e","label":"Box Open","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6l0 167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5l0-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128l2.2 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6l0 167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5l0-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128l2.2 0z"}},"free":["solid"]},"box-tissue":{"aliases":{"unicodes":{"secondary":["10e05b"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cough","covid-19","kleenex","mucus","nose","sneeze","snot"]},"styles":["solid"],"unicode":"e05b","label":"Box Tissue","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M92.5 0L208 0c40 0 52 24 64 48s24 48 64 48l85.2 0C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288l-256 0-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64-15 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 256 0 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-13.5 0 25.6-64 19.9 0c26.5 0 48 21.5 48 48l0 112L0 384 0 272c0-26.5 21.5-48 48-48l31 0zM0 416l512 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M92.5 0L208 0c40 0 52 24 64 48s24 48 64 48l85.2 0C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288l-256 0-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64-15 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 256 0 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-13.5 0 25.6-64 19.9 0c26.5 0 48 21.5 48 48l0 112L0 384 0 272c0-26.5 21.5-48 48-48l31 0zM0 416l512 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-48z"}},"free":["solid"]},"boxes-packing":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","box","package","storage","supplies"]},"styles":["solid"],"unicode":"e4c7","label":"Boxes Packing","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 48c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-210.7 0c1.8-5 2.7-10.4 2.7-16l0-242.7c18.6-6.6 32-24.4 32-45.3l0-32c0-26.5-21.5-48-48-48l-112 0 0-80zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6 480 432c0 8.8 7.2 16 16 16s16-7.2 16-16l0-121.4 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16L16 224c-8.8 0-16-7.2-16-16l0-32zm352 80l0 224c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-224 320 0zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 48c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-210.7 0c1.8-5 2.7-10.4 2.7-16l0-242.7c18.6-6.6 32-24.4 32-45.3l0-32c0-26.5-21.5-48-48-48l-112 0 0-80zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6 480 432c0 8.8 7.2 16 16 16s16-7.2 16-16l0-121.4 36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16L16 224c-8.8 0-16-7.2-16-16l0-32zm352 80l0 224c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-224 320 0zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0z"}},"free":["solid"]},"boxes-stacked":{"aliases":{"names":["boxes","boxes-alt"],"unicodes":{"composite":["f4a1"],"primary":["f4a1"],"secondary":["10f468","10f4a1"]}},"changes":["5.0.7","6.0.0-beta1","6.0.0-beta3","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archives","inventory","storage","warehouse"]},"styles":["solid"],"unicode":"f468","label":"Boxes Stacked","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M248 0L208 0c-26.5 0-48 21.5-48 48l0 112c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-112c0-26.5-21.5-48-48-48L328 0l0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80zM64 256c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0zM352 512l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2l0 160c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M248 0L208 0c-26.5 0-48 21.5-48 48l0 112c0 35.3 28.7 64 64 64l128 0c35.3 0 64-28.7 64-64l0-112c0-26.5-21.5-48-48-48L328 0l0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80zM64 256c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0zM352 512l160 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-40 0 0 80c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-80-40 0c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2l0 160c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z"}},"free":["solid"]},"braille":{"aliases":{"unicodes":{"secondary":["10f2a1"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabet","blind","dots","raised","vision"]},"styles":["solid"],"unicode":"f2a1","label":"Braille","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"}},"free":["solid"]},"brain":{"aliases":{"unicodes":{"composite":["1f9e0"],"secondary":["10f5dc"]}},"changes":["5.2.0","5.9.0","5.11.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["brain","cerebellum","gray matter","intellect","intelligent","knowledge","medulla oblongata","mind","noodle","scholar","wit"]},"styles":["solid"],"unicode":"f5dc","label":"Brain","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M184 0c30.9 0 56 25.1 56 56l0 400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56l0-400c0-30.9 25.1-56 56-56z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M184 0c30.9 0 56 25.1 56 56l0 400c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56l0-400c0-30.9 25.1-56 56-56z"}},"free":["solid"]},"brave":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e63c","label":"Brave","voted":false,"svg":{"brands":{"last_modified":1692303964,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M145.5 0H224h78.5l44.7 50.8s39.3-10.9 57.8 7.6s33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9c-7.5 5.1-15.8 10.8-23.5 10.8l0 0 0 0c-7.7 0-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9c-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3s15.3-16.4 33.8-34.9s57.8-7.6 57.8-7.6L145.5 0zM224 407.6l0 0c3.7 0 8.9-4.7 13-8.4c.6-.5 1.2-1.1 1.7-1.5c4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8c-3-1.6-6.3-3.2-9.7-5c-15.4-8-34.5-14.7-37.5-14.7l0 0 0 0c-3 0-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5c-10.3 5.3-17.6 9.1-20.3 10.8c-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5 .5 1.1 1 1.7 1.5c4.1 3.7 9.3 8.4 13 8.4l0 0zm0-165.7l0 0c4.7 0 17.6-3 26.4-5l0 0 2-.5c7.8-1.8 7.3-6.3 6.4-13c-.1-.8-.2-1.6-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3c-1.1-5.8-2-10.5-2.4-12.9c-1.5-8.1-.6-9.4 .7-11.3c.2-.3 .5-.7 .7-1.1c1.4-2.3 16-6.2 27.9-9.5l0 0c2.5-.7 4.8-1.3 6.9-1.9c10.6-3 32.4-.6 44.2 .6c1.8 .2 3.4 .4 4.7 .5c9.6 .9 10.4 2.3 7.2 3.8c-2.3 1.1-16.2 6.3-28.7 10.9l0 0 0 0c-4.7 1.8-9.2 3.5-12.8 4.8c-1.5 .5-3 1.1-4.5 1.7c-12.5 4.6-27.2 10-28.9 19.4c-1.5 8.3 5.2 19.9 11.3 30.3l0 0c1.6 2.8 3.2 5.5 4.6 8.1c6.3 11.9 6.5 13.3 6.1 18.1c-.4 3.9-14.5 12.7-22.4 17.6l0 0c-1.8 1.1-3.3 2.1-4.2 2.7c-.8 .5-2.1 1.4-3.8 2.4c-8.6 5.2-26.3 16-26.3 22.5c0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8s23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l0 0c.5-.5 1-1 1.4-1.4L377.7 194c1.3-1.3 2.5-2.6 3.7-3.8l0 0c5.8-5.7 10.8-10.5 10.8-22.8c0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1l0 0c-2.7-.9-5.4-1.9-8-2.7C232.8 78.1 224 78 224 78l0 0 0 0s-8.7 0-21.8 4.4c-2.7 .9-5.4 1.8-8 2.7l0 0c-10.5 3.6-20.6 7.1-25.8 7.1c-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8l0 0c1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4 .5 .9 .9 1.4 1.4l0 0c4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40c8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8s32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5c-1.7-1-3.1-1.9-3.8-2.4c-.9-.6-2.4-1.5-4.2-2.7c-7.9-4.9-22-13.7-22.4-17.6c-.4-4.8-.3-6.2 6.1-18.1c1.3-2.5 2.9-5.3 4.6-8.1c6-10.4 12.8-22 11.3-30.3c-1.7-9.4-16.4-14.8-28.9-19.4c-1.6-.6-3.1-1.1-4.5-1.7c-3.6-1.4-8.1-3.1-12.8-4.8l-.1 0c-12.5-4.7-26.4-9.9-28.7-10.9c-3.2-1.5-2.3-2.8 7.2-3.8c1.3-.1 2.9-.3 4.7-.5c11.8-1.3 33.6-3.6 44.2-.6c2.1 .6 4.4 1.2 6.9 1.9c11.9 3.2 26.5 7.2 27.9 9.5c.2 .4 .5 .7 .7 1.1c1.3 1.9 2.2 3.2 .7 11.3c-.4 2.4-1.3 7.1-2.4 12.9c-3.3 17.2-8.5 44.2-9.1 50.3c-.1 .8-.2 1.7-.3 2.4c-.8 6.7-1.4 11.2 6.4 13l2 .5 0 0c8.8 2 21.8 5 26.4 5l0 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M145.5 0H224h78.5l44.7 50.8s39.3-10.9 57.8 7.6s33.8 34.9 33.8 34.9l-12 29.5 15.3 43.7s-44.9 170.2-50.1 191c-10.4 40.9-17.4 56.8-46.9 77.5s-82.9 56.8-91.6 62.2c-1.9 1.2-3.9 2.5-5.9 3.9c-7.5 5.1-15.8 10.8-23.5 10.8l0 0 0 0c-7.7 0-16.1-5.7-23.5-10.8c-2-1.4-4-2.8-5.9-3.9c-8.7-5.5-62.1-41.5-91.6-62.2s-36.5-36.6-46.9-77.5c-5.3-20.8-50.1-191-50.1-191l15.3-43.7L9.2 93.3s15.3-16.4 33.8-34.9s57.8-7.6 57.8-7.6L145.5 0zM224 407.6l0 0c3.7 0 8.9-4.7 13-8.4c.6-.5 1.2-1.1 1.7-1.5c4.2-3.7 47.8-37.5 51-39.8s5.4-6.5 1.9-8.7c-2.8-1.7-10-5.5-20.3-10.8c-3-1.6-6.3-3.2-9.7-5c-15.4-8-34.5-14.7-37.5-14.7l0 0 0 0c-3 0-22.1 6.8-37.5 14.7c-3.5 1.8-6.7 3.5-9.7 5c-10.3 5.3-17.6 9.1-20.3 10.8c-3.6 2.2-1.4 6.4 1.9 8.7s46.8 36.1 51 39.8c.5 .5 1.1 1 1.7 1.5c4.1 3.7 9.3 8.4 13 8.4l0 0zm0-165.7l0 0c4.7 0 17.6-3 26.4-5l0 0 2-.5c7.8-1.8 7.3-6.3 6.4-13c-.1-.8-.2-1.6-.3-2.4c-.6-6.1-5.8-33.1-9.1-50.3c-1.1-5.8-2-10.5-2.4-12.9c-1.5-8.1-.6-9.4 .7-11.3c.2-.3 .5-.7 .7-1.1c1.4-2.3 16-6.2 27.9-9.5l0 0c2.5-.7 4.8-1.3 6.9-1.9c10.6-3 32.4-.6 44.2 .6c1.8 .2 3.4 .4 4.7 .5c9.6 .9 10.4 2.3 7.2 3.8c-2.3 1.1-16.2 6.3-28.7 10.9l0 0 0 0c-4.7 1.8-9.2 3.5-12.8 4.8c-1.5 .5-3 1.1-4.5 1.7c-12.5 4.6-27.2 10-28.9 19.4c-1.5 8.3 5.2 19.9 11.3 30.3l0 0c1.6 2.8 3.2 5.5 4.6 8.1c6.3 11.9 6.5 13.3 6.1 18.1c-.4 3.9-14.5 12.7-22.4 17.6l0 0c-1.8 1.1-3.3 2.1-4.2 2.7c-.8 .5-2.1 1.4-3.8 2.4c-8.6 5.2-26.3 16-26.3 22.5c0 7.8 24.6 28.1 32.4 33.2s28.9 16.1 37.9 17.8s23-8.5 31.2-23.8c7.7-14.4 1.7-28.5-3.2-40l-.9-2.2c-4.5-10.6 1.9-17 6.2-21.3l0 0c.5-.5 1-1 1.4-1.4L377.7 194c1.3-1.3 2.5-2.6 3.7-3.8l0 0c5.8-5.7 10.8-10.5 10.8-22.8c0-14.9-57.5-84.5-57.5-84.5s-48.5 9.3-55.1 9.3c-5.2 0-15.3-3.5-25.8-7.1l0 0c-2.7-.9-5.4-1.9-8-2.7C232.8 78.1 224 78 224 78l0 0 0 0s-8.7 0-21.8 4.4c-2.7 .9-5.4 1.8-8 2.7l0 0c-10.5 3.6-20.6 7.1-25.8 7.1c-6.5 0-55.1-9.3-55.1-9.3s-57.5 69.6-57.5 84.5c0 12.3 4.9 17.1 10.8 22.8l0 0c1.2 1.2 2.5 2.4 3.7 3.8l43.1 45.8c.4 .5 .9 .9 1.4 1.4l0 0c4.3 4.3 10.6 10.7 6.2 21.3l-.9 2.2c-4.9 11.5-11 25.6-3.2 40c8.2 15.3 22.2 25.5 31.2 23.8s30.1-12.7 37.9-17.8s32.4-25.4 32.4-33.2c0-6.5-17.7-17.3-26.3-22.5c-1.7-1-3.1-1.9-3.8-2.4c-.9-.6-2.4-1.5-4.2-2.7c-7.9-4.9-22-13.7-22.4-17.6c-.4-4.8-.3-6.2 6.1-18.1c1.3-2.5 2.9-5.3 4.6-8.1c6-10.4 12.8-22 11.3-30.3c-1.7-9.4-16.4-14.8-28.9-19.4c-1.6-.6-3.1-1.1-4.5-1.7c-3.6-1.4-8.1-3.1-12.8-4.8l-.1 0c-12.5-4.7-26.4-9.9-28.7-10.9c-3.2-1.5-2.3-2.8 7.2-3.8c1.3-.1 2.9-.3 4.7-.5c11.8-1.3 33.6-3.6 44.2-.6c2.1 .6 4.4 1.2 6.9 1.9c11.9 3.2 26.5 7.2 27.9 9.5c.2 .4 .5 .7 .7 1.1c1.3 1.9 2.2 3.2 .7 11.3c-.4 2.4-1.3 7.1-2.4 12.9c-3.3 17.2-8.5 44.2-9.1 50.3c-.1 .8-.2 1.7-.3 2.4c-.8 6.7-1.4 11.2 6.4 13l2 .5 0 0c8.8 2 21.8 5 26.4 5l0 0z"}},"free":["brands"]},"brave-reverse":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e63d","label":"Brave Reverse","voted":false,"svg":{"brands":{"last_modified":1692303964,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44c.5-.1 1-.2 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2c11.6 1.4 21.5 5.4 28.9 12.9c7.7 7.8 15.4 15.8 22.6 23.6c2.5 2.7 4.9 5.2 6.9 7.4c.7 .8 1.4 1.5 1.9 2c3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1 .2 6.2c-.1 .4-.1 .4-.5 2.1c-.6 2.3-.6 2.3-1.5 5.8c-1.6 6.3-3.5 13.3-5.4 20.9c-5.6 21.6-11.2 43.2-16.4 63.4c-12.9 49.9-21.4 82.7-23.4 90.9c-11.1 44.5-19.9 60-48.3 80.3c-24.9 17.8-76.8 53.6-86.8 60c-1 .6-2 1.3-3.4 2.3c-.5 .4-3.2 2.2-3.9 2.7c-4.9 3.3-8.3 5.5-12.1 7.3c-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3c-.8-.5-3.4-2.4-3.9-2.7c-1.4-1-2.5-1.7-3.4-2.3c-10-6.4-61.9-42.1-86.8-60c-28.4-20.4-37.2-35.8-48.3-80.3c-2-8.2-10.5-41-23.3-90.5c-5.3-20.6-10.9-42.2-16.5-63.8c-2-7.6-3.8-14.6-5.4-20.9c-.9-3.5-.9-3.5-1.5-5.8c-.4-1.7-.4-1.7-.5-2.1c-.5-2-.4-4.2 .2-6.2l13.1-38.1L11.8 104c-1.5-3.8-.7-8.2 2-11.2c1.2-1.3 1.8-2 2.6-2.8c2-2.2 4.4-4.7 6.9-7.4C30.6 74.9 38.3 66.9 46 59.1c7.4-7.5 17.3-11.6 28.9-12.9c9.1-1.1 18.5-.5 27.7 1.2c.5 .1 1 .2 1.5 .3l38.1-44C144.2 1.3 147 0 150 0H298zm-4.7 21.1H154.7L115.6 66.2c-2.6 3-6.7 4.3-10.6 3.2c-.2-.1-.7-.2-1.5-.4c-1.3-.3-2.9-.6-4.5-.9c-7.4-1.3-14.9-1.8-21.7-1C70 68 64.3 70.3 60.7 74c-7.6 7.7-15.2 15.6-22.3 23.3c-1.7 1.8-3.3 3.5-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5L29.2 170.6c.4 1.4 .5 1.9 1.2 4.8c1.6 6.3 3.5 13.3 5.4 20.9c5.6 21.6 11.2 43.2 16.4 63.4c12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3c1.2 .8 2.5 1.6 4 2.7c.6 .4 3.2 2.2 3.9 2.7c4 2.8 6.7 4.4 9.2 5.6c2.2 1 3.9 1.5 5.1 1.5s2.9-.5 5.1-1.5c2.5-1.2 5.2-2.8 9.2-5.6c.7-.5 3.3-2.3 3.9-2.7c1.6-1.1 2.8-1.9 4-2.7c9.6-6.1 61.3-41.7 85.9-59.3c23.8-17.1 30.2-28.2 40.1-68.3c2.1-8.3 10.5-41.1 23.3-90.7c5.3-20.6 10.9-42.2 16.5-63.8c2-7.6 3.8-14.6 5.4-20.9c.7-2.9 .9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1 .2-7.5l8.8-22c-1.5-1.6-3.1-3.3-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3c-3.7-3.7-9.3-6-16.6-6.9c-6.8-.8-14.4-.3-21.7 1c-1.7 .3-3.2 .6-4.5 .9c-.8 .2-1.3 .3-1.5 .4c-3.8 1.1-7.9-.2-10.6-3.2L293.3 21.1zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2s1.3 6.2-1.7 8.4s-44.1 34.6-48.1 38.2s-9.8 9.5-13.8 9.5s-9.8-5.9-13.8-9.5s-45.1-36-48.1-38.2s-5.1-6.2-1.7-8.4s13.9-7.5 28.3-15.2s32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8 .2 20.5 4.2c12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9s54.2 66.7 54.2 81s-6.8 18-13.7 25.4s-36.8 39.8-40.7 43.9s-11.9 10.5-7.1 21.8s11.7 25.8 3.9 40.4s-21 24.4-29.4 22.8s-28.4-12.2-35.7-17.1s-30.5-24.3-30.5-31.8s24-20.8 28.4-23.9s24.7-14.8 25.1-19.4s.3-6-5.7-17.4s-16.7-26.7-14.9-36.8s19.1-15.4 31.5-20.2s36.2-13.7 39.2-15.1s2.2-2.7-6.8-3.6s-34.6-4.3-46.1-1.1s-31.2 8.2-32.8 10.9s-3 2.7-1.4 11.8s10.1 52.8 10.9 60.6s2.4 12.9-5.8 14.8s-22.1 5.2-26.8 5.2s-18.6-3.3-26.8-5.2s-6.6-7-5.8-14.8s9.3-51.5 10.9-60.6s.2-9.2-1.4-11.8s-21.3-7.6-32.8-10.9s-37.1 .2-46.1 1.1s-9.8 2.2-6.8 3.6s26.8 10.4 39.2 15.1s29.7 10 31.5 20.2s-9 25.4-14.9 36.8s-6.1 12.8-5.7 17.4s20.6 16.4 25.1 19.4s28.4 16.4 28.4 23.9s-23.2 27-30.5 31.8s-27.2 15.4-35.7 17.1s-21.7-8.2-29.4-22.8s-.8-29.1 3.9-40.4s-3.3-17.7-7.1-21.8s-33.8-36.5-40.7-43.9s-13.7-11.2-13.7-25.4s54.2-81 54.2-81s45.8 8.9 51.9 8.9s19.5-5.2 31.9-9.4s20.6-4.2 20.6-4.2l.1 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M298 0c3 0 5.8 1.3 7.8 3.6l38.1 44c.5-.1 1-.2 1.5-.3c9.2-1.6 18.6-2.2 27.7-1.2c11.6 1.4 21.5 5.4 28.9 12.9c7.7 7.8 15.4 15.8 22.6 23.6c2.5 2.7 4.9 5.2 6.9 7.4c.7 .8 1.4 1.5 1.9 2c3.4 3.7 4.2 8.1 2.7 11.9l-9.8 24.6 13.1 38.1c.7 2 .8 4.1 .2 6.2c-.1 .4-.1 .4-.5 2.1c-.6 2.3-.6 2.3-1.5 5.8c-1.6 6.3-3.5 13.3-5.4 20.9c-5.6 21.6-11.2 43.2-16.4 63.4c-12.9 49.9-21.4 82.7-23.4 90.9c-11.1 44.5-19.9 60-48.3 80.3c-24.9 17.8-76.8 53.6-86.8 60c-1 .6-2 1.3-3.4 2.3c-.5 .4-3.2 2.2-3.9 2.7c-4.9 3.3-8.3 5.5-12.1 7.3c-4.7 2.2-9.3 3.5-13.9 3.5s-9.1-1.2-13.9-3.5c-3.7-1.8-7.2-3.9-12.1-7.3c-.8-.5-3.4-2.4-3.9-2.7c-1.4-1-2.5-1.7-3.4-2.3c-10-6.4-61.9-42.1-86.8-60c-28.4-20.4-37.2-35.8-48.3-80.3c-2-8.2-10.5-41-23.3-90.5c-5.3-20.6-10.9-42.2-16.5-63.8c-2-7.6-3.8-14.6-5.4-20.9c-.9-3.5-.9-3.5-1.5-5.8c-.4-1.7-.4-1.7-.5-2.1c-.5-2-.4-4.2 .2-6.2l13.1-38.1L11.8 104c-1.5-3.8-.7-8.2 2-11.2c1.2-1.3 1.8-2 2.6-2.8c2-2.2 4.4-4.7 6.9-7.4C30.6 74.9 38.3 66.9 46 59.1c7.4-7.5 17.3-11.6 28.9-12.9c9.1-1.1 18.5-.5 27.7 1.2c.5 .1 1 .2 1.5 .3l38.1-44C144.2 1.3 147 0 150 0H298zm-4.7 21.1H154.7L115.6 66.2c-2.6 3-6.7 4.3-10.6 3.2c-.2-.1-.7-.2-1.5-.4c-1.3-.3-2.9-.6-4.5-.9c-7.4-1.3-14.9-1.8-21.7-1C70 68 64.3 70.3 60.7 74c-7.6 7.7-15.2 15.6-22.3 23.3c-1.7 1.8-3.3 3.5-4.8 5.1l8.8 22c1 2.4 1 5 .2 7.5L29.2 170.6c.4 1.4 .5 1.9 1.2 4.8c1.6 6.3 3.5 13.3 5.4 20.9c5.6 21.6 11.2 43.2 16.4 63.4c12.9 50 21.4 82.8 23.4 91C85.7 390.8 92 402 115.8 419c24.6 17.6 76.3 53.2 85.9 59.3c1.2 .8 2.5 1.6 4 2.7c.6 .4 3.2 2.2 3.9 2.7c4 2.8 6.7 4.4 9.2 5.6c2.2 1 3.9 1.5 5.1 1.5s2.9-.5 5.1-1.5c2.5-1.2 5.2-2.8 9.2-5.6c.7-.5 3.3-2.3 3.9-2.7c1.6-1.1 2.8-1.9 4-2.7c9.6-6.1 61.3-41.7 85.9-59.3c23.8-17.1 30.2-28.2 40.1-68.3c2.1-8.3 10.5-41.1 23.3-90.7c5.3-20.6 10.9-42.2 16.5-63.8c2-7.6 3.8-14.6 5.4-20.9c.7-2.9 .9-3.4 1.2-4.8l-13.3-38.8c-.8-2.4-.8-5.1 .2-7.5l8.8-22c-1.5-1.6-3.1-3.3-4.8-5.1c-7.2-7.6-14.7-15.5-22.3-23.3c-3.7-3.7-9.3-6-16.6-6.9c-6.8-.8-14.4-.3-21.7 1c-1.7 .3-3.2 .6-4.5 .9c-.8 .2-1.3 .3-1.5 .4c-3.8 1.1-7.9-.2-10.6-3.2L293.3 21.1zM224 316c2.8 0 20.9 6.5 35.4 14.1s25 13 28.3 15.2s1.3 6.2-1.7 8.4s-44.1 34.6-48.1 38.2s-9.8 9.5-13.8 9.5s-9.8-5.9-13.8-9.5s-45.1-36-48.1-38.2s-5.1-6.2-1.7-8.4s13.9-7.5 28.3-15.2s32.5-14.1 35.4-14.1zm.1-230.7c.7 0 8.8 .2 20.5 4.2c12.3 4.2 25.7 9.4 31.9 9.4s51.9-8.9 51.9-8.9s54.2 66.7 54.2 81s-6.8 18-13.7 25.4s-36.8 39.8-40.7 43.9s-11.9 10.5-7.1 21.8s11.7 25.8 3.9 40.4s-21 24.4-29.4 22.8s-28.4-12.2-35.7-17.1s-30.5-24.3-30.5-31.8s24-20.8 28.4-23.9s24.7-14.8 25.1-19.4s.3-6-5.7-17.4s-16.7-26.7-14.9-36.8s19.1-15.4 31.5-20.2s36.2-13.7 39.2-15.1s2.2-2.7-6.8-3.6s-34.6-4.3-46.1-1.1s-31.2 8.2-32.8 10.9s-3 2.7-1.4 11.8s10.1 52.8 10.9 60.6s2.4 12.9-5.8 14.8s-22.1 5.2-26.8 5.2s-18.6-3.3-26.8-5.2s-6.6-7-5.8-14.8s9.3-51.5 10.9-60.6s.2-9.2-1.4-11.8s-21.3-7.6-32.8-10.9s-37.1 .2-46.1 1.1s-9.8 2.2-6.8 3.6s26.8 10.4 39.2 15.1s29.7 10 31.5 20.2s-9 25.4-14.9 36.8s-6.1 12.8-5.7 17.4s20.6 16.4 25.1 19.4s28.4 16.4 28.4 23.9s-23.2 27-30.5 31.8s-27.2 15.4-35.7 17.1s-21.7-8.2-29.4-22.8s-.8-29.1 3.9-40.4s-3.3-17.7-7.1-21.8s-33.8-36.5-40.7-43.9s-13.7-11.2-13.7-25.4s54.2-81 54.2-81s45.8 8.9 51.9 8.9s19.5-5.2 31.9-9.4s20.6-4.2 20.6-4.2l.1 0z"}},"free":["brands"]},"brazilian-real-sign":{"changes":["6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["brazilian real sign","currency"]},"styles":["solid"],"unicode":"e46c","label":"Brazilian Real Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M400 0c17.7 0 32 14.3 32 32l0 18.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5l-1.7 0c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4l0 3.4c0 51.2-33.6 94.6-80 109.2l0 21.3c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-19.4c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5l0-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2L368 32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M400 0c17.7 0 32 14.3 32 32l0 18.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5l-1.7 0c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4l0 3.4c0 51.2-33.6 94.6-80 109.2l0 21.3c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-19.4c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5l0-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2L368 32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160z"}},"free":["solid"]},"bread-slice":{"aliases":{"unicodes":{"secondary":["10f7ec"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bake","bakery","baking","dough","flour","gluten","grain","sandwich","sourdough","toast","wheat","yeast"]},"styles":["solid"],"unicode":"f7ec","label":"Bread Slice","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z"}},"free":["solid"]},"bridge":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","road"]},"styles":["solid"],"unicode":"e4c8","label":"Bridge","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l40 0 0 64L0 160 0 288c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96s96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96l0-128-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM456 96l0 64-80 0 0-64 80 0zM328 96l0 64-80 0 0-64 80 0zM200 96l0 64-80 0 0-64 80 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l40 0 0 64L0 160 0 288c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96s96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96l0-128-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM456 96l0 64-80 0 0-64 80 0zM328 96l0 64-80 0 0-64 80 0zM200 96l0 64-80 0 0-64 80 0z"}},"free":["solid"]},"bridge-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","enable","not affected","ok","okay","road","validate","working"]},"styles":["solid"],"unicode":"e4c9","label":"Bridge Circle Check","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"bridge-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","bridge","failed","road"]},"styles":["solid"],"unicode":"e4ca","label":"Bridge Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"bridge-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","destroy","road","uncheck"]},"styles":["solid"],"unicode":"e4cb","label":"Bridge Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32l40 0 0 64-72 0 0 128c53 0 96 43 96 96l0 64c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-64c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2l0-72.2-72 0 0-64 40 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM488 96l0 64-80 0 0-64 80 0zM360 96l0 64-80 0 0-64 80 0zM232 96l0 64-80 0 0-64 80 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"bridge-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","closed","lockdown","padlock","privacy","quarantine","road"]},"styles":["solid"],"unicode":"e4cc","label":"Bridge Lock","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 64c0-17.7 14.3-32 32-32l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-40 0 0 64-8 0c-61.9 0-112 50.1-112 112l0 24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-128 72 0 0-64L64 96C46.3 96 32 81.7 32 64zM408 96l0 64 80 0 0-64-80 0zm-48 64l0-64-80 0 0 64 80 0zM152 96l0 64 80 0 0-64-80 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 64c0-17.7 14.3-32 32-32l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-40 0 0 64-8 0c-61.9 0-112 50.1-112 112l0 24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-128 72 0 0-64L64 96C46.3 96 32 81.7 32 64zM408 96l0 64 80 0 0-64-80 0zm-48 64l0-64-80 0 0 64 80 0zM152 96l0 64 80 0 0-64-80 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"bridge-water":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","road"]},"styles":["solid"],"unicode":"e4ce","label":"Bridge Water","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 96C0 78.3 14.3 64 32 64l512 0c17.7 0 32 14.3 32 32l0 35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6l0 124.9c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-.5 0-128c0-53-43-96-96-96s-96 43-96 96l0 128 0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7l0-124.9C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6L0 96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 96C0 78.3 14.3 64 32 64l512 0c17.7 0 32 14.3 32 32l0 35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6l0 124.9c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-.5 0-128c0-53-43-96-96-96s-96 43-96 96l0 128 0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7l0-124.9C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6L0 96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"briefcase":{"aliases":{"unicodes":{"composite":["1f4bc"],"secondary":["10f0b1"]}},"changes":["2.0.0","5.0.0","5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bag","briefcas","briefcase","business","luggage","offer","office","portfolio","work"]},"styles":["solid"],"unicode":"f0b1","label":"Briefcase","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 128 0 192 0 0-96c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM512 288l-192 0 0 32c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128z"}},"free":["solid"]},"briefcase-medical":{"aliases":{"unicodes":{"secondary":["10f469"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["doctor","emt","first aid","health"]},"styles":["solid"],"unicode":"f469","label":"Briefcase Medical","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"broom":{"aliases":{"unicodes":{"composite":["1f9f9"],"secondary":["10f51a"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["broom","clean","cleaning","firebolt","fly","halloween","nimbus 2000","quidditch","sweep","sweeping","witch"]},"styles":["solid"],"unicode":"f51a","label":"Broom","voted":true,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6l0 29.1L364.3 320l29.1 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6l0 29.1L364.3 320l29.1 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z"}},"free":["solid"]},"broom-ball":{"aliases":{"names":["quidditch","quidditch-broom-ball"],"unicodes":{"secondary":["10f458"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","bludger","broom","golden snitch","harry potter","hogwarts","quaffle","sport","wizard"]},"styles":["solid"],"unicode":"f458","label":"Broom Ball","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6l-29.1 0L256 211.7l0-29.1c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6l-29.1 0L256 211.7l0-29.1c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"brush":{"aliases":{"unicodes":{"secondary":["10f55d"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["art","bristles","color","handle","maintenance","modify","paint"]},"styles":["solid"],"unicode":"f55d","label":"Brush","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M162.4 6c-1.5-3.6-5-6-8.9-6l-19 0c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6L48 0C21.5 0 0 21.5 0 48L0 224l0 22.4L0 256l9.6 0 364.8 0 9.6 0 0-9.6 0-22.4 0-176c0-26.5-21.5-48-48-48L230.5 0c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288l0 32c0 35.3 28.7 64 64 64l64 0 0 64c0 35.3 28.7 64 64 64s64-28.7 64-64l0-64 64 0c35.3 0 64-28.7 64-64l0-32L0 288zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M162.4 6c-1.5-3.6-5-6-8.9-6l-19 0c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6L48 0C21.5 0 0 21.5 0 48L0 224l0 22.4L0 256l9.6 0 364.8 0 9.6 0 0-9.6 0-22.4 0-176c0-26.5-21.5-48-48-48L230.5 0c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288l0 32c0 35.3 28.7 64 64 64l64 0 0 64c0 35.3 28.7 64 64 64s64-28.7 64-64l0-64 64 0c35.3 0 64-28.7 64-64l0-32L0 288zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"btc":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f15a","label":"BTC","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"}},"free":["brands"]},"bucket":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bucket","pail","sandcastle"]},"styles":["solid"],"unicode":"e4cf","label":"Bucket","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 152l0 8-48 0 0-8C48 68.1 116.1 0 200 0l48 0c83.9 0 152 68.1 152 152l0 8-48 0 0-8c0-57.4-46.6-104-104-104l-48 0C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-5.1 0L388.5 469c-2.6 24.4-23.2 43-47.7 43l-233.6 0c-24.6 0-45.2-18.5-47.7-43L37.1 256 32 256c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 152l0 8-48 0 0-8C48 68.1 116.1 0 200 0l48 0c83.9 0 152 68.1 152 152l0 8-48 0 0-8c0-57.4-46.6-104-104-104l-48 0C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-5.1 0L388.5 469c-2.6 24.4-23.2 43-47.7 43l-233.6 0c-24.6 0-45.2-18.5-47.7-43L37.1 256 32 256c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"buffer":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f837","label":"Buffer","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"}},"free":["brands"]},"bug":{"aliases":{"unicodes":{"secondary":["10f188"]}},"changes":["3.2.0","5.0.0","5.15.4","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beetle","error","glitch","insect","repair","report"]},"styles":["solid"],"unicode":"f188","label":"Bug","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c53 0 96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4l112 0c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5l64.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6L272 240c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 239.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.3 0c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c53 0 96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4l112 0c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5l64.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6L272 240c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 239.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.3 0c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z"}},"free":["solid"]},"bug-slash":{"changes":["6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beetle","disabled","fix","glitch","insect","optimize","repair","report","warning"]},"styles":["solid"],"unicode":"e490","label":"Bug Slash","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64.3 0c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160l-112 0c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96l0 3.6c0 15.7 12.7 28.4 28.4 28.4l135.1 0c15.7 0 28.4-12.7 28.4-28.4l0-3.6c0-53-43-96-96-96zM160.3 256L96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6l0-143.7L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7l0 118.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64.3 0c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160l-112 0c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96l0 3.6c0 15.7 12.7 28.4 28.4 28.4l135.1 0c15.7 0 28.4-12.7 28.4-28.4l0-3.6c0-53-43-96-96-96zM160.3 256L96 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6l0-143.7L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7l0 118.5z"}},"free":["solid"]},"bugs":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bedbug","infestation","lice","plague","ticks"]},"styles":["solid"],"unicode":"e4d0","label":"Bugs","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6l-17 0-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184l32 0 0 23.3-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3l0-23.3 32 0c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136l-17 0c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6l-17 0-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184l32 0 0 23.3-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3l0-23.3 32 0c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136l-17 0c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z"}},"free":["solid"]},"building":{"aliases":{"unicodes":{"composite":["1f3e2","f0f7"],"secondary":["10f1ad"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apartment","building","business","city","company","office","office building","urban","work"]},"styles":["solid","regular"],"unicode":"f1ad","label":"Building","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z"},"regular":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l80 0 0-64c0-26.5 21.5-48 48-48s48 21.5 48 48l0 64 80 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm88 40c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zM232 88l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zm144-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l80 0 0-64c0-26.5 21.5-48 48-48s48 21.5 48 48l0 64 80 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm88 40c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zM232 88l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48zm144-16l48 0c8.8 0 16 7.2 16 16l0 48c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16z"}},"free":["regular","solid"]},"building-circle-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","distribution center","office"]},"styles":["solid"],"unicode":"e4d1","label":"Building Circle Arrow Right","voted":false,"svg":{"solid":{"last_modified":1717161043,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 184.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352 432 352c-8.8 0-16 7.2-16 16s7.2 16 16 16l89.4 0-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 184.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352 432 352c-8.8 0-16 7.2-16 16s7.2 16 16 16l89.4 0-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z"}},"free":["solid"]},"building-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","enable","not affected","office","ok","okay","validate","working"]},"styles":["solid"],"unicode":"e4d2","label":"Building Circle Check","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"building-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","building","city","failed","office"]},"styles":["solid"],"unicode":"e4d3","label":"Building Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"building-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","destroy","office","uncheck"]},"styles":["solid"],"unicode":"e4d4","label":"Building Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"building-columns":{"aliases":{"names":["bank","institution","museum","university"],"unicodes":{"secondary":["10f19c"]}},"changes":["4.1.0","5.0.0","5.0.3","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank","building","college","education","institution","museum","students"]},"styles":["solid"],"unicode":"f19c","label":"Building Columns","voted":false,"svg":{"solid":{"last_modified":1717161040,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160l0 8c0 13.3 10.7 24 24 24l400 0c13.3 0 24-10.7 24-24l0-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224l-64 0 0 196.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512l448 0c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224l-64 0 0 192-40 0 0-192-64 0 0 192-48 0 0-192-64 0 0 192-40 0 0-192zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160l0 8c0 13.3 10.7 24 24 24l400 0c13.3 0 24-10.7 24-24l0-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224l-64 0 0 196.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512l448 0c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224l-64 0 0 192-40 0 0-192-64 0 0 192-48 0 0-192-64 0 0 192-40 0 0-192zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"building-flag":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","diplomat","embassy","flag","headquarters","united nations"]},"styles":["solid"],"unicode":"e4d5","label":"Building Flag","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32l0 480 64 0 0-320 144 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L480 32c0-17.7-14.3-32-32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32l0 480 64 0 0-320 144 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L480 32c0-17.7-14.3-32-32-32z"}},"free":["solid"]},"building-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","closed","lock","lockdown","padlock","privacy","quarantine","secure"]},"styles":["solid"],"unicode":"e4d6","label":"Building Lock","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 88.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-30.5 12.2-58.2 32-78.4L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 88.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-30.5 12.2-58.2 32-78.4L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"building-ngo":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","non governmental organization","office"]},"styles":["solid"],"unicode":"e4d7","label":"Building Ngo","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM168 64l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 64 16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 24c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-88c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48l0 32c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-32zM61.3 71.1l34.7 52L96 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8 64 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM168 64l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 64 16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 24c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-88c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48l0 32c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-32zM61.3 71.1l34.7 52L96 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8 64 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z"}},"free":["solid"]},"building-shield":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","police","protect","safety"]},"styles":["solid"],"unicode":"e4d8","label":"Building Shield","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 159-42.4 17L304 224l-32 0c-8.8 0-16 7.2-16 16l0 32 0 24.2 0 7.8c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 159-42.4 17L304 224l-32 0c-8.8 0-16 7.2-16 16l0 32 0 24.2 0 7.8c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z"}},"free":["solid"]},"building-un":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","office","united nations"]},"styles":["solid"],"unicode":"e4d9","label":"Building Un","voted":false,"svg":{"solid":{"last_modified":1717161043,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM237.3 71.1l34.7 52L272 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 96 0c26.5 0 48-21.5 48-48l0-416c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM237.3 71.1l34.7 52L272 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"building-user":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apartment","building","city","employee","uer"]},"styles":["solid"],"unicode":"e4da","label":"Building User","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 89.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 464c0 26.5 21.5 48 48 48l96 0 0-80c0-26.5 21.5-48 48-48s48 21.5 48 48l0 80 89.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L384 48c0-26.5-21.5-48-48-48L48 0zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM80 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM272 96l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z"}},"free":["solid"]},"building-wheat":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agriculture","building","city","usda"]},"styles":["solid"],"unicode":"e4db","label":"Building Wheat","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm384 80l0 16c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0zm0 128c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zm0 112c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zM512 496l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zm0-96l-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80l0 16zm0-128l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-13.3 10.7-24 24-24zm96 64l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48l-96 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-96 0c-26.5 0-48-21.5-48-48L0 48zM80 224c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L80 96c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm80 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm384 80l0 16c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0zm0 128c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zm0 112c0 44.2-35.8 80-80 80l-16 0 0-16c0-44.2 35.8-80 80-80l16 0 0 16zM512 496l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zm0-96l-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80l0 16zm0-128l0 16-16 0c-44.2 0-80-35.8-80-80l0-16 16 0c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-13.3 10.7-24 24-24zm96 64l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24l0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-13.3 10.7-24 24-24z"}},"free":["solid"]},"bullhorn":{"aliases":{"unicodes":{"composite":["1f4e2","1f56b"],"secondary":["10f0a1"]}},"changes":["2.0.0","5.0.0","5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Bullhorn","announcement","broadcast","loud","louder","loudspeaker","megaphone","public address","request","share"]},"styles":["solid"],"unicode":"f0a1","label":"Bullhorn","voted":false,"svg":{"solid":{"last_modified":1720286456,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75l-8.7 0-32 0-96 0c-35.3 0-64 28.7-64 64l0 96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-128 8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-147.6c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4L480 32zm-64 76.7L416 240l0 131.3C357.2 317.8 280.5 288 200.7 288l-8.7 0 0-96 8.7 0c79.8 0 156.5-29.8 215.3-83.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75l-8.7 0-32 0-96 0c-35.3 0-64 28.7-64 64l0 96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-128 8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-147.6c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4L480 32zm-64 76.7L416 240l0 131.3C357.2 317.8 280.5 288 200.7 288l-8.7 0 0-96 8.7 0c79.8 0 156.5-29.8 215.3-83.3z"}},"free":["solid"]},"bullseye":{"aliases":{"unicodes":{"secondary":["10f140"]}},"changes":["3.1.0","5.0.0","5.3.0","5.10.1","5.15.4","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archery","goal","objective","strategy","target"]},"styles":["solid"],"unicode":"f140","label":"Bullseye","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"burger":{"aliases":{"names":["hamburger"],"unicodes":{"secondary":["10f805"]}},"changes":["5.7.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bacon","beef","burger","burger king","cheeseburger","fast food","grill","ground beef","mcdonalds","sandwich"]},"styles":["solid"],"unicode":"f805","label":"Burger","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1L61.1 224zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48l384 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L64 352c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16l0 16c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1L61.1 224zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48l384 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L64 352c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16l416 0c8.8 0 16 7.2 16 16l0 16c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-16z"}},"free":["solid"]},"buromobelexperte":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f37f","label":"Büromöbel-Experte GmbH & Co. KG.","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"}},"free":["brands"]},"burst":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boom","crash","explosion"]},"styles":["solid"],"unicode":"e4dc","label":"Burst","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z"}},"free":["solid"]},"bus":{"aliases":{"unicodes":{"composite":["1f68d"],"secondary":["10f207"]}},"changes":["4.2.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bus","oncoming","oncoming bus","public transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f207","label":"Bus","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 0C422.4 0 512 35.2 512 80l0 16 0 32c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32c0 0 0 0 0 0l0-32s0 0 0 0l0-16C64 35.2 153.6 0 288 0zM128 160l0 96c0 17.7 14.3 32 32 32l112 0 0-160-112 0c-17.7 0-32 14.3-32 32zM304 288l112 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-112 0 0 160zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16L208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 0C422.4 0 512 35.2 512 80l0 16 0 32c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32c0 0 0 0 0 0l0-32s0 0 0 0l0-16C64 35.2 153.6 0 288 0zM128 160l0 96c0 17.7 14.3 32 32 32l112 0 0-160-112 0c-17.7 0-32 14.3-32 32zM304 288l112 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-112 0 0 160zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16L208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16z"}},"free":["solid"]},"bus-simple":{"aliases":{"names":["bus-alt"],"unicodes":{"secondary":["10f55e"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mta","public transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f55e","label":"Bus Simple","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0C348.8 0 448 35.2 448 80l0 16 0 320c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32L0 96 0 80C0 35.2 99.2 0 224 0zM64 128l0 128c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0C348.8 0 448 35.2 448 80l0 16 0 320c0 17.7-14.3 32-32 32l0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-192 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32L0 96 0 80C0 35.2 99.2 0 224 0zM64 128l0 128c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"business-time":{"aliases":{"names":["briefcase-clock"],"unicodes":{"secondary":["10f64a"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alarm","briefcase","business socks","clock","flight of the conchords","portfolio","reminder","wednesday"]},"styles":["solid"],"unicode":"f64a","label":"Business Time","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 160 0 8.2 0c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7l0-32.7c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM320 352l-96 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l296.2 0C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16l0 48 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40L64 96C28.7 96 0 124.7 0 160l0 96 192 0 160 0 8.2 0c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7l0-32.7c0-35.3-28.7-64-64-64l-64 0 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM320 352l-96 0c-17.7 0-32-14.3-32-32l0-32L0 288 0 416c0 35.3 28.7 64 64 64l296.2 0C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16l0 48 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"buy-n-large":{"changes":["5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f8a6","label":"Buy n Large","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z"}},"free":["brands"]},"buysellads":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f20d","label":"BuySellAds","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"}},"free":["brands"]},"c":{"aliases":{"unicodes":{"composite":["63"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter C","Latin Small Letter C","letter"]},"styles":["solid"],"unicode":"43","label":"C","voted":false,"svg":{"solid":{"last_modified":1720215223,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"}},"free":["solid"]},"cable-car":{"aliases":{"names":["tram"],"unicodes":{"composite":["1f6a1","e0cf"],"secondary":["10f7da"]}},"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aerial tramway","cable","gondola","lift","mountain","mountain cableway","tram","tramway","trolley"]},"styles":["solid"],"unicode":"f7da","label":"Cable Car","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64l136 0 0-66.5-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5l0 76.5 136 0c35.3 0 64 28.7 64 64l0 160c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-160zm64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0zm112 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64l136 0 0-66.5-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5l0 76.5 136 0c35.3 0 64 28.7 64 64l0 160c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-160zm64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0zm112 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-64 0z"}},"free":["solid"]},"cake-candles":{"aliases":{"names":["birthday-cake","cake"],"unicodes":{"composite":["1f382"],"secondary":["10f1fd"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anniversary","bakery","birthday","birthday cake","cake","candles","celebration","dessert","frosting","holiday","party","pastry","sweet"]},"styles":["solid"],"unicode":"f1fd","label":"Cake Candles","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2L56 72c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c-35.3 0-64 28.7-64 64l0 71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4c0 0 0 0 0 0s0 0 0 0l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9l0-71c0-35.3-28.7-64-64-64l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4L0 480c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-85.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2L56 72c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6l0 2.8c0 22.1 17.9 40 40 40s40-17.9 40-40l0-2.8c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c-35.3 0-64 28.7-64 64l0 71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4c0 0 0 0 0 0s0 0 0 0l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9l0-71c0-35.3-28.7-64-64-64l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48-64 0 0-48zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4L0 480c0 17.7 14.3 32 32 32l384 0c17.7 0 32-14.3 32-32l0-85.4z"}},"free":["solid"]},"calculator":{"aliases":{"unicodes":{"composite":["1f5a9"],"secondary":["10f1ec"]}},"changes":["4.2.0","5.0.0","5.3.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Pocket Calculator","abacus","addition","arithmetic","counting","math","multiplication","subtraction"]},"styles":["solid"],"unicode":"f1ec","label":"Calculator","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM96 64l192 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM96 64l192 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"}},"free":["solid"]},"calendar":{"aliases":{"unicodes":{"composite":["1f4c5","1f4c6"],"secondary":["10f133"]}},"changes":["3.1.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["calendar","calendar-o","date","day","event","month","schedule","tear-off calendar","time","when","year"]},"styles":["solid","regular"],"unicode":"f133","label":"Calendar","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z"}},"free":["regular","solid"]},"calendar-check":{"aliases":{"unicodes":{"secondary":["10f274"]}},"changes":["4.4.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","agree","appointment","confirm","correct","date","day","done","enable","event","month","ok","schedule","select","success","tick","time","todo","validate","warranty","when","working","year"]},"styles":["solid","regular"],"unicode":"f274","label":"Calendar Check","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"}},"free":["regular","solid"]},"calendar-day":{"aliases":{"unicodes":{"secondary":["10f783"]}},"changes":["5.6.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["date","day","detail","event","focus","month","schedule","single day","time","today","when","year"]},"styles":["solid"],"unicode":"f783","label":"Calendar Day","voted":true,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0z"}},"free":["solid"]},"calendar-days":{"aliases":{"names":["calendar-alt"],"unicodes":{"secondary":["10f073"]}},"changes":["1.0.0","5.0.0","5.6.0","5.7.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["calendar","date","day","event","month","schedule","time","when","year"]},"styles":["solid","regular"],"unicode":"f073","label":"Calendar Days","voted":false,"svg":{"solid":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"},"regular":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l80 0 0 56-80 0 0-56zm0 104l80 0 0 64-80 0 0-64zm128 0l96 0 0 64-96 0 0-64zm144 0l80 0 0 64-80 0 0-64zm80-48l-80 0 0-56 80 0 0 56zm0 160l0 40c0 8.8-7.2 16-16 16l-64 0 0-56 80 0zm-128 0l0 56-96 0 0-56 96 0zm-144 0l0 56-64 0c-8.8 0-16-7.2-16-16l0-40 80 0zM272 248l-96 0 0-56 96 0 0 56z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l80 0 0 56-80 0 0-56zm0 104l80 0 0 64-80 0 0-64zm128 0l96 0 0 64-96 0 0-64zm144 0l80 0 0 64-80 0 0-64zm80-48l-80 0 0-56 80 0 0 56zm0 160l0 40c0 8.8-7.2 16-16 16l-64 0 0-56 80 0zm-128 0l0 56-96 0 0-56 96 0zm-144 0l0 56-64 0c-8.8 0-16-7.2-16-16l0-40 80 0zM272 248l-96 0 0-56 96 0 0 56z"}},"free":["regular","solid"]},"calendar-minus":{"aliases":{"unicodes":{"secondary":["10f272"]}},"changes":["4.4.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["calendar","date","day","delete","event","month","negative","remove","schedule","time","when","year"]},"styles":["solid","regular"],"unicode":"f272","label":"Calendar Minus","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM312 376c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM312 376c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM296 352l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zM296 352l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"}},"free":["regular","solid"]},"calendar-plus":{"aliases":{"unicodes":{"secondary":["10f271"]}},"changes":["4.4.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","calendar","create","date","day","event","month","new","positive","schedule","time","when","year"]},"styles":["solid","regular"],"unicode":"f271","label":"Calendar Plus","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zM224 248c13.3 0 24 10.7 24 24l0 56 56 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-56 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-56 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l56 0 0-56c0-13.3 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zM224 248c13.3 0 24 10.7 24 24l0 56 56 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-56 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-56 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l56 0 0-56c0-13.3 10.7-24 24-24z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm176 40c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm176 40c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"}},"free":["regular","solid"]},"calendar-week":{"aliases":{"unicodes":{"secondary":["10f784"]}},"changes":["5.6.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["date","day","detail","event","focus","month","schedule","single week","time","today","when","year"]},"styles":["solid"],"unicode":"f784","label":"Calendar Week","voted":true,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L80 256z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L80 256z"}},"free":["solid"]},"calendar-xmark":{"aliases":{"names":["calendar-times"],"unicodes":{"secondary":["10f273"]}},"changes":["4.4.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","calendar","date","day","delete","event","month","remove","schedule","time","uncheck","when","x","year"]},"styles":["solid","regular"],"unicode":"f273","label":"Calendar Xmark","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM305 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zM305 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 0c13.3 0 24 10.7 24 24l0 40 144 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 40 0c35.3 0 64 28.7 64 64l0 16 0 48 0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192l0-48 0-16C0 92.7 28.7 64 64 64l40 0 0-40c0-13.3 10.7-24 24-24zM400 192L48 192l0 256c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-256zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"}},"free":["regular","solid"]},"camera":{"aliases":{"names":["camera-alt"],"unicodes":{"composite":["f332"],"primary":["f332"],"secondary":["10f030","10f332"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["image","img","lens","photo","picture","record","shutter","video"]},"styles":["solid"],"unicode":"f030","label":"Camera","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L362.9 64.8C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M149.1 64.8L138.7 96 64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L362.9 64.8C356.4 45.2 338.1 32 317.4 32L194.6 32c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"}},"free":["solid"]},"camera-retro":{"aliases":{"unicodes":{"composite":["1f4f7"],"secondary":["10f083"]}},"changes":["1.0.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camera","image","img","lens","photo","picture","record","shutter","video"]},"styles":["solid"],"unicode":"f083","label":"Camera Retro","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M220.6 121.2L271.1 96 448 96l0 96-114.8 0c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24L64 192l0-64 128 0c9.9 0 19.7-2.3 28.6-6.8zM0 128L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L271.1 32c-9.9 0-19.7 2.3-28.6 6.8L192 64l-32 0 0-16c0-8.8-7.2-16-16-16L80 32c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M220.6 121.2L271.1 96 448 96l0 96-114.8 0c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24L64 192l0-64 128 0c9.9 0 19.7-2.3 28.6-6.8zM0 128L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L271.1 32c-9.9 0-19.7 2.3-28.6 6.8L192 64l-32 0 0-16c0-8.8-7.2-16-16-16L80 32c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z"}},"free":["solid"]},"camera-rotate":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flip","front-facing","img","photo","selfie"]},"styles":["solid"],"unicode":"e0d8","label":"Camera Rotate","voted":true,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M213.1 64.8L202.7 96 128 96c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L426.9 64.8C420.4 45.2 402.1 32 381.4 32L258.6 32c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16l-76.7 0c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3l0 76.7zM192 320c0-8.8 7.2-16 16-16l76.7 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3l0-76.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M213.1 64.8L202.7 96 128 96c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-74.7 0L426.9 64.8C420.4 45.2 402.1 32 381.4 32L258.6 32c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16l-76.7 0c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3l0 76.7zM192 320c0-8.8 7.2-16 16-16l76.7 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3l0-76.7z"}},"free":["solid"]},"campground":{"aliases":{"unicodes":{"composite":["26fa"],"secondary":["10f6bb"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camping","fall","outdoors","teepee","tent","tipi"]},"styles":["solid"],"unicode":"f6bb","label":"Campground","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4L0 464c0 26.5 21.5 48 48 48l240 0 240 0c26.5 0 48-21.5 48-48l0-23.6c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448l-119.5 0L288 291.7 407.5 448 288 448z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4L0 464c0 26.5 21.5 48 48 48l240 0 240 0c26.5 0 48-21.5 48-48l0-23.6c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448l-119.5 0L288 291.7 407.5 448 288 448z"}},"free":["solid"]},"canadian-maple-leaf":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["canada","flag","flora","nature","plant"]},"styles":["brands"],"unicode":"f785","label":"Canadian Maple Leaf","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z"}},"free":["brands"]},"candy-cane":{"aliases":{"unicodes":{"secondary":["10f786"]}},"changes":["5.6.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["candy","christmas","holiday","mint","peppermint","striped","xmas"]},"styles":["solid"],"unicode":"f786","label":"Candy Cane","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23l0 5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8l0-5.6C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23l0 5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8l0-5.6C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z"}},"free":["solid"]},"cannabis":{"aliases":{"unicodes":{"secondary":["10f55f"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bud","chronic","drugs","endica","endo","ganja","marijuana","mary jane","pot","reefer","sativa","spliff","weed","whacky-tabacky"]},"styles":["solid"],"unicode":"f55f","label":"Cannabis","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2l0 70.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-70.8-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2l0 70.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-70.8-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z"}},"free":["solid"]},"capsules":{"aliases":{"unicodes":{"secondary":["10f46b"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medicine","pills","prescription"]},"styles":["solid"],"unicode":"f46b","label":"Capsules","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48l0 112-96 0 0-112zM0 144L0 368c0 61.9 50.1 112 112 112s112-50.1 112-112l0-178.4c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83l0-24.2c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48l0 112-96 0 0-112zM0 144L0 368c0 61.9 50.1 112 112 112s112-50.1 112-112l0-178.4c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83l0-24.2c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z"}},"free":["solid"]},"car":{"aliases":{"names":["automobile"],"unicodes":{"composite":["1f698"],"secondary":["10f1b9"]}},"changes":["4.1.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","automobile","car","oncoming","oncoming automobile","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f1b9","label":"Car","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M135.2 117.4L109.1 192l293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 144 0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L96 400l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M135.2 117.4L109.1 192l293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 144 0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L96 400l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"car-battery":{"aliases":{"names":["battery-car"],"unicodes":{"secondary":["10f5df"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","electric","mechanic","power"]},"styles":["solid"],"unicode":"f5df","label":"Car Battery","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M80 96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l16 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32-32 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-32zM80 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M80 96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l16 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32-32 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-32zM80 240c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-96 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"car-burst":{"aliases":{"names":["car-crash"],"unicodes":{"secondary":["10f5e1"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accident","auto","automobile","insurance","sedan","transportation","vehicle","wreck"]},"styles":["solid"],"unicode":"f5e1","label":"Car Burst","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z"}},"free":["solid"]},"car-on":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alarm","car","carjack","warning"]},"styles":["solid"],"unicode":"e4dd","label":"Car On","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80zM185.8 224l140.3 0c6.8 0 12.8 4.3 15.1 10.6L360.3 288l-208.6 0 19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344l0 40 0 64 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 256 0 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 0-64 0-40c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160l-140.3 0c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80zM185.8 224l140.3 0c6.8 0 12.8 4.3 15.1 10.6L360.3 288l-208.6 0 19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344l0 40 0 64 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 256 0 0 32c0 17.7 14.3 32 32 32l16 0c17.7 0 32-14.3 32-32l0-32 0-64 0-40c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160l-140.3 0c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"}},"free":["solid"]},"car-rear":{"aliases":{"names":["car-alt"],"unicodes":{"secondary":["10f5de"]}},"changes":["5.2.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","automobile","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5de","label":"Car Rear","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M165.4 96l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 192l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256l0 80c0 23.7 12.9 44.4 32 55.4L32 448c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 256 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-56.6c19.1-11.1 32-31.7 32-55.4l0-80c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32L165.4 32c-40.8 0-77.1 25.8-90.6 64.3zM208 272l96 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm360-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M165.4 96l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 192l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256l0 80c0 23.7 12.9 44.4 32 55.4L32 448c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 256 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-56.6c19.1-11.1 32-31.7 32-55.4l0-80c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32L165.4 32c-40.8 0-77.1 25.8-90.6 64.3zM208 272l96 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm360-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["solid"]},"car-side":{"aliases":{"unicodes":{"composite":["1f697"],"secondary":["10f5e4"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","automobile","car","sedan","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5e4","label":"Car Side","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M171.3 96L224 96l0 96-112.7 0 30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192l0-96 81.2 0c9.7 0 18.9 4.4 25 12l67.2 84L272 192zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36L171.3 32c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256L0 368c0 17.7 14.3 32 32 32l33.3 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l130.7 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l33.3 0c17.7 0 32-14.3 32-32l0-48c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M171.3 96L224 96l0 96-112.7 0 30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192l0-96 81.2 0c9.7 0 18.9 4.4 25 12l67.2 84L272 192zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36L171.3 32c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256L0 368c0 17.7 14.3 32 32 32l33.3 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l130.7 0c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80l33.3 0c17.7 0 32-14.3 32-32l0-48c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"car-tunnel":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["road","tunnel"]},"styles":["solid"],"unicode":"e4de","label":"Car Tunnel","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0C114.6 0 0 114.6 0 256L0 448c0 35.3 28.7 64 64 64l42.8 0c-6.6-5.9-10.8-14.4-10.8-24l0-112c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7l115.2 0c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6l0 112c0 9.6-4.2 18.1-10.8 24l42.8 0c35.3 0 64-28.7 64-64l0-192C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24l0-40-192 0 0 40c0 9.6-4.2 18.1-10.8 24l213.7 0zM190.8 277.5L177 320l158 0-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5l-115.2 0c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0C114.6 0 0 114.6 0 256L0 448c0 35.3 28.7 64 64 64l42.8 0c-6.6-5.9-10.8-14.4-10.8-24l0-112c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7l115.2 0c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6l0 112c0 9.6-4.2 18.1-10.8 24l42.8 0c35.3 0 64-28.7 64-64l0-192C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24l0-40-192 0 0 40c0 9.6-4.2 18.1-10.8 24l213.7 0zM190.8 277.5L177 320l158 0-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5l-115.2 0c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"}},"free":["solid"]},"caravan":{"aliases":{"unicodes":{"secondary":["10f8ff"]}},"changes":["5.12.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camper","motor home","rv","trailer","travel"]},"styles":["solid"],"unicode":"f8ff","label":"Caravan","voted":true,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 112C0 67.8 35.8 32 80 32l336 0c88.4 0 160 71.6 160 160l0 160 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0-288 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-44.2 0-80-35.8-80-80L0 112zM320 352l128 0 0-96-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 192zM96 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 112C0 67.8 35.8 32 80 32l336 0c88.4 0 160 71.6 160 160l0 160 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0-288 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-44.2 0-80-35.8-80-80L0 112zM320 352l128 0 0-96-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 192zM96 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"caret-down":{"aliases":{"unicodes":{"secondary":["10f0d7"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","dropdown","expand","menu","more","triangle"]},"styles":["solid"],"unicode":"f0d7","label":"Caret Down","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"}},"free":["solid"]},"caret-left":{"aliases":{"unicodes":{"secondary":["10f0d9"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","back","previous","triangle"]},"styles":["solid"],"unicode":"f0d9","label":"Caret Left","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"}},"free":["solid"]},"caret-right":{"aliases":{"unicodes":{"secondary":["10f0da"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","forward","next","triangle"]},"styles":["solid"],"unicode":"f0da","label":"Caret Right","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"}},"free":["solid"]},"caret-up":{"aliases":{"unicodes":{"secondary":["10f0d8"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","collapse","triangle","upgrade"]},"styles":["solid"],"unicode":"f0d8","label":"Caret Up","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"}},"free":["solid"]},"carrot":{"aliases":{"unicodes":{"composite":["1f955"],"secondary":["10f787"]}},"changes":["5.6.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bugs bunny","carrot","food","orange","vegan","vegetable"]},"styles":["solid"],"unicode":"f787","label":"Carrot","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z"}},"free":["solid"]},"cart-arrow-down":{"aliases":{"unicodes":{"secondary":["10f218"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download","insert","save","shopping"]},"styles":["solid"],"unicode":"f218","label":"Cart Arrow Down","voted":false,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l45.5 0c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5L488 384c13.3 0 24-10.7 24-24s-10.7-24-24-24l-288.3 0c-11.5 0-21.4-8.2-23.6-19.5L170.7 288l288.5 0c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32L360 32l0 102.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L312 32 120.1 32C111 12.8 91.6 0 69.5 0L24 0zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l45.5 0c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5L488 384c13.3 0 24-10.7 24-24s-10.7-24-24-24l-288.3 0c-11.5 0-21.4-8.2-23.6-19.5L170.7 288l288.5 0c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32L360 32l0 102.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L312 32 120.1 32C111 12.8 91.6 0 69.5 0L24 0zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"cart-flatbed":{"aliases":{"names":["dolly-flatbed"],"unicodes":{"secondary":["10f474"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","inventory","shipping","transport"]},"styles":["solid"],"unicode":"f474","label":"Cart Flatbed","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l16 0c8.8 0 16 7.2 16 16l0 288c0 44.2 35.8 80 80 80l18.7 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l197.5 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l66.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-464 0c-8.8 0-16-7.2-16-16l0-288C128 35.8 92.2 0 48 0L32 0zM192 80l0 192c0 26.5 21.5 48 48 48l320 0c26.5 0 48-21.5 48-48l0-192c0-26.5-21.5-48-48-48l-96 0 0 144c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1l0-144-96 0c-26.5 0-48 21.5-48 48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l16 0c8.8 0 16 7.2 16 16l0 288c0 44.2 35.8 80 80 80l18.7 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l197.5 0c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16l66.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-464 0c-8.8 0-16-7.2-16-16l0-288C128 35.8 92.2 0 48 0L32 0zM192 80l0 192c0 26.5 21.5 48 48 48l320 0c26.5 0 48-21.5 48-48l0-192c0-26.5-21.5-48-48-48l-96 0 0 144c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1l0-144-96 0c-26.5 0-48 21.5-48 48z"}},"free":["solid"]},"cart-flatbed-suitcase":{"aliases":{"names":["luggage-cart"],"unicodes":{"secondary":["10f59d"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airport","bag","baggage","suitcase","travel"]},"styles":["solid"],"unicode":"f59d","label":"Cart Flatbed Suitcase","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L48 0c44.2 0 80 35.8 80 80l0 288c0 8.8 7.2 16 16 16l464 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-66.7 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16l-197.5 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16L144 448c-44.2 0-80-35.8-80-80L64 80c0-8.8-7.2-16-16-16L32 64C14.3 64 0 49.7 0 32zM432 96l0-40c0-4.4-3.6-8-8-8l-80 0c-4.4 0-8 3.6-8 8l0 40 96 0zM288 96l0-40c0-30.9 25.1-56 56-56l80 0c30.9 0 56 25.1 56 56l0 40 0 224-192 0 0-224zM512 320l0-224 16 0c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48l-16 0zM240 96l16 0 0 224-16 0c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L48 0c44.2 0 80 35.8 80 80l0 288c0 8.8 7.2 16 16 16l464 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-66.7 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16l-197.5 0c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16L144 448c-44.2 0-80-35.8-80-80L64 80c0-8.8-7.2-16-16-16L32 64C14.3 64 0 49.7 0 32zM432 96l0-40c0-4.4-3.6-8-8-8l-80 0c-4.4 0-8 3.6-8 8l0 40 96 0zM288 96l0-40c0-30.9 25.1-56 56-56l80 0c30.9 0 56 25.1 56 56l0 40 0 224-192 0 0-224zM512 320l0-224 16 0c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48l-16 0zM240 96l16 0 0 224-16 0c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48z"}},"free":["solid"]},"cart-plus":{"aliases":{"unicodes":{"secondary":["10f217"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","create","new","positive","shopping"]},"styles":["solid"],"unicode":"f217","label":"Cart Plus","voted":false,"svg":{"solid":{"last_modified":1717158772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20l44 0 0 44c0 11 9 20 20 20s20-9 20-20l0-44 44 0c11 0 20-9 20-20s-9-20-20-20l-44 0 0-44c0-11-9-20-20-20s-20 9-20 20l0 44-44 0c-11 0-20 9-20 20z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20l44 0 0 44c0 11 9 20 20 20s20-9 20-20l0-44 44 0c11 0 20-9 20-20s-9-20-20-20l-44 0 0-44c0-11-9-20-20-20s-20 9-20 20l0 44-44 0c-11 0-20 9-20 20z"}},"free":["solid"]},"cart-shopping":{"aliases":{"names":["shopping-cart"],"unicodes":{"composite":["1f6d2"],"secondary":["10f07a"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cart","checkout","grocery","payment","purchase","shopping","shopping cart","trolley"]},"styles":["solid"],"unicode":"f07a","label":"Cart Shopping","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"cash-register":{"aliases":{"unicodes":{"secondary":["10f788"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cha-ching","change","checkout","commerce","leaerboard","machine","pay","payment","purchase","store"]},"styles":["solid"],"unicode":"f788","label":"Cash Register","voted":true,"svg":{"solid":{"last_modified":1720286456,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 0C46.3 0 32 14.3 32 32l0 64c0 17.7 14.3 32 32 32l80 0 0 32-57 0c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-69.6c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160l-217 0 0-32 80 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L64 0zM96 48l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L96 80c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 0C46.3 0 32 14.3 32 32l0 64c0 17.7 14.3 32 32 32l80 0 0 32-57 0c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-69.6c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160l-217 0 0-32 80 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L64 0zM96 48l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L96 80c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z"}},"free":["solid"]},"cat":{"aliases":{"unicodes":{"composite":["1f408"],"secondary":["10f6be"]}},"changes":["5.4.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cat","feline","halloween","holiday","kitten","kitty","meow","pet"]},"styles":["solid"],"unicode":"f6be","label":"Cat","voted":true,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M320 192l17.1 0c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4l0 4 0 32 0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-140.8L280 448l56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-144 0c-53 0-96-43-96-96l0-223.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3l0 85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5s0 0 0 0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32c0 0 0 0 0 0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128c0 0 0 0 0 0l0-96 0-20 0-1.3C352 4.8 356.7 .1 362.6 0l.2 0c3.3 0 6.4 1.6 8.4 4.2c0 0 0 0 0 .1L384 21.3l27.2 36.3L416 64l64 0 4.8-6.4L512 21.3 524.8 4.3c0 0 0 0 0-.1c2-2.6 5.1-4.2 8.4-4.2l.2 0C539.3 .1 544 4.8 544 10.7l0 1.3 0 20 0 96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M320 192l17.1 0c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4l0 4 0 32 0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-140.8L280 448l56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-144 0c-53 0-96-43-96-96l0-223.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3l0 85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5s0 0 0 0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32c0 0 0 0 0 0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128c0 0 0 0 0 0l0-96 0-20 0-1.3C352 4.8 356.7 .1 362.6 0l.2 0c3.3 0 6.4 1.6 8.4 4.2c0 0 0 0 0 .1L384 21.3l27.2 36.3L416 64l64 0 4.8-6.4L512 21.3 524.8 4.3c0 0 0 0 0-.1c2-2.6 5.1-4.2 8.4-4.2l.2 0C539.3 .1 544 4.8 544 10.7l0 1.3 0 20 0 96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"cc-amazon-pay":{"changes":["5.0.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42d","label":"Amazon Pay Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"}},"free":["brands"]},"cc-amex":{"changes":["4.2.0","5.0.0","5.7.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":["amex"]},"styles":["brands"],"unicode":"f1f3","label":"Cc Amex","voted":false,"svg":{"brands":{"last_modified":1698077376,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 432c0 26.5 21.5 48 48 48H528c26.5 0 48-21.5 48-48v-1.1H514.3l-31.9-35.1-31.9 35.1H246.8V267.1H181L262.7 82.4h78.6l28.1 63.2V82.4h97.2L483.5 130l17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80V432zm440.4-21.7L482.6 364l42 46.3H576l-68-72.1 68-72.1H525.4l-42 46.7-41.5-46.7H390.5L458 338.6l-67.4 71.6V377.1h-83V354.9h80.9V322.6H307.6V300.2h83V267.1h-122V410.3H440.4zm96.3-72L576 380.2V296.9l-39.3 41.4zm-36.3-92l36.9-100.6V246.3H576V103H515.8l-32.2 89.3L451.7 103H390.5V246.1L327.3 103H276.1L213.7 246.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3h34.4zM282 185.4l19.5-46.9 19.4 46.9H282z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 432c0 26.5 21.5 48 48 48H528c26.5 0 48-21.5 48-48v-1.1H514.3l-31.9-35.1-31.9 35.1H246.8V267.1H181L262.7 82.4h78.6l28.1 63.2V82.4h97.2L483.5 130l17-47.6H576V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80V432zm440.4-21.7L482.6 364l42 46.3H576l-68-72.1 68-72.1H525.4l-42 46.7-41.5-46.7H390.5L458 338.6l-67.4 71.6V377.1h-83V354.9h80.9V322.6H307.6V300.2h83V267.1h-122V410.3H440.4zm96.3-72L576 380.2V296.9l-39.3 41.4zm-36.3-92l36.9-100.6V246.3H576V103H515.8l-32.2 89.3L451.7 103H390.5V246.1L327.3 103H276.1L213.7 246.3h43l11.9-28.7h65.9l12 28.7h82.7V146L466 246.3h34.4zM282 185.4l19.5-46.9 19.4 46.9H282z"}},"free":["brands"]},"cc-apple-pay":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f416","label":"Apple Pay Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"}},"free":["brands"]},"cc-diners-club":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f24c","label":"Diner\'s Club Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"}},"free":["brands"]},"cc-discover":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1f2","label":"Discover Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z"}},"free":["brands"]},"cc-jcb":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f24b","label":"JCB Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"}},"free":["brands"]},"cc-mastercard":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1f1","label":"MasterCard Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"}},"free":["brands"]},"cc-paypal":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1f4","label":"Paypal Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"}},"free":["brands"]},"cc-stripe":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1f5","label":"Stripe Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z"}},"free":["brands"]},"cc-visa":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1f0","label":"Visa Credit Card","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"}},"free":["brands"]},"cedi-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Cedi Sign","currency"]},"styles":["solid"],"unicode":"e0df","label":"Cedi Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 34.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6L256 132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8L256 32zM192 132L192 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 34.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6L256 132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8L256 32zM192 132L192 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z"}},"free":["solid"]},"cent-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Cent Sign","currency"]},"styles":["solid"],"unicode":"e3f5","label":"Cent Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M224 0c17.7 0 32 14.3 32 32l0 34.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3L192 32c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M224 0c17.7 0 32 14.3 32 32l0 34.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3L192 32c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"centercode":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f380","label":"Centercode","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"}},"free":["brands"]},"centos":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f789","label":"Centos","voted":true,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"}},"free":["brands"]},"certificate":{"aliases":{"unicodes":{"secondary":["10f0a3"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["badge","guarantee","star","verified"]},"styles":["solid"],"unicode":"f0a3","label":"Certificate","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.4-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z"}},"free":["solid"]},"chair":{"aliases":{"unicodes":{"composite":["1fa91"],"secondary":["10f6c0"]}},"changes":["5.4.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chair","furniture","seat","sit"]},"styles":["solid"],"unicode":"f6c0","label":"Chair","voted":true,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M248 48l0 208 48 0 0-197.3c23.9 13.8 40 39.7 40 69.3l0 128 48 0 0-128C384 57.3 326.7 0 256 0L192 0C121.3 0 64 57.3 64 128l0 128 48 0 0-128c0-29.6 16.1-55.5 40-69.3L152 256l48 0 0-208 48 0zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 256 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288L48 288z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M248 48l0 208 48 0 0-197.3c23.9 13.8 40 39.7 40 69.3l0 128 48 0 0-128C384 57.3 326.7 0 256 0L192 0C121.3 0 64 57.3 64 128l0 128 48 0 0-128c0-29.6 16.1-55.5 40-69.3L152 256l48 0 0-208 48 0zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 256 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288L48 288z"}},"free":["solid"]},"chalkboard":{"aliases":{"names":["blackboard"],"unicodes":{"secondary":["10f51b"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blackboard","learning","school","teaching","whiteboard","writing"]},"styles":["solid"],"unicode":"f51b","label":"Chalkboard","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 32C60.7 32 32 60.7 32 96l0 288 64 0L96 96l384 0 0 288 64 0 0-288c0-35.3-28.7-64-64-64L96 32zM224 384l0 32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-32c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 32C60.7 32 32 60.7 32 96l0 288 64 0L96 96l384 0 0 288 64 0 0-288c0-35.3-28.7-64-64-64L96 32zM224 384l0 32L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-32c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"chalkboard-user":{"aliases":{"names":["chalkboard-teacher"],"unicodes":{"secondary":["10f51c"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blackboard","instructor","learning","professor","school","uer","whiteboard","writing"]},"styles":["solid"],"unicode":"f51c","label":"Chalkboard User","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M160 64c0-35.3 28.7-64 64-64L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-239.2 0c-11.8-25.5-29.9-47.5-52.4-64l99.6 0 0-32c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 32 64 0 0-288L224 64l0 49.1C205.2 102.2 183.3 96 160 96l0-32zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352l53.3 0C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7L26.7 512C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M160 64c0-35.3 28.7-64 64-64L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-239.2 0c-11.8-25.5-29.9-47.5-52.4-64l99.6 0 0-32c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 32 64 0 0-288L224 64l0 49.1C205.2 102.2 183.3 96 160 96l0-32zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352l53.3 0C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7L26.7 512C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z"}},"free":["solid"]},"champagne-glasses":{"aliases":{"names":["glass-cheers"],"unicodes":{"composite":["1f942"],"secondary":["10f79f"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","bar","beverage","celebrate","celebration","champagne","clink","clinking glasses","drink","glass","holiday","new year\'s eve","party","toast"]},"styles":["solid"],"unicode":"f79f","label":"Champagne Glasses","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z"}},"free":["solid"]},"charging-station":{"aliases":{"unicodes":{"secondary":["10f5e7"]}},"changes":["5.2.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["electric","ev","tesla","vehicle"]},"styles":["solid"],"unicode":"f5e7","label":"Charging Station","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C60.7 0 32 28.7 32 64l0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-144 16 0c22.1 0 40 17.9 40 40l0 32c0 39.8 32.2 72 72 72s72-32.2 72-72l0-123.7c32.5-10.2 56-40.5 56-76.3l0-32c0-8.8-7.2-16-16-16l-16 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-16 0c-8.8 0-16 7.2-16 16l0 32c0 35.8 23.5 66.1 56 76.3L472 376c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-48.6-39.4-88-88-88l-16 0 0-192c0-35.3-28.7-64-64-64L96 0zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9 57.8 0c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9L96 208c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C60.7 0 32 28.7 32 64l0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-144 16 0c22.1 0 40 17.9 40 40l0 32c0 39.8 32.2 72 72 72s72-32.2 72-72l0-123.7c32.5-10.2 56-40.5 56-76.3l0-32c0-8.8-7.2-16-16-16l-16 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-16 0c-8.8 0-16 7.2-16 16l0 32c0 35.8 23.5 66.1 56 76.3L472 376c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32c0-48.6-39.4-88-88-88l-16 0 0-192c0-35.3-28.7-64-64-64L96 0zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9 57.8 0c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9L96 208c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z"}},"free":["solid"]},"chart-area":{"aliases":{"names":["area-chart"],"unicodes":{"secondary":["10f1fe"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analytics","area","chart","graph","performance","revenue","statistics"]},"styles":["solid"],"unicode":"f1fe","label":"Chart Area","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm96 288l288 0c17.7 0 32-14.3 32-32l0-68.2c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1l0 84c0 17.7 14.3 32 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm96 288l288 0c17.7 0 32-14.3 32-32l0-68.2c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1l0 84c0 17.7 14.3 32 32 32z"}},"free":["solid"]},"chart-bar":{"aliases":{"names":["bar-chart"],"unicodes":{"secondary":["10f080"]}},"changes":["1.0.0","5.0.0","5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analytics","bar","chart","graph","performance","statistics"]},"styles":["solid","regular"],"unicode":"f080","label":"Chart Bar","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"},"regular":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M24 32c13.3 0 24 10.7 24 24l0 352c0 13.3 10.7 24 24 24l416 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L72 480c-39.8 0-72-32.2-72-72L0 56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M24 32c13.3 0 24 10.7 24 24l0 352c0 13.3 10.7 24 24 24l416 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L72 480c-39.8 0-72-32.2-72-72L0 56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-272 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["regular","solid"]},"chart-column":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bar","bar chart","chart","graph","performance","revenue","statistics","track","trend"]},"styles":["solid"],"unicode":"e0e3","label":"Chart Column","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm128-64l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM480 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm128-64l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM480 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32z"}},"free":["solid"]},"chart-diagram":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["algorithm","analytics","flow","graph"]},"styles":["solid"],"unicode":"e695","label":"Chart Diagram","voted":false,"svg":{"solid":{"last_modified":1721914389,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M80 32C53.5 32 32 53.5 32 80s21.5 48 48 48l152 0 0 40-48 48-56 0c-48.6 0-88 39.4-88 88l0 48-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-48c0-22.1 17.9-40 40-40l56 0 48 48 0 40-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-40 48-48 56 0c22.1 0 40 17.9 40 40l0 48-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-48c0-48.6-39.4-88-88-88l-56 0-48-48 0-40 152 0c26.5 0 48-21.5 48-48s-21.5-48-48-48L80 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M80 32C53.5 32 32 53.5 32 80s21.5 48 48 48l152 0 0 40-48 48-56 0c-48.6 0-88 39.4-88 88l0 48-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-48c0-22.1 17.9-40 40-40l56 0 48 48 0 40-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-40 48-48 56 0c22.1 0 40 17.9 40 40l0 48-8 0c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-8 0 0-48c0-48.6-39.4-88-88-88l-56 0-48-48 0-40 152 0c26.5 0 48-21.5 48-48s-21.5-48-48-48L80 32z"}},"free":["solid"]},"chart-gantt":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chart","graph","performance","statistics","track","trend"]},"styles":["solid"],"unicode":"e0e4","label":"Chart Gantt","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zm96 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zm96 64l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"chart-line":{"aliases":{"names":["line-chart"],"unicodes":{"secondary":["10f201"]}},"changes":["4.2.0","5.0.0","5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["activity","analytics","chart","dashboard","gain","graph","increase","line","performance","revenue","statistics"]},"styles":["solid"],"unicode":"f201","label":"Chart Line","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"}},"free":["solid"]},"chart-pie":{"aliases":{"names":["pie-chart"],"unicodes":{"secondary":["10f200"]}},"changes":["4.2.0","5.0.0","5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analytics","chart","diagram","graph","performance","pie","revenue","statistics"]},"styles":["solid"],"unicode":"f200","label":"Chart Pie","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M304 240l0-223.4c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16L304 240zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4L256 288 412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288l238.4 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M304 240l0-223.4c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16L304 240zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4L256 288 412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288l238.4 0z"}},"free":["solid"]},"chart-simple":{"changes":["6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analytics","bar","chart","column","graph","performance","revenue","row","statistics","trend"]},"styles":["solid"],"unicode":"e473","label":"Chart Simple","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M160 80c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 352c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-352zM0 272c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48L0 272zM368 96l32 0c26.5 0 48 21.5 48 48l0 288c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M160 80c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 352c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-352zM0 272c0-26.5 21.5-48 48-48l32 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48L0 272zM368 96l32 0c26.5 0 48 21.5 48 48l0 288c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48z"}},"free":["solid"]},"check":{"aliases":{"unicodes":{"composite":["2713","2714"],"secondary":["10f00c"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Check Mark","accept","agree","check","check mark","checkmark","confirm","correct","coupon","done","enable","mark","notice","notification","notify","ok","select","success","tick","todo","true","validate","working","yes","✓"]},"styles":["solid"],"unicode":"f00c","label":"Check","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"}},"free":["solid"]},"check-double":{"aliases":{"unicodes":{"secondary":["10f560"]}},"changes":["5.1.0","5.8.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","agree","checkmark","confirm","correct","coupon","done","enable","notice","notification","notify","ok","select","select all","success","tick","todo","validate","working"]},"styles":["solid"],"unicode":"f560","label":"Check Double","voted":true,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"}},"free":["solid"]},"check-to-slot":{"aliases":{"names":["vote-yea"],"unicodes":{"secondary":["10f772"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","cast","election","enable","politics","positive","validate","voting","working","yes"]},"styles":["solid"],"unicode":"f772","label":"Check To Slot","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 80c0-26.5 21.5-48 48-48l288 0c26.5 0 48 21.5 48 48l0 304L96 384 96 80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48l16 0 0 128 448 0 0-128 16 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 80c0-26.5 21.5-48 48-48l288 0c26.5 0 48 21.5 48 48l0 304L96 384 96 80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48l16 0 0 128 448 0 0-128 16 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96z"}},"free":["solid"]},"cheese":{"aliases":{"unicodes":{"secondary":["10f7ef"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cheddar","curd","gouda","melt","parmesan","sandwich","swiss","wedge"]},"styles":["solid"],"unicode":"f7ef","label":"Cheese","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 240.2l0 15.8L0 256c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8l0 128c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 288l512 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 240.2l0 15.8L0 256c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8l0 128c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 288l512 0z"}},"free":["solid"]},"chess":{"aliases":{"unicodes":{"secondary":["10f439"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["board","castle","checkmate","game","king","rook","strategy","tournament"]},"styles":["solid"],"unicode":"f439","label":"Chess","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 16L96 32c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 0 32L60.2 96C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208 72 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l4 0L60 384l136 0L180 256l4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-1.8 0 32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2L144 96l0-32 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416 48 416zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416l-128 0zM304 208l0 51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384l125.5 0-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7l0-51.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32-32 0 0-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 16L96 32c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 0 32L60.2 96C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208 72 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l4 0L60 384l136 0L180 256l4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-1.8 0 32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2L144 96l0-32 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416 48 416zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416l-128 0zM304 208l0 51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384l125.5 0-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7l0-51.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 16-24 0 0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32-32 0 0-32z"}},"free":["solid"]},"chess-bishop":{"aliases":{"unicodes":{"composite":["265d"],"secondary":["10f43a"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Chess Bishop","board","checkmate","game","strategy"]},"styles":["solid","regular"],"unicode":"f43a","label":"Chess Bishop","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7L64 400l192 0 0-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32L128 0zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512l274.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432 48 432z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7L64 400l192 0 0-27.3c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32L128 0zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512l274.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432 48 432z"},"regular":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8L48 352l48 0 0-27c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3l0 27 48 0 0-13.3c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24L160 0 104 0zM52.7 464l16.6-32 181.6 0 16.6 32L52.7 464zm207.9-80l-201 0c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512l238.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8L48 352l48 0 0-27c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3l0 27 48 0 0-13.3c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24L160 0 104 0zM52.7 464l16.6-32 181.6 0 16.6 32L52.7 464zm207.9-80l-201 0c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512l238.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z"}},"free":["regular","solid"]},"chess-board":{"aliases":{"unicodes":{"secondary":["10f43c"]}},"changes":["5.0.5","5.7.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["board","checkmate","game","strategy"]},"styles":["solid"],"unicode":"f43c","label":"Chess Board","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 64l0 64 64 0 0-64 64 0 0 64 64 0 0-64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64 64 0 0-64-64 0 0-64 64 0 0-64-64 0 0-64 64 0zm64 128l64 0 0-64-64 0 0 64zm0 64l0-64-64 0 0 64 64 0zm64 0l-64 0 0 64 64 0 0-64zm0 0l64 0 0-64-64 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 64l0 64 64 0 0-64 64 0 0 64 64 0 0-64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0 64 64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64-64 0 0 64-64 0 0-64 64 0 0-64-64 0 0-64 64 0 0-64-64 0 0-64 64 0zm64 128l64 0 0-64-64 0 0 64zm0 64l0-64-64 0 0 64 64 0zm64 0l-64 0 0 64 64 0 0-64zm0 0l64 0 0-64-64 0 0 64z"}},"free":["solid"]},"chess-king":{"aliases":{"unicodes":{"composite":["265a"],"secondary":["10f43f"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Chess King","board","checkmate","game","strategy"]},"styles":["solid","regular"],"unicode":"f43f","label":"Chess King","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0c17.7 0 32 14.3 32 32l0 16 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 48 152 0c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400 80 400 3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40l152 0 0-48-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-16c0-17.7 14.3-32 32-32zM38.6 473.4L80 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L54.6 512C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0c17.7 0 32 14.3 32 32l0 16 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 48 152 0c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400 80 400 3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40l152 0 0-48-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-16c0-17.7 14.3-32 32-32zM38.6 473.4L80 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L54.6 512C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z"},"regular":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 32-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 40L59.6 144C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352l52.3 0L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6L224 192l164.4 0c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352l52.3 0 54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6L248 144l0-40 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-32zM101.2 432l245.6 0 16.6 32L84.7 464l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 32-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 40L59.6 144C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352l52.3 0L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6L224 192l164.4 0c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352l52.3 0 54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6L248 144l0-40 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-32zM101.2 432l245.6 0 16.6 32L84.7 464l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"}},"free":["regular","solid"]},"chess-knight":{"aliases":{"unicodes":{"composite":["265e"],"secondary":["10f441"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Chess Knight","board","checkmate","game","horse","strategy"]},"styles":["solid","regular"],"unicode":"f441","label":"Chess Knight","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5l0 132.4c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400l320 0 28.9-159c2.1-11.3 3.1-22.8 3.1-34.3l0-14.7C416 86 330 0 224 0L83.8 0C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l370.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432 64 432 22.6 473.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5l0 132.4c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400l320 0 28.9-159c2.1-11.3 3.1-22.8 3.1-34.3l0-14.7C416 86 330 0 224 0L83.8 0C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l370.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432 64 432 22.6 473.4z"},"regular":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M226.6 48L117.3 48l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1l-50.7 0c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0L226.6 0C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352l-48.8 0 24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464l310.7 0-16.6-32L85.2 432zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L56.8 512C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384l297 0c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M226.6 48L117.3 48l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1l-50.7 0c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0L226.6 0C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352l-48.8 0 24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464l310.7 0-16.6-32L85.2 432zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L56.8 512C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384l297 0c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z"}},"free":["regular","solid"]},"chess-pawn":{"aliases":{"unicodes":{"composite":["265f"],"secondary":["10f443"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["board","checkmate","chess","chess pawn","dupe","expendable","game","strategy"]},"styles":["solid","regular"],"unicode":"f443","label":"Chess Pawn","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88L96 224c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400l160 0L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32l-8.5 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l242.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432 64 432 22.6 473.4z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88L96 224c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400l160 0L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32l-8.5 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512l242.7 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432 64 432 22.6 473.4z"},"regular":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120l-12.6 0 10.7 80-48.4 0L195 272l-35 0-35 0-10.7 80-48.4 0 10.7-80L64 272c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464l214.7 0-16.6-32L69.2 432 52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L40.8 512C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384l201 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120l-12.6 0 10.7 80-48.4 0L195 272l-35 0-35 0-10.7 80-48.4 0 10.7-80L64 272c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464l214.7 0-16.6-32L69.2 432 52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L40.8 512C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384l201 0z"}},"free":["regular","solid"]},"chess-queen":{"aliases":{"unicodes":{"composite":["265b"],"secondary":["10f445"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Chess Queen","board","checkmate","game","strategy"]},"styles":["solid","regular"],"unicode":"f445","label":"Chess Queen","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400 384 400l-40.4 0-175.1 0L128 400l-15.7 0L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224s0 0 0 0s0 0 0 0s0 0 0 0zM112 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L86.6 512C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400 384 400l-40.4 0-175.1 0L128 400l-15.7 0L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224s0 0 0 0s0 0 0 0s0 0 0 0zM112 432l288 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L86.6 512C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z"},"regular":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352l55.4 0-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352l55.4 0 93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432l245.6 0 16.6 32-278.7 0 16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352l55.4 0-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352l55.4 0 93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432l245.6 0 16.6 32-278.7 0 16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3l-265 0c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8l302.5 0c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"}},"free":["regular","solid"]},"chess-rook":{"aliases":{"unicodes":{"composite":["265c"],"secondary":["10f447"]}},"changes":["5.0.5","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Chess Rook","board","castle","checkmate","game","strategy"]},"styles":["solid","regular"],"unicode":"f447","label":"Chess Rook","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 192L32 48c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144L80 400 96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96l32 0c8.8 0 16-7.2 16-16l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432l320 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L38.6 512C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 192L32 48c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 40c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-40c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 144c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144L80 400 96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96l32 0c8.8 0 16-7.2 16-16l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432l320 0 41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6L38.6 512C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z"},"regular":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M80 80l0 112c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352l-48.3 0 9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192L32 72c0-22.1 17.9-40 40-40l304 0c22.1 0 40 17.9 40 40l0 120c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85-48.3 0-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4l0-112-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24L80 80zm4.7 384l278.7 0-16.6-32-245.6 0L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L72.8 512C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384l265 0zM208 288c-8.8 0-16-7.2-16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 8.8-7.2 16-16 16l-32 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M80 80l0 112c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352l-48.3 0 9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192L32 72c0-22.1 17.9-40 40-40l304 0c22.1 0 40 17.9 40 40l0 120c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85-48.3 0-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4l0-112-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24-64 0 0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-24L80 80zm4.7 384l278.7 0-16.6-32-245.6 0L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8L72.8 512C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384l265 0zM208 288c-8.8 0-16-7.2-16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 8.8-7.2 16-16 16l-32 0z"}},"free":["regular","solid"]},"chevron-down":{"aliases":{"unicodes":{"secondary":["10f078"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","download","expand","insert"]},"styles":["solid"],"unicode":"f078","label":"Chevron Down","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"}},"free":["solid"]},"chevron-left":{"aliases":{"unicodes":{"composite":["2329"],"secondary":["10f053"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Left-Pointing Angle Bracket","arrow","back","bracket","previous"]},"styles":["solid"],"unicode":"f053","label":"Chevron Left","voted":false,"svg":{"solid":{"last_modified":1720286912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"}},"free":["solid"]},"chevron-right":{"aliases":{"unicodes":{"composite":["232a"],"secondary":["10f054"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Right-Pointing Angle Bracket","arrow","bracket","forward","next"]},"styles":["solid"],"unicode":"f054","label":"Chevron Right","voted":false,"svg":{"solid":{"last_modified":1720286912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"}},"free":["solid"]},"chevron-up":{"aliases":{"unicodes":{"secondary":["10f077"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","collapse","upgrade","upload"]},"styles":["solid"],"unicode":"f077","label":"Chevron Up","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"}},"free":["solid"]},"child":{"aliases":{"unicodes":{"secondary":["10f1ae"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.1.1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boy","girl","kid","toddler","uer","young","youth"]},"styles":["solid"],"unicode":"f1ae","label":"Child","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192.2L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8 240 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192.2L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8 240 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0z"}},"free":["solid"]},"child-combatant":{"aliases":{"names":["child-rifle"]},"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["combatant"]},"styles":["solid"],"unicode":"e4e0","label":"Child Combatant","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-179.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9l-12.3 0c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5 104 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0L432 0 416 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l0 100.3c-9.6 5.5-16 15.9-16 27.7l0 32c-17.7 0-32 14.3-32 32l0 144c0 17.7 14.3 32 32 32l16 0 0 96c0 8.8 7.2 16 16 16l59.5 0c10.4 0 18-9.8 15.5-19.9L484 400l44 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-48 0 0-26.7 53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2l0-84.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 56-16 5.3L480 160c0-11.8-6.4-22.2-16-27.7L464 16c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-179.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9l-12.3 0c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5 104 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0L432 0 416 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l0 100.3c-9.6 5.5-16 15.9-16 27.7l0 32c-17.7 0-32 14.3-32 32l0 144c0 17.7 14.3 32 32 32l16 0 0 96c0 8.8 7.2 16 16 16l59.5 0c10.4 0 18-9.8 15.5-19.9L484 400l44 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-48 0 0-26.7 53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2l0-84.5c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16l0 56-16 5.3L480 160c0-11.8-6.4-22.2-16-27.7L464 16c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"child-dress":{"changes":["6.1.1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boy","girl","kid","toddler","uer","young","youth"]},"styles":["solid"],"unicode":"e59c","label":"Child Dress","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400l0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 16 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 17.8 0c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400L88 400z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400l0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 16 0 0 80c0 17.7 14.3 32 32 32s32-14.3 32-32l0-80 17.8 0c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400L88 400z"}},"free":["solid"]},"child-reaching":{"changes":["6.1.1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boy","girl","kid","toddler","uer","young","youth"]},"styles":["solid"],"unicode":"e59d","label":"Child Reaching","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4L112 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-258.4c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4L112 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-258.4c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z"}},"free":["solid"]},"children":{"changes":["6.1.0","6.1.1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boy","child","girl","kid","kids","together","uer","young","youth"]},"styles":["solid"],"unicode":"e4e1","label":"Children","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480l0-80-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1L232 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80-16 0 0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-179.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9l12.3 0c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5 552 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480l0-80-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1L232 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80-16 0 0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-179.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9l12.3 0c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5 552 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0z"}},"free":["solid"]},"chrome":{"changes":["4.4.0","5.0.0","6.1.2"],"ligatures":[],"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f268","label":"Chrome","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z"}},"free":["brands"]},"chromecast":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f838","label":"Chromecast","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z"}},"free":["brands"]},"church":{"aliases":{"unicodes":{"composite":["26ea"],"secondary":["10f51d"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Christian","building","cathedral","chapel","church","community","cross","religion"]},"styles":["solid"],"unicode":"f51d","label":"Church","voted":true,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-260.8c0-16.9-8.8-32.5-23.3-41.2L344 142.4 344 96l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 0 46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-260.8c0-16.9-8.8-32.5-23.3-41.2L344 142.4 344 96l32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0 0-24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z"}},"free":["solid"]},"circle":{"aliases":{"unicodes":{"composite":["1f534","1f535","1f7e0","1f7e1","1f7e2","1f7e3","1f7e4","25cf","26aa","26ab","2b24","f10c","f1db"],"secondary":["10f111"]}},"changes":["3.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Circle","Black Large Circle","black circle","blue","blue circle","brown","brown circle","chart","circle","circle-thin","diameter","dot","ellipse","fill","geometric","green","green circle","notification","orange","orange circle","progress","purple","purple circle","red","red circle","round","white circle","yellow","yellow circle"]},"styles":["solid","regular"],"unicode":"f111","label":"Circle","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"},"regular":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["regular","solid"]},"circle-arrow-down":{"aliases":{"names":["arrow-circle-down"],"unicodes":{"secondary":["10f0ab"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download"]},"styles":["solid"],"unicode":"f0ab","label":"Circle Arrow Down","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 297c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 214.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 409c-9.4 9.4-24.6 9.4-33.9 0L127 297z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 297c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 214.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 409c-9.4 9.4-24.6 9.4-33.9 0L127 297z"}},"free":["solid"]},"circle-arrow-left":{"aliases":{"names":["arrow-circle-left"],"unicodes":{"secondary":["10f0a8"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","previous"]},"styles":["solid"],"unicode":"f0a8","label":"Circle Arrow Left","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM215 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L392 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-214.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L103 273c-9.4-9.4-9.4-24.6 0-33.9L215 127z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM215 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L392 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-214.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L103 273c-9.4-9.4-9.4-24.6 0-33.9L215 127z"}},"free":["solid"]},"circle-arrow-right":{"aliases":{"names":["arrow-circle-right"],"unicodes":{"secondary":["10f0a9"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","next"]},"styles":["solid"],"unicode":"f0a9","label":"Circle Arrow Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM297 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L120 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l214.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L409 239c9.4 9.4 9.4 24.6 0 33.9L297 385z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM297 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L120 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l214.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L409 239c9.4 9.4 9.4 24.6 0 33.9L297 385z"}},"free":["solid"]},"circle-arrow-up":{"aliases":{"names":["arrow-circle-up"],"unicodes":{"secondary":["10f0aa"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["upgrade","upload"]},"styles":["solid"],"unicode":"f0aa","label":"Circle Arrow Up","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 215c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71L280 392c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-214.1-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 103c9.4-9.4 24.6-9.4 33.9 0L385 215z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 215c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71L280 392c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-214.1-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 103c9.4-9.4 24.6-9.4 33.9 0L385 215z"}},"free":["solid"]},"circle-check":{"aliases":{"names":["check-circle"],"unicodes":{"composite":["f05d"],"secondary":["10f058"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","affected","agree","clear","confirm","correct","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},"styles":["solid","regular"],"unicode":"f058","label":"Circle Check","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"}},"free":["regular","solid"]},"circle-chevron-down":{"aliases":{"names":["chevron-circle-down"],"unicodes":{"secondary":["10f13a"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","download","dropdown","menu","more"]},"styles":["solid"],"unicode":"f13a","label":"Circle Chevron Down","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"}},"free":["solid"]},"circle-chevron-left":{"aliases":{"names":["chevron-circle-left"],"unicodes":{"secondary":["10f137"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","back","previous"]},"styles":["solid"],"unicode":"f137","label":"Circle Chevron Left","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z"}},"free":["solid"]},"circle-chevron-right":{"aliases":{"names":["chevron-circle-right"],"unicodes":{"secondary":["10f138"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","forward","next"]},"styles":["solid"],"unicode":"f138","label":"Circle Chevron Right","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"}},"free":["solid"]},"circle-chevron-up":{"aliases":{"names":["chevron-circle-up"],"unicodes":{"secondary":["10f139"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","collapse","upgrade","upload"]},"styles":["solid"],"unicode":"f139","label":"Circle Chevron Up","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z"}},"free":["solid"]},"circle-dollar-to-slot":{"aliases":{"names":["donate"],"unicodes":{"secondary":["10f4b9"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["contribute","generosity","gift","give","premium"]},"styles":["solid"],"unicode":"f4b9","label":"Circle Dollar To Slot","voted":false,"svg":{"solid":{"last_modified":1717158772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1l0 6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1l0 6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1l0-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4l0-6.3c0-11.1-9-20.1-20.1-20.1zM48 352l16 0c19.5 25.9 44 47.7 72.2 64L64 416l0 32 192 0 192 0 0-32-72.2 0c28.2-16.3 52.8-38.1 72.2-64l16 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3l-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1l0 6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1l0 6.4c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1l0-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4l0-6.3c0-11.1-9-20.1-20.1-20.1zM48 352l16 0c19.5 25.9 44 47.7 72.2 64L64 416l0 32 192 0 192 0 0-32-72.2 0c28.2-16.3 52.8-38.1 72.2-64l16 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48z"}},"free":["solid"]},"circle-dot":{"aliases":{"names":["dot-circle"],"unicodes":{"composite":["1f518"],"secondary":["10f192"]}},"changes":["4.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullseye","button","geometric","notification","radio","radio button","target"]},"styles":["solid","regular"],"unicode":"f192","label":"Circle Dot","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"}},"free":["regular","solid"]},"circle-down":{"aliases":{"names":["arrow-alt-circle-down"],"unicodes":{"composite":["f01a"],"secondary":["10f358"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow-circle-o-down","download"]},"styles":["solid","regular"],"unicode":"f358","label":"Circle Down","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM244.7 395.3l-112-112c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l64 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 64 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-112 112c-6.2 6.2-16.4 6.2-22.6 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM244.7 395.3l-112-112c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l64 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 64 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-112 112c-6.2 6.2-16.4 6.2-22.6 0z"},"regular":{"last_modified":1722259237,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3L304 256l0-96c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 96-57.7 0C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3L304 256l0-96c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 96-57.7 0C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z"}},"free":["regular","solid"]},"circle-exclamation":{"aliases":{"names":["exclamation-circle"],"unicodes":{"secondary":["10f06a"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affect","alert","attention","damage","danger","error","failed","important","notice","notification","notify","problem","required","warning"]},"styles":["solid"],"unicode":"f06a","label":"Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"circle-h":{"aliases":{"names":["hospital-symbol"],"unicodes":{"composite":["24bd"],"secondary":["10f47e"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Circled Latin Capital Letter H","clinic","covid-19","emergency","letter","map"]},"styles":["solid"],"unicode":"f47e","label":"Circle H","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"circle-half-stroke":{"aliases":{"names":["adjust"],"unicodes":{"composite":["25d0"],"secondary":["10f042"]}},"changes":["1.0.0","5.0.0","5.10.2","5.11.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Circle with Left Half Black","adjust","chart","contrast","dark","fill","light","pie","progress","saturation"]},"styles":["solid"],"unicode":"f042","label":"Circle Half Stroke","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["solid"]},"circle-info":{"aliases":{"names":["info-circle"],"unicodes":{"secondary":["10f05a"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["details","help","information","more","support"]},"styles":["solid"],"unicode":"f05a","label":"Circle Info","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"circle-left":{"aliases":{"names":["arrow-alt-circle-left"],"unicodes":{"composite":["f190"],"secondary":["10f359"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow-circle-o-left","back","previous"]},"styles":["solid","regular"],"unicode":"f359","label":"Circle Left","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM116.7 244.7l112-112c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8l0 64 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 64c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-112-112c-6.2-6.2-6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM116.7 244.7l112-112c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8l0 64 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 64c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-112-112c-6.2-6.2-6.2-16.4 0-22.6z"},"regular":{"last_modified":1722259237,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3l0-57.7 96 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-96 0 0-57.7c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3l0-57.7 96 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-96 0 0-57.7c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z"}},"free":["regular","solid"]},"circle-minus":{"aliases":{"names":["minus-circle"],"unicodes":{"secondary":["10f056"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["delete","hide","negative","remove","shape","trash"]},"styles":["solid"],"unicode":"f056","label":"Circle Minus","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["solid"]},"circle-nodes":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cluster","connect","network"]},"styles":["solid"],"unicode":"e4e2","label":"Circle Nodes","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z"}},"free":["solid"]},"circle-notch":{"aliases":{"unicodes":{"secondary":["10f1ce"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["circle-o-notch","diameter","dot","ellipse","round","spinner"]},"styles":["solid"],"unicode":"f1ce","label":"Circle Notch","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z"}},"free":["solid"]},"circle-pause":{"aliases":{"names":["pause-circle"],"unicodes":{"composite":["f28c"],"secondary":["10f28b"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hold","wait"]},"styles":["solid","regular"],"unicode":"f28b","label":"Circle Pause","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"},"regular":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["regular","solid"]},"circle-play":{"aliases":{"names":["play-circle"],"unicodes":{"composite":["f01d"],"secondary":["10f144"]}},"changes":["3.1.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","music","playing","sound","start","video"]},"styles":["solid","regular"],"unicode":"f144","label":"Circle Play","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z"},"regular":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9l0-176c0-8.7 4.7-16.7 12.3-20.9z"}},"free":["regular","solid"]},"circle-plus":{"aliases":{"names":["plus-circle"],"unicodes":{"secondary":["10f055"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","create","expand","new","positive","shape"]},"styles":["solid"],"unicode":"f055","label":"Circle Plus","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"}},"free":["solid"]},"circle-question":{"aliases":{"names":["question-circle"],"unicodes":{"composite":["f29c"],"secondary":["10f059"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["faq","help","information","support","unknown"]},"styles":["solid","regular"],"unicode":"f059","label":"Circle Question","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"},"regular":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["regular","solid"]},"circle-radiation":{"aliases":{"names":["radiation-alt"],"unicodes":{"composite":["2622"],"secondary":["10f7ba"]}},"changes":["5.6.0","5.8.2","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["danger","dangerous","deadly","hazard","nuclear","radioactive","sign","warning"]},"styles":["solid"],"unicode":"f7ba","label":"Circle Radiation","voted":true,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"circle-right":{"aliases":{"names":["arrow-alt-circle-right"],"unicodes":{"composite":["f18e"],"secondary":["10f35a"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow-circle-o-right","forward","next"]},"styles":["solid","regular"],"unicode":"f35a","label":"Circle Right","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm395.3 11.3l-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8l0-64-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm395.3 11.3l-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8l0-64-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6z"},"regular":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 151.2c-4.2-4.6-10.1-7.2-16.4-7.2C266 144 256 154 256 166.3l0 41.7-96 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l96 0 0 41.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.4-7.2l84-91c3.5-3.8 5.4-8.7 5.4-13.9s-1.9-10.1-5.4-13.9l-84-91z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 151.2c-4.2-4.6-10.1-7.2-16.4-7.2C266 144 256 154 256 166.3l0 41.7-96 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l96 0 0 41.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.4-7.2l84-91c3.5-3.8 5.4-8.7 5.4-13.9s-1.9-10.1-5.4-13.9l-84-91z"}},"free":["regular","solid"]},"circle-stop":{"aliases":{"names":["stop-circle"],"unicodes":{"composite":["f28e"],"secondary":["10f28d"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["block","box","circle","square"]},"styles":["solid","regular"],"unicode":"f28d","label":"Circle Stop","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"},"regular":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"}},"free":["regular","solid"]},"circle-up":{"aliases":{"names":["arrow-alt-circle-up"],"unicodes":{"composite":["f01b"],"secondary":["10f35b"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow-circle-o-up","upgrade"]},"styles":["solid","regular"],"unicode":"f35b","label":"Circle Up","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm11.3-395.3l112 112c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-64 0 0 96c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-96-64 0c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l112-112c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm11.3-395.3l112 112c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-64 0 0 96c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-96-64 0c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l112-112c6.2-6.2 16.4-6.2 22.6 0z"},"regular":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM151.2 217.4c-4.6 4.2-7.2 10.1-7.2 16.4c0 12.3 10 22.3 22.3 22.3l41.7 0 0 96c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-96 41.7 0c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.2-16.4l-91-84c-3.8-3.5-8.7-5.4-13.9-5.4s-10.1 1.9-13.9 5.4l-91 84z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM151.2 217.4c-4.6 4.2-7.2 10.1-7.2 16.4c0 12.3 10 22.3 22.3 22.3l41.7 0 0 96c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-96 41.7 0c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.2-16.4l-91-84c-3.8-3.5-8.7-5.4-13.9-5.4s-10.1 1.9-13.9 5.4l-91 84z"}},"free":["regular","solid"]},"circle-user":{"aliases":{"names":["user-circle"],"unicodes":{"composite":["f2be"],"secondary":["10f2bd"]}},"changes":["4.7.0","5.0.0","5.0.3","5.0.11","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","username","users-people"]},"styles":["solid","regular"],"unicode":"f2bd","label":"Circle User","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M399 384.2C376.9 345.8 335.4 320 288 320l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M399 384.2C376.9 345.8 335.4 320 288 320l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"},"regular":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M406.5 399.6C387.4 352.9 341.5 320 288 320l-64 0c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3l64 0c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M406.5 399.6C387.4 352.9 341.5 320 288 320l-64 0c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3l64 0c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z"}},"free":["regular","solid"]},"circle-xmark":{"aliases":{"names":["times-circle","xmark-circle"],"unicodes":{"composite":["f05c"],"secondary":["10f057"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["close","cross","destroy","exit","incorrect","notice","notification","notify","problem","uncheck","wrong","x"]},"styles":["solid","regular"],"unicode":"f057","label":"Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"},"regular":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"}},"free":["regular","solid"]},"city":{"aliases":{"unicodes":{"composite":["1f3d9"],"secondary":["10f64f"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buildings","busy","city","cityscape","skyscrapers","urban","windows"]},"styles":["solid"],"unicode":"f64f","label":"City","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M480 48c0-26.5-21.5-48-48-48L336 0c-26.5 0-48 21.5-48 48l0 48-64 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-72c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144l0 96L0 464c0 26.5 21.5 48 48 48l256 0 32 0 96 0 160 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-112 0 0-144zm96 320l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM240 416l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM560 256c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 176l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 304c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM112 320l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zm304-48l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zm16 112l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M480 48c0-26.5-21.5-48-48-48L336 0c-26.5 0-48 21.5-48 48l0 48-64 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-72c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144l0 96L0 464c0 26.5 21.5 48 48 48l256 0 32 0 96 0 160 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-112 0 0-144zm96 320l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM240 416l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM560 256c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 176l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zM256 304c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32zM112 320l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16zm304-48l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0zm16 112l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16z"}},"free":["solid"]},"clapperboard":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camera","clapper","clapper board","director","film","movie","record"]},"styles":["solid"],"unicode":"e131","label":"Clapperboard","voted":true,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 32l-86.1 0-1 1-127 127 92.1 0 1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128l0-64c0-15.1-5.3-29.1-14-40l-104 104L512 160zM294.1 32l-92.1 0-1 1L73.9 160l92.1 0 1-1 127-127zM64 32C28.7 32 0 60.7 0 96l0 64 6.1 0 1-1 127-127L64 32zM512 192L0 192 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 32l-86.1 0-1 1-127 127 92.1 0 1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128l0-64c0-15.1-5.3-29.1-14-40l-104 104L512 160zM294.1 32l-92.1 0-1 1L73.9 160l92.1 0 1-1 127-127zM64 32C28.7 32 0 60.7 0 96l0 64 6.1 0 1-1 127-127L64 32zM512 192L0 192 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224z"}},"free":["solid"]},"clipboard":{"aliases":{"unicodes":{"composite":["1f4cb"],"secondary":["10f328"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clipboar","clipboard","copy","notepad","notes","paste","record"]},"styles":["solid","regular"],"unicode":"f328","label":"Clipboard","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M280 64l40 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l40 0 9.6 0C121 27.5 153.3 0 192 0s71 27.5 78.4 64l9.6 0zM64 112c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-16 0 0 24c0 13.3-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24l0-24-16 0zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M280 64l40 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l40 0 9.6 0C121 27.5 153.3 0 192 0s71 27.5 78.4 64l9.6 0zM64 112c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-16 0 0 24c0 13.3-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24l0-24-16 0zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["regular","solid"]},"clipboard-check":{"aliases":{"unicodes":{"secondary":["10f46c"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","agree","confirm","coupon","done","enable","ok","select","success","tick","todo","validate","working","yes"]},"styles":["solid"],"unicode":"f46c","label":"Clipboard Check","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"}},"free":["solid"]},"clipboard-list":{"aliases":{"unicodes":{"secondary":["10f46d"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cheatsheet","checklist","completed","done","finished","intinerary","ol","schedule","summary","survey","tick","todo","ul","wishlist"]},"styles":["solid"],"unicode":"f46d","label":"Clipboard List","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"}},"free":["solid"]},"clipboard-question":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["assistance","faq","interview","query","question"]},"styles":["solid"],"unicode":"e4e3","label":"Clipboard Question","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"clipboard-user":{"aliases":{"unicodes":{"secondary":["10f7f3"]}},"changes":["5.7.0","6.0.0-beta1","6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["attendance","employee","record","roster","staff","uer"]},"styles":["solid"],"unicode":"f7f3","label":"Clipboard User","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 448c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-41.8 0-77.4 26.7-90.5 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-37.5 0C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 448c-8.8 0-16-7.2-16-16z"}},"free":["solid"]},"clock":{"aliases":{"names":["clock-four"],"unicodes":{"composite":["1f553"],"secondary":["10f017"]}},"changes":["1.0.0","5.0.0","5.12.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["00","4","4:00","clock","date","four","four oclock","hour","late","minute","o\'clock","oclock","pending","schedule","ticking","time","timer","timestamp","watch"]},"styles":["solid","regular"],"unicode":"f017","label":"Clock","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"}},"free":["regular","solid"]},"clock-rotate-left":{"aliases":{"names":["history"],"unicodes":{"secondary":["10f1da"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Rewind","clock","pending","reverse","time","time machine","time travel","waiting"]},"styles":["solid"],"unicode":"f1da","label":"Clock Rotate Left","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M75 75L41 41C25.9 25.9 0 36.6 0 57.9L0 168c0 13.3 10.7 24 24 24l110.1 0c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M75 75L41 41C25.9 25.9 0 36.6 0 57.9L0 168c0 13.3 10.7 24 24 24l110.1 0c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"}},"free":["solid"]},"clone":{"aliases":{"unicodes":{"secondary":["10f24d"]}},"changes":["4.4.0","5.0.0","5.11.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","copy","duplicate","paste"]},"styles":["solid","regular"],"unicode":"f24d","label":"Clone","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 448L64 448l0-224 64 0 0-64-64 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-64-64 0 0 64zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 448L64 448l0-224 64 0 0-64-64 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-64-64 0 0 64zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z"},"regular":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 464l224 0c8.8 0 16-7.2 16-16l0-64 48 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 0 48-64 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zM224 304l224 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16L224 48c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zm-64-16l0-224c0-35.3 28.7-64 64-64L448 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-224 0c-35.3 0-64-28.7-64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 464l224 0c8.8 0 16-7.2 16-16l0-64 48 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 0 48-64 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zM224 304l224 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16L224 48c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zm-64-16l0-224c0-35.3 28.7-64 64-64L448 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-224 0c-35.3 0-64-28.7-64-64z"}},"free":["regular","solid"]},"closed-captioning":{"aliases":{"unicodes":{"secondary":["10f20a"]}},"changes":["4.2.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cc","deaf","hearing","subtitle","subtitling","text","video"]},"styles":["solid","regular"],"unicode":"f20a","label":"Closed Captioning","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"},"regular":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M512 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l448 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"}},"free":["regular","solid"]},"cloud":{"aliases":{"unicodes":{"composite":["2601"],"secondary":["10f0c2"]}},"changes":["2.0.0","5.0.0","5.0.11","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["atmosphere","cloud","fog","overcast","save","upload","weather"]},"styles":["solid"],"unicode":"f0c2","label":"Cloud","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 336c0 79.5 64.5 144 144 144l368 0c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 336c0 79.5 64.5 144 144 144l368 0c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"}},"free":["solid"]},"cloud-arrow-down":{"aliases":{"names":["cloud-download","cloud-download-alt"],"unicodes":{"composite":["f381"],"primary":["f381"],"secondary":["10f0ed","10f381"]}},"changes":["3.0.0","5.0.0","5.0.11","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download","export","save"]},"styles":["solid"],"unicode":"f0ed","label":"Cloud Arrow Down","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39L344 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 134.1-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39L344 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 134.1-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"}},"free":["solid"]},"cloud-arrow-up":{"aliases":{"names":["cloud-upload","cloud-upload-alt"],"unicodes":{"composite":["f382"],"primary":["f382"],"secondary":["10f0ee","10f382"]}},"changes":["3.0.0","5.0.0","5.0.11","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["import","save","upgrade","upload"]},"styles":["solid"],"unicode":"f0ee","label":"Cloud Arrow Up","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"}},"free":["solid"]},"cloud-bolt":{"aliases":{"names":["thunderstorm"],"unicodes":{"composite":["1f329"],"secondary":["10f76c"]}},"changes":["5.5.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bolt","cloud","cloud with lightning","lightning","precipitation","rain","storm","weather"]},"styles":["solid"],"unicode":"f76c","label":"Cloud Bolt","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 224c0 53 43 96 96 96l47.2 0L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320l18.3 0 64 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 224c0 53 43 96 96 96l47.2 0L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320l18.3 0 64 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z"}},"free":["solid"]},"cloud-meatball":{"aliases":{"unicodes":{"secondary":["10f73b"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["FLDSMDFR","food","spaghetti","storm"]},"styles":["solid"],"unicode":"f73b","label":"Cloud Meatball","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 224c0 53 43 96 96 96l44.7 0c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40l44.7 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 224c0 53 43 96 96 96l44.7 0c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40l44.7 0c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"cloud-moon":{"aliases":{"unicodes":{"secondary":["10f6c3"]}},"changes":["5.4.0","5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crescent","evening","lunar","night","partly cloudy","sky"]},"styles":["solid"],"unicode":"f6c3","label":"Cloud Moon","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80L96 511.9c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80L96 511.9c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"}},"free":["solid"]},"cloud-moon-rain":{"aliases":{"unicodes":{"secondary":["10f73c"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crescent","evening","lunar","night","partly cloudy","precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f73c","label":"Cloud Moon Rain","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96l271.9 0zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96l271.9 0zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z"}},"free":["solid"]},"cloud-rain":{"aliases":{"unicodes":{"composite":["1f327","26c6"],"secondary":["10f73d"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Rain","cloud","cloud with rain","precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f73d","label":"Cloud Rain","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3l0 3c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-3c0-8.5 2.1-16.9 6.2-24.3z"}},"free":["solid"]},"cloud-showers-heavy":{"aliases":{"unicodes":{"secondary":["10f740"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["precipitation","rain","sky","storm"]},"styles":["solid"],"unicode":"f740","label":"Cloud Showers Heavy","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96L96 320zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z"}},"free":["solid"]},"cloud-showers-water":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cloud","deluge","flood","rain","storm","surge"]},"styles":["solid"],"unicode":"e4e4","label":"Cloud Showers Water","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64l1.6 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64l1.6 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"cloud-sun":{"aliases":{"unicodes":{"composite":["26c5"],"secondary":["10f6c4"]}},"changes":["5.4.0","5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clear","cloud","day","daytime","fall","outdoors","overcast","partly cloudy","sun","sun behind cloud"]},"styles":["solid"],"unicode":"f6c4","label":"Cloud Sun","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"}},"free":["solid"]},"cloud-sun-rain":{"aliases":{"unicodes":{"composite":["1f326"],"secondary":["10f743"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cloud","day","overcast","precipitation","rain","storm","summer","sun","sun behind rain cloud","sunshower"]},"styles":["solid"],"unicode":"f743","label":"Cloud Sun Rain","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80l-271.9 0c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"}},"free":["solid"]},"cloudflare":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07d","label":"Cloudflare","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z"}},"free":["brands"]},"cloudscale":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f383","label":"cloudscale.ch","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"}},"free":["brands"]},"cloudsmith":{"changes":["5.0.0","6.4.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f384","label":"Cloudsmith","voted":false,"svg":{"brands":{"last_modified":1684948301,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 227.6v56.9L284.4 512H227.6L0 284.4V227.6L227.6 0h56.9L512 227.6zm-256 162a133.6 133.6 0 1 0 0-267.1 133.6 133.6 0 1 0 0 267.1z"}},"free":["brands"]},"cloudversify":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f385","label":"cloudversify","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 616 512\\"><path d=\\"M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z\\"/></svg>","viewBox":[0,0,616,512],"width":616,"height":512,"path":"M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"}},"free":["brands"]},"clover":{"changes":["6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["4","charm","clover","four","four leaf clover","four-leaf clover","leaf","leprechaun","luck","lucky"]},"styles":["solid"],"unicode":"e139","label":"Clover","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M216.6 49.9C205.1 38.5 189.5 32 173.3 32C139.4 32 112 59.4 112 93.3l0 4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4l-4.9 0C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368l4.9 0c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34l0 4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3l0-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4l4.9 0c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3l-4.9 0c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34l0-4.9C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M216.6 49.9C205.1 38.5 189.5 32 173.3 32C139.4 32 112 59.4 112 93.3l0 4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4l-4.9 0C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368l4.9 0c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34l0 4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3l0-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4l4.9 0c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3l-4.9 0c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34l0-4.9C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2z"}},"free":["solid"]},"cmplid":{"changes":["6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e360","label":"Cmplid","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z"}},"free":["brands"]},"code":{"aliases":{"unicodes":{"secondary":["10f121"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["brackets","code","development","html","mysql","sql"]},"styles":["solid"],"unicode":"f121","label":"Code","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"}},"free":["solid"]},"code-branch":{"aliases":{"unicodes":{"secondary":["10f126"]}},"changes":["5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["branch","git","github","mysql","rebase","sql","svn","vcs","version"]},"styles":["solid"],"unicode":"f126","label":"Code Branch","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 87.8c18.8-10.9 40.7-17.1 64-17.1l96 0c35.3 0 64-28.7 64-64l0-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 6.7c0 70.7-57.3 128-128 128l-96 0c-35.3 0-64 28.7-64 64l0 6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-6.7 0-198.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 87.8c18.8-10.9 40.7-17.1 64-17.1l96 0c35.3 0 64-28.7 64-64l0-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 6.7c0 70.7-57.3 128-128 128l-96 0c-35.3 0-64 28.7-64 64l0 6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-6.7 0-198.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"code-commit":{"aliases":{"unicodes":{"secondary":["10f386"]}},"changes":["5.0.0","5.1.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["commit","git","github","hash","rebase","svn","vcs","version"]},"styles":["solid"],"unicode":"f386","label":"Code Commit","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l131.2 0C178 151 242.6 96 320 96s142 55 156.8 128L608 224c17.7 0 32 14.3 32 32s-14.3 32-32 32l-131.2 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l131.2 0C178 151 242.6 96 320 96s142 55 156.8 128L608 224c17.7 0 32 14.3 32 32s-14.3 32-32 32l-131.2 0z"}},"free":["solid"]},"code-compare":{"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["compare","git","github","svn","version"]},"styles":["solid"],"unicode":"e13a","label":"Code Compare","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9l0 40 16 0c35.3 0 64-28.7 64-64l0-166.7C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L464 320c0 70.7-57.3 128-128 128l-16 0 0 40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9l0-40-16 0c-35.3 0-64 28.7-64 64l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L48 192c0-70.7 57.3-128 128-128l16 0 0-40zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9l0 40 16 0c35.3 0 64-28.7 64-64l0-166.7C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L464 320c0 70.7-57.3 128-128 128l-16 0 0 40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9l0-40-16 0c-35.3 0-64 28.7-64 64l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L48 192c0-70.7 57.3-128 128-128l16 0 0-40zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"}},"free":["solid"]},"code-fork":{"changes":["6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["fork","git","github","svn","version"]},"styles":["solid"],"unicode":"e13b","label":"Code Fork","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 38.7c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-38.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 38.7c0 53-43 96-96 96l-48 0 0 70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-70.7-48 0c-53 0-96-43-96-96l0-38.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 38.7c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-38.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 38.7c0 53-43 96-96 96l-48 0 0 70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-70.7-48 0c-53 0-96-43-96-96l0-38.7C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"}},"free":["solid"]},"code-merge":{"aliases":{"unicodes":{"secondary":["10f387"]}},"changes":["5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["git","github","merge","pr","rebase","svn","vcs","version"]},"styles":["solid"],"unicode":"f387","label":"Code Merge","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3l0 205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-86.6c26.7 20.1 60 32 96 32l86.7 0c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3l0 205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-86.6c26.7 20.1 60 32 96 32l86.7 0c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"code-pull-request":{"changes":["6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["git","github","pr","svn","version"]},"styles":["solid"],"unicode":"e13c","label":"Code Pull Request","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M305.8 2.1C314.4 5.9 320 14.5 320 24l0 40 16 0c70.7 0 128 57.3 128 128l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L400 192c0-35.3-28.7-64-64-64l-16 0 0 40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3l0 205.3c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-205.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M305.8 2.1C314.4 5.9 320 14.5 320 24l0 40 16 0c70.7 0 128 57.3 128 128l0 166.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L400 192c0-35.3-28.7-64-64-64l-16 0 0 40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3l0 205.3c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3l0-205.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"codepen":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1cb","label":"Codepen","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"}},"free":["brands"]},"codiepie":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f284","label":"Codie Pie","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 472 512\\"><path d=\\"M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z\\"/></svg>","viewBox":[0,0,472,512],"width":472,"height":512,"path":"M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"}},"free":["brands"]},"coins":{"aliases":{"unicodes":{"secondary":["10f51e"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["currency","dime","financial","gold","money","penny","premium"]},"styles":["solid"],"unicode":"f51e","label":"Coins","voted":true,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2c0 0 0 0 0 0s0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4l0 3.4 0 5.7 0 26.3zm32 0l0-32 0-25.9c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 44.2-86 80-192 80S0 476.2 0 432l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2c0 0 0 0 0 0s0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4l0 3.4 0 5.7 0 26.3zm32 0l0-32 0-25.9c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 44.2-86 80-192 80S0 476.2 0 432l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z"}},"free":["solid"]},"colon-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Colon Sign","currency"]},"styles":["solid"],"unicode":"e140","label":"Colon Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z"}},"free":["solid"]},"comment":{"aliases":{"unicodes":{"composite":["1f5e9","f0e5"],"secondary":["10f075"]}},"changes":["1.0.0","5.0.0","5.0.9","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Right Speech Bubble","answer","bubble","chat","commenting","conversation","conversation","discussion","feedback","message","note","notification","sms","speech","talk","talking","texting"]},"styles":["solid","regular"],"unicode":"f075","label":"Comment","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"},"regular":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9l.3-.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9l.3-.5z"}},"free":["regular","solid"]},"comment-dollar":{"aliases":{"unicodes":{"secondary":["10f651"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},"styles":["solid"],"unicode":"f651","label":"Comment Dollar","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c0 0 0 0 0 0c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c0 0 0 0 0 0c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z"}},"free":["solid"]},"comment-dots":{"aliases":{"names":["commenting"],"unicodes":{"composite":["1f4ac","f27b"],"secondary":["10f4ad"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","balloon","bubble","chat","comic","commenting","conversation","dialog","feedback","message","more","note","notification","reply","request","sms","speech","speech balloon","texting"]},"styles":["solid","regular"],"unicode":"f4ad","label":"Comment Dots","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"},"regular":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["regular","solid"]},"comment-medical":{"aliases":{"unicodes":{"secondary":["10f7f5"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["advice","answer","bubble","chat","commenting","conversation","diagnose","feedback","message","note","notification","prescription","sms","speech","texting"]},"styles":["solid"],"unicode":"f7f5","label":"Comment Medical","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"comment-nodes":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["ai","artificial intelligence","cluster","language","model","network","neuronal"]},"styles":["solid"],"unicode":"e696","label":"Comment Nodes","voted":false,"svg":{"solid":{"last_modified":1721914389,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 448c10.8 0 21.5-.5 32-1.6c.3-15.8 4.4-31.7 12.9-46.4c16-27.7 43.7-44.4 73.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53 43-96 96-96c9.1 0 17.8 1.3 26.2 3.6C481.1 102.1 378.6 32 256 32C114.6 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.2 .3-.4 .5-.6 .7c-.3 .3-.5 .5-.6 .7l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm72.6-32c-17.7 30.6-7.2 69.7 23.4 87.4s69.7 7.2 87.4-23.4c1.5-2.6 2.8-5.3 3.9-8l73.3 0c1.1 2.7 2.4 5.4 3.9 8c17.7 30.6 56.8 41.1 87.4 23.4s41.1-56.8 23.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11 11.7-25 20.6-40.6 25.6l16.5 28.9c-3.8 4.8-6.8 10-9 15.6l-73.4 0c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1 .8 8.4 1.3 12.8 1.3c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64c0 13.4 4.1 25.8 11.2 36.1l-34.6 60.5c-25-3.4-50.6 8.3-64 31.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 448c10.8 0 21.5-.5 32-1.6c.3-15.8 4.4-31.7 12.9-46.4c16-27.7 43.7-44.4 73.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53 43-96 96-96c9.1 0 17.8 1.3 26.2 3.6C481.1 102.1 378.6 32 256 32C114.6 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.2 .3-.4 .5-.6 .7c-.3 .3-.5 .5-.6 .7l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm72.6-32c-17.7 30.6-7.2 69.7 23.4 87.4s69.7 7.2 87.4-23.4c1.5-2.6 2.8-5.3 3.9-8l73.3 0c1.1 2.7 2.4 5.4 3.9 8c17.7 30.6 56.8 41.1 87.4 23.4s41.1-56.8 23.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11 11.7-25 20.6-40.6 25.6l16.5 28.9c-3.8 4.8-6.8 10-9 15.6l-73.4 0c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1 .8 8.4 1.3 12.8 1.3c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64c0 13.4 4.1 25.8 11.2 36.1l-34.6 60.5c-25-3.4-50.6 8.3-64 31.4z"}},"free":["solid"]},"comment-slash":{"aliases":{"unicodes":{"secondary":["10f4b3"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","bubble","cancel","chat","commenting","conversation","disabled","feedback","message","mute","note","notification","quiet","sms","speech","texting"]},"styles":["solid"],"unicode":"f4b3","label":"Comment Slash","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zm385.2 425L82.9 161.3C70.7 185.6 64 212.2 64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104.1-17.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zm385.2 425L82.9 161.3C70.7 185.6 64 212.2 64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104.1-17.9z"}},"free":["solid"]},"comment-sms":{"aliases":{"names":["sms"],"unicodes":{"secondary":["10f7cd"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","chat","conversation","message","mobile","notification","phone","sms","texting"]},"styles":["solid"],"unicode":"f7cd","label":"Comment Sms","voted":true,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM96 212.8c0-20.3 16.5-36.8 36.8-36.8l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.3 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L112 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6C102.2 236.7 96 225.2 96 212.8zM372.8 176l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.2 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L352 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.8-16.4-18.3-16.4-30.7c0-20.3 16.5-36.8 36.8-36.8zm-152 6.4L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240l0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-6.9 4.4-13 10.9-15.2s13.7 .1 17.9 5.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM96 212.8c0-20.3 16.5-36.8 36.8-36.8l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.3 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L112 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6C102.2 236.7 96 225.2 96 212.8zM372.8 176l19.2 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-19.2 0c-2.7 0-4.8 2.2-4.8 4.8c0 1.6 .8 3.1 2.2 4l29.4 19.6c10.2 6.8 16.4 18.3 16.4 30.7c0 20.3-16.5 36.8-36.8 36.8L352 304c-8.8 0-16-7.2-16-16s7.2-16 16-16l27.2 0c2.7 0 4.8-2.2 4.8-4.8c0-1.6-.8-3.1-2.2-4l-29.4-19.6c-10.2-6.8-16.4-18.3-16.4-30.7c0-20.3 16.5-36.8 36.8-36.8zm-152 6.4L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240l0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-6.9 4.4-13 10.9-15.2s13.7 .1 17.9 5.6z"}},"free":["solid"]},"comments":{"aliases":{"unicodes":{"composite":["1f5ea","f0e6"],"secondary":["10f086"]}},"changes":["1.0.0","5.0.0","5.0.9","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Two Speech Bubbles","answer","bubble","chat","commenting","conversation","conversation","discussion","feedback","message","note","notification","sms","speech","talk","talking","texting"]},"styles":["solid","regular"],"unicode":"f086","label":"Comments","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2s0 0 0 0s0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.2-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9c0 0 0 0 0 0s0 0 0 0l-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2s0 0 0 0s0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.2-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9c0 0 0 0 0 0s0 0 0 0l-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z"},"regular":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.8 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.8 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z"}},"free":["regular","solid"]},"comments-dollar":{"aliases":{"unicodes":{"secondary":["10f653"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","bubble","chat","commenting","conversation","feedback","message","money","note","notification","pay","salary","sms","speech","spend","texting","transfer"]},"styles":["solid"],"unicode":"f653","label":"Comments Dollar","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9c0 0 0 0 0 0s0 0 0 0l.2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2s0 0 0 0s0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7L228 72z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9c0 0 0 0 0 0s0 0 0 0l.2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2s0 0 0 0s0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7L228 72z"}},"free":["solid"]},"compact-disc":{"aliases":{"unicodes":{"composite":["1f4bf","1f4c0","1f5b8"],"secondary":["10f51f"]}},"changes":["5.0.13","5.10.1","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Optical Disc Icon","album","blu-ray","bluray","cd","computer","disc","disk","dvd","media","movie","music","optical","optical disk","record","video","vinyl"]},"styles":["solid"],"unicode":"f51f","label":"Compact Disc","voted":true,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z"}},"free":["solid"]},"compass":{"aliases":{"unicodes":{"composite":["1f9ed"],"secondary":["10f14e"]}},"changes":["3.2.0","5.0.0","5.2.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["compass","directions","directory","location","magnetic","menu","navigation","orienteering","safari","travel"]},"styles":["solid","regular"],"unicode":"f14e","label":"Compass","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"},"regular":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["regular","solid"]},"compass-drafting":{"aliases":{"names":["drafting-compass"],"unicodes":{"secondary":["10f568"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","map","mechanical drawing","plot","plotting"]},"styles":["solid"],"unicode":"f568","label":"Compass Drafting","voted":false,"svg":{"solid":{"last_modified":1720284952,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192c0 0 0 0 0 0s0 0 0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496l0-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1l0 55.4c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192c0 0 0 0 0 0s0 0 0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496l0-55.4c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1l0 55.4c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"compress":{"aliases":{"unicodes":{"secondary":["10f066"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},"styles":["solid"],"unicode":"f066","label":"Compress","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 320c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 320c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0z"}},"free":["solid"]},"computer":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","desktop","display","monitor","tower"]},"styles":["solid"],"unicode":"e4e5","label":"Computer","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M384 96l0 224L64 320 64 96l320 0zM64 32C28.7 32 0 60.7 0 96L0 320c0 35.3 28.7 64 64 64l117.3 0-10.7 32L96 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-74.7 0-10.7-32L384 384c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L64 32zm464 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0zm16 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M384 96l0 224L64 320 64 96l320 0zM64 32C28.7 32 0 60.7 0 96L0 320c0 35.3 28.7 64 64 64l117.3 0-10.7 32L96 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-74.7 0-10.7-32L384 384c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L64 32zm464 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0zm16 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"computer-mouse":{"aliases":{"names":["mouse"],"unicodes":{"composite":["1f5b1"],"secondary":["10f8cc"]}},"changes":["5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["click","computer","computer mouse","cursor","input","peripheral"]},"styles":["solid"],"unicode":"f8cc","label":"Computer Mouse","voted":true,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 192l176 0L176 0 160 0C71.6 0 0 71.6 0 160l0 32zm0 32L0 352c0 88.4 71.6 160 160 160l64 0c88.4 0 160-71.6 160-160l0-128-192 0L0 224zm384-32l0-32C384 71.6 312.4 0 224 0L208 0l0 192 176 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 192l176 0L176 0 160 0C71.6 0 0 71.6 0 160l0 32zm0 32L0 352c0 88.4 71.6 160 160 160l64 0c88.4 0 160-71.6 160-160l0-128-192 0L0 224zm384-32l0-32C384 71.6 312.4 0 224 0L208 0l0 192 176 0z"}},"free":["solid"]},"confluence":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f78d","label":"Confluence","voted":true,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z"}},"free":["brands"]},"connectdevelop":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f20e","label":"Connect Develop","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z"}},"free":["brands"]},"contao":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f26d","label":"Contao","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z"}},"free":["brands"]},"cookie":{"aliases":{"unicodes":{"composite":["1f36a"],"secondary":["10f563"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baked good","chips","chocolate","cookie","dessert","eat","snack","sweet","treat"]},"styles":["solid"],"unicode":"f563","label":"Cookie","voted":true,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"cookie-bite":{"aliases":{"unicodes":{"secondary":["10f564"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baked good","bitten","chips","chocolate","eat","snack","sweet","treat"]},"styles":["solid"],"unicode":"f564","label":"Cookie Bite","voted":true,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"copy":{"aliases":{"unicodes":{"secondary":["10f0c5"]}},"changes":["2.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clone","duplicate","file","files-o","paper","paste"]},"styles":["solid","regular"],"unicode":"f0c5","label":"Copy","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M208 0L332.1 0c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9L448 336c0 26.5-21.5 48-48 48l-192 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48zM48 128l80 0 0 64-64 0 0 256 192 0 0-32 64 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 176c0-26.5 21.5-48 48-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M208 0L332.1 0c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9L448 336c0 26.5-21.5 48-48 48l-192 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48zM48 128l80 0 0 64-64 0 0 256 192 0 0-32 64 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 176c0-26.5 21.5-48 48-48z"},"regular":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 336l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L400 115.9 400 320c0 8.8-7.2 16-16 16zM192 384l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1L192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-32-48 0 0 32c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l32 0 0-48-32 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 336l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L400 115.9 400 320c0 8.8-7.2 16-16 16zM192 384l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1L192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-32-48 0 0 32c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l32 0 0-48-32 0z"}},"free":["regular","solid"]},"copyright":{"aliases":{"unicodes":{"composite":["a9"],"secondary":["10f1f9"]}},"changes":["4.2.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["brand","c","copyright","mark","register","trademark"]},"styles":["solid","regular"],"unicode":"f1f9","label":"Copyright","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z"},"regular":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z"}},"free":["regular","solid"]},"cotton-bureau":{"changes":["5.10.0"],"ligatures":[],"search":{"terms":["clothing","t-shirts","tshirts"]},"styles":["brands"],"unicode":"f89e","label":"Cotton Bureau","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"}},"free":["brands"]},"couch":{"aliases":{"unicodes":{"secondary":["10f4b8"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chair","cushion","furniture","relax","sofa"]},"styles":["solid"],"unicode":"f4b8","label":"Couch","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 160C64 89.3 121.3 32 192 32l256 0c70.7 0 128 57.3 128 128l0 33.6c-36.5 7.4-64 39.7-64 78.4l0 48-384 0 0-48c0-38.7-27.5-71-64-78.4L64 160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48l0 176c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L96 448c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L0 272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3l0 48 0 32 32 0 384 0 32 0 0-32 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 160C64 89.3 121.3 32 192 32l256 0c70.7 0 128 57.3 128 128l0 33.6c-36.5 7.4-64 39.7-64 78.4l0 48-384 0 0-48c0-38.7-27.5-71-64-78.4L64 160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48l0 176c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L96 448c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32L0 272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3l0 48 0 32 32 0 384 0 32 0 0-32 0-48z"}},"free":["solid"]},"cow":{"aliases":{"unicodes":{"composite":["1f404"],"secondary":["10f6c8"]}},"changes":["5.4.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agriculture","animal","beef","bovine","co","cow","farm","fauna","livestock","mammal","milk","moo"]},"styles":["solid"],"unicode":"f6c8","label":"Cow","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 224l0 32 0 160c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-88.2c9.9 6.6 20.6 12 32 16.1l0 24.2c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16.9c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9l0 16.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-24.2c11.4-4 22.1-9.4 32-16.1l0 88.2c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-160 32 32 0 49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5 0-81.6c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 14.4-52.9-74.1C496 86.5 452.4 64 405.9 64L272 64l-16 0-64 0-48 0C77.7 64 24 117.7 24 184l0 54C9.4 249.8 0 267.8 0 288l0 17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4l0-6.4 0-32 0-40c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160l0 64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6l178.7 0c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 224l0 32 0 160c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-88.2c9.9 6.6 20.6 12 32 16.1l0 24.2c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16.9c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9l0 16.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-24.2c11.4-4 22.1-9.4 32-16.1l0 88.2c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-160 32 32 0 49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5 0-81.6c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 14.4-52.9-74.1C496 86.5 452.4 64 405.9 64L272 64l-16 0-64 0-48 0C77.7 64 24 117.7 24 184l0 54C9.4 249.8 0 267.8 0 288l0 17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4l0-6.4 0-32 0-40c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160l0 64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6l178.7 0c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z"}},"free":["solid"]},"cpanel":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f388","label":"cPanel","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"}},"free":["brands"]},"creative-commons":{"changes":["4.4.0","5.0.0","5.0.11","5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f25e","label":"Creative Commons","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"}},"free":["brands"]},"creative-commons-by":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4e7","label":"Creative Commons Attribution","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z"}},"free":["brands"]},"creative-commons-nc":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4e8","label":"Creative Commons Noncommercial","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z"}},"free":["brands"]},"creative-commons-nc-eu":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4e9","label":"Creative Commons Noncommercial (Euro Sign)","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z"}},"free":["brands"]},"creative-commons-nc-jp":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4ea","label":"Creative Commons Noncommercial (Yen Sign)","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z"}},"free":["brands"]},"creative-commons-nd":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4eb","label":"Creative Commons No Derivative Works","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"}},"free":["brands"]},"creative-commons-pd":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4ec","label":"Creative Commons Public Domain","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z"}},"free":["brands"]},"creative-commons-pd-alt":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4ed","label":"Alternate Creative Commons Public Domain","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z"}},"free":["brands"]},"creative-commons-remix":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4ee","label":"Creative Commons Remix","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z"}},"free":["brands"]},"creative-commons-sa":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4ef","label":"Creative Commons Share Alike","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z"}},"free":["brands"]},"creative-commons-sampling":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f0","label":"Creative Commons Sampling","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z"}},"free":["brands"]},"creative-commons-sampling-plus":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f1","label":"Creative Commons Sampling +","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z"}},"free":["brands"]},"creative-commons-share":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f2","label":"Creative Commons Share","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z"}},"free":["brands"]},"creative-commons-zero":{"changes":["5.0.11","5.4.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f3","label":"Creative Commons CC0","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z"}},"free":["brands"]},"credit-card":{"aliases":{"names":["credit-card-alt"],"unicodes":{"composite":["1f4b3","f283"],"secondary":["10f09d"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","card","checkout","credit","credit card","credit-card-alt","debit","money","payment","purchase"]},"styles":["solid","regular"],"unicode":"f09d","label":"Credit Card","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96l0 32 576 0 0-32c0-35.3-28.7-64-64-64L64 32zM576 224L0 224 0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-192zM112 352l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96l0 32 576 0 0-32c0-35.3-28.7-64-64-64L64 32zM576 224L0 224 0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-192zM112 352l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"},"regular":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M512 80c8.8 0 16 7.2 16 16l0 32L48 128l0-32c0-8.8 7.2-16 16-16l448 0zm16 144l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M512 80c8.8 0 16 7.2 16 16l0 32L48 128l0-32c0-8.8 7.2-16 16-16l448 0zm16 144l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"}},"free":["regular","solid"]},"critical-role":{"changes":["5.4.0","5.8.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f6c9","label":"Critical Role","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"}},"free":["brands"]},"crop":{"aliases":{"unicodes":{"secondary":["10f125"]}},"changes":["3.1.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","frame","mask","modify","resize","shrink"]},"styles":["solid"],"unicode":"f125","label":"Crop","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64l0 64 178.7 0L128 338.7 128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-178.7 0L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-274.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64l0 64 178.7 0L128 338.7 128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-178.7 0L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-274.7z"}},"free":["solid"]},"crop-simple":{"aliases":{"names":["crop-alt"],"unicodes":{"secondary":["10f565"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","frame","mask","modify","resize","shrink"]},"styles":["solid"],"unicode":"f565","label":"Crop Simple","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-224 0 0-352zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-256c0-35.3-28.7-64-64-64L160 64l0 64 224 0 0 352z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32l0 32L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l32 0 0 256c0 35.3 28.7 64 64 64l224 0 0-64-224 0 0-352zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-256c0-35.3-28.7-64-64-64L160 64l0 64 224 0 0 352z"}},"free":["solid"]},"cross":{"aliases":{"unicodes":{"composite":["1f547","271d"],"secondary":["10f654"]}},"changes":["5.3.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Christian","Heavy Latin Cross","catholicism","christianity","church","cross","jesus","latin cross","religion"]},"styles":["solid"],"unicode":"f654","label":"Cross","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M176 0c-26.5 0-48 21.5-48 48l0 80-80 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l80 0 0 208c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-208 80 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-80 0 0-80c0-26.5-21.5-48-48-48L176 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M176 0c-26.5 0-48 21.5-48 48l0 80-80 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l80 0 0 208c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-208 80 0c26.5 0 48-21.5 48-48l0-32c0-26.5-21.5-48-48-48l-80 0 0-80c0-26.5-21.5-48-48-48L176 0z"}},"free":["solid"]},"crosshairs":{"aliases":{"unicodes":{"secondary":["10f05b"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aim","bullseye","gpd","picker","position"]},"styles":["solid"],"unicode":"f05b","label":"Crosshairs","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c17.7 0 32 14.3 32 32l0 10.4c93.7 13.9 167.7 88 181.6 181.6l10.4 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-10.4 0c-13.9 93.7-88 167.7-181.6 181.6l0 10.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-10.4C130.3 455.7 56.3 381.7 42.4 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l10.4 0C56.3 130.3 130.3 56.3 224 42.4L224 32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6l0-20.6c0-17.7 14.3-32 32-32s32 14.3 32 32l0 20.6c58.3-12.5 104.1-58.4 116.6-116.6L384 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l20.6 0C392.1 165.7 346.3 119.9 288 107.4l0 20.6c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-20.6C165.7 119.9 119.9 165.7 107.4 224l20.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-20.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c17.7 0 32 14.3 32 32l0 10.4c93.7 13.9 167.7 88 181.6 181.6l10.4 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-10.4 0c-13.9 93.7-88 167.7-181.6 181.6l0 10.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-10.4C130.3 455.7 56.3 381.7 42.4 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l10.4 0C56.3 130.3 130.3 56.3 224 42.4L224 32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6l0-20.6c0-17.7 14.3-32 32-32s32 14.3 32 32l0 20.6c58.3-12.5 104.1-58.4 116.6-116.6L384 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l20.6 0C392.1 165.7 346.3 119.9 288 107.4l0 20.6c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-20.6C165.7 119.9 119.9 165.7 107.4 224l20.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-20.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"crow":{"aliases":{"unicodes":{"secondary":["10f520"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bird","bullfrog","fauna","halloween","holiday","toad"]},"styles":["solid"],"unicode":"f520","label":"Crow","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M456 0c-48.6 0-88 39.4-88 88l0 29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384l133.1 0 46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384l40.9 0c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192l0-64 0-8 80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32l-50.1 0C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M456 0c-48.6 0-88 39.4-88 88l0 29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384l133.1 0 46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384l40.9 0c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192l0-64 0-8 80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32l-50.1 0C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"crown":{"aliases":{"unicodes":{"composite":["1f451"],"secondary":["10f521"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["award","clothing","crown","favorite","king","queen","royal","tiara","vip"]},"styles":["solid"],"unicode":"f521","label":"Crown","voted":true,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6l277.2 0c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6l277.2 0c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"}},"free":["solid"]},"crutch":{"aliases":{"unicodes":{"secondary":["10f7f7"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cane","injury","mobility","wheelchair"]},"styles":["solid"],"unicode":"f7f7","label":"Crutch","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z"}},"free":["solid"]},"cruzeiro-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Cruzeiro Sign","currency"]},"styles":["solid"],"unicode":"e152","label":"Cruzeiro Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416l0-96 0-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32l0 55.3 0 8.7 0 82.7C135.5 378 96 321.6 96 256z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416l0-96 0-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32l0 55.3 0 8.7 0 82.7C135.5 378 96 321.6 96 256z"}},"free":["solid"]},"css":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["rebecca purple"]},"styles":["brands"],"unicode":"e6a2","label":"Css","voted":false,"svg":{"brands":{"last_modified":1731690367,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M376.3 32L0 32 0 408.3c0 19 7.6 37.2 21 50.7s31.7 21 50.7 21l304.6 0c19 0 37.2-7.6 50.7-21s21-31.7 21-50.7l0-304.6c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21zM332.4 431.4c-7.7-8.5-11.7-20.7-12-36.6l31.3 0c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.5-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5L351.2 368c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.5 12.5c7.5 8.4 11.5 20.3 11.8 35.9l-30.1 0c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4c5.1 7.7 7.6 18 7.6 31c0 15.5-4 27.4-12.3 35.7c-8.2 8.3-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-101 0c-7.7-8.5-11.7-20.7-12-36.6l31.3 0c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.4-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5L250.2 368c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.4 12.5c7.6 8.4 11.5 20.3 11.9 35.9l-30.1 0c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4c5.1 7.7 7.6 18 7.6 31c0 15.5-4.1 27.4-12.3 35.7s-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-105.6 1.1c-8.4-7.7-12.5-19.2-12.5-34.5l0-75.4c0-15.2 4.4-26.7 13.2-34.6c8.9-7.8 20.7-11.8 35.2-11.8c14.1 0 25.2 4 33.4 12c8.3 8 12.5 20 12.5 35.9l0 6-33.1 0 0-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4 0-9.2 1.8-11.4 5.6c-2.3 5.2-3.3 10.8-3 16.4l0 65.5c0 13.7 4.8 20.6 14.4 20.8c4.5 0 7.9-1.6 10.2-4.8c2.5-4.1 3.7-8.8 3.5-13.6l0-4.9 33.1 0 0 5.1c0 10.6-2.1 19.5-6.2 26.6c-4 6.9-9.9 12.5-17.1 16c-7.7 3.7-16.1 5.5-24.6 5.3c-14.2 0-25.5-3.9-33.8-11.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M376.3 32L0 32 0 408.3c0 19 7.6 37.2 21 50.7s31.7 21 50.7 21l304.6 0c19 0 37.2-7.6 50.7-21s21-31.7 21-50.7l0-304.6c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21zM332.4 431.4c-7.7-8.5-11.7-20.7-12-36.6l31.3 0c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.5-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5L351.2 368c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.5 12.5c7.5 8.4 11.5 20.3 11.8 35.9l-30.1 0c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4c5.1 7.7 7.6 18 7.6 31c0 15.5-4 27.4-12.3 35.7c-8.2 8.3-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-101 0c-7.7-8.5-11.7-20.7-12-36.6l31.3 0c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.4-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5L250.2 368c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.4 12.5c7.6 8.4 11.5 20.3 11.9 35.9l-30.1 0c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4c5.1 7.7 7.6 18 7.6 31c0 15.5-4.1 27.4-12.3 35.7s-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-105.6 1.1c-8.4-7.7-12.5-19.2-12.5-34.5l0-75.4c0-15.2 4.4-26.7 13.2-34.6c8.9-7.8 20.7-11.8 35.2-11.8c14.1 0 25.2 4 33.4 12c8.3 8 12.5 20 12.5 35.9l0 6-33.1 0 0-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4 0-9.2 1.8-11.4 5.6c-2.3 5.2-3.3 10.8-3 16.4l0 65.5c0 13.7 4.8 20.6 14.4 20.8c4.5 0 7.9-1.6 10.2-4.8c2.5-4.1 3.7-8.8 3.5-13.6l0-4.9 33.1 0 0 5.1c0 10.6-2.1 19.5-6.2 26.6c-4 6.9-9.9 12.5-17.1 16c-7.7 3.7-16.1 5.5-24.6 5.3c-14.2 0-25.5-3.9-33.8-11.6z"}},"free":["brands"]},"css3":{"changes":["3.1.0","5.0.0"],"ligatures":[],"search":{"terms":["code"]},"styles":["brands"],"unicode":"f13c","label":"CSS 3 Logo","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z"}},"free":["brands"]},"css3-alt":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f38b","label":"Alternate CSS3 Logo","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"}},"free":["brands"]},"cube":{"aliases":{"unicodes":{"secondary":["10f1b2"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["3d","block","dice","package","square","tesseract"]},"styles":["solid"],"unicode":"f1b2","label":"Cube","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6l0 242.9c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4L0 134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1 0-188L288 246.6l0 188z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6l0 242.9c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4L0 134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1 0-188L288 246.6l0 188z"}},"free":["solid"]},"cubes":{"aliases":{"unicodes":{"secondary":["10f1b3"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["3d","block","dice","package","pyramid","square","stack","tesseract"]},"styles":["solid"],"unicode":"f1b3","label":"Cubes","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5l0 112.2c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7L0 413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3l0-119.1c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3l0-112.2c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2 0-89.2L392 121l0 89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4l0-100.5L256 323.2l0 95.9-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1 0-100.5L528 323.2l0 90.7c0 3.2-1.9 6-4.8 7.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5l0 112.2c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7L0 413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3l0-119.1c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3l0-112.2c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2 0-89.2L392 121l0 89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4l0-100.5L256 323.2l0 95.9-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1 0-100.5L528 323.2l0 90.7c0 3.2-1.9 6-4.8 7.3z"}},"free":["solid"]},"cubes-stacked":{"changes":["6.1.0","6.1.1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","cubes","sugar"]},"styles":["solid"],"unicode":"e4e6","label":"Cubes Stacked","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M192 64l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zm64 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM160 384l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M192 64l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zm64 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM160 384l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0z"}},"free":["solid"]},"cuttlefish":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f38c","label":"Cuttlefish","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 440 512\\"><path d=\\"M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z\\"/></svg>","viewBox":[0,0,440,512],"width":440,"height":512,"path":"M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z"}},"free":["brands"]},"d":{"aliases":{"unicodes":{"composite":["64"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter D","Latin Small Letter D","letter"]},"styles":["solid"],"unicode":"44","label":"D","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l96 0c123.7 0 224 100.3 224 224s-100.3 224-224 224l-96 0c-35.3 0-64-28.7-64-64L0 96zm160 0L64 96l0 320 96 0c88.4 0 160-71.6 160-160s-71.6-160-160-160z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l96 0c123.7 0 224 100.3 224 224s-100.3 224-224 224l-96 0c-35.3 0-64-28.7-64-64L0 96zm160 0L64 96l0 320 96 0c88.4 0 160-71.6 160-160s-71.6-160-160-160z"}},"free":["solid"]},"d-and-d":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f38d","label":"Dungeons & Dragons","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z"}},"free":["brands"]},"d-and-d-beyond":{"changes":["5.4.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","gaming","tabletop"]},"styles":["brands"],"unicode":"f6ca","label":"D&D Beyond","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z"}},"free":["brands"]},"dailymotion":{"changes":["5.12.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e052","label":"dailymotion","voted":true,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z"}},"free":["brands"]},"dart-lang":{"changes":["6.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e693","label":"Dart Lang","voted":false,"svg":{"brands":{"last_modified":1718652856,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M378.6 78.9c-2.8-.1-5.6-.2-8.5-.2l-264.1 0 143.2-72C256.6 2.3 268 0 279.6 0c13.5 0 29.4 9.2 37 16.8l62 62zM107.3 96.5l262.8 0c16 0 25.4 1.4 35.4 9.3L512 212.2 512 421l-79.3 .7L107.3 96.5zM96.5 373l0-262.2L420.3 434.6l.7 77.4-212.2 0-98.1-98.2 0 0C99.4 402.5 96.5 398.5 96.5 373zM78.7 105.3l0 267.7c0 3.3 .1 6.3 .2 9.1l-62-62C6.5 309.3 0 294.3 0 279.6c0-6.8 3.9-17.5 6.7-23.6l72-150.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M378.6 78.9c-2.8-.1-5.6-.2-8.5-.2l-264.1 0 143.2-72C256.6 2.3 268 0 279.6 0c13.5 0 29.4 9.2 37 16.8l62 62zM107.3 96.5l262.8 0c16 0 25.4 1.4 35.4 9.3L512 212.2 512 421l-79.3 .7L107.3 96.5zM96.5 373l0-262.2L420.3 434.6l.7 77.4-212.2 0-98.1-98.2 0 0C99.4 402.5 96.5 398.5 96.5 373zM78.7 105.3l0 267.7c0 3.3 .1 6.3 .2 9.1l-62-62C6.5 309.3 0 294.3 0 279.6c0-6.8 3.9-17.5 6.7-23.6l72-150.7z"}},"free":["brands"]},"dashcube":{"changes":["4.3.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f210","label":"DashCube","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"}},"free":["brands"]},"database":{"aliases":{"unicodes":{"secondary":["10f1c0"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","development","directory","memory","mysql","sql","storage"]},"styles":["solid"],"unicode":"f1c0","label":"Database","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 80l0 48c0 44.2-100.3 80-224 80S0 172.2 0 128L0 80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6L448 288c0 44.2-100.3 80-224 80S0 332.2 0 288L0 186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6l0 85.9c0 44.2-100.3 80-224 80S0 476.2 0 432l0-85.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 80l0 48c0 44.2-100.3 80-224 80S0 172.2 0 128L0 80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6L448 288c0 44.2-100.3 80-224 80S0 332.2 0 288L0 186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6l0 85.9c0 44.2-100.3 80-224 80S0 476.2 0 432l0-85.9z"}},"free":["solid"]},"debian":{"changes":["6.4.1","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e60b","label":"Debian","voted":false,"svg":{"brands":{"last_modified":1698077376,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9c-19.2 1.9-24.9 5.5-31.1 9.4l-.1 0c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9l0 0c4.1-1.1 7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6l-.1 0c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.3 5.1-1 11-1.7 17.3l0 0c-.1 1-.2 2-.3 3l-.1 .6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c.2 .4 .4 .8 .5 1.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9l0 0c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8l0 0 0 0c1 .9 2.1 1.9 3.1 2.9c-11.9-6.5 3.2 13.7 11.9 25.2c.8 1.1 1.5 2 2.2 2.9l0 0 0 0 0 0 0 0 0 0c1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1 .1c5.2 5.6 9.9 10.6 19.7 15.3c10.7 3.7 16.6 4.7 22.7 5.8c.3 0 .6 .1 .9 .1c5.4 .8 11.2 1.8 20.8 4.5c-1.1-.1-2.2-.1-3.3-.1h0c-2.3-.1-4.7-.1-7-.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c-14.4-.2-29.2-.4-42.7-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4 .4 3.4 3.4 8.8-5.8c.8-1.8 1.6-3.7 2.4-5.6c.5-1.1 .9-2.2 1.4-3.2c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6c8.1-2 11.7-1.4 15.7-.8l.3 0c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1l.2 0c5.5-1.1 10.3-2 19.3 .9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5 .1c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2l.1 0c3.6-1.1 7-2.1 15.2 1.2c.3 .5 .5 1 .7 1.4c.1 .2 .2 .5 .3 .7l0 .1c1 2.6 1.8 4.6 14.6 12.1c1.7-.7-2.7-4.7-6.4-8.2c0 0 0 0-.1-.1c-.2-.1-.3-.3-.5-.4c32.2 17.3 67.3 54.1 78 93.5c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3c-.4 4.3-2.8 3.9-5.2 3.5l-.1 0 0 0c-3.3-.6-6.2-1.1-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1l0 0c.5-1.5 .9-2.7 4.7 5.2c.1 4.1 1 8.2 2.1 12.7l0 0 0 0 .1 .6c.1 .3 .1 .5 .2 .8l.1 .6c.6 2.6 1.3 5.4 1.8 8.4c-1.1-.2-2.3-2.2-3.4-4.2c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6l0 0c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9c-2.8 7.1-6 15.4-3.4 26.1c-.8-3-2-6-3.1-8.9l-.1-.4c-.2-.5-.4-1-.6-1.5l0 0c-.3-.8-.6-1.6-.9-2.3c-.6 4.4-.3 7.7-.1 10.6c0 .2 0 .5 0 .7c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 10.9-3.7 20.4-8 28.9l-.1 .2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5l0 .1c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2l0 0c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.1-1.6 3.6-5.8 5.3-10.8l0 0 0 0 .2-.4 .1-.3 0-.1c2.9-8.4 6.5-18.8 14.3-23.8c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.4 .6-.6 .9-.8l0 0s0 0 0 0c0 0 .1-.1 .1-.1l.1-.1c.6-.5 1.1-.9 1.4-3.3c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1 0 0c2.2-2.1 4.7-4.5 8.9-7.3c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5-1.3 18.5-13.4 28.5-22.3l0 0 0 0c.6-.5 1.2-1 1.7-1.5c1.5-1.3 2.8-2.5 4-3.6l0 0 .3-.3c1.9-4.2 1.6-5.6 1.3-7l0-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6c.2-.6 .5-1.2 .7-1.8l-.4-.2zM349.3 34.3l-.2-.1 .2 .1 0 0zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4 .3c-.3 .6-.5 1.3-.2 2.2c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8zm79.3-119.7l-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6c-1 3.8-1.8 1.5-2.6-1zm-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8l0 0c-2.9-.8-5.9-1.6 5.6-16.1c-.5 1.9-2.1 4.6-3.7 7.3l0 0 0 0-.3 .4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8h.1zm-55.6 33.9c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2c-11.1-1.7-21.2-6-12.7-6.1zm-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1 .2c2.3 3.7 4.4 7.1 6.8 11.7c-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9h.1zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6 .2 .4zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.6 110.6c.4 .8 1.4 .5 2.3 .3c1.9-.5 3.6-.9-.1 7.6c-.5 .3-1 .7-1.5 1l0 0 0 0c-1.4 .9-2.8 1.9-3.9 3c1.9-3.8 3.5-7.4 3.2-11.9zM25.3 152.3c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9l0-.1c-.4-3.4-.7-6.3 4.3-12.8c-.3 1.2-.5 2.5-.7 3.8v.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M380.2 245.6c3-7.6 5.5-14 5.2-24.4l-4.3 9c4.4-13.2 4-27.1 3.6-40.4c-.2-6-.3-11.8 0-17.4l-1.8-.5c-1.5-45.2-40.6-93.1-75.3-109.4c-30-13.8-76.1-16.2-97.3-5.8c1.3-1.1 4.2-2 6.8-2.7l.3-.1c3.3-1 6-1.7 4-2.9c-19.2 1.9-24.9 5.5-31.1 9.4l-.1 0c-4.6 2.9-9.5 6-20.3 8.7c-3.5 3.4 1.7 2 5.8 .9l0 0c4.1-1.1 7.2-1.9-.1 2.4c-3.5 1-6.6 1.3-9.6 1.6l-.1 0c-8.3 .8-15.8 1.6-30.7 17c.8 1.3 3.4-.2 5.3-1.3l.1-.1c2.3-1.4 3.4-2-1.7 4.4c-19.1-2.4-60.3 43.7-69.1 59l4.6 .8c-3.2 8-6.8 14.8-10 20.8c-4.3 8.1-7.9 14.9-8.7 21.3c-.3 5.1-1 11-1.7 17.3l0 0c-.1 1-.2 2-.3 3l-.1 .6c-3 27.3-6.7 60.8 3.9 73l-1.3 13c.6 1.2 1.1 2.3 1.6 3.5c.2 .4 .4 .8 .5 1.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c1 2.1 2 4.2 3.3 6.2l-3 .2c7 22.1 10.8 22.5 15.1 22.9l0 0c4.4 .4 9.3 .9 18.7 24.2c-2.7-.9-5.5-1.9-9.4-7.2c-.5 4.1 5.8 16.3 13.1 25.8l-3.1 3.6c2.1 3.7 4.8 6.2 7.6 8.8l0 0 0 0c1 .9 2.1 1.9 3.1 2.9c-11.9-6.5 3.2 13.7 11.9 25.2c.8 1.1 1.5 2 2.2 2.9l0 0 0 0 0 0 0 0 0 0c1.4 1.9 2.5 3.4 2.9 4.1l2.4-4.2c-.3 6.1 4.3 13.9 13.1 24.7l7.3-.3c3 6 14 16.7 20.7 17.2l-4.4 5.8c8.1 2.6 10.3 4.3 12.7 6.2c2.6 2.1 5.4 4.3 16.1 8.1l-4.2-7.4c3.5 3 6.2 5.9 8.8 8.7l.1 .1c5.2 5.6 9.9 10.6 19.7 15.3c10.7 3.7 16.6 4.7 22.7 5.8c.3 0 .6 .1 .9 .1c5.4 .8 11.2 1.8 20.8 4.5c-1.1-.1-2.2-.1-3.3-.1h0c-2.3-.1-4.7-.1-7-.1l0 0 0 0 0 0 0 0 0 0 0 0 0 0c-14.4-.2-29.2-.4-42.7-5.2C107.8 480.5 19.5 367.2 26 250.6c-.6-9.9-.3-20.9 0-30.7c.4-13.5 .7-24.8-1.6-28.3l1-3.1c5.3-17.4 11.7-38.2 23.8-62.8l-.1-.2v-.1c.4 .4 3.4 3.4 8.8-5.8c.8-1.8 1.6-3.7 2.4-5.6c.5-1.1 .9-2.2 1.4-3.2c2.5-6.1 5.1-12.3 8.4-17.9l2.6-.6c1.7-10.1 17-23.8 29.8-35.2l1.1-1c5.7-5.1 10.7-9.7 13.6-13.1l.7 4.4c17-15.9 44.6-27.5 65.6-36.4l.5-.2c4.8-2 9.3-3.9 13.3-5.7c-3.4 3.8 2.2 2.7 10 1c4.8-1 10.4-2.1 15.3-2.4l-3.9 2.1c-2.7 1.4-5.4 2.8-8 4.6c8.1-2 11.7-1.4 15.7-.8l.3 0c3.5 .6 7.3 1.2 14.6 .2c-5.6 .8-12.3 3-11.2 3.8c7.9 .9 12.8-.1 17.2-1l.2 0c5.5-1.1 10.3-2 19.3 .9l-1-4.8c7.3 2.6 12.7 4.3 17.5 5.8l.5 .1c10 3 17.6 5.3 34.2 14.1c3.2 .2 5.3-.5 7.4-1.2l.1 0c3.6-1.1 7-2.1 15.2 1.2c.3 .5 .5 1 .7 1.4c.1 .2 .2 .5 .3 .7l0 .1c1 2.6 1.8 4.6 14.6 12.1c1.7-.7-2.7-4.7-6.4-8.2c0 0 0 0-.1-.1c-.2-.1-.3-.3-.5-.4c32.2 17.3 67.3 54.1 78 93.5c-6-11.1-5.2-5.5-4.3 .5c.6 4 1.2 8.1-.2 7.5c4.5 12.1 8.1 24.5 10.4 37.4l-.8-2.9-.1-.3c-3.3-11.9-9.6-34.3-19.9-49.3c-.4 4.3-2.8 3.9-5.2 3.5l-.1 0 0 0c-3.3-.6-6.2-1.1-1.9 12.6c2.6 3.8 3.1 2.4 3.5 1.1l0 0c.5-1.5 .9-2.7 4.7 5.2c.1 4.1 1 8.2 2.1 12.7l0 0 0 0 .1 .6c.1 .3 .1 .5 .2 .8l.1 .6c.6 2.6 1.3 5.4 1.8 8.4c-1.1-.2-2.3-2.2-3.4-4.2c-1.4-2.4-2.8-4.7-3.7-3.2c2.4 11.5 6.5 17.4 8 18.3c-.3 .6-.6 .7-1.1 .7c-.8 0-1.8 .1-1.9 5.3c.7 13.7 3.3 12.5 5.3 11.6l0 0c.6-.3 1.2-.6 1.7-.4c-.6 2.5-1.6 5.1-2.7 7.9c-2.8 7.1-6 15.4-3.4 26.1c-.8-3-2-6-3.1-8.9l-.1-.4c-.2-.5-.4-1-.6-1.5l0 0c-.3-.8-.6-1.6-.9-2.3c-.6 4.4-.3 7.7-.1 10.6c0 .2 0 .5 0 .7c.4 5.3 .7 10-3 19.9c4.3-14.2 3.8-26.9-.2-20.8c1 10.9-3.7 20.4-8 28.9l-.1 .2c-3.6 7.1-6.8 13.5-5.9 19.3l-5.2-7.1c-7.5 10.9-7 13.3-6.5 15.5l0 .1c.5 1.9 1 3.8-3.4 10.8c1.7-2.9 1.3-3.6 1-4.2l0 0c-.4-.8-.7-1.5 1.7-5.1c-1.6 .1-5.5 3.9-10.1 8.5c-3.9 3.9-8.5 8.4-12.8 11.8c-37.5 30.1-82.3 34-125.6 17.8c.2-1-.2-2.1-3.1-4.1c-36.8-28.2-58.5-52.1-50.9-107.5c2.1-1.6 3.6-5.8 5.3-10.8l0 0 0 0 .2-.4 .1-.3 0-.1c2.9-8.4 6.5-18.8 14.3-23.8c7.8-17.3 31.3-33.3 56.4-33.7c25.6-1.4 47.2 13.7 58.1 27.9c-19.8-18.4-52.1-24-79.7-10.4c-28.2 12.7-45 43.8-42.5 74.7c.3-.4 .6-.6 .9-.8l0 0s0 0 0 0c0 0 .1-.1 .1-.1l.1-.1c.6-.5 1.1-.9 1.4-3.3c-.9 60.2 64.8 104.3 112.1 82l.6 1.3c12.7-3.5 15.9-6.5 20.3-10.7l.1-.1 0 0c2.2-2.1 4.7-4.5 8.9-7.3c-.3 .7-1.3 1.7-2.4 2.7c-2.2 2.1-4.6 4.5-1.6 4.6c5-1.3 18.5-13.4 28.5-22.3l0 0 0 0c.6-.5 1.2-1 1.7-1.5c1.5-1.3 2.8-2.5 4-3.6l0 0 .3-.3c1.9-4.2 1.6-5.6 1.3-7l0-.1c-.4-1.6-.8-3.3 2.4-9.6l7.3-3.7c.8-2.1 1.5-4.1 2.2-6c.2-.6 .5-1.2 .7-1.8l-.4-.2zM349.3 34.3l-.2-.1 .2 .1 0 0zM247.8 334.1c-6-3-13.7-8.9-14.8-11.4l-.4 .3c-.3 .6-.5 1.3-.2 2.2c-12.2-5.7-23.4-14.3-32.6-24.9c4.9 7.1 10.1 14.1 17 19.5c-6.9-2.3-15.1-11.8-21.6-19.3l-.1-.1c-4.3-5-7.9-9.1-9.7-9.5c19.8 35.5 80.5 62.3 112.3 49c-14.7 .5-33.4 .3-49.9-5.8zm79.3-119.7l-.1-.2c-.5-1.5-1.1-3.1-1.7-3.4c1.4-5.8 5.4-10.7 4.4 4.6c-1 3.8-1.8 1.5-2.6-1zm-4.2 22.2c-1.3 7.9-5 15.5-10.1 22.5c.2-2-1.2-2.4-2.6-2.8l0 0c-2.9-.8-5.9-1.6 5.6-16.1c-.5 1.9-2.1 4.6-3.7 7.3l0 0 0 0-.3 .4c-3.6 5.9-6.7 11 4 4.3l1-1.8c2.6-4.5 5-8.8 6-13.8h.1zm-55.6 33.9c7.1 .6 14.1 .6 21-1.1c-2.5 2.4-5.2 4.8-8.3 7.2c-11.1-1.7-21.2-6-12.7-6.1zm-92.6 11.6c3.6 7.1 6.4 11.5 9 15.7l.1 .2c2.3 3.7 4.4 7.1 6.8 11.7c-5.1-4.2-8.7-9.5-12.5-15l-.3-.5c-1.4-2.1-2.8-4.2-4.4-6.2l1.2-5.9h.1zm7.5-9.6c1.6 3.3 3.2 6.4 5.7 9.1l2.6 7.7-1.3-2.1c-3.2-5.3-6.3-10.6-8-16.7l.8 1.6 .2 .4zm238.9-41.6c-2.3 17.4-7.7 34.6-16 50.3c7.6-14.9 12.5-30.9 14.8-47.2l1.2-3.1zM35.6 110.6c.4 .8 1.4 .5 2.3 .3c1.9-.5 3.6-.9-.1 7.6c-.5 .3-1 .7-1.5 1l0 0 0 0c-1.4 .9-2.8 1.9-3.9 3c1.9-3.8 3.5-7.4 3.2-11.9zM25.3 152.3c-.7 3.7-1.5 7.9-3.4 13.9c.2-1.9 0-3.5-.2-4.9l0-.1c-.4-3.4-.7-6.3 4.3-12.8c-.3 1.2-.5 2.5-.7 3.8v.1z"}},"free":["brands"]},"deezer":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e077","label":"Deezer","voted":true,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"}},"free":["brands"]},"delete-left":{"aliases":{"names":["backspace"],"unicodes":{"composite":["232b"],"secondary":["10f55a"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Erase to the Left","command","delete","erase","keyboard","undo"]},"styles":["solid"],"unicode":"f55a","label":"Delete Left","voted":true,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M576 128c0-35.3-28.7-64-64-64L205.3 64c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7L512 448c35.3 0 64-28.7 64-64l0-256zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M576 128c0-35.3-28.7-64-64-64L205.3 64c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7L512 448c35.3 0 64-28.7 64-64l0-256zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"}},"free":["solid"]},"delicious":{"changes":["4.1.0","5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a5","label":"Delicious","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z"}},"free":["brands"]},"democrat":{"aliases":{"unicodes":{"secondary":["10f747"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["american","democratic party","donkey","election","left","left-wing","liberal","politics","usa"]},"styles":["solid"],"unicode":"f747","label":"Democrat","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8L480 160l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17l0 87.4-352 0-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3l-2 0C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352l96 0 0 64 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-160 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64 0-64 96 0 160 0zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8L480 160l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17l0 87.4-352 0-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3l-2 0C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352l96 0 0 64 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-160 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64 0-64 96 0 160 0zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z"}},"free":["solid"]},"deploydog":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f38e","label":"deploy.dog","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z"}},"free":["brands"]},"deskpro":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f38f","label":"Deskpro","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 480 512\\"><path d=\\"M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z\\"/></svg>","viewBox":[0,0,480,512],"width":480,"height":512,"path":"M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z"}},"free":["brands"]},"desktop":{"aliases":{"names":["desktop-alt"],"unicodes":{"composite":["1f5a5","f108"],"primary":["f108"],"secondary":["10f108","10f390"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","cpu","demo","desktop","desktop computer","device","imac","machine","monitor","pc","screen"]},"styles":["solid"],"unicode":"f390","label":"Desktop","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 224L64 288 64 64l448 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 224L64 288 64 64l448 0z"}},"free":["solid"]},"dev":{"changes":["5.4.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f6cc","label":"DEV","voted":true,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"}},"free":["brands"]},"deviantart":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1bd","label":"deviantART","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z"}},"free":["brands"]},"dharmachakra":{"aliases":{"unicodes":{"composite":["2638"],"secondary":["10f655"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Buddhist","buddhism","buddhist","dharma","religion","wheel","wheel of dharma"]},"styles":["solid"],"unicode":"f655","label":"Dharmachakra","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"dhl":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["Dalsey","Hillblom and Lynn","german","package","shipping"]},"styles":["brands"],"unicode":"f790","label":"DHL","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z"}},"free":["brands"]},"diagram-next":{"changes":["6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cells","chart","gantt","row","subtask","successor","table"]},"styles":["solid"],"unicode":"e476","label":"Diagram Next","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 160c0 35.3-28.7 64-64 64l-168 0 0 64 46.1 0c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41l46.1 0 0-64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 64zM448 416l0-64-82.7 0 .4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4L64 352l0 64 146.7 0 5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7L448 416z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 160c0 35.3-28.7 64-64 64l-168 0 0 64 46.1 0c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41l46.1 0 0-64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 64zM448 416l0-64-82.7 0 .4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4L64 352l0 64 146.7 0 5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7L448 416z"}},"free":["solid"]},"diagram-predecessor":{"changes":["6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cells","chart","gantt","predecessor","previous","row","subtask","table"]},"styles":["solid"],"unicode":"e477","label":"Diagram Predecessor","voted":false,"svg":{"solid":{"last_modified":1717172774,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z"}},"free":["solid"]},"diagram-project":{"aliases":{"names":["project-diagram"],"unicodes":{"secondary":["10f542"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chart","graph","network","pert","statistics"]},"styles":["solid"],"unicode":"f542","label":"Diagram Project","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 16 192 0 0-16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-16-192 0 0 16c0 1.7-.1 3.4-.3 5L272 288l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-1.7 .1-3.4 .3-5L144 224l-96 0c-26.5 0-48-21.5-48-48L0 80z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 16 192 0 0-16c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-16-192 0 0 16c0 1.7-.1 3.4-.3 5L272 288l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-1.7 .1-3.4 .3-5L144 224l-96 0c-26.5 0-48-21.5-48-48L0 80z"}},"free":["solid"]},"diagram-successor":{"changes":["6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cells","chart","gantt","next","row","subtask","successor","table"]},"styles":["solid"],"unicode":"e47a","label":"Diagram Successor","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z"}},"free":["solid"]},"diamond":{"aliases":{"unicodes":{"composite":["2666"],"secondary":["10f219"]}},"changes":["4.3.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ace","card","cards","diamond suit","game","gem","gemstone","poker","suit"]},"styles":["solid"],"unicode":"f219","label":"Diamond","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z"}},"free":["solid"]},"diamond-turn-right":{"aliases":{"names":["directions"],"unicodes":{"secondary":["10f5eb"]}},"changes":["5.2.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["map","navigation","sign","turn"]},"styles":["solid"],"unicode":"f5eb","label":"Diamond Turn Right","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 56-64 0c-35.3 0-64 28.7-64 64l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-8.8 7.2-16 16-16l64 0 0 56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8l0 56-64 0c-35.3 0-64 28.7-64 64l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-8.8 7.2-16 16-16l64 0 0 56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z"}},"free":["solid"]},"diaspora":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f791","label":"Diaspora","voted":true,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"}},"free":["brands"]},"dice":{"aliases":{"unicodes":{"composite":["1f3b2"],"secondary":["10f522"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chance","dice","die","gambling","game","game die","roll"]},"styles":["solid"],"unicode":"f522","label":"Dice","voted":true,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-114.3 0c11.6 36 3.1 77-25.4 105.5L320 413.8l0 34.2zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-114.3 0c11.6 36 3.1 77-25.4 105.5L320 413.8l0 34.2zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"dice-d20":{"aliases":{"unicodes":{"secondary":["10f6cf"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},"styles":["solid"],"unicode":"f6cf","label":"Dice D20","voted":true,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7l0 123.5c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4l0-123.5zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9l0 52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8l0-52.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9l-145.7 0c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176l163.2 0c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2l-3.2 0c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7l0 123.5c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4l0-123.5zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9l0 52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8l0-52.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9l-145.7 0c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176l163.2 0c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2l-3.2 0c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z"}},"free":["solid"]},"dice-d6":{"aliases":{"unicodes":{"secondary":["10f6d1"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","chance","d&d","dnd","fantasy","gambling","game","roll"]},"styles":["solid"],"unicode":"f6d1","label":"Dice D6","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14l0 216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381L0 184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8l0 197c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8l0-216c0-5.9 3.2-11.2 8.3-14l176-96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14l0 216c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381L0 184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8l0 197c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8l0-216c0-5.9 3.2-11.2 8.3-14l176-96z"}},"free":["solid"]},"dice-five":{"aliases":{"unicodes":{"composite":["2684"],"secondary":["10f523"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-5","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f523","label":"Dice Five","voted":true,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"dice-four":{"aliases":{"unicodes":{"composite":["2683"],"secondary":["10f524"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-4","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f524","label":"Dice Four","voted":true,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"dice-one":{"aliases":{"unicodes":{"composite":["2680"],"secondary":["10f525"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-1","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f525","label":"Dice One","voted":true,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"dice-six":{"aliases":{"unicodes":{"composite":["2685"],"secondary":["10f526"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-6","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f526","label":"Dice Six","voted":true,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"dice-three":{"aliases":{"unicodes":{"composite":["2682"],"secondary":["10f527"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-3","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f527","label":"Dice Three","voted":true,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"dice-two":{"aliases":{"unicodes":{"composite":["2681"],"secondary":["10f528"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Die Face-2","chance","gambling","game","roll"]},"styles":["solid"],"unicode":"f528","label":"Dice Two","voted":true,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"digg":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a6","label":"Digg Logo","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"}},"free":["brands"]},"digital-ocean":{"changes":["5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f391","label":"Digital Ocean","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"}},"free":["brands"]},"discord":{"changes":["5.0.0","5.15.4","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f392","label":"Discord","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"}},"free":["brands"]},"discourse":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f393","label":"Discourse","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"}},"free":["brands"]},"disease":{"aliases":{"unicodes":{"secondary":["10f7fa"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bacteria","cancer","coronavirus","covid-19","flu","illness","infection","pandemic","sickness","virus"]},"styles":["solid"],"unicode":"f7fa","label":"Disease","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6l10 0c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6l10 0c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"display":{"changes":["6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Screen","computer","desktop","imac"]},"styles":["solid"],"unicode":"e163","label":"Display","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 288L64 352 64 64l448 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l176 0-10.7 32L160 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-69.3 0L336 416l176 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0zM512 64l0 288L64 352 64 64l448 0z"}},"free":["solid"]},"divide":{"aliases":{"unicodes":{"composite":["2797","f7"],"secondary":["10f529"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Division Sign","arithmetic","calculus","divide","division","math","sign","÷"]},"styles":["solid"],"unicode":"f529","label":"Divide","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0z"}},"free":["solid"]},"dna":{"aliases":{"unicodes":{"composite":["1f9ec"],"secondary":["10f471"]}},"changes":["5.0.7","5.0.10","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["biologist","dna","double helix","evolution","gene","genetic","genetics","helix","life","molecule","protein"]},"styles":["solid"],"unicode":"f471","label":"Dna","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5l118.5 0c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32L64 480c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32l320 0c0-17.7 14.3-32 32-32zM338.6 384l-229.2 0c-10.1 10.6-18.6 21.3-25.5 32l280.2 0c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128l229.2 0c10.1-10.7 18.6-21.3 25.5-32L83.9 96c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5l-118.5 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5l118.5 0c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32L64 480c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32l320 0c0-17.7 14.3-32 32-32zM338.6 384l-229.2 0c-10.1 10.6-18.6 21.3-25.5 32l280.2 0c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128l229.2 0c10.1-10.7 18.6-21.3 25.5-32L83.9 96c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5l-118.5 0z"}},"free":["solid"]},"dochub":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f394","label":"DocHub","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 416 512\\"><path d=\\"M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z\\"/></svg>","viewBox":[0,0,416,512],"width":416,"height":512,"path":"M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"}},"free":["brands"]},"docker":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f395","label":"Docker","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"}},"free":["brands"]},"dog":{"aliases":{"unicodes":{"composite":["1f415"],"secondary":["10f6d3"]}},"changes":["5.4.0","5.12.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","canine","dog","fauna","mammal","pet","pooch","puppy","woof"]},"styles":["solid"],"unicode":"f6d3","label":"Dog","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32l52.1 0c12.7 0 24.9 5.1 33.9 14.1L496 64l56 0c13.3 0 24 10.7 24 24l0 24c0 44.2-35.8 80-80 80l-32 0-16 0-21.3 0-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-115.2c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2L160 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-230.2c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192l30 0 16 0 159.8 0L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32l52.1 0c12.7 0 24.9 5.1 33.9 14.1L496 64l56 0c13.3 0 24 10.7 24 24l0 24c0 44.2-35.8 80-80 80l-32 0-16 0-21.3 0-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-115.2c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2L160 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-230.2c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192l30 0 16 0 159.8 0L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"dollar-sign":{"aliases":{"names":["dollar","usd"],"unicodes":{"composite":["1f4b2","f155"],"primary":["f155"],"secondary":["1024","10f155"]}},"changes":["3.2.0","5.0.0","5.0.9","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dollar Sign","coupon","currency","dollar","heavy dollar sign","investment","money","premium","revenue","salary"]},"styles":["solid"],"unicode":"24","label":"Dollar Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 0c17.7 0 32 14.3 32 32l0 35.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11l0 33.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.9c-.4-.1-.9-.1-1.3-.2l-.2 0s0 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7s0 0 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11L128 32c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 0c17.7 0 32 14.3 32 32l0 35.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11l0 33.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.9c-.4-.1-.9-.1-1.3-.2l-.2 0s0 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7s0 0 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11L128 32c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"dolly":{"aliases":{"names":["dolly-box"],"unicodes":{"secondary":["10f472"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","shipping","transport"]},"styles":["solid"],"unicode":"f472","label":"Dolly","voted":false,"svg":{"solid":{"last_modified":1720286456,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0l72.9 0c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64 32 64C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0l72.9 0c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64 32 64C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z"}},"free":["solid"]},"dong-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dong Sign","currency"]},"styles":["solid"],"unicode":"e169","label":"Dong Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32l0-96 0-160c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32l0-96 0-160c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448z"}},"free":["solid"]},"door-closed":{"aliases":{"unicodes":{"composite":["1f6aa"],"secondary":["10f52a"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["doo","door","enter","exit","locked","privacy"]},"styles":["solid"],"unicode":"f52a","label":"Door Closed","voted":true,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 64c0-35.3 28.7-64 64-64L416 0c35.3 0 64 28.7 64 64l0 384 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-112 0-288 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0L96 64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 64c0-35.3 28.7-64 64-64L416 0c35.3 0 64 28.7 64 64l0 384 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-112 0-288 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0L96 64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"door-open":{"aliases":{"unicodes":{"secondary":["10f52b"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["enter","exit","welcome"]},"styles":["solid"],"unicode":"f52b","label":"Door Open","voted":true,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5L64 448l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 192 0 32 0 0-32 0-448zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128l96 0 0 352c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320c0-35.3-28.7-64-64-64l-96 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5L64 448l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 192 0 32 0 0-32 0-448zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128l96 0 0 352c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320c0-35.3-28.7-64-64-64l-96 0 0 64z"}},"free":["solid"]},"dove":{"aliases":{"unicodes":{"composite":["1f54a"],"secondary":["10f4ba"]}},"changes":["5.0.9","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bird","dove","fauna","fly","flying","peace","war"]},"styles":["solid"],"unicode":"f4ba","label":"Dove","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6l0-31.5C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144l0 30.6s0 0 0 0l0 1.3s0 0 0 0l0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448l74.4 0c88.4 0 160-71.6 160-160l0-160 29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3L400 64c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6l0-31.5C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144l0 30.6s0 0 0 0l0 1.3s0 0 0 0l0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448l74.4 0c88.4 0 160-71.6 160-160l0-160 29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3L400 64c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"down-left-and-up-right-to-center":{"aliases":{"names":["compress-alt"],"unicodes":{"secondary":["10f422"]}},"changes":["1.0.0","5.0.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["collapse","fullscreen","minimize","move","resize","scale","shrink","size","smaller"]},"styles":["solid"],"unicode":"f422","label":"Down Left And Up Right To Center","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272l144 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272l144 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z"}},"free":["solid"]},"down-long":{"aliases":{"names":["long-arrow-alt-down"],"unicodes":{"secondary":["10f309"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download","long-arrow-down"]},"styles":["solid"],"unicode":"f309","label":"Down Long","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"}},"free":["solid"]},"download":{"aliases":{"unicodes":{"secondary":["10f019"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["export","hard drive","insert","save","transfer"]},"styles":["solid"],"unicode":"f019","label":"Download","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 242.7-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7 288 32zM64 352c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-101.5 0-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352 64 352zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 242.7-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7 288 32zM64 352c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-101.5 0-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352 64 352zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"draft2digital":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f396","label":"Draft2digital","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 480 512\\"><path d=\\"M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z\\"/></svg>","viewBox":[0,0,480,512],"width":480,"height":512,"path":"M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z"}},"free":["brands"]},"dragon":{"aliases":{"unicodes":{"composite":["1f409"],"secondary":["10f6d5"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","d&d","dnd","dragon","fairy tale","fantasy","fire","lizard","serpent"]},"styles":["solid"],"unicode":"f6d5","label":"Dragon","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0L416 0l32 0 16 0c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48l-21.5 0c-17 0-33.3-6.7-45.3-18.7L480 160l-32 0 0 21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512L496 512l-64 0L32.3 512c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1l0-45.5 0-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3l0 .6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87 0 27.5c0 32.8 8.4 64.8 24 93l-232 0c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0L416 0l32 0 16 0c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48l-21.5 0c-17 0-33.3-6.7-45.3-18.7L480 160l-32 0 0 21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512L496 512l-64 0L32.3 512c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1l0-45.5 0-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3l0 .6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87 0 27.5c0 32.8 8.4 64.8 24 93l-232 0c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z"}},"free":["solid"]},"draw-polygon":{"aliases":{"unicodes":{"secondary":["10f5ee"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anchors","lines","object","render","shape"]},"styles":["solid"],"unicode":"f5ee","label":"Draw Polygon","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 151.4l0 209.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56s0 0 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1c0 0 0 0 0 0l32-56 4.5-7.9-.1-.3-209.1 0c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-209.1C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32l209.1 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 151.4l0 209.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56s0 0 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1c0 0 0 0 0 0l32-56 4.5-7.9-.1-.3-209.1 0c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-209.1C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32l209.1 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z"}},"free":["solid"]},"dribbble":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f17d","label":"Dribbble","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"}},"free":["brands"]},"dropbox":{"changes":["3.2.0","5.0.0","5.0.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f16b","label":"Dropbox","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 528 512\\"><path d=\\"M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z\\"/></svg>","viewBox":[0,0,528,512],"width":528,"height":512,"path":"M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"}},"free":["brands"]},"droplet":{"aliases":{"names":["tint"],"unicodes":{"composite":["1f4a7"],"secondary":["10f043"]}},"changes":["1.0.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blood","cold","color","comic","drop","droplet","raindrop","sweat","waterdrop"]},"styles":["solid"],"unicode":"f043","label":"Droplet","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0l1.8 0c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0l1.8 0c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z"}},"free":["solid"]},"droplet-slash":{"aliases":{"names":["tint-slash"],"unicodes":{"secondary":["10f5c7"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blood","color","disabled","drop","droplet","raindrop","waterdrop"]},"styles":["solid"],"unicode":"f5c7","label":"Droplet Slash","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.2 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0l-1.8 0c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.2 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0l-1.8 0c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"drum":{"aliases":{"unicodes":{"composite":["1f941"],"secondary":["10f569"]}},"changes":["5.1.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drum","drumsticks","instrument","music","percussion","snare","sound"]},"styles":["solid"],"unicode":"f569","label":"Drum","voted":true,"svg":{"solid":{"last_modified":1720287684,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208L0 368c0 31.3 27.4 58.8 72 78.7L72 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 119.4c33 8.9 71.1 14.5 112 16.1L232 376c0-13.3 10.7-24 24-24s24 10.7 24 24l0 103.5c40.9-1.6 79-7.2 112-16.1L392 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 102.7c44.6-19.9 72-47.4 72-78.7l0-160c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208L0 368c0 31.3 27.4 58.8 72 78.7L72 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 119.4c33 8.9 71.1 14.5 112 16.1L232 376c0-13.3 10.7-24 24-24s24 10.7 24 24l0 103.5c40.9-1.6 79-7.2 112-16.1L392 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 102.7c44.6-19.9 72-47.4 72-78.7l0-160c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z"}},"free":["solid"]},"drum-steelpan":{"aliases":{"unicodes":{"secondary":["10f56a"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["calypso","instrument","music","percussion","reggae","snare","sound","steel","tropical"]},"styles":["solid"],"unicode":"f56a","label":"Drum Steelpan","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 32c159.1 0 288 48 288 128l0 192c0 80-128.9 128-288 128S0 432 0 352L0 160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 32c159.1 0 288 48 288 128l0 192c0 80-128.9 128-288 128S0 432 0 352L0 160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z"}},"free":["solid"]},"drumstick-bite":{"aliases":{"unicodes":{"secondary":["10f6d7"]}},"changes":["5.4.0","5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bone","chicken","leg","meat","poultry","turkey"]},"styles":["solid"],"unicode":"f6d7","label":"Drumstick Bite","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4l89.2 0c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176l0 89.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4l89.2 0c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176l0 89.2z"}},"free":["solid"]},"drupal":{"changes":["4.1.0","5.0.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a9","label":"Drupal Logo","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z"}},"free":["brands"]},"dumbbell":{"aliases":{"unicodes":{"secondary":["10f44b"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["exercise","gym","strength","weight","weight-lifting","workout"]},"styles":["solid"],"unicode":"f44b","label":"Dumbbell","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 160 0 64 0 160c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-32 0c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l32 0 0-64zm448 0l0 64 32 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64c0 17.7-14.3 32-32 32l-32 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-160 0-64 0-160c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32zM416 224l0 64-192 0 0-64 192 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 160 0 64 0 160c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64-32 0c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l32 0 0-64zm448 0l0 64 32 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64c0 17.7-14.3 32-32 32l-32 0 0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-160 0-64 0-160c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32zM416 224l0 64-192 0 0-64 192 0z"}},"free":["solid"]},"dumpster":{"aliases":{"unicodes":{"secondary":["10f793"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alley","bin","commercial","trash","waste"]},"styles":["solid"],"unicode":"f793","label":"Dumpster","voted":true,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160l94 0L140.5 32 49.7 32zM272 160l0-128-98.9 0L147.5 160 272 160zm32 0l124.5 0L402.9 32 304 32l0 128zm157.1 0l94 0c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32l-90.8 0 25.6 128zM32 192l4 32-4 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l12 0L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32l320 0c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160 12 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-4 0 4-32L32 192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160l94 0L140.5 32 49.7 32zM272 160l0-128-98.9 0L147.5 160 272 160zm32 0l124.5 0L402.9 32 304 32l0 128zm157.1 0l94 0c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32l-90.8 0 25.6 128zM32 192l4 32-4 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l12 0L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32l320 0c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160 12 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-4 0 4-32L32 192z"}},"free":["solid"]},"dumpster-fire":{"aliases":{"unicodes":{"secondary":["10f794"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alley","bin","commercial","danger","dangerous","euphemism","flame","heat","hot","trash","waste"]},"styles":["solid"],"unicode":"f794","label":"Dumpster Fire","voted":true,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M49.7 32l90.8 0L114.9 160l-94 0C9.3 160 0 150.7 0 139.1c0-2.1 .3-4.1 .9-6.1L26.8 48.9C29.9 38.9 39.2 32 49.7 32zM272 160l-124.5 0L173.1 32 272 32l0 128zm32 0l0-128 98.9 0 14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1l-58 0zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8C498 129.6 486.7 118.6 475 108c-7.6-6.9-17-10.8-26.6-11.8L435.5 32l90.8 0c10.5 0 19.8 6.9 22.9 16.9L575.1 133c.2 .7 .4 1.4 .5 2.1c-17.8-15-44.3-14.6-61.7 1.2zM325.2 210.7C304.3 244.5 288 282.9 288 318.1c0 49.3 18.6 95.2 49.6 129.9L128 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288l-12 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l4 0-4-32 305.5 0c-4.4 6.2-8.5 12.5-12.3 18.7zm180.6-34.5L518 162.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C629 259.2 640 290.2 640 320.2C640 408.8 568.7 480 480 480c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM544 368.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 295.1 416 331.6 416 368.2c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M49.7 32l90.8 0L114.9 160l-94 0C9.3 160 0 150.7 0 139.1c0-2.1 .3-4.1 .9-6.1L26.8 48.9C29.9 38.9 39.2 32 49.7 32zM272 160l-124.5 0L173.1 32 272 32l0 128zm32 0l0-128 98.9 0 14.4 72.1c-1.7 1.1-3.3 2.4-4.8 3.8c-18.4 16.4-35.4 34-50.5 52.1l-58 0zm209.9-23.7c-1.7 1.6-3.4 3.2-5 4.8C498 129.6 486.7 118.6 475 108c-7.6-6.9-17-10.8-26.6-11.8L435.5 32l90.8 0c10.5 0 19.8 6.9 22.9 16.9L575.1 133c.2 .7 .4 1.4 .5 2.1c-17.8-15-44.3-14.6-61.7 1.2zM325.2 210.7C304.3 244.5 288 282.9 288 318.1c0 49.3 18.6 95.2 49.6 129.9L128 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L44 288l-12 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l4 0-4-32 305.5 0c-4.4 6.2-8.5 12.5-12.3 18.7zm180.6-34.5L518 162.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C629 259.2 640 290.2 640 320.2C640 408.8 568.7 480 480 480c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2c5.7-5.2 13.1-7.7 20.3-7.5c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM544 368.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 295.1 416 331.6 416 368.2c0 35.3 28.7 64 64 64s64-28.7 64-64z"}},"free":["solid"]},"dungeon":{"aliases":{"unicodes":{"secondary":["10f6d9"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","building","d&d","dnd","door","entrance","fantasy","gate"]},"styles":["solid"],"unicode":"f6d9","label":"Dungeon","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9l80 0c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24l80 0c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288l-80 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM24 416c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zm384 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16l0-272zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9l80 0c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24l80 0c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288l-80 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM24 416c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zm384 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-80 0zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16l0-272zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 240c0 8.8 7.2 16 16 16s16-7.2 16-16l0-240z"}},"free":["solid"]},"dyalog":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f399","label":"Dyalog","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 416 512\\"><path d=\\"M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z\\"/></svg>","viewBox":[0,0,416,512],"width":416,"height":512,"path":"M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z"}},"free":["brands"]},"e":{"aliases":{"unicodes":{"composite":["65"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter E","Latin Small Letter E","letter"]},"styles":["solid"],"unicode":"45","label":"E","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 416l0-128 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 256 0 416c0 35.3 28.7 64 64 64l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 416l0-128 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z"}},"free":["solid"]},"ear-deaf":{"aliases":{"names":["deaf","deafness","hard-of-hearing"],"unicodes":{"secondary":["10f2a4"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ear","hearing","sign language"]},"styles":["solid"],"unicode":"f2a4","label":"Ear Deaf","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7l0 6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48l0-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7l0 6.1c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48l0-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z"}},"free":["solid"]},"ear-listen":{"aliases":{"names":["assistive-listening-systems"],"unicodes":{"secondary":["10f2a2"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["amplify","audio","deaf","ear","headset","hearing","sound"]},"styles":["solid"],"unicode":"f2a2","label":"Ear Listen","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1c0 0 0 0-.1 0c0 0 0 0 0 0L384 32 398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78l0 6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112l0-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1c0 0 0 0-.1 0c0 0 0 0 0 0L384 32 398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78l0 6.1c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112l0-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z"}},"free":["solid"]},"earlybirds":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f39a","label":"Earlybirds","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 480 512\\"><path d=\\"M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z\\"/></svg>","viewBox":[0,0,480,512],"width":480,"height":512,"path":"M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z"}},"free":["brands"]},"earth-africa":{"aliases":{"names":["globe-africa"],"unicodes":{"composite":["1f30d"],"secondary":["10f57c"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["africa","all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57c","label":"Earth Africa","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9l0 41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32l0 28c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16l0 48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4l0-12.1c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9l0 41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32l0 28c0 26.5 21.5 48 48 48l32 0c8.8 0 16 7.2 16 16l0 48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4l0-12.1c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["solid"]},"earth-americas":{"aliases":{"names":["earth","earth-america","globe-americas"],"unicodes":{"composite":["1f30e"],"secondary":["10f57d"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["all","america","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57d","label":"Earth Americas","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5l0 39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9l0 39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7l0-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1L257 256c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["solid"]},"earth-asia":{"aliases":{"names":["globe-asia"],"unicodes":{"composite":["1f30f"],"secondary":["10f57e"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["all","asia","australia","country","earth","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f57e","label":"Earth Asia","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9l2.3 0c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9l2.3 0c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z"}},"free":["solid"]},"earth-europe":{"aliases":{"names":["globe-europe"],"unicodes":{"secondary":["10f7a2"]}},"changes":["5.6.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["all","country","earth","europe","global","globe","gps","language","localize","location","map","online","place","planet","translate","travel","world"]},"styles":["solid"],"unicode":"f7a2","label":"Earth Europe","voted":true,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1l0 9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1l1 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24l0 4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6l29.4 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-20.7 0c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3l11.3 0c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16l7.3 0c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4l-20.9 0c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3l0 3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3l21.3 0c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1l0 9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1l1 0c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24l0 4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6l29.4 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-20.7 0c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3l11.3 0c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16l7.3 0c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4l-20.9 0c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3l0 3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3l21.3 0c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"earth-oceania":{"aliases":{"names":["globe-oceania"]},"changes":["6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["all","australia","country","earth","global","globe","gps","language","localize","location","map","melanesia","micronesia","new zealand","online","place","planet","polynesia","translate","travel","world"]},"styles":["solid"],"unicode":"e47b","label":"Earth Oceania","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3l-29.9 0c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3l-29.9 0c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"ebay":{"changes":["5.0.11","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f4","label":"eBay","voted":true,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"}},"free":["brands"]},"edge":{"changes":["4.5.0","5.0.0","5.12.1","6.1.2"],"ligatures":[],"search":{"terms":["browser","ie"]},"styles":["brands"],"unicode":"f282","label":"Edge Browser","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z"}},"free":["brands"]},"edge-legacy":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e078","label":"Edge Legacy Browser","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z"}},"free":["brands"]},"egg":{"aliases":{"unicodes":{"composite":["1f95a"],"secondary":["10f7fb"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["breakfast","chicken","easter","egg","food","shell","yolk"]},"styles":["solid"],"unicode":"f7fb","label":"Egg","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z"}},"free":["solid"]},"eject":{"aliases":{"unicodes":{"composite":["23cf"],"secondary":["10f052"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abort","cancel","cd","discharge","eject","eject button"]},"styles":["solid"],"unicode":"f052","label":"Eject","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320L48 320c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48l352 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320L48 320c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48l352 0c26.5 0 48 21.5 48 48s-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48z"}},"free":["solid"]},"elementor":{"changes":["5.0.3","6.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f430","label":"Elementor","voted":true,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z"}},"free":["brands"]},"elevator":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accessibility","elevator","hoist","lift","uer","users-people"]},"styles":["solid"],"unicode":"e16d","label":"Elevator","voted":true,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l128 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 128zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm192 0c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0L304 0c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9l128 0c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 128zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm192 0c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-16zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0L304 0c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z"}},"free":["solid"]},"ellipsis":{"aliases":{"names":["ellipsis-h"],"unicodes":{"secondary":["10f141"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dots","drag","kebab","list","menu","nav","navigation","ol","pacman","reorder","settings","three dots","ul"]},"styles":["solid"],"unicode":"f141","label":"Ellipsis","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"}},"free":["solid"]},"ellipsis-vertical":{"aliases":{"names":["ellipsis-v"],"unicodes":{"secondary":["10f142"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullet","dots","drag","kebab","list","menu","nav","navigation","ol","reorder","settings","three dots","ul"]},"styles":["solid"],"unicode":"f142","label":"Ellipsis Vertical","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 128 512\\"><path d=\\"M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z\\"/></svg>","viewBox":[0,0,128,512],"width":128,"height":512,"path":"M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"}},"free":["solid"]},"ello":{"changes":["5.2.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5f1","label":"Ello","voted":true,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z"}},"free":["brands"]},"ember":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f423","label":"Ember","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z"}},"free":["brands"]},"empire":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d1","label":"Galactic Empire","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"}},"free":["brands"]},"envelope":{"aliases":{"unicodes":{"composite":["1f582","2709","f003"],"secondary":["10f0e0"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Back of Envelope","e-mail","email","envelope","letter","mail","message","newsletter","notification","offer","support"]},"styles":["solid","regular"],"unicode":"f0e0","label":"Envelope","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"},"regular":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z"}},"free":["regular","solid"]},"envelope-circle-check":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["check","email","enable","envelope","mail","not affected","ok","okay","read","sent","validate","working"]},"styles":["solid"],"unicode":"e4e8","label":"Envelope Circle Check","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176 0 384c0 35.3 28.7 64 64 64l296.2 0C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176 0 384c0 35.3 28.7 64 64 64l296.2 0C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"envelope-open":{"aliases":{"unicodes":{"composite":["f2b7"],"secondary":["10f2b6"]}},"changes":["4.7.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},"styles":["solid","regular"],"unicode":"f2b6","label":"Envelope Open","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 208.1L256 65.9 448 208.1l0 47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5l0-47.4zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-239.9c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 208.1L256 65.9 448 208.1l0 47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5l0-47.4zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-239.9c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z"},"regular":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5l0 13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1l0-13.6c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2 464 456c0 4.4-3.6 8-8 8L56 464c-4.4 0-8-3.6-8-8l0-179.8zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5L0 456c0 30.9 25.1 56 56 56l400 0c30.9 0 56-25.1 56-56l0-255.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5l0 13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1l0-13.6c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2 464 456c0 4.4-3.6 8-8 8L56 464c-4.4 0-8-3.6-8-8l0-179.8zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5L0 456c0 30.9 25.1 56 56 56l400 0c30.9 0 56-25.1 56-56l0-255.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z"}},"free":["regular","solid"]},"envelope-open-text":{"aliases":{"unicodes":{"secondary":["10f658"]}},"changes":["5.3.0","5.10.1","5.12.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["e-mail","email","letter","mail","message","newsletter","notification","offer","support"]},"styles":["solid"],"unicode":"f658","label":"Envelope Open Text","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M215.4 96L144 96l-36.2 0L96 96l0 8.8L96 144l0 40.4 0 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3 48 96c0-26.5 21.5-48 48-48l76.6 0 49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48 416 48c26.5 0 48 21.5 48 48l0 44.3 22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4l0-89 0-40.4 0-39.2 0-8.8-11.8 0L368 96l-71.4 0-81.3 0zM0 448L0 242.1 217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1 512 448s0 0 0 0c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64c0 0 0 0 0 0zM176 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M215.4 96L144 96l-36.2 0L96 96l0 8.8L96 144l0 40.4 0 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3 48 96c0-26.5 21.5-48 48-48l76.6 0 49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48 416 48c26.5 0 48 21.5 48 48l0 44.3 22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4l0-89 0-40.4 0-39.2 0-8.8-11.8 0L368 96l-71.4 0-81.3 0zM0 448L0 242.1 217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1 512 448s0 0 0 0c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64c0 0 0 0 0 0zM176 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"envelopes-bulk":{"aliases":{"names":["mail-bulk"],"unicodes":{"secondary":["10f674"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","envelope","letter","newsletter","offer","post office","postal","postcard","send","stamp","usps"]},"styles":["solid"],"unicode":"f674","label":"Envelopes Bulk","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 0C110.3 0 96 14.3 96 32l0 192 96 0 0-32c0-35.3 28.7-64 64-64l224 0 0-96c0-17.7-14.3-32-32-32L128 0zM256 160c-17.7 0-32 14.3-32 32l0 32 96 0c35.3 0 64 28.7 64 64l0 128 192 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-320 0zm240 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32l0 13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301l0-13c0-17.7-14.3-32-32-32L64 256zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8 32 480c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-139.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 0C110.3 0 96 14.3 96 32l0 192 96 0 0-32c0-35.3 28.7-64 64-64l224 0 0-96c0-17.7-14.3-32-32-32L128 0zM256 160c-17.7 0-32 14.3-32 32l0 32 96 0c35.3 0 64 28.7 64 64l0 128 192 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-320 0zm240 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32l0 13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301l0-13c0-17.7-14.3-32-32-32L64 256zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8 32 480c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-139.2z"}},"free":["solid"]},"envira":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":["leaf"]},"styles":["brands"],"unicode":"f299","label":"Envira Gallery","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z"}},"free":["brands"]},"equals":{"aliases":{"unicodes":{"composite":["f52c"],"primary":["f52c"],"secondary":["103d","10f52c"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Equals Sign","arithmetic","even","match","math"]},"styles":["solid"],"unicode":"3d","label":"Equals","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 128zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 320z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 128zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 320z"}},"free":["solid"]},"eraser":{"aliases":{"unicodes":{"secondary":["10f12d"]}},"changes":["3.1.0","5.0.0","5.8.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["art","delete","remove","rubber"]},"styles":["solid"],"unicode":"f12d","label":"Eraser","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7L288 480l9.4 0L512 480c17.7 0 32-14.3 32-32s-14.3-32-32-32l-124.1 0L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416l-9.4 0-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7L288 480l9.4 0L512 480c17.7 0 32-14.3 32-32s-14.3-32-32-32l-124.1 0L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416l-9.4 0-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z"}},"free":["solid"]},"erlang":{"changes":["5.0.0","5.0.3","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f39d","label":"Erlang","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"}},"free":["brands"]},"ethereum":{"changes":["5.0.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42e","label":"Ethereum","voted":true,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"}},"free":["brands"]},"ethernet":{"aliases":{"unicodes":{"secondary":["10f796"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cable","cat 5","cat 6","connection","hardware","internet","network","wired"]},"styles":["solid"],"unicode":"f796","label":"Ethernet","voted":true,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 224L0 416c0 17.7 14.3 32 32 32l64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32L160 64c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 224L0 416c0 17.7 14.3 32 32 32l64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0 0-112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 64 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32l-32 0 0-32c0-17.7-14.3-32-32-32L160 64c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32l0 32-32 0c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"etsy":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2d7","label":"Etsy","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z"}},"free":["brands"]},"euro-sign":{"aliases":{"names":["eur","euro"],"unicodes":{"composite":["20ac"],"secondary":["10f153"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Euro Sign","currency"]},"styles":["solid"],"unicode":"f153","label":"Euro Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M48.1 240c-.1 2.7-.1 5.3-.1 8l0 16c0 2.7 0 5.3 .1 8L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l28.3 0C89.9 419.9 170 480 264 480l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0c-57.9 0-108.2-32.4-133.9-80L256 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-143.8 0c-.1-2.6-.2-5.3-.2-8l0-16c0-2.7 .1-5.4 .2-8L256 240c17.7 0 32-14.3 32-32s-14.3-32-32-32l-125.9 0c25.7-47.6 76-80 133.9-80l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0C170 32 89.9 92.1 60.3 176L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l16.1 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M48.1 240c-.1 2.7-.1 5.3-.1 8l0 16c0 2.7 0 5.3 .1 8L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l28.3 0C89.9 419.9 170 480 264 480l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0c-57.9 0-108.2-32.4-133.9-80L256 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-143.8 0c-.1-2.6-.2-5.3-.2-8l0-16c0-2.7 .1-5.4 .2-8L256 240c17.7 0 32-14.3 32-32s-14.3-32-32-32l-125.9 0c25.7-47.6 76-80 133.9-80l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0C170 32 89.9 92.1 60.3 176L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l16.1 0z"}},"free":["solid"]},"evernote":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f839","label":"Evernote","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"}},"free":["brands"]},"exclamation":{"aliases":{"unicodes":{"composite":["2755","2757","f12a"],"primary":["f12a"],"secondary":["1021","10f12a"]}},"changes":["3.1.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["!","Exclamation Mark","alert","attention","danger","error","exclamation","failed","important","mark","notice","notification","notify","outlined","problem","punctuation","red exclamation mark","required","warning","white exclamation mark"]},"styles":["solid"],"unicode":"21","label":"Exclamation","voted":false,"svg":{"solid":{"last_modified":1720286912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 128 512\\"><path d=\\"M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L96 64zM64 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\\"/></svg>","viewBox":[0,0,128,512],"width":128,"height":512,"path":"M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L96 64zM64 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"}},"free":["solid"]},"expand":{"aliases":{"unicodes":{"secondary":["10f065"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows","bigger","enlarge","expand","fullscreen","maximize","resize","resize","scale","size","viewfinder"]},"styles":["solid"],"unicode":"f065","label":"Expand","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96z"}},"free":["solid"]},"expeditedssl":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f23e","label":"ExpeditedSSL","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z"}},"free":["brands"]},"explosion":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blast","blowup","boom","crash","detonation","explosion"]},"styles":["solid"],"unicode":"e4e9","label":"Explosion","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87-71.4 0c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64l-79.6 0L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448s0 0 0 0l448 0s0 0 0 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zM288 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87-71.4 0c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64l-79.6 0L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448s0 0 0 0l448 0s0 0 0 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zM288 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"}},"free":["solid"]},"eye":{"aliases":{"unicodes":{"composite":["1f441"],"secondary":["10f06e"]}},"changes":["1.0.0","5.0.0","5.7.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["body","eye","look","optic","see","seen","show","sight","views","visible"]},"styles":["solid","regular"],"unicode":"f06e","label":"Eye","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"},"regular":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"}},"free":["regular","solid"]},"eye-dropper":{"aliases":{"names":["eye-dropper-empty","eyedropper"],"unicodes":{"secondary":["10f1fb"]}},"changes":["4.2.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beaker","clone","color","copy","eyedropper","pipette"]},"styles":["solid"],"unicode":"f1fb","label":"Eye Dropper","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6l0 42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480l42.4 0c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7L96 416l0-36.1c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6l0 42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480l42.4 0c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7L96 416l0-36.1c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z"}},"free":["solid"]},"eye-low-vision":{"aliases":{"names":["low-vision"],"unicodes":{"secondary":["10f2a8"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blind","eye","sight"]},"styles":["solid"],"unicode":"f2a8","label":"Eye Low Vision","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z"}},"free":["solid"]},"eye-slash":{"aliases":{"unicodes":{"secondary":["10f070"]}},"changes":["1.0.0","5.0.0","5.7.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blind","disabled","hide","show","toggle","unseen","views","visible","visiblity"]},"styles":["solid","regular"],"unicode":"f070","label":"Eye Slash","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"},"regular":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"}},"free":["regular","solid"]},"f":{"aliases":{"unicodes":{"composite":["66"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter F","Latin Small Letter F","letter"]},"styles":["solid"],"unicode":"46","label":"F","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 256 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 256 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 224 64 96l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32z"}},"free":["solid"]},"face-angry":{"aliases":{"names":["angry"],"unicodes":{"composite":["1f620"],"secondary":["10f556"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["angry","angry face","disapprove","emoticon","face","mad","upset"]},"styles":["solid","regular"],"unicode":"f556","label":"Face Angry","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"}},"free":["regular","solid"]},"face-dizzy":{"aliases":{"names":["dizzy"],"unicodes":{"secondary":["10f567"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dazed","dead","disapprove","emoticon","face"]},"styles":["solid","regular"],"unicode":"f567","label":"Face Dizzy","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z"}},"free":["regular","solid"]},"face-flushed":{"aliases":{"names":["flushed"],"unicodes":{"composite":["1f633"],"secondary":["10f579"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dazed","embarrassed","emoticon","face","flushed","flushed face"]},"styles":["solid","regular"],"unicode":"f579","label":"Face Flushed","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z"}},"free":["regular","solid"]},"face-frown":{"aliases":{"names":["frown"],"unicodes":{"composite":["2639"],"secondary":["10f119"]}},"changes":["3.1.0","5.0.0","5.0.9","5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disapprove","emoticon","face","frown","frowning face","rating","sad","uer"]},"styles":["solid","regular"],"unicode":"f119","label":"Face Frown","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-frown-open":{"aliases":{"names":["frown-open"],"unicodes":{"composite":["1f626"],"secondary":["10f57a"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disapprove","emoticon","face","frown","frowning face with open mouth","mouth","open","rating","sad"]},"styles":["solid","regular"],"unicode":"f57a","label":"Face Frown Open","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-grimace":{"aliases":{"names":["grimace"],"unicodes":{"composite":["1f62c"],"secondary":["10f57f"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cringe","emoticon","face","grimace","grimacing face","teeth"]},"styles":["solid","regular"],"unicode":"f57f","label":"Face Grimace","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112l-8 0 0-40 55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344l0-40 8 0c23.8 0 43.5 17.3 47.3 40zM328 344l-64 0 0-40 64 0 0 40zm0 56l-64 0 0-40 64 0 0 40zm-80-96l0 40-64 0 0-40 64 0zm0 56l0 40-64 0 0-40 64 0zm-80-16l-55.3 0c3.8-22.7 23.6-40 47.3-40l8 0 0 40zm0 56l-8 0c-23.8 0-43.5-17.3-47.3-40l55.3 0 0 40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112l-8 0 0-40 55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344l0-40 8 0c23.8 0 43.5 17.3 47.3 40zM328 344l-64 0 0-40 64 0 0 40zm0 56l-64 0 0-40 64 0 0 40zm-80-96l0 40-64 0 0-40 64 0zm0 56l0 40-64 0 0-40 64 0zm-80-16l-55.3 0c3.8-22.7 23.6-40 47.3-40l8 0 0 40zm0 56l-8 0c-23.8 0-43.5-17.3-47.3-40l55.3 0 0 40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l8 0 0-48-8 0zm40 48l32 0 0-48-32 0 0 48zm96 0l0-48-32 0 0 48 32 0zm32 0l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 48zM168 288l176 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-176 0c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l8 0 0-48-8 0zm40 48l32 0 0-48-32 0 0 48zm96 0l0-48-32 0 0 48 32 0zm32 0l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 48zM168 288l176 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-176 0c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-grin":{"aliases":{"names":["grin"],"unicodes":{"composite":["1f600"],"secondary":["10f580"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","grin","grinning face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f580","label":"Face Grin","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-grin-beam":{"aliases":{"names":["grin-beam"],"unicodes":{"composite":["1f604"],"secondary":["10f582"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","eye","face","grinning face with smiling eyes","laugh","mouth","open","smile"]},"styles":["solid","regular"],"unicode":"f582","label":"Face Grin Beam","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"}},"free":["regular","solid"]},"face-grin-beam-sweat":{"aliases":{"names":["grin-beam-sweat"],"unicodes":{"composite":["1f605"],"secondary":["10f583"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","embarass","emoticon","face","grinning face with sweat","open","smile","sweat"]},"styles":["solid","regular"],"unicode":"f583","label":"Face Grin Beam Sweat","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z"}},"free":["regular","solid"]},"face-grin-hearts":{"aliases":{"names":["grin-hearts"],"unicodes":{"composite":["1f60d"],"secondary":["10f584"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","eye","face","love","smile","smiling face with heart-eyes"]},"styles":["solid","regular"],"unicode":"f584","label":"Face Grin Hearts","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"}},"free":["regular","solid"]},"face-grin-squint":{"aliases":{"names":["grin-squint"],"unicodes":{"composite":["1f606"],"secondary":["10f585"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","grinning squinting face","laugh","mouth","satisfied","smile"]},"styles":["solid","regular"],"unicode":"f585","label":"Face Grin Squint","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"}},"free":["regular","solid"]},"face-grin-squint-tears":{"aliases":{"names":["grin-squint-tears"],"unicodes":{"composite":["1f923"],"secondary":["10f586"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","floor","happy","laugh","rolling","rolling on the floor laughing","smile"]},"styles":["solid","regular"],"unicode":"f586","label":"Face Grin Squint Tears","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z"}},"free":["regular","solid"]},"face-grin-stars":{"aliases":{"names":["grin-stars"],"unicodes":{"composite":["1f929"],"secondary":["10f587"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","eyes","face","grinning","quality","star","star-struck","starry-eyed","vip"]},"styles":["solid","regular"],"unicode":"f587","label":"Face Grin Stars","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z"}},"free":["regular","solid"]},"face-grin-tears":{"aliases":{"names":["grin-tears"],"unicodes":{"composite":["1f602"],"secondary":["10f588"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","face","face with tears of joy","joy","laugh","tear"]},"styles":["solid","regular"],"unicode":"f588","label":"Face Grin Tears","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8s0 0 0 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0zm160 0s0 0 0 0s0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2c0 0 0 0 0 0c0 0 0 0 0 0z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0zm160 0s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0zm160 0s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0z"}},"free":["regular","solid"]},"face-grin-tongue":{"aliases":{"names":["grin-tongue"],"unicodes":{"composite":["1f61b"],"secondary":["10f589"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","face","face with tongue","tongue"]},"styles":["solid","regular"],"unicode":"f589","label":"Face Grin Tongue","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-52.4c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27l0 52.5c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-52.4c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27l0 52.5c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"}},"free":["regular","solid"]},"face-grin-tongue-squint":{"aliases":{"names":["grin-tongue-squint"],"unicodes":{"composite":["1f61d"],"secondary":["10f58a"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","eye","face","horrible","squinting face with tongue","taste","tongue"]},"styles":["solid","regular"],"unicode":"f58a","label":"Face Grin Tongue Squint","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448l0-47.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 46.9c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448l0-45.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 45.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 22.9c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4l0-23.3c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6l0 22.9c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416l0-37.4c0-14.7-11.9-26.6-26.6-26.6l-2 0c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9l-2 0c-14.7 0-26.6 11.9-26.6 26.6l0 37.4c0 35.3 28.7 64 64 64s64-28.7 64-64z"}},"free":["regular","solid"]},"face-grin-tongue-wink":{"aliases":{"names":["grin-tongue-wink"],"unicodes":{"composite":["1f61c"],"secondary":["10f58b"]}},"changes":["5.1.0","5.11.0","5.11.1","5.12.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","eye","face","joke","tongue","wink","winking face with tongue"]},"styles":["solid","regular"],"unicode":"f58b","label":"Face Grin Tongue Wink","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448l0-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2l0 47.3c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6l0 45.4c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-45.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448l0-46.9c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2l0 47.3c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6l0 45.4c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-45.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4l0-52.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1l0 52.4c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-37.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6l0 37.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4l0-52.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1l0 52.4c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64l0-37.4c0-14.7 11.9-26.6 26.6-26.6l2 0c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9l2 0c14.7 0 26.6 11.9 26.6 26.6l0 37.4z"}},"free":["regular","solid"]},"face-grin-wide":{"aliases":{"names":["grin-alt"],"unicodes":{"composite":["1f603"],"secondary":["10f581"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","grinning face with big eyes","laugh","mouth","open","smile"]},"styles":["solid","regular"],"unicode":"f581","label":"Face Grin Wide","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"}},"free":["regular","solid"]},"face-grin-wink":{"aliases":{"names":["grin-wink"],"unicodes":{"secondary":["10f58c"]}},"changes":["5.1.0","5.1.1","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","flirt","laugh","smile"]},"styles":["solid","regular"],"unicode":"f58c","label":"Face Grin Wink","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"}},"free":["regular","solid"]},"face-kiss":{"aliases":{"names":["kiss"],"unicodes":{"composite":["1f617"],"secondary":["10f596"]}},"changes":["5.1.0","5.1.1","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beso","emoticon","face","kiss","kissing face","love","smooch"]},"styles":["solid","regular"],"unicode":"f596","label":"Face Kiss","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-kiss-beam":{"aliases":{"names":["kiss-beam"],"unicodes":{"composite":["1f619"],"secondary":["10f597"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beso","emoticon","eye","face","kiss","kissing face with smiling eyes","love","smile","smooch"]},"styles":["solid","regular"],"unicode":"f597","label":"Face Kiss Beam","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"}},"free":["regular","solid"]},"face-kiss-wink-heart":{"aliases":{"names":["kiss-wink-heart"],"unicodes":{"composite":["1f618"],"secondary":["10f598"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beso","emoticon","face","face blowing a kiss","kiss","love","smooch"]},"styles":["solid","regular"],"unicode":"f598","label":"Face Kiss Wink Heart","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0l.2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"}},"free":["regular","solid"]},"face-laugh":{"aliases":{"names":["laugh"],"unicodes":{"secondary":["10f599"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","face","laugh","smile"]},"styles":["solid","regular"],"unicode":"f599","label":"Face Laugh","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-laugh-beam":{"aliases":{"names":["laugh-beam"],"unicodes":{"composite":["1f601"],"secondary":["10f59a"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","beaming face with smiling eyes","emoticon","eye","face","grin","happy","smile"]},"styles":["solid","regular"],"unicode":"f59a","label":"Face Laugh Beam","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"}},"free":["regular","solid"]},"face-laugh-squint":{"aliases":{"names":["laugh-squint"],"unicodes":{"secondary":["10f59b"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f59b","label":"Face Laugh Squint","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"}},"free":["regular","solid"]},"face-laugh-wink":{"aliases":{"names":["laugh-wink"],"unicodes":{"secondary":["10f59c"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LOL","emoticon","face","happy","smile"]},"styles":["solid","regular"],"unicode":"f59c","label":"Face Laugh Wink","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1l275.2 0c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9l212.5 0c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"}},"free":["regular","solid"]},"face-meh":{"aliases":{"names":["meh"],"unicodes":{"composite":["1f610"],"secondary":["10f11a"]}},"changes":["3.1.0","5.0.0","5.0.9","5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["deadpan","default","emoticon","face","meh","neutral","neutral face","rating","uer"]},"styles":["solid","regular"],"unicode":"f11a","label":"Face Meh","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"}},"free":["regular","solid"]},"face-meh-blank":{"aliases":{"names":["meh-blank"],"unicodes":{"composite":["1f636"],"secondary":["10f5a4"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","face without mouth","mouth","neutral","quiet","rating","silent"]},"styles":["solid","regular"],"unicode":"f5a4","label":"Face Meh Blank","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-rolling-eyes":{"aliases":{"names":["meh-rolling-eyes"],"unicodes":{"composite":["1f644"],"secondary":["10f5a5"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","eyeroll","eyes","face","face with rolling eyes","neutral","rating","rolling"]},"styles":["solid","regular"],"unicode":"f5a5","label":"Face Rolling Eyes","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"}},"free":["regular","solid"]},"face-sad-cry":{"aliases":{"names":["sad-cry"],"unicodes":{"composite":["1f62d"],"secondary":["10f5b3"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cry","emoticon","face","loudly crying face","sad","sob","tear","tears"]},"styles":["solid","regular"],"unicode":"f5b3","label":"Face Sad Cry","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6L160 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 189.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8L384 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 205.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6L160 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 189.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8L384 288c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 205.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M400 406.1L400 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4L160 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M400 406.1L400 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 152.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4L160 288c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320l0 32c0 26.5 21.5 48 48 48s48-21.5 48-48l0-32c0-26.5-21.5-48-48-48s-48 21.5-48 48z"}},"free":["regular","solid"]},"face-sad-tear":{"aliases":{"names":["sad-tear"],"unicodes":{"composite":["1f622"],"secondary":["10f5b4"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cry","crying face","emoticon","face","sad","tear","tears"]},"styles":["solid","regular"],"unicode":"f5b4","label":"Face Sad Tear","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["regular","solid"]},"face-smile":{"aliases":{"names":["smile"],"unicodes":{"composite":["1f642"],"secondary":["10f118"]}},"changes":["3.1.0","5.0.0","5.0.9","5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["approve","default","emoticon","face","happy","rating","satisfied","slightly smiling face","smile","uer"]},"styles":["solid","regular"],"unicode":"f118","label":"Face Smile","voted":false,"svg":{"solid":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"},"regular":{"last_modified":1717159208,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["regular","solid"]},"face-smile-beam":{"aliases":{"names":["smile-beam"],"unicodes":{"composite":["1f60a"],"secondary":["10f5b8"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blush","emoticon","eye","face","happy","positive","smile","smiling face with smiling eyes"]},"styles":["solid","regular"],"unicode":"f5b8","label":"Face Smile Beam","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3s0 0 0 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0zm160 0c0 0 0 0 0 0l-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0z"}},"free":["regular","solid"]},"face-smile-wink":{"aliases":{"names":["smile-wink"],"unicodes":{"composite":["1f609"],"secondary":["10f4da"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","happy","hint","joke","wink","winking face"]},"styles":["solid","regular"],"unicode":"f4da","label":"Face Smile Wink","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"}},"free":["regular","solid"]},"face-surprise":{"aliases":{"names":["surprise"],"unicodes":{"composite":["1f62e"],"secondary":["10f5c2"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emoticon","face","face with open mouth","mouth","open","shocked","sympathy"]},"styles":["solid","regular"],"unicode":"f5c2","label":"Face Surprise","voted":false,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"},"regular":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"}},"free":["regular","solid"]},"face-tired":{"aliases":{"names":["tired"],"unicodes":{"composite":["1f62b"],"secondary":["10f5c8"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["angry","emoticon","face","grumpy","tired","tired face","upset"]},"styles":["solid","regular"],"unicode":"f5c8","label":"Face Tired","voted":false,"svg":{"solid":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3l-3.2 0c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3l-3.2 0c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"},"regular":{"last_modified":1717159210,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"}},"free":["regular","solid"]},"facebook":{"aliases":{"unicodes":{"composite":["f230"]}},"changes":["2.0.0","5.0.0","5.8.2","6.5.0"],"ligatures":[],"search":{"terms":["fabook","facebook-official","fb","social network"]},"styles":["brands"],"unicode":"f09a","label":"Facebook","voted":false,"svg":{"brands":{"last_modified":1696611549,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"}},"free":["brands"]},"facebook-f":{"changes":["5.0.0","5.8.2","6.5.0"],"ligatures":[],"search":{"terms":["fabook","facebook","fb"]},"styles":["brands"],"unicode":"f39e","label":"Facebook F","voted":false,"svg":{"brands":{"last_modified":1696611549,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"}},"free":["brands"]},"facebook-messenger":{"changes":["5.0.0","5.8.2","5.9.0"],"ligatures":[],"search":{"terms":["fabook","fb"]},"styles":["brands"],"unicode":"f39f","label":"Facebook Messenger","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z"}},"free":["brands"]},"fan":{"aliases":{"unicodes":{"secondary":["10f863"]}},"changes":["5.9.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ac","air conditioning","blade","blower","cool","hot"]},"styles":["solid"],"unicode":"f863","label":"Fan","voted":true,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224l-2.6 0C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480l0 2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288l2.6 0c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32l0-2.6C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224l-2.6 0C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480l0 2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288l2.6 0c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32l0-2.6C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"fantasy-flight-games":{"changes":["5.4.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f6dc","label":"Fantasy Flight-games","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"}},"free":["brands"]},"faucet":{"aliases":{"unicodes":{"secondary":["10e005"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},"styles":["solid"],"unicode":"e005","label":"Faucet","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 96l0 12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12 0-12c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l100.1 0c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48l36.1 0c17.7 0 32 14.3 32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160l-32 0-22.6-22.6c-6-6-14.1-9.4-22.6-9.4L256 224l0-43.8-32-4-32 4 0 43.8-18.7 0c-8.5 0-16.6 3.4-22.6 9.4L128 256l-96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 96l0 12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12 0-12c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l100.1 0c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48l36.1 0c17.7 0 32 14.3 32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160l-32 0-22.6-22.6c-6-6-14.1-9.4-22.6-9.4L256 224l0-43.8-32-4-32 4 0 43.8-18.7 0c-8.5 0-16.6 3.4-22.6 9.4L128 256l-96 0z"}},"free":["solid"]},"faucet-drip":{"aliases":{"unicodes":{"composite":["1f6b0"],"secondary":["10e006"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drinking","drip","house","hygiene","kitchen","potable","potable water","sanitation","sink","water"]},"styles":["solid"],"unicode":"e006","label":"Faucet Drip","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M224 0c17.7 0 32 14.3 32 32l0 12 96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12 0-12c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32l96 0 22.6-22.6c6-6 14.1-9.4 22.6-9.4l18.7 0 0-43.8 32-4 32 4 0 43.8 18.7 0c8.5 0 16.6 3.4 22.6 9.4L320 192l32 0c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s-14.3-32-32-32l-36.1 0c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48L32 320c-17.7 0-32-14.3-32-32l0-64zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M224 0c17.7 0 32 14.3 32 32l0 12 96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12 0-12c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32l96 0 22.6-22.6c6-6 14.1-9.4 22.6-9.4l18.7 0 0-43.8 32-4 32 4 0 43.8 18.7 0c8.5 0 16.6 3.4 22.6 9.4L320 192l32 0c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s-14.3-32-32-32l-36.1 0c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48L32 320c-17.7 0-32-14.3-32-32l0-64zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z"}},"free":["solid"]},"fax":{"aliases":{"unicodes":{"composite":["1f4e0","1f5b7"],"secondary":["10f1ac"]}},"changes":["4.1.0","5.0.0","5.3.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Fax Icon","business","communicate","copy","facsimile","fax","fax machine","send"]},"styles":["solid"],"unicode":"f1ac","label":"Fax","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 64l0 96 64 0 0-96 194.7 0L416 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0L192 0c-35.3 0-64 28.7-64 64zM0 160L0 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32zm480 32l-352 0 0 288c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 64l0 96 64 0 0-96 194.7 0L416 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0L192 0c-35.3 0-64 28.7-64 64zM0 160L0 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32zm480 32l-352 0 0 288c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"feather":{"aliases":{"unicodes":{"composite":["1fab6"],"secondary":["10f52d"]}},"changes":["5.0.13","5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bird","feather","flight","light","plucked","plumage","quill","write"]},"styles":["solid"],"unicode":"f52d","label":"Feather","voted":true,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57 68 0c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330l0 55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57 68 0c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330l0 55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"}},"free":["solid"]},"feather-pointed":{"aliases":{"names":["feather-alt"],"unicodes":{"secondary":["10f56b"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bird","light","plucked","quill","write"]},"styles":["solid"],"unicode":"f56b","label":"Feather Pointed","voted":true,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"}},"free":["solid"]},"fedex":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["Federal Express","package","shipping"]},"styles":["brands"],"unicode":"f797","label":"FedEx","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"}},"free":["brands"]},"fedora":{"changes":["5.6.0","5.6.3","5.8.0","6.0.0"],"ligatures":[],"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f798","label":"Fedora","voted":true,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z"}},"free":["brands"]},"ferry":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["barge","boat","carry","ferryboat","ship"]},"styles":["solid"],"unicode":"e4ea","label":"Ferry","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M224 0L352 0c17.7 0 32 14.3 32 32l75.1 0c20.6 0 31.6 24.3 18.1 39.8L456 96 120 96 98.8 71.8C85.3 56.3 96.3 32 116.9 32L192 32c0-17.7 14.3-32 32-32zM96 128l384 0c17.7 0 32 14.3 32 32l0 123.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9l-16.5 0c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9l-16.6 0c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5L64 160c0-17.7 14.3-32 32-32zm32 64l0 96 320 0 0-96-320 0zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M224 0L352 0c17.7 0 32 14.3 32 32l75.1 0c20.6 0 31.6 24.3 18.1 39.8L456 96 120 96 98.8 71.8C85.3 56.3 96.3 32 116.9 32L192 32c0-17.7 14.3-32 32-32zM96 128l384 0c17.7 0 32 14.3 32 32l0 123.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9l-16.5 0c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9l-16.6 0c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5L64 160c0-17.7 14.3-32 32-32zm32 64l0 96 320 0 0-96-320 0zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"figma":{"changes":["5.6.0","5.7.0","5.8.0","5.15.4","6.0.0-beta2"],"ligatures":[],"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f799","label":"Figma","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"}},"free":["brands"]},"file":{"aliases":{"unicodes":{"composite":["1f4c4","1f5cb","f016"],"secondary":["10f15b"]}},"changes":["3.2.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Empty Document","cv","document","new","page","page facing up","pdf","resume"]},"styles":["solid","regular"],"unicode":"f15b","label":"File","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128z"},"regular":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"}},"free":["regular","solid"]},"file-arrow-down":{"aliases":{"names":["file-download"],"unicodes":{"secondary":["10f56d"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","document","export","insert","save"]},"styles":["solid"],"unicode":"f56d","label":"File Arrow Down","voted":true,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 232l0 102.1 31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31L168 232c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 232l0 102.1 31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31L168 232c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"file-arrow-up":{"aliases":{"names":["file-upload"],"unicodes":{"secondary":["10f574"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","import","page","save","upgrade"]},"styles":["solid"],"unicode":"f574","label":"File Arrow Up","voted":true,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-102.1-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31L216 408z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-102.1-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31L216 408z"}},"free":["solid"]},"file-audio":{"aliases":{"unicodes":{"secondary":["10f1c7"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","mp3","music","page","play","sound"]},"styles":["solid","regular"],"unicode":"f1c7","label":"File Audio","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376 80 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l33.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376 80 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l33.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z"},"regular":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464l256 0c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM192 272l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376 112 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l17.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464l256 0c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM192 272l0 128c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376 112 376c-8.8 0-16-7.2-16-16l0-48c0-8.8 7.2-16 16-16l17.4 0 35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z"}},"free":["regular","solid"]},"file-circle-check":{"changes":["6.0.0","6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","enable","file","not affected","ok","okay","paper","validate","working"]},"styles":["solid"],"unicode":"e5a0","label":"File Circle Check","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"file-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","failed","file","paper"]},"styles":["solid"],"unicode":"e4eb","label":"File Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"file-circle-minus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","file","paper"]},"styles":["solid"],"unicode":"e4ed","label":"File Circle Minus","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z"}},"free":["solid"]},"file-circle-plus":{"aliases":{"unicodes":{"composite":["e4ee"]}},"changes":["6.0.0","6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","document","file","new","page","paper","pdf"]},"styles":["solid"],"unicode":"e494","label":"File Circle Plus","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z"}},"free":["solid"]},"file-circle-question":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","file","paper"]},"styles":["solid"],"unicode":"e4ef","label":"File Circle Question","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"}},"free":["solid"]},"file-circle-xmark":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","file","paper","uncheck"]},"styles":["solid"],"unicode":"e5a1","label":"File Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"}},"free":["solid"]},"file-code":{"aliases":{"unicodes":{"secondary":["10f1c9"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["css","development","document","html","mysql","sql"]},"styles":["solid","regular"],"unicode":"f1c9","label":"File Code","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"},"regular":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z"}},"free":["regular","solid"]},"file-contract":{"aliases":{"unicodes":{"secondary":["10f56c"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agreement","binding","document","legal","signature","username"]},"styles":["solid"],"unicode":"f56c","label":"File Contract","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2L80 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 54.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2L80 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 54.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z"}},"free":["solid"]},"file-csv":{"aliases":{"unicodes":{"secondary":["10f6dd"]}},"changes":["5.4.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","excel","numbers","spreadsheets","table"]},"styles":["solid"],"unicode":"f6dd","label":"File Csv","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM200 352l16 0c22.1 0 40 17.9 40 40l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8l0 80c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-8c0-8.8 7.2-16 16-16s16 7.2 16 16l0 8c0 22.1-17.9 40-40 40l-16 0c-22.1 0-40-17.9-40-40l0-80c0-22.1 17.9-40 40-40zm133.1 0l34.9 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-34.9 0c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1L304 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l42.9 0c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16l0 31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66l0-31.6c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6l0-31.6c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM200 352l16 0c22.1 0 40 17.9 40 40l0 8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-8c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8l0 80c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-8c0-8.8 7.2-16 16-16s16 7.2 16 16l0 8c0 22.1-17.9 40-40 40l-16 0c-22.1 0-40-17.9-40-40l0-80c0-22.1 17.9-40 40-40zm133.1 0l34.9 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-34.9 0c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1L304 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l42.9 0c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16l0 31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66l0-31.6c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6l0-31.6c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"file-excel":{"aliases":{"unicodes":{"secondary":["10f1c3"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["csv","document","numbers","spreadsheets","table"]},"styles":["solid","regular"],"unicode":"f1c3","label":"File Excel","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z"}},"free":["regular","solid"]},"file-export":{"aliases":{"names":["arrow-right-from-file"],"unicodes":{"secondary":["10f56e"]}},"changes":["5.1.0","5.7.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["download","save"]},"styles":["solid"],"unicode":"f56e","label":"File Export","voted":true,"svg":{"solid":{"last_modified":1720284299,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 128-168 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0 0 112c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM384 336l0-48 110.1 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39L384 336zm0-208l-128 0L256 0 384 128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 128-168 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0 0 112c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM384 336l0-48 110.1 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39L384 336zm0-208l-128 0L256 0 384 128z"}},"free":["solid"]},"file-fragment":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["block","data","partial","piece"]},"styles":["solid"],"unicode":"e697","label":"File Fragment","voted":false,"svg":{"solid":{"last_modified":1721914390,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-128 0 0-128c0-35.3-28.7-64-64-64L0 320 0 64zm384 64l-128 0L256 0 384 128zM32 352l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-128 0 0-128c0-35.3-28.7-64-64-64L0 320 0 64zm384 64l-128 0L256 0 384 128zM32 352l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"file-half-dashed":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["data","fragment","partial","piece"]},"styles":["solid"],"unicode":"e698","label":"File Half Dashed","voted":false,"svg":{"solid":{"last_modified":1721914390,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 320l384 0 0-160-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM0 416l64 0 0-64L0 352l0 64zm288 32l-80 0 0 64 80 0 0-64zm-112 0l-80 0 0 64 80 0 0-64zM64 448L0 448c0 35.3 28.7 64 64 64l0-64zm256 0l0 64c35.3 0 64-28.7 64-64l-64 0zm64-32l0-64-64 0 0 64 64 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 320l384 0 0-160-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM0 416l64 0 0-64L0 352l0 64zm288 32l-80 0 0 64 80 0 0-64zm-112 0l-80 0 0 64 80 0 0-64zM64 448L0 448c0 35.3 28.7 64 64 64l0-64zm256 0l0 64c35.3 0 64-28.7 64-64l-64 0zm64-32l0-64-64 0 0 64 64 0z"}},"free":["solid"]},"file-image":{"aliases":{"unicodes":{"composite":["1f5bb"],"secondary":["10f1c5"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Document with Picture","document","image","img","jpg","photo","png"]},"styles":["solid","regular"],"unicode":"f1c5","label":"File Image","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6l-88 0-40 0-48 0-48 0c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6l-88 0-40 0-48 0-48 0c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z"},"regular":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2l48 0 32 0 40 0 72 0c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2l48 0 32 0 40 0 72 0c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z"}},"free":["regular","solid"]},"file-import":{"aliases":{"names":["arrow-right-to-file"],"unicodes":{"secondary":["10f56f"]}},"changes":["5.1.0","5.7.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["copy","document","insert","send","upload"]},"styles":["solid"],"unicode":"f56f","label":"File Import","voted":true,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 64c0-35.3 28.7-64 64-64L352 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-112 174.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L128 288l0-224zm0 224l0 48L24 336c-13.3 0-24-10.7-24-24s10.7-24 24-24l104 0zM512 128l-128 0L384 0 512 128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 64c0-35.3 28.7-64 64-64L352 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-112 174.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L128 288l0-224zm0 224l0 48L24 336c-13.3 0-24-10.7-24-24s10.7-24 24-24l104 0zM512 128l-128 0L384 0 512 128z"}},"free":["solid"]},"file-invoice":{"aliases":{"unicodes":{"secondary":["10f570"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["account","bill","charge","document","payment","receipt"]},"styles":["solid"],"unicode":"f570","label":"File Invoice","voted":true,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 352c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm0 32l0 64 192 0 0-64L96 256zM240 416l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 352c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm0 32l0 64 192 0 0-64L96 256zM240 416l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"file-invoice-dollar":{"aliases":{"unicodes":{"secondary":["10f571"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["$","account","bill","charge","document","dollar-sign","money","payment","receipt","revenue","salary","usd"]},"styles":["solid"],"unicode":"f571","label":"File Invoice Dollar","voted":true,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 80c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16l0 17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1s0 0 0 0s0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1l0 17.1c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-17.8c-11.2-2.1-21.7-5.7-30.9-8.9c0 0 0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5s0 0 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7l0-17.3c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 80c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16l0 17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1s0 0 0 0s0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1l0 17.1c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-17.8c-11.2-2.1-21.7-5.7-30.9-8.9c0 0 0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5s0 0 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7l0-17.3c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"file-lines":{"aliases":{"names":["file-alt","file-text"],"unicodes":{"composite":["1f5b9","1f5ce","f0f6"],"secondary":["10f15c"]}},"changes":["3.2.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Document","Document with Text","document","file-text","invoice","new","page","pdf"]},"styles":["solid","regular"],"unicode":"f15c","label":"File Lines","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM112 256l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"},"regular":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"}},"free":["regular","solid"]},"file-medical":{"aliases":{"unicodes":{"secondary":["10f477"]}},"changes":["5.0.7","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","health","history","prescription","record"]},"styles":["solid"],"unicode":"f477","label":"File Medical","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM160 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM160 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"file-pdf":{"aliases":{"unicodes":{"secondary":["10f1c1"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["acrobat","document","preview","save"]},"styles":["solid","regular"],"unicode":"f1c1","label":"File Pdf","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"},"regular":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"}},"free":["regular","solid"]},"file-pen":{"aliases":{"names":["file-edit"],"unicodes":{"composite":["1f4dd"],"secondary":["10f31c"]}},"changes":["5.0.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","memo","modify","pen","pencil","update","write"]},"styles":["solid"],"unicode":"f31c","label":"File Pen","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 125.7-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 125.7-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"}},"free":["solid"]},"file-powerpoint":{"aliases":{"unicodes":{"secondary":["10f1c4"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["display","document","keynote","presentation"]},"styles":["solid","regular"],"unicode":"f1c4","label":"File Powerpoint","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM136 240l68 0c42 0 76 34 76 76s-34 76-76 76l-44 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56 0-104c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28l-44 0 0 56 44 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM136 240l68 0c42 0 76 34 76 76s-34 76-76 76l-44 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56 0-104c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28l-44 0 0 56 44 0z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm72 208c-13.3 0-24 10.7-24 24l0 104 0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-32 44 0c42 0 76-34 76-76s-34-76-76-76l-68 0zm68 104l-44 0 0-56 44 0c15.5 0 28 12.5 28 28s-12.5 28-28 28z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm72 208c-13.3 0-24 10.7-24 24l0 104 0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-32 44 0c42 0 76-34 76-76s-34-76-76-76l-68 0zm68 104l-44 0 0-56 44 0c15.5 0 28 12.5 28 28s-12.5 28-28 28z"}},"free":["regular","solid"]},"file-prescription":{"aliases":{"unicodes":{"secondary":["10f572"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","drugs","medical","medicine","rx"]},"styles":["solid"],"unicode":"f572","label":"File Prescription","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM104 196l72 0c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6l-20 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-64 0-80c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20l-52 0 0 40 52 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM104 196l72 0c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6l-20 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-64 0-80c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20l-52 0 0 40 52 0z"}},"free":["solid"]},"file-shield":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["antivirus","data","document","protect","safe","safety","secure"]},"styles":["solid"],"unicode":"e4f0","label":"File Shield","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 47-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 47-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8l0 187.8c68.2-33 91.5-99 95.4-149.7z"}},"free":["solid"]},"file-signature":{"aliases":{"unicodes":{"secondary":["10f573"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["John Hancock","contract","document","name","username"]},"styles":["solid"],"unicode":"f573","label":"File Signature","voted":true,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L80 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 8.9 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6l0-43.6-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L80 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 8.9 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6l0-43.6-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z"}},"free":["solid"]},"file-video":{"aliases":{"unicodes":{"secondary":["10f1c8"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","m4v","movie","mp4","play"]},"styles":["solid","regular"],"unicode":"f1c8","label":"File Video","voted":false,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96zM300.9 397.9L256 368l0-64 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96zM300.9 397.9L256 368l0-64 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z"},"regular":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM80 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 16 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM80 288c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32l0 16 44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3l0 103.4c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368l0 16c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-96z"}},"free":["regular","solid"]},"file-waveform":{"aliases":{"names":["file-medical-alt"],"unicodes":{"secondary":["10f478"]}},"changes":["5.0.7","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","health","history","prescription","record"]},"styles":["solid"],"unicode":"f478","label":"File Waveform","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 0C60.7 0 32 28.7 32 64l0 224 112 0c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288l70.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320 32 320l0 128c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L256 0 96 0zM288 0l0 128 128 0L288 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 0C60.7 0 32 28.7 32 64l0 224 112 0c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288l70.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320 32 320l0 128c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L256 0 96 0zM288 0l0 128 128 0L288 0z"}},"free":["solid"]},"file-word":{"aliases":{"unicodes":{"secondary":["10f1c2"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","edit","page","text","writing"]},"styles":["solid","regular"],"unicode":"f1c2","label":"File Word","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z"}},"free":["regular","solid"]},"file-zipper":{"aliases":{"names":["file-archive"],"unicodes":{"secondary":["10f1c6"]}},"changes":["4.1.0","5.0.0","5.7.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":[".zip","bundle","compress","compression","download","zip"]},"styles":["solid","regular"],"unicode":"f1c6","label":"File Zipper","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM96 48c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8l14.8 0c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM96 48c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8l14.8 0c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l48 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l48 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm48 112c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8l-14.8 0c-14.5 0-27.2 9.7-30.9 23.8zM128 336l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l48 0c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l48 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm48 112c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8l-14.8 0c-14.5 0-27.2 9.7-30.9 23.8zM128 336l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["regular","solid"]},"files-pinwheel":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e69f","label":"Files Pinwheel","voted":false,"svg":{"brands":{"last_modified":1724244082,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M253.2 246.4L136.9 130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6 .5-2.4s.8-1.4 1.4-2L253.3 5.1c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6 .3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5L264 242c0 1.3-.3 2.5-1 3.6s-1.7 1.9-2.9 2.4s-2.5 .6-3.7 .3s-2.4-.9-3.2-1.9zm40.3-4.4l0-134.4c0-.8 .1-1.6 .5-2.4s.8-1.5 1.3-2.1s1.3-1.1 2-1.4s1.6-.5 2.4-.5l134.4 0c1.2 0 2.5 .4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4 .3 3.6s-.9 2.3-1.7 3.2L304 246.4c-.9 .8-2 1.4-3.2 1.6s-2.4 .1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6 35c-1.2 0-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3 1.7-3.2l84.2-84.2c.6-.6 1.3-1 2-1.4s1.6-.5 2.4-.5s1.6 .2 2.4 .5s1.4 .8 2 1.4l84.4 84.2c.9 .9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1l-168.5 0zM414.8 408l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5 .4-3.7s1.3-2.1 2.4-2.8s2.3-1 3.5-1l95.2 0c1.7 0 3.2 .7 4.4 1.8s1.8 2.8 1.8 4.4l0 95.3c0 1.2-.4 2.5-1.1 3.5s-1.7 1.8-2.8 2.3s-2.4 .6-3.6 .3s-2.3-.9-3.2-1.7zM16.5 302.1l216.9 0c1.2 0 2.5 .4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4 .3 3.6s-.8 2.3-1.7 3.2L129.4 421.2c-.6 .6-1.3 1-2 1.4s-1.6 .5-2.4 .5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12 312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5 .4-3.6s1.3-2.1 2.3-2.8s2.3-1 3.5-1zM264 465.3c0 .8-.2 1.6-.5 2.4s-.8 1.5-1.4 2s-1.3 1-2 1.4s-1.6 .5-2.4 .5l-128 0c-1.2 0-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3 1.7-3.2l128-128c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6 .3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5l0 128zm40-132.5l82.8 82.7c.6 .6 1 1.3 1.4 2s.5 1.6 .5 2.4s-.2 1.6-.5 2.4s-.8 1.4-1.4 2L304 507c-.9 .9-2 1.5-3.2 1.7s-2.5 .1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5l0-165.4c0-1.2 .4-2.5 1.1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.3s2.3 .8 3.2 1.7zM78.7 122.4c0-1.2 .3-2.5 1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.4s2.3 .8 3.2 1.7L237.8 266.4c.9 .9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1L85 277.1c-1.7 0-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4l0-148.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M253.2 246.4L136.9 130.2c-.6-.6-1-1.3-1.4-2s-.5-1.6-.5-2.4s.2-1.6 .5-2.4s.8-1.4 1.4-2L253.3 5.1c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6 .3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5L264 242c0 1.3-.3 2.5-1 3.6s-1.7 1.9-2.9 2.4s-2.5 .6-3.7 .3s-2.4-.9-3.2-1.9zm40.3-4.4l0-134.4c0-.8 .1-1.6 .5-2.4s.8-1.5 1.3-2.1s1.3-1.1 2-1.4s1.6-.5 2.4-.5l134.4 0c1.2 0 2.5 .4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4 .3 3.6s-.9 2.3-1.7 3.2L304 246.4c-.9 .8-2 1.4-3.2 1.6s-2.4 .1-3.5-.4s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.4zm30.6 35c-1.2 0-2.5-.3-3.5-1s-1.9-1.6-2.4-2.8s-.6-2.4-.4-3.6s.8-2.3 1.7-3.2l84.2-84.2c.6-.6 1.3-1 2-1.4s1.6-.5 2.4-.5s1.6 .2 2.4 .5s1.4 .8 2 1.4l84.4 84.2c.9 .9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1l-168.5 0zM414.8 408l-95.3-95.2c-.9-.9-1.5-2-1.7-3.2s-.1-2.5 .4-3.7s1.3-2.1 2.4-2.8s2.3-1 3.5-1l95.2 0c1.7 0 3.2 .7 4.4 1.8s1.8 2.8 1.8 4.4l0 95.3c0 1.2-.4 2.5-1.1 3.5s-1.7 1.8-2.8 2.3s-2.4 .6-3.6 .3s-2.3-.9-3.2-1.7zM16.5 302.1l216.9 0c1.2 0 2.5 .4 3.5 1.1s1.8 1.7 2.3 2.8s.6 2.4 .3 3.6s-.8 2.3-1.7 3.2L129.4 421.2c-.6 .6-1.3 1-2 1.4s-1.6 .5-2.4 .5s-1.6-.2-2.4-.5s-1.4-.8-2-1.4L12 312.8c-.9-.9-1.5-2-1.7-3.2s-.1-2.5 .4-3.6s1.3-2.1 2.3-2.8s2.3-1 3.5-1zM264 465.3c0 .8-.2 1.6-.5 2.4s-.8 1.5-1.4 2s-1.3 1-2 1.4s-1.6 .5-2.4 .5l-128 0c-1.2 0-2.5-.4-3.5-1.1s-1.8-1.7-2.3-2.8s-.6-2.4-.3-3.6s.8-2.3 1.7-3.2l128-128c.9-.9 2-1.5 3.2-1.7s2.5-.1 3.6 .3s2.1 1.3 2.8 2.3s1.1 2.2 1.1 3.5l0 128zm40-132.5l82.8 82.7c.6 .6 1 1.3 1.4 2s.5 1.6 .5 2.4s-.2 1.6-.5 2.4s-.8 1.4-1.4 2L304 507c-.9 .9-2 1.5-3.2 1.7s-2.5 .1-3.6-.3s-2.1-1.3-2.8-2.3s-1.1-2.2-1.1-3.5l0-165.4c0-1.2 .4-2.5 1.1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.3s2.3 .8 3.2 1.7zM78.7 122.4c0-1.2 .3-2.5 1-3.5s1.7-1.8 2.8-2.3s2.4-.6 3.6-.4s2.3 .8 3.2 1.7L237.8 266.4c.9 .9 1.5 2 1.7 3.2s.1 2.5-.3 3.6s-1.3 2.1-2.3 2.8s-2.2 1.1-3.5 1.1L85 277.1c-1.7 0-3.2-.7-4.4-1.8s-1.8-2.8-1.8-4.4l0-148.4z"}},"free":["brands"]},"fill":{"aliases":{"unicodes":{"secondary":["10f575"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bucket","color","paint","paint bucket"]},"styles":["solid"],"unicode":"f575","label":"Fill","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288 67.5 288c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288 67.5 288c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z"}},"free":["solid"]},"fill-drip":{"aliases":{"unicodes":{"secondary":["10f576"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bucket","color","drop","paint","paint bucket","spill"]},"styles":["solid"],"unicode":"f576","label":"Fill Drip","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6l319.2 0 42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6l319.2 0 42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z"}},"free":["solid"]},"film":{"aliases":{"unicodes":{"composite":["1f39e"],"secondary":["10f008"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cinema","film","film frames","frames","movie","strip","video"]},"styles":["solid"],"unicode":"f008","label":"Film","voted":false,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM48 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L64 96c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM160 128l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L192 96c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM48 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 240l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM48 112l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16L64 96c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM160 128l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L192 96c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0z"}},"free":["solid"]},"filter":{"aliases":{"unicodes":{"secondary":["10f0b0"]}},"changes":["2.0.0","5.0.0","5.10.1","5.11.0","5.11.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["funnel","options","separate","sort"]},"styles":["solid"],"unicode":"f0b0","label":"Filter","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"}},"free":["solid"]},"filter-circle-dollar":{"aliases":{"names":["funnel-dollar"],"unicodes":{"secondary":["10f662"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["filter","money","options","premium","separate","sort"]},"styles":["solid"],"unicode":"f662","label":"Filter Circle Dollar","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7l0-9.4c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6c0 0 0 0 0 0s0 0 0 0c7 2.3 15.1 4.8 23.7 6.6l0 11.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-10.8c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5c0 0 0 0 0-.1c-.1-1.9 .3-2.9 .8-3.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7l0-9.4c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6c0 0 0 0 0 0s0 0 0 0c7 2.3 15.1 4.8 23.7 6.6l0 11.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-10.8c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5c0 0 0 0 0-.1c-.1-1.9 .3-2.9 .8-3.6z"}},"free":["solid"]},"filter-circle-xmark":{"changes":["6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cancel","funnel","options","remove","separate","sort","uncheck"]},"styles":["solid"],"unicode":"e17b","label":"Filter Circle Xmark","voted":true,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M3.9 22.9C10.5 8.9 24.5 0 40 0L472 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"}},"free":["solid"]},"fingerprint":{"aliases":{"unicodes":{"secondary":["10f577"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["human","id","identification","lock","privacy","smudge","touch","unique","unlock"]},"styles":["solid"],"unicode":"f577","label":"Fingerprint","voted":true,"svg":{"solid":{"last_modified":1717158080,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128l0 24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7l0-24.9c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256l0 24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8l0-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96l0 24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7l0-24.9c0-28.7 23.3-52 52-52s52 23.3 52 52l0 24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1l0-24.9c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9l0-24.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128l0 24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7l0-24.9c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256l0 24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8l0-24.9c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96l0 24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7l0-24.9c0-28.7 23.3-52 52-52s52 23.3 52 52l0 24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1l0-24.9c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9l0-24.9z"}},"free":["solid"]},"fire":{"aliases":{"unicodes":{"composite":["1f525"],"secondary":["10f06d"]}},"changes":["1.0.0","5.0.0","5.6.0","5.6.3","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["burn","caliente","fire","flame","heat","hot","popular","tool"]},"styles":["solid"],"unicode":"f06d","label":"Fire","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z"}},"free":["solid"]},"fire-burner":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cook","fire","flame","kitchen","stove"]},"styles":["solid"],"unicode":"e4f1","label":"Fire Burner","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M345.7 48.3L358 34.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C469 131.2 480 162.2 480 192.2C480 280.8 408.7 352 320 352c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2C273.4 2.3 280.7-.2 288 0c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C293 167.1 256 203.6 256 240.2c0 35.3 28.7 64 64 64s64-28.7 64-64zM32 288c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64 448 0 0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l0-96zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M345.7 48.3L358 34.5c5.4-6.1 13.3-8.8 20.9-8.9c7.2 0 14.3 2.6 19.9 7.8c19.7 18.3 39.8 43.2 55 70.6C469 131.2 480 162.2 480 192.2C480 280.8 408.7 352 320 352c-89.6 0-160-71.3-160-159.8c0-37.3 16-73.4 36.8-104.5c20.9-31.3 47.5-59 70.9-80.2C273.4 2.3 280.7-.2 288 0c14.1 .3 23.8 11.4 32.7 21.6c0 0 0 0 0 0c2 2.3 4 4.6 6 6.7l19 19.9zM384 240.2c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C293 167.1 256 203.6 256 240.2c0 35.3 28.7 64 64 64s64-28.7 64-64zM32 288c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 64 448 0 0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l0-96zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"fire-extinguisher":{"aliases":{"unicodes":{"composite":["1f9ef"],"secondary":["10f134"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["burn","caliente","extinguish","fire","fire extinguisher","fire fighter","flame","heat","hot","quench","rescue"]},"styles":["solid"],"unicode":"f134","label":"Fire Extinguisher","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M500.3 7.3C507.7 13.3 512 22.4 512 32l0 96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104l-65 0 0 34.8c37.8 18 64 56.5 64 101.2l0 144L64 384l0-144c0-44.7 26.2-83.2 64-101.2l0-28.8c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4L128 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 24 65 0c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416l0 32c0 35.3-28.7 64-64 64l-96 0c-35.3 0-64-28.7-64-64l0-32 224 0zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M500.3 7.3C507.7 13.3 512 22.4 512 32l0 96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104l-65 0 0 34.8c37.8 18 64 56.5 64 101.2l0 144L64 384l0-144c0-44.7 26.2-83.2 64-101.2l0-28.8c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4L128 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 24 65 0c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416l0 32c0 35.3-28.7 64-64 64l-96 0c-35.3 0-64-28.7-64-64l0-32 224 0zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"fire-flame-curved":{"aliases":{"names":["fire-alt"],"unicodes":{"secondary":["10f7e4"]}},"changes":["5.6.3","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["burn","caliente","flame","heat","hot","popular"]},"styles":["solid"],"unicode":"f7e4","label":"Fire Flame Curved","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z"}},"free":["solid"]},"fire-flame-simple":{"aliases":{"names":["burn"],"unicodes":{"secondary":["10f46a"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["caliente","energy","fire","flame","gas","heat","hot"]},"styles":["solid"],"unicode":"f46a","label":"Fire Flame Simple","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"}},"free":["solid"]},"firefox":{"changes":["4.4.0","5.0.0","5.0.1","5.12.0"],"ligatures":[],"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f269","label":"Firefox","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"}},"free":["brands"]},"firefox-browser":{"changes":["5.12.0","5.14.0"],"ligatures":[],"search":{"terms":["browser"]},"styles":["brands"],"unicode":"e007","label":"Firefox Browser","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z"}},"free":["brands"]},"first-order":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2b0","label":"First Order","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"}},"free":["brands"]},"first-order-alt":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f50a","label":"Alternate First Order","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z"}},"free":["brands"]},"firstdraft":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a1","label":"firstdraft","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z"}},"free":["brands"]},"fish":{"aliases":{"unicodes":{"composite":["1f41f"],"secondary":["10f578"]}},"changes":["5.1.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Pisces","fauna","fish","gold","seafood","swimming","zodiac"]},"styles":["solid"],"unicode":"f578","label":"Fish","voted":true,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"fish-fins":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["fish","fishery","pisces","seafood"]},"styles":["solid"],"unicode":"e4f2","label":"Fish Fins","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.6 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.6 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.6 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"flag":{"aliases":{"unicodes":{"composite":["1f3f4","f11d"],"secondary":["10f024"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["black flag","country","notice","notification","notify","pole","report","symbol","waving"]},"styles":["solid","regular"],"unicode":"f024","label":"Flag","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32L0 64 0 368 0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-247.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48l0-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32L0 64 0 368 0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-247.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48l0-16z"},"regular":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24L0 64 0 350.5 0 400l0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-100 80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-279.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52l0-28zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8l0 241.8-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5l0-237z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24L0 64 0 350.5 0 400l0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-100 80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30l0-279.7c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52l0-28zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8l0 241.8-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5l0-237z"}},"free":["regular","solid"]},"flag-checkered":{"aliases":{"unicodes":{"composite":["1f3c1"],"secondary":["10f11e"]}},"changes":["3.1.0","5.0.0","5.7.0","5.10.1","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["checkered","chequered","chequered flag","finish","notice","notification","notify","pole","racing","report","start","symbol","win"]},"styles":["solid"],"unicode":"f11e","label":"Flag Checkered","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80 0-66L0 64 0 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9 0 65.5L64 252.6 64 318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3l0-63.9 38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9 0 66.7-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8l0 71.4c21.8 1.9 43.3 6.7 64 14.4l0-69.8 22.7 6.7c13.5 4 27.3 6.4 41.3 7.4l0-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12 0-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8l0 72.4c-13-.4-26 .8-38.7 3.6L128 173.2 128 98 64 114l0 73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2 0-71.7-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5l0 77.4zm64-149.4l0-70.8c-20.9 6.1-42.4 9.1-64 9.1l0 69.4c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 279.7c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-80 0-66L0 64 0 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9 0 65.5L64 252.6 64 318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3l0-63.9 38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9 0 66.7-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8l0 71.4c21.8 1.9 43.3 6.7 64 14.4l0-69.8 22.7 6.7c13.5 4 27.3 6.4 41.3 7.4l0-64.2c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12 0-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8l0 72.4c-13-.4-26 .8-38.7 3.6L128 173.2 128 98 64 114l0 73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2 0-71.7-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5l0 77.4zm64-149.4l0-70.8c-20.9 6.1-42.4 9.1-64 9.1l0 69.4c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"}},"free":["solid"]},"flag-usa":{"aliases":{"unicodes":{"secondary":["10f74d"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["betsy ross","country","fla","flag: United States","old glory","stars","stripes","symbol"]},"styles":["solid"],"unicode":"f74d","label":"Flag Usa","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 36.1-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9l0 32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3l0 33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-70.5 0-32.7 0-63.3 0-32.7 0-63.3 0-32.7L0 64 0 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 0C49.7 0 64 14.3 64 32l0 16 69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1l0 36.1-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9l0 32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3l0 62-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1l0 32.7 70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3l0 33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400l0 80c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-70.5 0-32.7 0-63.3 0-32.7 0-63.3 0-32.7L0 64 0 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"flask":{"aliases":{"unicodes":{"secondary":["10f0c3"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beaker","chemicals","experiment","experimental","knowledge","labs","liquid","potion","science","vial"]},"styles":["solid"],"unicode":"f0c3","label":"Flask","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M288 0L160 0 128 0C110.3 0 96 14.3 96 32s14.3 32 32 32l0 132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512l309.2 0c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5L320 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L288 0zM192 196.8L192 64l64 0 0 132.8c0 23.7 6.6 46.9 19 67.1L309.5 320l-171 0L173 263.9c12.4-20.2 19-43.4 19-67.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M288 0L160 0 128 0C110.3 0 96 14.3 96 32s14.3 32 32 32l0 132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512l309.2 0c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5L320 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L288 0zM192 196.8L192 64l64 0 0 132.8c0 23.7 6.6 46.9 19 67.1L309.5 320l-171 0L173 263.9c12.4-20.2 19-43.4 19-67.1z"}},"free":["solid"]},"flask-vial":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ampule","beaker","chemicals","chemistry","experiment","experimental","lab","laboratory","labs","liquid","potion","science","test","test tube","vial"]},"styles":["solid"],"unicode":"e4f3","label":"Flask Vial","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96L32 64C14.3 64 0 49.7 0 32S14.3 0 32 0L96 0l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 245.9-49 79.6zM96 64l0 96 64 0 0-96L96 64zM352 0L480 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 150.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4l-309.2 0c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9 320 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zm32 64l0 160c0 5.9-1.6 11.7-4.7 16.8L330.5 320l171 0-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8l0-160-64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96L32 64C14.3 64 0 49.7 0 32S14.3 0 32 0L96 0l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 245.9-49 79.6zM96 64l0 96 64 0 0-96L96 64zM352 0L480 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 150.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4l-309.2 0c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9 320 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0zm32 64l0 160c0 5.9-1.6 11.7-4.7 16.8L330.5 320l171 0-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8l0-160-64 0z"}},"free":["solid"]},"flickr":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f16e","label":"Flickr","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"}},"free":["brands"]},"flipboard":{"changes":["5.0.5","5.0.9"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f44d","label":"Flipboard","voted":true,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"}},"free":["brands"]},"floppy-disk":{"aliases":{"names":["save"],"unicodes":{"composite":["1f4be","1f5aa"],"secondary":["10f0c7"]}},"changes":["2.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Hard Shell Floppy Disk","computer","disk","download","floppy","floppy disk","floppy-o"]},"styles":["solid","regular"],"unicode":"f0c7","label":"Floppy Disk","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm0 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm0 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"},"regular":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M48 96l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-245.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l245.5 0c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8L320 184c0 13.3-10.7 24-24 24l-192 0c-13.3 0-24-10.7-24-24L80 80 64 80c-8.8 0-16 7.2-16 16zm80-16l0 80 144 0 0-80L128 80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M48 96l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-245.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l245.5 0c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8L320 184c0 13.3-10.7 24-24 24l-192 0c-13.3 0-24-10.7-24-24L80 80 64 80c-8.8 0-16 7.2-16 16zm80-16l0 80 144 0 0-80L128 80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"}},"free":["regular","solid"]},"florin-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["currency"]},"styles":["solid"],"unicode":"e184","label":"Florin Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224 64 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l37.3 0c38.8 0 73.7-23.3 88.6-59.1L213.3 288 320 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 45.1-108.3c5-11.9 16.6-19.7 29.5-19.7L352 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-37.3 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224 64 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l37.3 0c38.8 0 73.7-23.3 88.6-59.1L213.3 288 320 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 45.1-108.3c5-11.9 16.6-19.7 29.5-19.7L352 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-37.3 0z"}},"free":["solid"]},"flutter":{"changes":["6.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e694","label":"Flutter","voted":false,"svg":{"brands":{"last_modified":1718379034,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M429.5 236.3L291.7 374.1 429.5 512H272l-59.1-59.1-78.8-78.8L272 236.3H429.5zM272 0L16 256l78.8 78.8L429.5 0H272z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M429.5 236.3L291.7 374.1 429.5 512H272l-59.1-59.1-78.8-78.8L272 236.3H429.5zM272 0L16 256l78.8 78.8L429.5 0H272z"}},"free":["brands"]},"fly":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f417","label":"Fly","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"}},"free":["brands"]},"folder":{"aliases":{"names":["folder-blank"],"unicodes":{"composite":["1f4c1","1f5bf","f114"],"secondary":["10f07b"]}},"changes":["1.0.0","5.0.0","5.3.0","5.10.1","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Folder","archive","directory","document","file","file folder","folder"]},"styles":["solid","regular"],"unicode":"f07b","label":"Folder","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"},"regular":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l132.1 0c19.1 0 37.4 7.6 50.9 21.1L289.9 96 448 96c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-161.4 0c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7L64 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l132.1 0c19.1 0 37.4 7.6 50.9 21.1L289.9 96 448 96c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-161.4 0c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7L64 80z"}},"free":["regular","solid"]},"folder-closed":{"changes":["6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["file"]},"styles":["solid","regular"],"unicode":"e185","label":"Folder Closed","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 480L64 480c-35.3 0-64-28.7-64-64L0 192l512 0 0 224c0 35.3-28.7 64-64 64zm64-320L0 160 0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 480L64 480c-35.3 0-64-28.7-64-64L0 192l512 0 0 224c0 35.3-28.7 64-64 64zm64-320L0 160 0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M251.7 127.6s0 0 0 0c10.5 10.5 24.7 16.4 39.6 16.4L448 144c8.8 0 16 7.2 16 16l0 32L48 192l0-96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240l416 0 0 176c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-176zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L291.3 96c-2.1 0-4.2-.8-5.7-2.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M251.7 127.6s0 0 0 0c10.5 10.5 24.7 16.4 39.6 16.4L448 144c8.8 0 16 7.2 16 16l0 32L48 192l0-96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240l416 0 0 176c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-176zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L291.3 96c-2.1 0-4.2-.8-5.7-2.3z"}},"free":["regular","solid"]},"folder-minus":{"aliases":{"unicodes":{"secondary":["10f65d"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","delete","directory","document","file","negative","remove"]},"styles":["solid"],"unicode":"f65d","label":"Folder Minus","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"}},"free":["solid"]},"folder-open":{"aliases":{"unicodes":{"composite":["1f4c2","1f5c1","f115"],"secondary":["10f07c"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Open Folder","archive","directory","document","empty","file","folder","new","open","open file folder"]},"styles":["solid","regular"],"unicode":"f07c","label":"Folder Open","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M88.7 223.8L0 375.8 0 96C0 60.7 28.7 32 64 32l117.5 0c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 32-336 0c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224l400 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480L32 480c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M88.7 223.8L0 375.8 0 96C0 60.7 28.7 32 64 32l117.5 0c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 32-336 0c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224l400 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480L32 480c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 480l48 0c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224l-400 0c-11.4 0-21.9 6-27.6 15.9L48 357.1 48 96c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8L416 144c8.8 0 16 7.2 16 16l0 32 48 0 0-32c0-35.3-28.7-64-64-64L298.5 96c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l23.7 0L384 480z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 480l48 0c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224l-400 0c-11.4 0-21.9 6-27.6 15.9L48 357.1 48 96c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8L416 144c8.8 0 16 7.2 16 16l0 32 48 0 0-32c0-35.3-28.7-64-64-64L298.5 96c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l23.7 0L384 480z"}},"free":["regular","solid"]},"folder-plus":{"aliases":{"unicodes":{"secondary":["10f65e"]}},"changes":["5.3.0","5.11.0","5.12.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","archive","create","directory","document","file","new","positive"]},"styles":["solid"],"unicode":"f65e","label":"Folder Plus","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"}},"free":["solid"]},"folder-tree":{"aliases":{"unicodes":{"secondary":["10f802"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","directory","document","file","search","structure"]},"styles":["solid"],"unicode":"f802","label":"Folder Tree","voted":true,"svg":{"solid":{"last_modified":1717101931,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32l0 96L0 384c0 35.3 28.7 64 64 64l192 0 0-64L64 384l0-224 192 0 0-64L64 96l0-64zM288 192c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4L320 0c-17.7 0-32 14.3-32 32l0 160zm0 288c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4L320 288c-17.7 0-32 14.3-32 32l0 160z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32l0 96L0 384c0 35.3 28.7 64 64 64l192 0 0-64L64 384l0-224 192 0 0-64L64 96l0-64zM288 192c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4L320 0c-17.7 0-32 14.3-32 32l0 160zm0 288c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-98.7 0c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4L320 288c-17.7 0-32 14.3-32 32l0 160z"}},"free":["solid"]},"font":{"aliases":{"unicodes":{"secondary":["10f031"]}},"changes":["1.0.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alphabet","glyph","text","type","typeface"]},"styles":["solid"],"unicode":"f031","label":"Font","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416 32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-1.8 0 18-48 159.6 0 18 48-1.8 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-25.8 0L254 52.8zM279.8 304l-111.6 0L224 155.1 279.8 304z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416 32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-1.8 0 18-48 159.6 0 18 48-1.8 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-25.8 0L254 52.8zM279.8 304l-111.6 0L224 155.1 279.8 304z"}},"free":["solid"]},"font-awesome":{"aliases":{"names":["font-awesome-flag","font-awesome-logo-full"],"unicodes":{"composite":["f425","f4e6"],"primary":["f4e6"],"secondary":["10f2b4","10f4e6"]}},"changes":["4.6.0","5.0.0","5.15.4","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["awesome","flag","font","icons","typeface"]},"styles":["solid","regular","brands"],"unicode":"f2b4","label":"Font Awesome","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z"},"regular":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 48 0 256 0 48 0 64 48 0 0-64 389.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96zM80 400l0-256 356.4 0L388.1 252.5c-5.5 12.4-5.5 26.6 0 39L436.4 400 80 400z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 48 0 256 0 48 0 64 48 0 0-64 389.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96zM80 400l0-256 356.4 0L388.1 252.5c-5.5 12.4-5.5 26.6 0 39L436.4 400 80 400z"},"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M91.7 96C106.3 86.8 116 70.5 116 52C116 23.3 92.7 0 64 0S12 23.3 12 52c0 16.7 7.8 31.5 20 41l0 3 0 352 0 64 64 0 0-64 373.6 0c14.6 0 26.4-11.8 26.4-26.4c0-3.7-.8-7.3-2.3-10.7L432 272l61.7-138.9c1.5-3.4 2.3-7 2.3-10.7c0-14.6-11.8-26.4-26.4-26.4L91.7 96z"}},"free":["brands","regular","solid"]},"fonticons":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f280","label":"Fonticons","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"}},"free":["brands"]},"fonticons-fi":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a2","label":"Fonticons Fi","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"}},"free":["brands"]},"football":{"aliases":{"names":["football-ball"],"unicodes":{"composite":["1f3c8"],"secondary":["10f44e"]}},"changes":["5.0.5","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["american","american football","ball","fall","football","nfl","pigskin","seasonal"]},"styles":["solid"],"unicode":"f44e","label":"Football","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6C47.8 183.4 35.1 215.9 26.9 249L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6C47.8 183.4 35.1 215.9 26.9 249L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z"}},"free":["solid"]},"fort-awesome":{"changes":["4.5.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":["castle"]},"styles":["brands"],"unicode":"f286","label":"Fort Awesome","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"}},"free":["brands"]},"fort-awesome-alt":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":["castle"]},"styles":["brands"],"unicode":"f3a3","label":"Alternate Fort Awesome","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"}},"free":["brands"]},"forumbee":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f211","label":"Forumbee","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z"}},"free":["brands"]},"forward":{"aliases":{"unicodes":{"composite":["23e9"],"secondary":["10f04e"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","double","fast","fast-forward button","forward","next","skip"]},"styles":["solid"],"unicode":"f04e","label":"Forward","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3l0 41.7 0 41.7L52.5 440.6zM256 352l0-96 0-128 0-32c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29l0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3l0 41.7 0 41.7L52.5 440.6zM256 352l0-96 0-128 0-32c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29l0-64z"}},"free":["solid"]},"forward-fast":{"aliases":{"names":["fast-forward"],"unicodes":{"composite":["23ed"],"secondary":["10f050"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","end","last","next","next scene","next track","next track button","quick","triangle"]},"styles":["solid"],"unicode":"f050","label":"Forward Fast","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7 224 416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7 448 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 118.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96l0 118.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96L0 416c0 12.4 7.2 23.7 18.4 29z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7 224 416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7 448 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 118.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96l0 118.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96L0 416c0 12.4 7.2 23.7 18.4 29z"}},"free":["solid"]},"forward-step":{"aliases":{"names":["step-forward"],"unicodes":{"secondary":["10f051"]}},"changes":["1.0.0","5.0.0","5.10.2","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["end","last","next"]},"styles":["solid"],"unicode":"f051","label":"Forward Step","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241l0-145c0-17.7 14.3-32 32-32s32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-145-11.5 9.6-192 160z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416L0 96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241l0-145c0-17.7 14.3-32 32-32s32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-145-11.5 9.6-192 160z"}},"free":["solid"]},"foursquare":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f180","label":"Foursquare","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 368 512\\"><path d=\\"M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z\\"/></svg>","viewBox":[0,0,368,512],"width":368,"height":512,"path":"M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z"}},"free":["brands"]},"franc-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["French Franc Sign","currency"]},"styles":["solid"],"unicode":"e18f","label":"Franc Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M80 32C62.3 32 48 46.3 48 64l0 160 0 96-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-64 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-96 176 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M80 32C62.3 32 48 46.3 48 64l0 160 0 96-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-64 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-96 176 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"}},"free":["solid"]},"free-code-camp":{"changes":["4.7.0","5.0.0","5.12.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2c5","label":"freeCodeCamp","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z"}},"free":["brands"]},"freebsd":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a4","label":"FreeBSD","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z"}},"free":["brands"]},"frog":{"aliases":{"unicodes":{"secondary":["10f52e"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["amphibian","bullfrog","fauna","hop","kermit","kiss","prince","ribbit","toad","wart"]},"styles":["solid"],"unicode":"f52e","label":"Frog","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416l90.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416l50.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416l90.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"fulcrum":{"changes":["5.0.12","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f50b","label":"Fulcrum","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"}},"free":["brands"]},"futbol":{"aliases":{"names":["futbol-ball","soccer-ball"],"unicodes":{"composite":["26bd"],"secondary":["10f1e3"]}},"changes":["4.2.0","5.0.0","5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","football","mls","soccer","soccer ball"]},"styles":["solid","regular"],"unicode":"f1e3","label":"Futbol","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"},"regular":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.2zM256 48l.9 0-1.8 0 .9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.6 2-4 2.9l4-2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M435.4 361.4l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.2zM256 48l.9 0-1.8 0 .9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.6 2-4 2.9l4-2.9zm75.2-226.7l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6l59.2 0c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"}},"free":["regular","solid"]},"g":{"aliases":{"unicodes":{"composite":["67"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter G","Latin Small Letter G","letter"]},"styles":["solid"],"unicode":"47","label":"G","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128L256 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l144 0c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128L256 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l144 0c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z"}},"free":["solid"]},"galactic-republic":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":["politics","star wars"]},"styles":["brands"],"unicode":"f50c","label":"Galactic Republic","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z"}},"free":["brands"]},"galactic-senate":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":["star wars"]},"styles":["brands"],"unicode":"f50d","label":"Galactic Senate","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z"}},"free":["brands"]},"gamepad":{"aliases":{"unicodes":{"secondary":["10f11b"]}},"changes":["3.1.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arcade","controller","d-pad","joystick","playstore","video","video game"]},"styles":["solid"],"unicode":"f11b","label":"Gamepad","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 64C86 64 0 150 0 256S86 448 192 448l256 0c106 0 192-86 192-192s-86-192-192-192L192 64zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 64C86 64 0 150 0 256S86 448 192 448l256 0c106 0 192-86 192-192s-86-192-192-192L192 64zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32z"}},"free":["solid"]},"gas-pump":{"aliases":{"unicodes":{"composite":["26fd"],"secondary":["10f52f"]}},"changes":["5.0.13","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["car","diesel","fuel","fuel pump","fuelpump","gas","gasoline","petrol","pump","station"]},"styles":["solid"],"unicode":"f52f","label":"Gas Pump","voted":true,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 64C32 28.7 60.7 0 96 0L256 0c35.3 0 64 28.7 64 64l0 192 8 0c48.6 0 88 39.4 88 88l0 32c0 13.3 10.7 24 24 24s24-10.7 24-24l0-154c-27.6-7.1-48-32.2-48-62l0-64L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3l0 13.5 0 24 0 32 0 152c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-32c0-22.1-17.9-40-40-40l-8 0 0 144c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64zM96 80l0 96c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L112 64c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 64C32 28.7 60.7 0 96 0L256 0c35.3 0 64 28.7 64 64l0 192 8 0c48.6 0 88 39.4 88 88l0 32c0 13.3 10.7 24 24 24s24-10.7 24-24l0-154c-27.6-7.1-48-32.2-48-62l0-64L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3l0 13.5 0 24 0 32 0 152c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-32c0-22.1-17.9-40-40-40l-8 0 0 144c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64zM96 80l0 96c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L112 64c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"gauge":{"aliases":{"names":["dashboard","gauge-med","tachometer-alt-average"],"unicodes":{"secondary":["10f624"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dashboard","fast","odometer","speed","speedometer"]},"styles":["solid"],"unicode":"f624","label":"Gauge","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"gauge-high":{"aliases":{"names":["tachometer-alt","tachometer-alt-fast"],"unicodes":{"composite":["f3fd"],"primary":["f3fd"],"secondary":["10f3fd","10f625"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dashboard","fast","odometer","quick","speed","speedometer"]},"styles":["solid"],"unicode":"f625","label":"Gauge High","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"gauge-simple":{"aliases":{"names":["gauge-simple-med","tachometer-average"],"unicodes":{"secondary":["10f629"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dashboard","fast","odometer","speed","speedometer"]},"styles":["solid"],"unicode":"f629","label":"Gauge Simple","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3L280 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 204.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z"}},"free":["solid"]},"gauge-simple-high":{"aliases":{"names":["tachometer","tachometer-fast"],"unicodes":{"composite":["f0e4"],"primary":["f0e4"],"secondary":["10f0e4","10f62a"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dashboard","fast","odometer","quick","speed","speedometer"]},"styles":["solid"],"unicode":"f62a","label":"Gauge Simple High","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z"}},"free":["solid"]},"gavel":{"aliases":{"names":["legal"],"unicodes":{"secondary":["10f0e3"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hammer","judge","law","lawyer","opinion"]},"styles":["solid"],"unicode":"f0e3","label":"Gavel","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z"}},"free":["solid"]},"gear":{"aliases":{"names":["cog"],"unicodes":{"composite":["2699"],"secondary":["10f013"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cog","cogwheel","configuration","gear","mechanical","modify","settings","sprocket","tool","wheel"]},"styles":["solid"],"unicode":"f013","label":"Gear","voted":false,"svg":{"solid":{"last_modified":1720277405,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"}},"free":["solid"]},"gears":{"aliases":{"names":["cogs"],"unicodes":{"secondary":["10f085"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["configuration","gears","mechanical","modify","settings","sprocket","wheel"]},"styles":["solid"],"unicode":"f085","label":"Gears","voted":false,"svg":{"solid":{"last_modified":1720277406,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8l-.7 0c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8l-.7 0c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"gem":{"aliases":{"unicodes":{"composite":["1f48e"],"secondary":["10f3a5"]}},"changes":["5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["diamond","gem","gem stone","jewel","jewelry","sapphire","stone","treasure"]},"styles":["solid","regular"],"unicode":"f3a5","label":"Gem","voted":false,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z"},"regular":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M168.5 72L256 165l87.5-93-175 0zM383.9 99.1L311.5 176l129 0L383.9 99.1zm50 124.9L256 224 78.1 224 256 420.3 433.9 224zM71.5 176l129 0L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M168.5 72L256 165l87.5-93-175 0zM383.9 99.1L311.5 176l129 0L383.9 99.1zm50 124.9L256 224 78.1 224 256 420.3 433.9 224zM71.5 176l129 0L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8l240 0c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z"}},"free":["regular","solid"]},"genderless":{"aliases":{"unicodes":{"secondary":["10f22d"]}},"changes":["4.4.0","5.0.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["androgynous","asexual","gender","sexless"]},"styles":["solid"],"unicode":"f22d","label":"Genderless","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z"}},"free":["solid"]},"get-pocket":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f265","label":"Get Pocket","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z"}},"free":["brands"]},"gg":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f260","label":"GG Currency","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z"}},"free":["brands"]},"gg-circle":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f261","label":"GG Currency Circle","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z"}},"free":["brands"]},"ghost":{"aliases":{"unicodes":{"composite":["1f47b"],"secondary":["10f6e2"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apparition","blinky","clyde","creature","face","fairy tale","fantasy","floating","ghost","halloween","holiday","inky","monster","pacman","pinky","spirit"]},"styles":["solid"],"unicode":"f6e2","label":"Ghost","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2L0 192C0 86 86 0 192 0S384 86 384 192l0 270.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2L0 192C0 86 86 0 192 0S384 86 384 192l0 270.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"gift":{"aliases":{"unicodes":{"composite":["1f381"],"secondary":["10f06b"]}},"changes":["1.0.0","5.0.0","5.0.9","5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["box","celebration","christmas","generosity","gift","giving","holiday","party","present","wrapped","wrapped gift","xmas"]},"styles":["solid"],"unicode":"f06b","label":"Gift","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M190.5 68.8L225.3 128l-1.3 0-72 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40l-72 0-1.3 0 34.8-59.2C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40zM32 288l0 176c0 26.5 21.5 48 48 48l144 0 0-224L32 288zM288 512l144 0c26.5 0 48-21.5 48-48l0-176-192 0 0 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M190.5 68.8L225.3 128l-1.3 0-72 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l2.2 0c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40L32 128c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l448 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-41.6 0c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88l-2.2 0c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0L152 0C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40l-72 0-1.3 0 34.8-59.2C329.1 55.9 342.9 48 357.8 48l2.2 0c22.1 0 40 17.9 40 40zM32 288l0 176c0 26.5 21.5 48 48 48l144 0 0-224L32 288zM288 512l144 0c26.5 0 48-21.5 48-48l0-176-192 0 0 224z"}},"free":["solid"]},"gifts":{"aliases":{"unicodes":{"secondary":["10f79c"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["christmas","generosity","giving","holiday","party","present","wrapped","xmas"]},"styles":["solid"],"unicode":"f79c","label":"Gifts","voted":false,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l152.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-224c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96l-22.2 0 28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224 344 224c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24l-4.1 0c-26.5 0-48 21.5-48 48l0 80 192 0 0-96 32 0 0 96 192 0 0-80c0-26.5-21.5-48-48-48l-4.1 0c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48l144 0 0-128-192 0 0 80zm224 48l144 0c26.5 0 48-21.5 48-48l0-80-192 0 0 128zm96-312c0 13.3-10.7 24-24 24l-49.1 0 29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l152.6 0c-5.4-9.4-8.6-20.3-8.6-32l0-224c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96l-22.2 0 28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224 344 224c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24l-4.1 0c-26.5 0-48 21.5-48 48l0 80 192 0 0-96 32 0 0 96 192 0 0-80c0-26.5-21.5-48-48-48l-4.1 0c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48l144 0 0-128-192 0 0 80zm224 48l144 0c26.5 0 48-21.5 48-48l0-80-192 0 0 128zm96-312c0 13.3-10.7 24-24 24l-49.1 0 29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z"}},"free":["solid"]},"git":{"changes":["4.1.0","5.0.0","5.8.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d3","label":"Git","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"}},"free":["brands"]},"git-alt":{"changes":["5.8.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f841","label":"Git Alt","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"}},"free":["brands"]},"github":{"changes":["2.0.0","5.0.0"],"ligatures":[],"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f09b","label":"GitHub","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"}},"free":["brands"]},"github-alt":{"changes":["3.0.0","5.0.0"],"ligatures":[],"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f113","label":"Alternate GitHub","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 480 512\\"><path d=\\"M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z\\"/></svg>","viewBox":[0,0,480,512],"width":480,"height":512,"path":"M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"}},"free":["brands"]},"gitkraken":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a6","label":"GitKraken","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 592 512\\"><path d=\\"M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z\\"/></svg>","viewBox":[0,0,592,512],"width":592,"height":512,"path":"M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"}},"free":["brands"]},"gitlab":{"changes":["4.6.0","5.0.0","5.7.0","6.0.0-beta1","6.1.2"],"ligatures":[],"search":{"terms":["Axosoft"]},"styles":["brands"],"unicode":"f296","label":"GitLab","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z"}},"free":["brands"]},"gitter":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f426","label":"Gitter","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z"}},"free":["brands"]},"glass-water":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["potable","water"]},"styles":["solid"],"unicode":"e4f4","label":"Glass Water","voted":false,"svg":{"solid":{"last_modified":1720215025,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM73 156.5L66.4 64l251.3 0L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM73 156.5L66.4 64l251.3 0L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z"}},"free":["solid"]},"glass-water-droplet":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["potable","water"]},"styles":["solid"],"unicode":"e4f5","label":"Glass Water Droplet","voted":false,"svg":{"solid":{"last_modified":1720215025,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM83 297.5L66.4 64l251.3 0L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3l166.6 0c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0L32 0zM83 297.5L66.4 64l251.3 0L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z"}},"free":["solid"]},"glasses":{"aliases":{"unicodes":{"secondary":["10f530"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hipster","nerd","reading","sight","spectacles","vision"]},"styles":["solid"],"unicode":"f530","label":"Glasses","voted":true,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1c0 0 .1 0 .1 0c0 0 0 0 0 0s0 0 0 0L247.9 288s0 0 0 0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7l40.6 0c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7s0 0 0 0c-6.3-12.7-6.3-12.7-6.3-12.7s0 0 0 0s0 0 0 0c0 0 .1 0 .1 0l.2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7l0 6.7 0 41.3 0 16c0 61.9-50.1 112-112 112l-44.3 0c-59.4 0-108.5-46.4-111.8-105.8L306.6 352l-37.2 0-1.2 22.2C264.9 433.6 215.8 480 156.3 480L112 480C50.1 480 0 429.9 0 368l0-16 0-41.3L0 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4L64 368c0 26.5 21.5 48 48 48l44.3 0c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368l0-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3l44.3 0c26.5 0 48-21.5 48-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1c0 0 .1 0 .1 0c0 0 0 0 0 0s0 0 0 0L247.9 288s0 0 0 0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7l40.6 0c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7s0 0 0 0c-6.3-12.7-6.3-12.7-6.3-12.7s0 0 0 0s0 0 0 0c0 0 .1 0 .1 0l.2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7l0 6.7 0 41.3 0 16c0 61.9-50.1 112-112 112l-44.3 0c-59.4 0-108.5-46.4-111.8-105.8L306.6 352l-37.2 0-1.2 22.2C264.9 433.6 215.8 480 156.3 480L112 480C50.1 480 0 429.9 0 368l0-16 0-41.3L0 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4L64 368c0 26.5 21.5 48 48 48l44.3 0c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368l0-42.6c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3l44.3 0c26.5 0 48-21.5 48-48z"}},"free":["solid"]},"glide":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2a5","label":"Glide","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z"}},"free":["brands"]},"glide-g":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2a6","label":"Glide G","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z"}},"free":["brands"]},"globe":{"aliases":{"unicodes":{"composite":["1f310"],"secondary":["10f0ac"]}},"changes":["2.0.0","5.0.0","5.0.9","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["all","coordinates","country","earth","global","globe","globe with meridians","gps","internet","language","localize","location","map","meridians","network","online","place","planet","translate","travel","world","www"]},"styles":["solid"],"unicode":"f0ac","label":"Globe","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 256c0 22.2-1.2 43.6-3.3 64l-185.3 0c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64l185.3 0c2.2 20.4 3.3 41.8 3.3 64zm28.8-64l123.1 0c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64l-123.1 0c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32l-116.7 0c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0l-176.6 0c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0L18.6 160C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192l123.1 0c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64L8.1 320C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6l176.6 0c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352l116.7 0zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6l116.7 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 256c0 22.2-1.2 43.6-3.3 64l-185.3 0c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64l185.3 0c2.2 20.4 3.3 41.8 3.3 64zm28.8-64l123.1 0c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64l-123.1 0c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32l-116.7 0c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0l-176.6 0c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0L18.6 160C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192l123.1 0c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64L8.1 320C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6l176.6 0c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352l116.7 0zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6l116.7 0z"}},"free":["solid"]},"gofore":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a7","label":"Gofore","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 400 512\\"><path d=\\"M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z\\"/></svg>","viewBox":[0,0,400,512],"width":400,"height":512,"path":"M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z"}},"free":["brands"]},"golang":{"changes":["6.0.0-beta2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e40f","label":"Go","voted":true,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z"}},"free":["brands"]},"golf-ball-tee":{"aliases":{"names":["golf-ball"],"unicodes":{"secondary":["10f450"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["caddy","eagle","putt","tee"]},"styles":["solid"],"unicode":"f450","label":"Golf Ball Tee","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 192c0 66.8-34.1 125.6-85.8 160L85.8 352C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0c-8.8 0-16 7.2-16 16l0 16c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-16c0-8.8-7.2-16-16-16l-16 0c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 192c0 66.8-34.1 125.6-85.8 160L85.8 352C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32l64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0c-8.8 0-16 7.2-16 16l0 16c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-16c0-8.8-7.2-16-16-16l-16 0c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"goodreads":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a8","label":"Goodreads","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z"}},"free":["brands"]},"goodreads-g":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3a9","label":"Goodreads G","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z"}},"free":["brands"]},"google":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a0","label":"Google Logo","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 488 512\\"><path d=\\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\\"/></svg>","viewBox":[0,0,488,512],"width":488,"height":512,"path":"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"}},"free":["brands"]},"google-drive":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3aa","label":"Google Drive","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z"}},"free":["brands"]},"google-pay":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e079","label":"Google Pay","voted":false,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z"}},"free":["brands"]},"google-play":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":["playstore"]},"styles":["brands"],"unicode":"f3ab","label":"Google Play","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"}},"free":["brands"]},"google-plus":{"changes":["4.6.0","5.0.0","5.13.1"],"ligatures":[],"search":{"terms":["google-plus-circle","google-plus-official"]},"styles":["brands"],"unicode":"f2b3","label":"Google Plus","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z"}},"free":["brands"]},"google-plus-g":{"changes":["2.0.0","5.0.0"],"ligatures":[],"search":{"terms":["google-plus","social network"]},"styles":["brands"],"unicode":"f0d5","label":"Google Plus G","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"}},"free":["brands"]},"google-scholar":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e63b","label":"Google Scholar","voted":false,"svg":{"brands":{"last_modified":1692219861,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M390.9 298.5c0 0 0 .1 .1 .1c9.2 19.4 14.4 41.1 14.4 64C405.3 445.1 338.5 512 256 512s-149.3-66.9-149.3-149.3c0-22.9 5.2-44.6 14.4-64h0c1.7-3.6 3.6-7.2 5.6-10.7c4.4-7.6 9.4-14.7 15-21.3c27.4-32.6 68.5-53.3 114.4-53.3c33.6 0 64.6 11.1 89.6 29.9c9.1 6.9 17.4 14.7 24.8 23.5c5.6 6.6 10.6 13.8 15 21.3c2 3.4 3.8 7 5.5 10.5zm26.4-18.8c-30.1-58.4-91-98.4-161.3-98.4s-131.2 40-161.3 98.4L0 202.7 256 0 512 202.7l-94.7 77.1z"}},"free":["brands"]},"google-wallet":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1ee","label":"Google Wallet","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z"}},"free":["brands"]},"gopuram":{"aliases":{"unicodes":{"secondary":["10f664"]}},"changes":["5.3.0","5.7.0","5.11.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","entrance","hinduism","temple","tower"]},"styles":["solid"],"unicode":"f664","label":"Gopuram","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M120 0c13.3 0 24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 48 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 0 32 0 64c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-64 0 0-160-32 0 0-128-32 0 0-96-32 0 0 96 32 0 0 128 32 0 0 160-80 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48-80 0 0-160 32 0 0-128 32 0 0-96-32 0 0 96-32 0 0 128-32 0 0 160-64 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-96c0-17.7 14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l0-64 0-32 0-8c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-32-80l0 32 64 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M120 0c13.3 0 24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 48 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 40 0 0-8c0-13.3 10.7-24 24-24s24 10.7 24 24l0 8 0 32 0 64c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32l0 96c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-64 0 0-160-32 0 0-128-32 0 0-96-32 0 0 96 32 0 0 128 32 0 0 160-80 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48-80 0 0-160 32 0 0-128 32 0 0-96-32 0 0 96-32 0 0 128-32 0 0 160-64 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-96c0-17.7 14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l0-64 0-32 0-8c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-32-80l0 32 64 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32z"}},"free":["solid"]},"graduation-cap":{"aliases":{"names":["mortar-board"],"unicodes":{"composite":["1f393"],"secondary":["10f19d"]}},"changes":["4.1.0","5.0.0","5.2.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cap","celebration","ceremony","clothing","college","graduate","graduation","graduation cap","hat","learning","school","student"]},"styles":["solid"],"unicode":"f19d","label":"Graduation Cap","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9l0 28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5l0-24.6c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9l0 28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5l0-24.6c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"}},"free":["solid"]},"gratipay":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":["favorite","heart","like","love"]},"styles":["brands"],"unicode":"f184","label":"Gratipay (Gittip)","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z"}},"free":["brands"]},"grav":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2d6","label":"Grav","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"}},"free":["brands"]},"greater-than":{"aliases":{"unicodes":{"composite":["f531"],"primary":["f531"],"secondary":["103e","10f531"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Greater-Than Sign","arithmetic","compare","math"]},"styles":["solid"],"unicode":"3e","label":"Greater Than","voted":true,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z"}},"free":["solid"]},"greater-than-equal":{"aliases":{"unicodes":{"secondary":["10f532"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f532","label":"Greater Than Equal","voted":true,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0z"}},"free":["solid"]},"grip":{"aliases":{"names":["grip-horizontal"],"unicodes":{"secondary":["10f58d"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f58d","label":"Grip","voted":true,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48zm32-192l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40l48 0c22.1 0 40-17.9 40-40l0-48z"}},"free":["solid"]},"grip-lines":{"aliases":{"unicodes":{"secondary":["10f7a4"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f7a4","label":"Grip Lines","voted":true,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"}},"free":["solid"]},"grip-lines-vertical":{"aliases":{"unicodes":{"secondary":["10f7a5"]}},"changes":["5.6.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f7a5","label":"Grip Lines Vertical","voted":true,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 192 512\\"><path d=\\"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384z\\"/></svg>","viewBox":[0,0,192,512],"width":192,"height":512,"path":"M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384z"}},"free":["solid"]},"grip-vertical":{"aliases":{"unicodes":{"secondary":["10f58e"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affordance","drag","drop","grab","handle"]},"styles":["solid"],"unicode":"f58e","label":"Grip Vertical","voted":true,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"}},"free":["solid"]},"gripfire":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ac","label":"Gripfire, Inc.","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z"}},"free":["brands"]},"group-arrows-rotate":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["community","engagement","spin","sync"]},"styles":["solid"],"unicode":"e4f6","label":"Group Arrows Rotate","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4l0-60.5c0-5.7-4.7-10.4-10.4-10.4l-60.5 0c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4l0 60.5c0 5.7 4.7 10.4 10.4 10.4l60.5 0c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4l0-60.5c0-5.7-4.7-10.4-10.4-10.4l-60.5 0c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4l0 60.5c0 5.7 4.7 10.4 10.4 10.4l60.5 0c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"}},"free":["solid"]},"grunt":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ad","label":"Grunt","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z"}},"free":["brands"]},"guarani-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Guarani Sign","currency"]},"styles":["solid"],"unicode":"e19a","label":"Guarani Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0c-17.7 0-32 14.3-32 32l0 34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32l-128 0 0-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7L224 32c0-17.7-14.3-32-32-32zM160 132L160 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380l0-92 92 0c-11.6 45-47 80.4-92 92z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0c-17.7 0-32 14.3-32 32l0 34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3l0 34.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32l-128 0 0-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7L224 32c0-17.7-14.3-32-32-32zM160 132L160 380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380l0-92 92 0c-11.6 45-47 80.4-92 92z"}},"free":["solid"]},"guilded":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07e","label":"Guilded","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z"}},"free":["brands"]},"guitar":{"aliases":{"unicodes":{"secondary":["10f7a6"]}},"changes":["5.6.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["acoustic","instrument","music","rock","rock and roll","song","strings"]},"styles":["solid"],"unicode":"f7a6","label":"Guitar","voted":true,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"gulp":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ae","label":"Gulp","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z"}},"free":["brands"]},"gun":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["firearm","pistol","weapon"]},"styles":["solid"],"unicode":"e19b","label":"Gun","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8L32 64C14.3 64 0 78.3 0 96L0 208c0 17.7 14.3 32 32 32l10 0c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480l96 0c14.7 0 27.5-10 31-24.2L217 352l104.5 0c23.7 0 44.8-14.9 52.7-37.2L400.9 240l31.1 0c8.5 0 16.6-3.4 22.6-9.4L477.3 208l66.7 0c17.7 0 32-14.3 32-32l0-80c0-17.7-14.3-32-32-32l-16 0 0-8zM321.4 304L229 304l16-64 105 0-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128l384 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8L32 64C14.3 64 0 78.3 0 96L0 208c0 17.7 14.3 32 32 32l10 0c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480l96 0c14.7 0 27.5-10 31-24.2L217 352l104.5 0c23.7 0 44.8-14.9 52.7-37.2L400.9 240l31.1 0c8.5 0 16.6-3.4 22.6-9.4L477.3 208l66.7 0c17.7 0 32-14.3 32-32l0-80c0-17.7-14.3-32-32-32l-16 0 0-8zM321.4 304L229 304l16-64 105 0-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128l384 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"h":{"aliases":{"unicodes":{"composite":["68"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter H","Latin Small Letter H","letter"]},"styles":["solid"],"unicode":"48","label":"H","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z"}},"free":["solid"]},"hacker-news":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d4","label":"Hacker News","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"}},"free":["brands"]},"hackerrank":{"changes":["5.2.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5f7","label":"Hackerrank","voted":true,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"}},"free":["brands"]},"hammer":{"aliases":{"unicodes":{"composite":["1f528"],"secondary":["10f6e3"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","configuration","equipment","fix","hammer","maintenance","modify","recovery","repair","settings","tool"]},"styles":["solid"],"unicode":"f6e3","label":"Hammer","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6l0-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0l18.1 0c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6l0-12.1L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0l18.1 0c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z"}},"free":["solid"]},"hamsa":{"aliases":{"unicodes":{"secondary":["10f665"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["amulet","christianity","islam","jewish","judaism","muslim","protection"]},"styles":["solid"],"unicode":"f665","label":"Hamsa","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M34.6 288L80 288c8.8 0 16-7.2 16-16L96 72c0-22.1 17.9-40 40-40s40 17.9 40 40l0 132c0 11 9 20 20 20s20-9 20-20l0-164c0-22.1 17.9-40 40-40s40 17.9 40 40l0 164c0 11 9 20 20 20s20-9 20-20l0-132c0-22.1 17.9-40 40-40s40 17.9 40 40l0 200c0 8.8 7.2 16 16 16l45.4 0c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M34.6 288L80 288c8.8 0 16-7.2 16-16L96 72c0-22.1 17.9-40 40-40s40 17.9 40 40l0 132c0 11 9 20 20 20s20-9 20-20l0-164c0-22.1 17.9-40 40-40s40 17.9 40 40l0 164c0 11 9 20 20 20s20-9 20-20l0-132c0-22.1 17.9-40 40-40s40 17.9 40 40l0 200c0 8.8 7.2 16 16 16l45.4 0c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"hand":{"aliases":{"names":["hand-paper"],"unicodes":{"composite":["1f91a","270b"],"secondary":["10f256"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Raised Hand","backhand","game","halt","palm","raised","raised back of hand","request","roshambo","stop"]},"styles":["solid","regular"],"unicode":"f256","label":"Hand","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"},"regular":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75l8.5 0 8 0c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.9 0 .1 0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 55.9c0 0 0 .1 0 .1l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-71.9c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2l-4.9 0-8.5 0c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2L160 96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9L192 232c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75l8.5 0 8 0c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.9 0 .1 0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 55.9c0 0 0 .1 0 .1l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-71.9c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2l-4.9 0-8.5 0c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2L160 96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9L192 232c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"}},"free":["regular","solid"]},"hand-back-fist":{"aliases":{"names":["hand-rock"],"unicodes":{"secondary":["10f255"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["fist","game","roshambo"]},"styles":["solid","regular"],"unicode":"f255","label":"Hand Back Fist","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M144 0C117.5 0 96 21.5 96 48l0 48 0 28.5L96 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-26.7-9 7.5C40.4 169 32 187 32 206L32 244c0 38 16.9 74 46.1 98.3L128 384l0 96c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-105.3c46.9-19 80-65 80-118.7l0-80 0-16 0-16c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M144 0C117.5 0 96 21.5 96 48l0 48 0 28.5L96 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-26.7-9 7.5C40.4 169 32 187 32 206L32 244c0 38 16.9 74 46.1 98.3L128 384l0 96c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-105.3c46.9-19 80-65 80-118.7l0-80 0-16 0-16c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z"},"regular":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16l0 104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6L304 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-117.8c38-20.1 64-60.1 64-106.2l0-104c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64l0 64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6l0 12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3L128 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128.1c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4l0-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6l0 32.3c0 8.8 7.2 16 16 16s16-7.2 16-16l0-65.7 0-14.3 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16l0 104c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6L304 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-117.8c38-20.1 64-60.1 64-106.2l0-104c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64l0 64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6l0 12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3L128 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128.1c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4l0-12.8c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6l0 32.3c0 8.8 7.2 16 16 16s16-7.2 16-16l0-65.7 0-14.3 0-64z"}},"free":["regular","solid"]},"hand-dots":{"aliases":{"names":["allergies"],"unicodes":{"secondary":["10f461"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["allergy","freckles","hand","hives","palm","pox","skin","spots"]},"styles":["solid"],"unicode":"f461","label":"Hand Dots","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"hand-fist":{"aliases":{"names":["fist-raised"],"unicodes":{"composite":["270a"],"secondary":["10f6de"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","clenched","d&d","dnd","fantasy","fist","hand","ki","monk","punch","raised fist","resist","strength","unarmed combat"]},"styles":["solid"],"unicode":"f6de","label":"Hand Fist","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M192 0c17.7 0 32 14.3 32 32l0 112-64 0 0-112c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80-64 0 0-80zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 52.3-25.1 98.8-64 128l0 96c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-78.4c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M192 0c17.7 0 32 14.3 32 32l0 112-64 0 0-112c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80-64 0 0-80zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 52.3-25.1 98.8-64 128l0 96c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-78.4c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z"}},"free":["solid"]},"hand-holding":{"aliases":{"unicodes":{"secondary":["10f4bd"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","lift"]},"styles":["solid"],"unicode":"f4bd","label":"Hand Holding","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2c.3 0 .6 0 .9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2c.3 0 .6 0 .9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z"}},"free":["solid"]},"hand-holding-dollar":{"aliases":{"names":["hand-holding-usd"],"unicodes":{"secondary":["10f4c0"]}},"changes":["5.0.9","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["$","carry","coupon","dollar sign","donate","donation","giving","investment","lift","money","premium","price","revenue","salary"]},"styles":["solid"],"unicode":"f4c0","label":"Hand Holding Dollar","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M312 24l0 10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3s0 0 0 0c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8l0 10.6c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M312 24l0 10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3s0 0 0 0c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8l0 10.6c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"}},"free":["solid"]},"hand-holding-droplet":{"aliases":{"names":["hand-holding-water"],"unicodes":{"secondary":["10f4c1"]}},"changes":["5.0.9","5.13.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blood","carry","covid-19","drought","grow","lift","sanitation"]},"styles":["solid"],"unicode":"f4c1","label":"Hand Holding Droplet","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3l0 1.7c0 53-43 96-96 96s-96-43-96-96l0-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3l0 1.7c0 53-43 96-96 96s-96-43-96-96l0-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"}},"free":["solid"]},"hand-holding-hand":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["care","give","help","hold","protect"]},"styles":["solid"],"unicode":"e4f7","label":"Hand Holding Hand","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32L384 32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-36.8 0-44.9 36c-22.7 18.2-50.9 28-80 28L304 224l-16 0-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-120.6 0L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160c0 0 0 0 0 0l.9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 480 32 480c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32L384 32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-36.8 0-44.9 36c-22.7 18.2-50.9 28-80 28L304 224l-16 0-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-120.6 0L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160c0 0 0 0 0 0l.9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 480 32 480c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"}},"free":["solid"]},"hand-holding-heart":{"aliases":{"unicodes":{"secondary":["10f4be"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","charity","gift","lift","package","wishlist"]},"styles":["solid"],"unicode":"f4be","label":"Hand Holding Heart","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M163.9 136.9c-29.4-29.8-29.4-78.2 0-108s77-29.8 106.4 0l17.7 18 17.7-18c29.4-29.8 77-29.8 106.4 0s29.4 78.2 0 108L310.5 240.1c-6.2 6.3-14.3 9.4-22.5 9.4s-16.3-3.1-22.5-9.4L163.9 136.9zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5L192 512 32 512c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l36.8 0 44.9-36c22.7-18.2 50.9-28 80-28l78.3 0 16 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l120.6 0 119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384c0 0 0 0 0 0l-.9 0c.3 0 .6 0 .9 0z"}},"free":["solid"]},"hand-holding-medical":{"aliases":{"unicodes":{"secondary":["10e05c"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["care","covid-19","donate","help"]},"styles":["solid"],"unicode":"e05c","label":"Hand Holding Medical","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M224 24l0 56-56 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l56 0 0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56 56 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-56 0 0-56c0-13.3-10.7-24-24-24L248 0c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M224 24l0 56-56 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l56 0 0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56 56 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-56 0 0-56c0-13.3-10.7-24-24-24L248 0c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416 272 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-16 0-78.3 0c-29.1 0-57.3 9.9-80 28L68.8 384 32 384c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l160 0 160.5 0c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0c0 0 0 0 0 0c-.3 0-.6 0-.9 0z"}},"free":["solid"]},"hand-lizard":{"aliases":{"unicodes":{"secondary":["10f258"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["game","roshambo"]},"styles":["solid","regular"],"unicode":"f258","label":"Hand Lizard","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 112C0 85.5 21.5 64 48 64l112 0 80 0 46.5 0c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8l0 12 0 16 0 48c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-13.8L273.9 352 240 352l-80 0-48 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l48 0 80 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-80 0L48 160c-26.5 0-48-21.5-48-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 112C0 85.5 21.5 64 48 64l112 0 80 0 46.5 0c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8l0 12 0 16 0 48c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-13.8L273.9 352 240 352l-80 0-48 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l48 0 80 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-80 0L48 160c-26.5 0-48-21.5-48-48z"},"regular":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-104 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l152 0c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4l0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-10.7L281.1 384 136 384c-39.8 0-72-32.2-72-72s32.2-72 72-72l104 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L72 208c-39.8 0-72-32.2-72-72S32.2 64 72 64l209.6 0c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7L512 424c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-107.9c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9L72 112z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24l168 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-104 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l152 0c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4l0 24c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-10.7L281.1 384 136 384c-39.8 0-72-32.2-72-72s32.2-72 72-72l104 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L72 208c-39.8 0-72-32.2-72-72S32.2 64 72 64l209.6 0c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7L512 424c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-107.9c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9L72 112z"}},"free":["regular","solid"]},"hand-middle-finger":{"aliases":{"unicodes":{"composite":["1f595"],"secondary":["10f806"]}},"changes":["5.7.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["finger","flip the bird","gesture","hand","hate","middle finger","rude"]},"styles":["solid"],"unicode":"f806","label":"Hand Middle Finger","voted":true,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M232 0c-22.1 0-40 17.9-40 40l0 164.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48l0 7 0 73c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-55.7c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334L32 372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1L304 512c70.7 0 128-57.3 128-128l0-64 0-32c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2L272 40c0-22.1-17.9-40-40-40z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M232 0c-22.1 0-40 17.9-40 40l0 164.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48l0 7 0 73c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-55.7c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334L32 372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1L304 512c70.7 0 128-57.3 128-128l0-64 0-32c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2L272 40c0-22.1-17.9-40-40-40z"}},"free":["solid"]},"hand-peace":{"aliases":{"unicodes":{"composite":["270c"],"secondary":["10f25b"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hand","rest","truce","v","victory","victory hand"]},"styles":["solid","regular"],"unicode":"f25b","label":"Hand Peace","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M224 0c17.7 0 32 14.3 32 32l0 208-64 0 0-208c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zM93.3 51.2L175.9 240l-69.9 0L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5 69.9 0 26.1 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363l0-27c0-32.7 24.6-59.7 56.3-63.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M224 0c17.7 0 32 14.3 32 32l0 208-64 0 0-208c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zM93.3 51.2L175.9 240l-69.9 0L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5 69.9 0 26.1 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363l0-27c0-32.7 24.6-59.7 56.3-63.5z"},"regular":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320c0 0 0 0 0 0l0 24c0 92.8 75.2 168 168 168l48 0c92.8 0 168-75.2 168-168l0-72 0-16 0-32c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192l0 48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2l-7.4 0-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240 144 240c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2l0 10c0 66.3-53.7 120-120 120l-48 0c-66.3 0-120-53.7-120-120l0-24s0 0 0 0c0-17.7 14.3-32 32-32l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320c0 0 0 0 0 0l0 24c0 92.8 75.2 168 168 168l48 0c92.8 0 168-75.2 168-168l0-72 0-16 0-32c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192l0 48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2l-7.4 0-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240 144 240c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2l0 10c0 66.3-53.7 120-120 120l-48 0c-66.3 0-120-53.7-120-120l0-24s0 0 0 0c0-17.7 14.3-32 32-32l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 0 16z"}},"free":["regular","solid"]},"hand-point-down":{"aliases":{"unicodes":{"secondary":["10f0a7"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["finger","hand-o-down","point"]},"styles":["solid","regular"],"unicode":"f0a7","label":"Hand Point Down","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208-64 0 0 208zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-64 64c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6l0-8.6C384 71.6 312.4 0 224 0L162.3 0C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149l0 27c0 35.3 28.7 64 64 64l88 0c22.1 0 40-17.9 40-40s-17.9-40-40-40l-56 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l56 0c39.8 0 72 32.2 72 72z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208-64 0 0 208zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-64 64c17.7 0 32-14.3 32-32l0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6l0-8.6C384 71.6 312.4 0 224 0L162.3 0C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149l0 27c0 35.3 28.7 64 64 64l88 0c22.1 0 40-17.9 40-40s-17.9-40-40-40l-56 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l56 0c39.8 0 72 32.2 72 72z"},"regular":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z"}},"free":["regular","solid"]},"hand-point-left":{"aliases":{"unicodes":{"secondary":["10f0a5"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","finger","hand-o-left","left","point","previous"]},"styles":["solid","regular"],"unicode":"f0a5","label":"Hand Point Left","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0 0-64L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm-64-64c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32l8.6 0c88.4 0 160-71.6 160-160l0-61.7c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64l0 88c0 22.1 17.9 40 40 40s40-17.9 40-40l0-56c0-8.8 7.2-16 16-16s16 7.2 16 16l0 56c0 39.8-32.2 72-72 72z"},"regular":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z"}},"free":["regular","solid"]},"hand-point-right":{"aliases":{"unicodes":{"secondary":["10f0a4"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["finger","forward","hand-o-right","next","point","right"]},"styles":["solid","regular"],"unicode":"f0a4","label":"Hand Point Right","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm64-64c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32l-8.6 0C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64l0 88c0 22.1-17.9 40-40 40s-40-17.9-40-40l0-56c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 56c0 39.8 32.2 72 72 72z"},"regular":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z"}},"free":["regular","solid"]},"hand-point-up":{"aliases":{"unicodes":{"composite":["261d"],"secondary":["10f0a6"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["finger","hand","hand-o-up","index","index pointing up","point","request","up","upgrade"]},"styles":["solid","regular"],"unicode":"f0a6","label":"Hand Point Up","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32l0 208-64 0L32 32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-64-64c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32l0 208-64 0L32 32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-64-64c17.7 0 32 14.3 32 32l0 48c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6l0 8.6c0 88.4-71.6 160-160 160l-61.7 0c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363l0-27c0-35.3 28.7-64 64-64l88 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-56 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l56 0c39.8 0 72-32.2 72-72z"},"regular":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 64l0 177.6c5.2-1 10.5-1.6 16-1.6l16 0 0-32L96 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0l0 24c0 66.3 53.7 120 120 120l48 0c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-40 0zM0 320s0 0 0 0c0-18 6-34.6 16-48L16 64C16 28.7 44.7 0 80 0s64 28.7 64 64l0 82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64l0 64 0 24c0 92.8-75.2 168-168 168l-48 0C75.2 512 0 436.8 0 344l0-24zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48 0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM160 240c5.5 0 10.9 .7 16 2l0-2 0-32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32 16 0zm64 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 0-16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 24z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 64l0 177.6c5.2-1 10.5-1.6 16-1.6l16 0 0-32L96 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0l0 24c0 66.3 53.7 120 120 120l48 0c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-40 0zM0 320s0 0 0 0c0-18 6-34.6 16-48L16 64C16 28.7 44.7 0 80 0s64 28.7 64 64l0 82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64l0 64 0 24c0 92.8-75.2 168-168 168l-48 0C75.2 512 0 436.8 0 344l0-24zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48 0 16c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64zM160 240c5.5 0 10.9 .7 16 2l0-2 0-32c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 32 16 0zm64 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 0-16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 24z"}},"free":["regular","solid"]},"hand-pointer":{"aliases":{"unicodes":{"secondary":["10f25a"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","cursor","select"]},"styles":["solid","regular"],"unicode":"f25a","label":"Hand Pointer","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40l0 148.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48l0 48 0 16 0 48c0 70.7-57.3 128-128 128l-16 0-64 0-.1 0-5.2 0c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7L128 40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40l0 148.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48l0 48 0 16 0 48c0 70.7-57.3 128-128 128l-16 0-64 0-.1 0-5.2 0c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7L128 40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z"},"regular":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16 0 104c0 39.8-32.2 72-72 72l-56 0-59.8 0-.9 0c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23l0-19.9 0-256zM176 0c-35.3 0-64 28.7-64 64l0 197.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2l.9 0 59.8 0 56 0c66.3 0 120-53.7 120-120l0-104 0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5L240 64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16 0 104c0 39.8-32.2 72-72 72l-56 0-59.8 0-.9 0c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23l0-19.9 0-256zM176 0c-35.3 0-64 28.7-64 64l0 197.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2l.9 0 59.8 0 56 0c66.3 0 120-53.7 120-120l0-104 0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5L240 64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96zm48-16c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-96z"}},"free":["regular","solid"]},"hand-scissors":{"aliases":{"unicodes":{"secondary":["10f257"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cut","game","roshambo"]},"styles":["solid","regular"],"unicode":"f257","label":"Hand Scissors","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9c0 0 0 .1 0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9c0 0 0 .1 0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z"},"regular":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z"}},"free":["regular","solid"]},"hand-sparkles":{"aliases":{"unicodes":{"secondary":["10e05d"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clean","covid-19","hygiene","magic","palm","soap","wash"]},"styles":["solid"],"unicode":"e05d","label":"Hand Sparkles","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0c17.7 0 32 14.3 32 32l0 208c0 8.8 7.2 16 16 16s16-7.2 16-16l0-176c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-112c0-17.7 14.3-32 32-32s32 14.3 32 32l0 195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512l-19.2 0c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6l0-272c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-208c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0c17.7 0 32 14.3 32 32l0 208c0 8.8 7.2 16 16 16s16-7.2 16-16l0-176c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-112c0-17.7 14.3-32 32-32s32 14.3 32 32l0 195.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512l-19.2 0c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6l0-272c0-17.7 14.3-32 32-32s32 14.3 32 32l0 176c0 8.8 7.2 16 16 16s16-7.2 16-16l0-208c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z"}},"free":["solid"]},"hand-spock":{"aliases":{"unicodes":{"composite":["1f596"],"secondary":["10f259"]}},"changes":["4.4.0","5.0.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["finger","hand","live long","palm","prosper","salute","spock","star trek","vulcan","vulcan salute"]},"styles":["solid","regular"],"unicode":"f259","label":"Hand Spock","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64l10.9 0 8.2 0c.1 0 .1-.1 .1-.1s.1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64l10.9 0 8.2 0c.1 0 .1-.1 .1-.1s.1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z"},"regular":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512l-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8l33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M170.2 80.8C161 47 180.8 12 214.6 2.4c34-9.6 69.4 10.2 79 44.2l30.3 107.1L337.1 84c6.6-34.7 40.1-57.5 74.8-50.9c31.4 6 53 33.9 52 64.9c10-2.6 20.8-2.8 31.5-.1c34.3 8.6 55.1 43.3 46.6 77.6L486.7 397.2C469.8 464.7 409.2 512 339.6 512l-33.7 0c-56.9 0-112.2-19-157.2-53.9l-92-71.6c-27.9-21.7-32.9-61.9-11.2-89.8s61.9-32.9 89.8-11.2l17 13.2L100.5 167.5c-13-32.9 3.2-70.1 36-83c11.1-4.4 22.7-5.4 33.7-3.7zm77.1-21.2c-2.4-8.5-11.2-13.4-19.7-11s-13.4 11.2-11 19.7l54.8 182.4c3.5 12.3-3.3 25.2-15.4 29.3s-25.3-2-30-13.9L174.9 138.1c-3.2-8.2-12.5-12.3-20.8-9s-12.3 12.5-9 20.8l73.3 185.6c12 30.3-23.7 57-49.4 37l-63.1-49.1c-7-5.4-17-4.2-22.5 2.8s-4.2 17 2.8 22.5l92 71.6c36.5 28.4 81.4 43.8 127.7 43.8l33.7 0c47.5 0 89-32.4 100.5-78.5l55.4-221.6c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-26 104C435.6 271.8 425 280 413 280c-16.5 0-28.9-15-25.8-31.2L415.7 99c1.7-8.7-4-17.1-12.7-18.7s-17.1 4-18.7 12.7L352.5 260c-2.2 11.6-12.4 20-24.2 20c-11 0-20.7-7.3-23.7-17.9L247.4 59.6z"}},"free":["regular","solid"]},"handcuffs":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrest","criminal","handcuffs","jail","lock","police","wrist"]},"styles":["solid"],"unicode":"e4f8","label":"Handcuffs","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32s32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1l0-16c0-13.3 10.7-24 24-24l8 0c0-17.7 14.3-32 32-32s32 14.3 32 32l8 0c13.3 0 24 10.7 24 24l0 16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"hands":{"aliases":{"names":["sign-language","signing"],"unicodes":{"secondary":["10f2a7"]}},"changes":["4.6.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Translate","asl","deaf","hands"]},"styles":["solid"],"unicode":"f2a7","label":"Hands","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7l0-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8s0 0 0 0s0 0 0 0l43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4l-4.7 0-13.3 0s0 0 0 0L179 216l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352l0 8c0 83.9-68.1 152-152 152l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l92 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 440c-13.3 0-24-10.7-24-24s10.7-24 24-24l124 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L56 368c-13.3 0-24-10.7-24-24s10.7-24 24-24l156 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 296c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0s0 0 0 0s0 0 0 0l93.2 0L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7l0-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8s0 0 0 0s0 0 0 0l43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4l-4.7 0-13.3 0s0 0 0 0L179 216l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352l0 8c0 83.9-68.1 152-152 152l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l92 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 440c-13.3 0-24-10.7-24-24s10.7-24 24-24l124 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L56 368c-13.3 0-24-10.7-24-24s10.7-24 24-24l156 0c6.6 0 12-5.4 12-12s-5.4-12-12-12L88 296c-13.3 0-24-10.7-24-24s10.7-24 24-24l136 0s0 0 0 0s0 0 0 0l93.2 0L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"}},"free":["solid"]},"hands-asl-interpreting":{"aliases":{"names":["american-sign-language-interpreting","asl-interpreting","hands-american-sign-language-interpreting"],"unicodes":{"secondary":["10f2a3"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["asl","deaf","finger","hand","interpret","speak"]},"styles":["solid"],"unicode":"f2a3","label":"Hands Asl Interpreting","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7L0 256c0 70.7 57.3 128 128 128l72 0 8 0 0-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2l0-9.3c0-70.7-57.3-128-128-128l-72 0-8 0 0 .3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7L0 256c0 70.7 57.3 128 128 128l72 0 8 0 0-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2l0-9.3c0-70.7-57.3-128-128-128l-72 0-8 0 0 .3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z"}},"free":["solid"]},"hands-bound":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abduction","bound","handcuff","wrist"]},"styles":["solid"],"unicode":"e4f9","label":"Hands Bound","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32l0 64 0 59.1 0 .7L32 192l0 21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352l-3.6 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 128 0 64 0 128 0 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-3.6 0 85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7l0-21.9 0-36.2 0-.7L608 96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64 0 48.8-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1l0 61.9 0 32-64 0 0-32 0-61.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8 96 96l0-64zm64 448l0 32 128 0 0-32 64 0 0 32 128 0 0-32 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0-128 0-64 0-128 0-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32l0 64 0 59.1 0 .7L32 192l0 21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352l-3.6 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0 128 0 64 0 128 0 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-3.6 0 85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7l0-21.9 0-36.2 0-.7L608 96l0-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64 0 48.8-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1l0 61.9 0 32-64 0 0-32 0-61.9c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8 96 96l0-64zm64 448l0 32 128 0 0-32 64 0 0 32 128 0 0-32 32 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-32 0-128 0-64 0-128 0-32 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l32 0z"}},"free":["solid"]},"hands-bubbles":{"aliases":{"names":["hands-wash"],"unicodes":{"secondary":["10e05e"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","hygiene","soap","wash"]},"styles":["solid"],"unicode":"e05e","label":"Hands Bubbles","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7l0-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8s0 0 0 0s0 0 0 0l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4l4.7 0 13.3 0s0 0 0 0l31.8 0 23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352l0 8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-92 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-124 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l156 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-156 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-136 0s0 0 0 0s0 0 0 0l-93.2 0L305 219.1c15-9.4 19.5-29.1 10.2-44.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7l0-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8s0 0 0 0s0 0 0 0l-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.8 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4l4.7 0 13.3 0s0 0 0 0l31.8 0 23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352l0 8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-92 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-124 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l156 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-156 0c-6.6 0-12-5.4-12-12s5.4-12 12-12l124 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-136 0s0 0 0 0s0 0 0 0l-93.2 0L305 219.1c15-9.4 19.5-29.1 10.2-44.1z"}},"free":["solid"]},"hands-clapping":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["applause","clap","clapping hands","hand"]},"styles":["solid"],"unicode":"e1a8","label":"Hands Clapping","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M336 16l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M336 16l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16l0-39.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 153.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z"}},"free":["solid"]},"hands-holding":{"aliases":{"unicodes":{"secondary":["10f4c2"]}},"changes":["5.0.9","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","hold","lift"]},"styles":["solid"],"unicode":"f4c2","label":"Hands Holding","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104l0 56 0 64L0 325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7l66.7 0c26.5 0 48-21.5 48-48l0-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3c0 0 0 0 0 0l-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3L80 224l0-80 0-40zm480 0l0 40 0 80 0 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2c0 0 0 0 0 0l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2l0 78.9c0 26.5 21.5 48 48 48l66.7 0c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 224l0-64 0-56c0-22.1-17.9-40-40-40s-40 17.9-40 40z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104l0 56 0 64L0 325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7l66.7 0c26.5 0 48-21.5 48-48l0-78.9c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3c0 0 0 0 0 0l-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3L80 224l0-80 0-40zm480 0l0 40 0 80 0 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2c0 0 0 0 0 0l-25.3 25.3c-21 21-32.8 49.5-32.8 79.2l0 78.9c0 26.5 21.5 48 48 48l66.7 0c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9L640 224l0-64 0-56c0-22.1-17.9-40-40-40s-40 17.9-40 40z"}},"free":["solid"]},"hands-holding-child":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["care","give","help","hold","parent","protect"]},"styles":["solid"],"unicode":"e4fa","label":"Hands Holding Child","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35-7.6 0-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35-7.6 0-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z"}},"free":["solid"]},"hands-holding-circle":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["circle","gift","protection"]},"styles":["solid"],"unicode":"e4fb","label":"Hands Holding Circle","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40l0 40 0 80 0 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2c0 0 0 0 0 0l25.3 25.3c21 21 32.8 49.5 32.8 79.2l0 78.9c0 26.5-21.5 48-48 48l-66.7 0c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5L0 224l0-64 0-56C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40l0 56 0 64 0 101.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7L400 512c-26.5 0-48-21.5-48-48l0-78.9c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3c0 0 0 0 0 0l15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3l0-40.2 0-80 0-40c0-22.1 17.9-40 40-40z"}},"free":["solid"]},"hands-praying":{"aliases":{"names":["praying-hands"],"unicodes":{"secondary":["10f684"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["kneel","preach","religion","worship"]},"styles":["solid"],"unicode":"f684","label":"Hands Praying","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4l0 73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384l0 96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7L336 224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8l0 84.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480l0-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2l0-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4l0 73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384l0 96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7L336 224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8l0 84.9c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-17.7 14.3-32 32-32s32 14.3 32 32l0 118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480l0-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2l0-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z"}},"free":["solid"]},"handshake":{"aliases":{"unicodes":{"secondary":["10f2b5"]}},"changes":["4.7.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agreement","greeting","meeting","partnership"]},"styles":["solid","regular"],"unicode":"f2b5","label":"Handshake","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48 0 224 28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16L0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-80 0zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-208c0-8.8-7.2-16-16-16l-80 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48 0 224 28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16L0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-80 0zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-208c0-8.8-7.2-16-16-16l-80 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"},"regular":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176L96 176l0 128c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7c0 0 0 0 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128l38.9 0 40 0 40 0c8.8 0 16 7.2 16 16l0 208c0 17.7-14.3 32-32 32l-32 0c-11.8 0-22.2-6.4-27.7-16l-84.9 0c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384l-32 0c-17.7 0-32-14.3-32-32L0 144c0-8.8 7.2-16 16-16l40 0 40 0 19.8 0c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64L259 64c4.4 0 8.9 .2 13.2 .6zM544 320l0-144-48 0c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1l74.8 0zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176L96 176l0 128c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7c0 0 0 0 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128l38.9 0 40 0 40 0c8.8 0 16 7.2 16 16l0 208c0 17.7-14.3 32-32 32l-32 0c-11.8 0-22.2-6.4-27.7-16l-84.9 0c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384l-32 0c-17.7 0-32-14.3-32-32L0 144c0-8.8 7.2-16 16-16l40 0 40 0 19.8 0c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64L259 64c4.4 0 8.9 .2 13.2 .6zM544 320l0-144-48 0c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1l74.8 0zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["regular","solid"]},"handshake-angle":{"aliases":{"names":["hands-helping"],"unicodes":{"secondary":["10f4c4"]}},"changes":["5.0.9","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aid","assistance","handshake","partnership","volunteering"]},"styles":["solid"],"unicode":"f4c4","label":"Handshake Angle","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M544 248l0 3.3 69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5L296 64c-37.1 0-67.6 28-71.6 64l-.4 0 0 120c0 22.1 17.9 40 40 40s40-17.9 40-40l0-72c0 0 0-.1 0-.1l0-15.9 16 0 136 0c0 0 0 0 .1 0l7.9 0c44.2 0 80 35.8 80 80l0 8zM336 192l0 56c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-118.6c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1l160 0c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16l2.7 0c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8l0-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M544 248l0 3.3 69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5L296 64c-37.1 0-67.6 28-71.6 64l-.4 0 0 120c0 22.1 17.9 40 40 40s40-17.9 40-40l0-72c0 0 0-.1 0-.1l0-15.9 16 0 136 0c0 0 0 0 .1 0l7.9 0c44.2 0 80 35.8 80 80l0 8zM336 192l0 56c0 39.8-32.2 72-72 72s-72-32.2-72-72l0-118.6c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1l160 0c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16l2.7 0c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8l0-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z"}},"free":["solid"]},"handshake-simple":{"aliases":{"names":["handshake-alt"],"unicodes":{"composite":["1f91d"],"secondary":["10f4c6"]}},"changes":["5.0.9","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agreement","greeting","hand","handshake","meeting","partnership","shake"]},"styles":["solid"],"unicode":"f4c6","label":"Handshake Simple","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48-80 0c-26.5 0-48 21.5-48 48L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48-80 0c-26.5 0-48 21.5-48 48L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z"}},"free":["solid"]},"handshake-simple-slash":{"aliases":{"names":["handshake-alt-slash"],"unicodes":{"secondary":["10e05f"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["broken","covid-19","disabled","social distance"]},"styles":["solid"],"unicode":"e05f","label":"Handshake Simple Slash","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM0 176L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352l41.8 0c26.5 0 48-21.5 48-48l0-128c0-26.5-21.5-48-48-48l-76 0-4 0-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM0 176L0 304c0 26.5 21.5 48 48 48l108.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176z"}},"free":["solid"]},"handshake-slash":{"aliases":{"unicodes":{"secondary":["10e060"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["broken","covid-19","disabled","social distance"]},"styles":["solid"],"unicode":"e060","label":"Handshake Slash","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM96 171.6L40.6 128 0 128 0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-180.4zM413.6 421.9L128 196.9 128 352l28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-96 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8 512 128l-.7 0-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM96 171.6L40.6 128 0 128 0 352c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-180.4zM413.6 421.9L128 196.9 128 352l28.2 0 91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128l0 224c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-224-96 0zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"}},"free":["solid"]},"hanukiah":{"aliases":{"unicodes":{"composite":["1f54e"],"secondary":["10f6e6"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["candelabrum","candle","candlestick","hanukkah","jewish","judaism","light","menorah","religion"]},"styles":["solid"],"unicode":"f6e6","label":"Hanukiah","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176L96 320c-17.7 0-32-14.3-32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 53 43 96 96 96l192 0 0 64-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-64 192 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32l-192 0 0-176z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16l0 96 0 16 32 0 0-16 0-96c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176L96 320c-17.7 0-32-14.3-32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 53 43 96 96 96l192 0 0 64-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-128 0 0-64 192 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32l-192 0 0-176z"}},"free":["solid"]},"hard-drive":{"aliases":{"names":["hdd"],"unicodes":{"composite":["1f5b4"],"secondary":["10f0a0"]}},"changes":["2.0.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Hard Disk","cpu","hard drive","harddrive","machine","save","storage"]},"styles":["solid","regular"],"unicode":"f0a0","label":"Hard Drive","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 184.4c-17-15.2-39.4-24.4-64-24.4L64 256c-24.6 0-47 9.2-64 24.4L0 96zM64 288l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 184.4c-17-15.2-39.4-24.4-64-24.4L64 256c-24.6 0-47 9.2-64 24.4L0 96zM64 288l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"},"regular":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 162c5.1-1.3 10.5-2 16-2l384 0c5.5 0 10.9 .7 16 2l0-162c0-8.8-7.2-16-16-16L64 80zM48 320l0 96c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L64 304c-8.8 0-16 7.2-16 16zM0 320L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 224 0 96c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-96zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 162c5.1-1.3 10.5-2 16-2l384 0c5.5 0 10.9 .7 16 2l0-162c0-8.8-7.2-16-16-16L64 80zM48 320l0 96c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16L64 304c-8.8 0-16 7.2-16 16zM0 320L0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 224 0 96c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-96zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["regular","solid"]},"hashnode":{"changes":["6.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e499","label":"Hashnode","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z"}},"free":["brands"]},"hashtag":{"aliases":{"unicodes":{"composite":["f292"],"primary":["f292"],"secondary":["1023","10f292"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Number Sign","Twitter","instagram","pound","social media","tag"]},"styles":["solid"],"unicode":"23","label":"Hashtag","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128l95.1 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0L325.8 320l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7-95.1 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384 32 384c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 21.3-128L64 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320l95.1 0 21.3-128-95.1 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128l95.1 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0L325.8 320l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7-95.1 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384 32 384c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 21.3-128L64 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320l95.1 0 21.3-128-95.1 0z"}},"free":["solid"]},"hat-cowboy":{"aliases":{"unicodes":{"secondary":["10f8c0"]}},"changes":["5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},"styles":["solid"],"unicode":"f8c0","label":"Hat Cowboy","voted":false,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z"}},"free":["solid"]},"hat-cowboy-side":{"aliases":{"unicodes":{"secondary":["10f8c1"]}},"changes":["5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buckaroo","horse","jackeroo","john b.","old west","pardner","ranch","rancher","rodeo","western","wrangler"]},"styles":["solid"],"unicode":"f8c1","label":"Hat Cowboy Side","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1l10.7 0c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32l-2.7 0c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64l480 0L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9l-10.7 0c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2L0 384z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1l10.7 0c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32l-2.7 0c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64l480 0L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9l-10.7 0c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2L0 384z"}},"free":["solid"]},"hat-wizard":{"aliases":{"unicodes":{"secondary":["10f6e8"]}},"changes":["5.4.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","accessory","buckle","clothing","d&d","dnd","fantasy","halloween","head","holiday","mage","magic","pointy","witch"]},"styles":["solid"],"unicode":"f6e8","label":"Hat Wizard","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6l0 1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416l-207.1 0 11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416 64 416zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6l0 1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416l-207.1 0 11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416 64 416zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"head-side-cough":{"aliases":{"unicodes":{"secondary":["10e061"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cough","covid-19","germs","lungs","respiratory","sick","uer"]},"styles":["solid"],"unicode":"e061","label":"Head Side Cough","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416l0 16c0 26.5-21.5 48-48 48l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416l0 16c0 26.5-21.5 48-48 48l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"head-side-cough-slash":{"aliases":{"unicodes":{"secondary":["10e062"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cough","covid-19","disabled","germs","lungs","respiratory","sick","uer"]},"styles":["solid"],"unicode":"e062","label":"Head Side Cough Slash","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8l-3.9 0c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8l-3.9 0c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320s0 0 0 0l0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480l-80 0 0 8c0 13.3-10.7 24-24 24l-40 0s0 0 0 0L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"head-side-mask":{"aliases":{"unicodes":{"secondary":["10e063"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","uer","virus"]},"styles":["solid"],"unicode":"e063","label":"Head Side Mask","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31l0 160-128 0c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2L336 272c-21.7 0-41.3 8.6-55.7 22.6zM336 304l198 0s0 0 0 0l10 0-19.7 64L368 368c-8.8 0-16 7.2-16 16s7.2 16 16 16l146.5 0-9.8 32L368 432c-8.8 0-16 7.2-16 16s7.2 16 16 16l126.8 0-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2L288 512l0-160c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31l0 160-128 0c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2L336 272c-21.7 0-41.3 8.6-55.7 22.6zM336 304l198 0s0 0 0 0l10 0-19.7 64L368 368c-8.8 0-16 7.2-16 16s7.2 16 16 16l146.5 0-9.8 32L368 432c-8.8 0-16 7.2-16 16s7.2 16 16 16l126.8 0-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2L288 512l0-160c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"head-side-virus":{"aliases":{"unicodes":{"secondary":["10e064"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","coronavirus","covid-19","flu","infection","pandemic","sick","uer"]},"styles":["solid"],"unicode":"e064","label":"Head Side Virus","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320l0 64c0 35.3-28.7 64-64 64l-64 0 0 32c0 17.7-14.3 32-32 32L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 224.2C0 100.6 100.2 0 224 0l24 0c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8L448 320l0 64c0 35.3-28.7 64-64 64l-64 0 0 32c0 17.7-14.3 32-32 32L96 512c-17.7 0-32-14.3-32-32l0-72.7c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"}},"free":["solid"]},"heading":{"aliases":{"names":["header"],"unicodes":{"secondary":["10f1dc"]}},"changes":["4.1.0","5.0.0","5.9.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["format","header","text","title"]},"styles":["solid"],"unicode":"f1dc","label":"Heading","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 112 224 0 0-112-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 144 0 176 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-144-224 0 0 144 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-176L48 96 32 96C14.3 96 0 81.7 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 112 224 0 0-112-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 144 0 176 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-144-224 0 0 144 16 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-48 0-48 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l16 0 0-176L48 96 32 96C14.3 96 0 81.7 0 64z"}},"free":["solid"]},"headphones":{"aliases":{"unicodes":{"composite":["1f3a7"],"secondary":["10f025"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","earbud","headphone","listen","music","sound","speaker"]},"styles":["solid"],"unicode":"f025","label":"Headphones","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80l0-16 0-48 0-48C0 146.6 114.6 32 256 32s256 114.6 256 256l0 48 0 48 0 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48l0 128c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80l0-16 0-48 0-48C0 146.6 114.6 32 256 32s256 114.6 256 256l0 48 0 48 0 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48l0-128c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z"}},"free":["solid"]},"headphones-simple":{"aliases":{"names":["headphones-alt"],"unicodes":{"secondary":["10f58f"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","listen","music","sound","speaker"]},"styles":["solid"],"unicode":"f58f","label":"Headphones Simple","voted":true,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 80C141.1 80 48 173.1 48 288l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 288C0 146.6 114.6 32 256 32s256 114.6 256 256l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64l16 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-64zm288-64c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l16 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 80C141.1 80 48 173.1 48 288l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 288C0 146.6 114.6 32 256 32s256 114.6 256 256l0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-104c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64l16 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-64zm288-64c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l16 0z"}},"free":["solid"]},"headset":{"aliases":{"unicodes":{"secondary":["10f590"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","gamer","gaming","listen","live chat","microphone","shot caller","sound","support","telemarketer"]},"styles":["solid"],"unicode":"f590","label":"Headset","voted":true,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48C141.1 48 48 141.1 48 256l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40C0 114.6 114.6 0 256 0S512 114.6 512 256l0 144.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24l-32 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l32 0c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40L464 256c0-114.9-93.1-208-208-208zM144 208l16 0c17.7 0 32 14.3 32 32l0 112c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-48c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64l0 48c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-112c0-17.7 14.3-32 32-32l16 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48C141.1 48 48 141.1 48 256l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40C0 114.6 114.6 0 256 0S512 114.6 512 256l0 144.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24l-32 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l32 0c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40L464 256c0-114.9-93.1-208-208-208zM144 208l16 0c17.7 0 32 14.3 32 32l0 112c0 17.7-14.3 32-32 32l-16 0c-35.3 0-64-28.7-64-64l0-48c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64l0 48c0 35.3-28.7 64-64 64l-16 0c-17.7 0-32-14.3-32-32l0-112c0-17.7 14.3-32 32-32l16 0z"}},"free":["solid"]},"heart":{"aliases":{"unicodes":{"composite":["1f499","1f49a","1f49b","1f49c","1f5a4","1f90d","1f90e","1f9e1","2665","2764","f08a"],"secondary":["10f004"]}},"changes":["1.0.0","5.0.0","5.0.9","5.10.1","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ace","black","black heart","blue","blue heart","brown","brown heart","card","evil","favorite","game","green","green heart","heart","heart suit","like","love","orange","orange heart","purple","purple heart","red heart","relationship","valentine","white","white heart","wicked","wishlist","yellow","yellow heart"]},"styles":["solid","regular"],"unicode":"f004","label":"Heart","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8l0-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5l0 3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20-.1-.1s0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5l0 3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2l0-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"}},"free":["regular","solid"]},"heart-circle-bolt":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cardiogram","ekg","electric","heart","love","pacemaker"]},"styles":["solid"],"unicode":"e4fc","label":"Heart Circle Bolt","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"}},"free":["solid"]},"heart-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["enable","favorite","heart","love","not affected","ok","okay","validate","working"]},"styles":["solid"],"unicode":"e4fd","label":"Heart Circle Check","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"heart-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["failed","favorite","heart","love"]},"styles":["solid"],"unicode":"e4fe","label":"Heart Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"heart-circle-minus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["favorite","heart","love"]},"styles":["solid"],"unicode":"e4ff","label":"Heart Circle Minus","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z"}},"free":["solid"]},"heart-circle-plus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["favorite","heart","love"]},"styles":["solid"],"unicode":"e500","label":"Heart Circle Plus","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"heart-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["favorite","heart","love","uncheck"]},"styles":["solid"],"unicode":"e501","label":"Heart Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6l0-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1l0 5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"heart-crack":{"aliases":{"names":["heart-broken"],"unicodes":{"composite":["1f494"],"secondary":["10f7a9"]}},"changes":["5.6.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["break","breakup","broken","broken heart","crushed","dislike","dumped","grief","love","lovesick","relationship","sad"]},"styles":["solid"],"unicode":"f7a9","label":"Heart Crack","voted":true,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1l0 5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1l0 5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141z"}},"free":["solid"]},"heart-pulse":{"aliases":{"names":["heartbeat"],"unicodes":{"secondary":["10f21e"]}},"changes":["4.3.0","5.0.0","5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ekg","electrocardiogram","health","lifeline","vital signs"]},"styles":["solid"],"unicode":"f21e","label":"Heart Pulse","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4l87 0c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31l104.5 0c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240l-132 0c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9L16 240c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1l0 5.8c0 16.9-2.8 33.5-8.3 49.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4l87 0c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31l104.5 0c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240l-132 0c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9L16 240c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9l0-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1l0 5.8c0 16.9-2.8 33.5-8.3 49.1z"}},"free":["solid"]},"helicopter":{"aliases":{"unicodes":{"composite":["1f681"],"secondary":["10f533"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airwolf","apache","chopper","flight","fly","helicopter","travel","vehicle"]},"styles":["solid"],"unicode":"f533","label":"Helicopter","voted":true,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 32c0-17.7 14.3-32 32-32L544 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L384 64l0 64 32 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-160 0-64 0c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64L48 64c10.1 0 19.6 4.7 25.6 12.8L112 128l208 0 0-64L160 64c-17.7 0-32-14.3-32-32zM384 320l128 0 0-32c0-53-43-96-96-96l-32 0 0 128zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l280.2 0c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 32c0-17.7 14.3-32 32-32L544 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L384 64l0 64 32 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-160 0-64 0c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64L48 64c10.1 0 19.6 4.7 25.6 12.8L112 128l208 0 0-64L160 64c-17.7 0-32-14.3-32-32zM384 320l128 0 0-32c0-53-43-96-96-96l-32 0 0 128zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5L256 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l280.2 0c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"}},"free":["solid"]},"helicopter-symbol":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chopper","helicopter","landing pad","whirlybird"]},"styles":["solid"],"unicode":"e502","label":"Helicopter Symbol","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M445.3 224l64.7 0C495.6 108.2 403.8 16.4 288 2l0 64.7C368.4 80.1 431.9 143.6 445.3 224zM510 288l-64.7 0C431.9 368.4 368.4 431.9 288 445.3l0 64.7c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510l0-64.7C143.6 431.9 80.1 368.4 66.7 288L2 288zm0-64l64.7 0C80.1 143.6 143.6 80.1 224 66.7L224 2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 96 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-96 0 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M445.3 224l64.7 0C495.6 108.2 403.8 16.4 288 2l0 64.7C368.4 80.1 431.9 143.6 445.3 224zM510 288l-64.7 0C431.9 368.4 368.4 431.9 288 445.3l0 64.7c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510l0-64.7C143.6 431.9 80.1 368.4 66.7 288L2 288zm0-64l64.7 0C80.1 143.6 143.6 80.1 224 66.7L224 2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 96 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-96 0 0-64z"}},"free":["solid"]},"helmet-safety":{"aliases":{"names":["hard-hat","hat-hard"],"unicodes":{"secondary":["10f807"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["construction","hardhat","helmet","maintenance","safety"]},"styles":["solid"],"unicode":"f807","label":"Helmet Safety","voted":true,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M256 32c-17.7 0-32 14.3-32 32l0 2.3 0 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288l0 64 512 0 0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1l0-99.6 0-2.3c0-17.7-14.3-32-32-32l-64 0zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6L16.6 384z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M256 32c-17.7 0-32 14.3-32 32l0 2.3 0 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288l0 64 512 0 0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1l0-99.6 0-2.3c0-17.7-14.3-32-32-32l-64 0zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6L16.6 384z"}},"free":["solid"]},"helmet-un":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["helmet","united nations"]},"styles":["solid"],"unicode":"e503","label":"Helmet Un","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240l0 56.3C0 344.8 39.2 384 87.7 384L200 384l14.9 0L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.5 0-1.5-1.5L368 288l80 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.5 0zM320 417.2l-78-73.7L274.4 288l45.6 0 0 129.2zM285.3 103.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240l0 56.3C0 344.8 39.2 384 87.7 384L200 384l14.9 0L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.5 0-1.5-1.5L368 288l80 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.5 0zM320 417.2l-78-73.7L274.4 288l45.6 0 0 129.2zM285.3 103.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"hexagon-nodes":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["action","ai","artificial intelligence","cluster","graph","language","llm","model","network","neuronal"]},"styles":["solid"],"unicode":"e699","label":"Hexagon Nodes","voted":false,"svg":{"solid":{"last_modified":1721914390,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6l0 98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3 .8 2.6 1.5 4 2.1l0 90.8c-1.3 .6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380S57.2 416 84 400.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7L88 306.1c-2.6-1.8-5.2-3.3-8-4.7l0-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6l0 98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6l0-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1l0-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5S390.8 96 364 111.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7L360 205.9c2.6 1.8 5.2 3.3 8 4.7l0 90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4 .2-2.8 .2-4.3c0-22.3-13.1-41.6-32-50.6l0-98.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6l0 98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3 .8 2.6 1.5 4 2.1l0 90.8c-1.3 .6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380S57.2 416 84 400.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7L88 306.1c-2.6-1.8-5.2-3.3-8-4.7l0-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6l0 98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6l0-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1l0-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5S390.8 96 364 111.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7L360 205.9c2.6 1.8 5.2 3.3 8 4.7l0 90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4 .2-2.8 .2-4.3c0-22.3-13.1-41.6-32-50.6l0-98.8z"}},"free":["solid"]},"hexagon-nodes-bolt":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["LLM","action","ai","artificial intelligence","cluster","graph","language","llm","model","network","neuronal"]},"styles":["solid"],"unicode":"e69a","label":"Hexagon Nodes Bolt","voted":false,"svg":{"solid":{"last_modified":1721914390,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6l0 98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3 .8 2.6 1.5 4 2.1l0 90.8c-1.3 .6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380S57.2 416 84 400.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7L88 306.1c-2.6-1.8-5.2-3.3-8-4.7l0-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6l0 98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56c30.7 0 55.6-24.7 56-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9l0-98.8c2.8-1.3 5.5-2.9 8-4.7l10.5 6c5.5-15.3 13.1-29.5 22.4-42.5l-9.1-5.2c.1-1.4 .2-2.8 .2-4.3c0-22.3-13.1-41.6-32-50.6l0-98.8zM440.5 132C425 105.2 390.8 96 364 111.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7L360 205.9c.4 .3 .8 .6 1.3 .9c21.7-9.5 45.6-14.8 70.8-14.8c2 0 4 0 5.9 .1c12.1-17.3 13.8-40.6 2.6-60.1zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6l0 98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3 .8 2.6 1.5 4 2.1l0 90.8c-1.3 .6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380S57.2 416 84 400.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7L88 306.1c-2.6-1.8-5.2-3.3-8-4.7l0-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6l0 98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56c30.7 0 55.6-24.7 56-55.2c-7.5-12.9-13.5-26.8-17.6-41.5c-4.2-4-9.1-7.3-14.4-9.9l0-98.8c2.8-1.3 5.5-2.9 8-4.7l10.5 6c5.5-15.3 13.1-29.5 22.4-42.5l-9.1-5.2c.1-1.4 .2-2.8 .2-4.3c0-22.3-13.1-41.6-32-50.6l0-98.8zM440.5 132C425 105.2 390.8 96 364 111.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7L360 205.9c.4 .3 .8 .6 1.3 .9c21.7-9.5 45.6-14.8 70.8-14.8c2 0 4 0 5.9 .1c12.1-17.3 13.8-40.6 2.6-60.1zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"}},"free":["solid"]},"highlighter":{"aliases":{"unicodes":{"secondary":["10f591"]}},"changes":["5.1.0","5.10.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","marker","modify","sharpie","update","write"]},"styles":["solid"],"unicode":"f591","label":"Highlighter","voted":true,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5s0 0 0 0l0-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5L224 416l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24l0-4.7c0-6.4 2.5-12.5 7-17z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5s0 0 0 0l0-71.7c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5L224 416l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7L24 512c-13.3 0-24-10.7-24-24l0-4.7c0-6.4 2.5-12.5 7-17z"}},"free":["solid"]},"hill-avalanche":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mudslide","snow","winter"]},"styles":["solid"],"unicode":"e507","label":"Hill Avalanche","voted":false,"svg":{"solid":{"last_modified":1720277406,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87z"}},"free":["solid"]},"hill-rockslide":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mudslide"]},"styles":["solid"],"unicode":"e508","label":"Hill Rockslide","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2l-53.3 0c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9l0-53.3c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9l0 53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2l-53.3 0c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3L0 432c0 44.2 35.8 80 80 80l316.7 0c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9l0-53.3c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9l0 53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"hippo":{"aliases":{"unicodes":{"composite":["1f99b"],"secondary":["10f6ed"]}},"changes":["5.4.0","5.10.1","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","fauna","hippo","hippopotamus","hungry","mammal"]},"styles":["solid"],"unicode":"f6ed","label":"Hippo","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2l32 0c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-16-64 0 0 16c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2l0 10.8c0 17.7 14.3 32 32 32l32 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12l0 76c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-118.9L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1 7.2 0L256 64l32 0c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2l32 0c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-16-64 0 0 16c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-17.6c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2l0 10.8c0 17.7 14.3 32 32 32l32 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-76c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12l0 76c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-118.9L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1 7.2 0L256 64l32 0c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"hips":{"changes":["5.0.5"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f452","label":"Hips","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z"}},"free":["brands"]},"hire-a-helper":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b0","label":"HireAHelper","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z"}},"free":["brands"]},"hive":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07f","label":"Hive Blockchain Network","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z"}},"free":["brands"]},"hockey-puck":{"aliases":{"unicodes":{"secondary":["10f453"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ice","nhl","sport"]},"styles":["solid"],"unicode":"f453","label":"Hockey Puck","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6L512 352c0 53-114.6 96-256 96S0 405 0 352L0 222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6L512 352c0 53-114.6 96-256 96S0 405 0 352L0 222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z"}},"free":["solid"]},"holly-berry":{"aliases":{"unicodes":{"secondary":["10f7aa"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["catwoman","christmas","decoration","flora","halle","holiday","ororo munroe","plant","storm","xmas"]},"styles":["solid"],"unicode":"f7aa","label":"Holly Berry","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72l0 22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7l0-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8l0 32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8l0-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72l0 22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7l0-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8l0 32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8l0-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"hooli":{"changes":["5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f427","label":"Hooli","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"}},"free":["brands"]},"hornbill":{"changes":["5.1.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f592","label":"Hornbill","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"}},"free":["brands"]},"horse":{"aliases":{"unicodes":{"composite":["1f40e"],"secondary":["10f6f0"]}},"changes":["5.4.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["equestrian","equus","fauna","horse","mammmal","mare","neigh","pony","racehorse","racing"]},"styles":["solid"],"unicode":"f6f0","label":"Horse","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M448 238.1l0-78.1 16 0 9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1L576 80c0-19.1-8.4-36.3-21.7-48l5.7 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L480 0 448 0C377.3 0 320 57.3 320 128l-96 0-20.8 0-54.4 0c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256l0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-56c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9l33.7 0c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8L320 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-164.3c19.2-19.2 31.5-45.7 32-75.7c0 0 0 0 0 0l0-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M448 238.1l0-78.1 16 0 9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1L576 80c0-19.1-8.4-36.3-21.7-48l5.7 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L480 0 448 0C377.3 0 320 57.3 320 128l-96 0-20.8 0-54.4 0c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256l0 56c0 13.3 10.7 24 24 24s24-10.7 24-24l0-56c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9l33.7 0c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8L320 480c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-164.3c19.2-19.2 31.5-45.7 32-75.7c0 0 0 0 0 0l0-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"horse-head":{"aliases":{"unicodes":{"secondary":["10f7ab"]}},"changes":["5.6.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["equus","fauna","mammmal","mare","neigh","pony"]},"styles":["solid"],"unicode":"f7ab","label":"Horse Head","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 464l0-147.1c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1l-3.4 0c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4c0 0 0 0-.1 0c0 0 0 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c0 0 0 0 0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8L112 512c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 464l0-147.1c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1l-3.4 0c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4c0 0 0 0-.1 0c0 0 0 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c0 0 0 0 0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8L112 512c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"hospital":{"aliases":{"names":["hospital-alt","hospital-wide"],"unicodes":{"composite":["1f3e5","f47d"],"primary":["f47d"],"secondary":["10f0f8","10f47d"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","covid-19","doctor","emergency room","hospital","medical center","medicine"]},"styles":["solid","regular"],"unicode":"f0f8","label":"Hospital","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 48c0-26.5 21.5-48 48-48L400 0c26.5 0 48 21.5 48 48l0 464-80 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-80 0 0-464zM48 96l112 0 0 416L48 512c-26.5 0-48-21.5-48-48L0 320l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 288l0-64 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 192l0-48c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 144c0 26.5-21.5 48-48 48l-112 0 0-416 112 0zM312 64c-8.8 0-16 7.2-16 16l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 48c0-26.5 21.5-48 48-48L400 0c26.5 0 48 21.5 48 48l0 464-80 0 0-80c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 80-80 0 0-464zM48 96l112 0 0 416L48 512c-26.5 0-48-21.5-48-48L0 320l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 288l0-64 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L0 192l0-48c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 144c0 26.5-21.5 48-48 48l-112 0 0-416 112 0zM312 64c-8.8 0-16 7.2-16 16l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0z"},"regular":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M232 0c-39.8 0-72 32.2-72 72l0 8L72 80C32.2 80 0 112.2 0 152L0 440c0 39.8 32.2 72 72 72l.2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0s0 0 0 0l272 0 8 0s0 0 0 0l104 0c39.8 0 72-32.2 72-72l0-288c0-39.8-32.2-72-72-72l-88 0 0-8c0-39.8-32.2-72-72-72L232 0zM480 128l88 0c13.3 0 24 10.7 24 24l0 40-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 48-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 104c0 13.3-10.7 24-24 24l-88 0 0-128 0-208zM72 128l88 0 0 336c0 0 0 0-.1 0l-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0c-13.2 0-24-10.7-24-24l0-104 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-48 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-40c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24l176 0c13.3 0 24 10.7 24 24l0 264 0 128-64 0 0-64c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 64-64 0 0-392zm88 24l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M232 0c-39.8 0-72 32.2-72 72l0 8L72 80C32.2 80 0 112.2 0 152L0 440c0 39.8 32.2 72 72 72l.2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0s0 0 0 0l272 0 8 0s0 0 0 0l104 0c39.8 0 72-32.2 72-72l0-288c0-39.8-32.2-72-72-72l-88 0 0-8c0-39.8-32.2-72-72-72L232 0zM480 128l88 0c13.3 0 24 10.7 24 24l0 40-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 48-56 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0 0 104c0 13.3-10.7 24-24 24l-88 0 0-128 0-208zM72 128l88 0 0 336c0 0 0 0-.1 0l-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0c-13.2 0-24-10.7-24-24l0-104 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-48 56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0 0-40c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24l176 0c13.3 0 24 10.7 24 24l0 264 0 128-64 0 0-64c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 64-64 0 0-392zm88 24l0 24-24 0c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l24 0 0 24c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-24 24 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-24 0 0-24c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"}},"free":["regular","solid"]},"hospital-user":{"aliases":{"unicodes":{"secondary":["10f80d"]}},"changes":["5.7.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","doctor","network","patient","primary care","uer"]},"styles":["solid"],"unicode":"f80d","label":"Hospital User","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 256l144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 288l0 64 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 384l0 80c0 26.5 21.5 48 48 48l217.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L320 48c0-26.5-21.5-48-48-48L48 0zM152 64l16 0c8.8 0 16 7.2 16 16l0 24 24 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-24 0 0 24c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-24-24 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16l24 0 0-24c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 256l144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 288l0 64 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L0 384l0 80c0 26.5 21.5 48 48 48l217.9 0c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2l0-95.9L320 48c0-26.5-21.5-48-48-48L48 0zM152 64l16 0c8.8 0 16 7.2 16 16l0 24 24 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-24 0 0 24c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-24-24 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16l24 0 0-24c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9l218.2 0c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1l-101.8 0c-51.4 0-93.1 41.7-93.1 93.1z"}},"free":["solid"]},"hot-tub-person":{"aliases":{"names":["hot-tub"],"unicodes":{"secondary":["10f593"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["jacuzzi","spa","uer"]},"styles":["solid"],"unicode":"f593","label":"Hot Tub Person","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2l0-5.2zM0 320l0 16L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-170.7 0c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96l0 64zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm112 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2l0-5.2c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2l0-5.2zM0 320l0 16L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-170.7 0c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96l0 64zm128 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zm112 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16l0 96c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24l0 5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5l0 13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2l0-5.2c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z"}},"free":["solid"]},"hotdog":{"aliases":{"unicodes":{"composite":["1f32d"],"secondary":["10f80f"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bun","chili","frankfurt","frankfurter","hot dog","hotdog","kosher","polish","sandwich","sausage","vienna","weiner"]},"styles":["solid"],"unicode":"f80f","label":"Hotdog","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9c0 0 0 0 0 0s0 0 0 0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4c0 0 0 0 0 0l-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9c0 0 0 0 0 0s0 0 0 0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4c0 0 0 0 0 0l-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z"}},"free":["solid"]},"hotel":{"aliases":{"unicodes":{"composite":["1f3e8"],"secondary":["10f594"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","hotel","inn","lodging","motel","resort","travel"]},"styles":["solid"],"unicode":"f594","label":"Hotel","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L480 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-176 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64C14.3 64 0 49.7 0 32zm96 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8l144 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L480 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 384c17.7 0 32 14.3 32 32s-14.3 32-32 32l-176 0 0-48c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 48L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 64C14.3 64 0 49.7 0 32zm96 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8l144 0z"}},"free":["solid"]},"hotjar":{"changes":["5.0.0","6.4.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b1","label":"Hotjar","voted":false,"svg":{"brands":{"last_modified":1688044785,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M361.5 0c0 131.6-80.7 176.8-140.2 209.4c-.6 .3-1.1 .6-1.6 .9c-53.8 30.2-88.7 49.8-89.6 122H32C32 200.8 112.7 155.6 172.2 123C227 93.2 262.5 73 262.5 0h98.9zM301 302.6c54.8-29.8 90.3-50 90.3-123h98c0 131.6-80.7 176.7-140.2 209.4c-54.8 29.8-90.3 50-90.3 123h-98c0-131.6 80.7-176.8 140.2-209.4z"}},"free":["brands"]},"hourglass":{"aliases":{"names":["hourglass-empty"],"unicodes":{"composite":["23f3","f250"],"secondary":["10f254"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hour","hourglass","hourglass not done","minute","sand","stopwatch","time","timer"]},"styles":["solid","regular"],"unicode":"f254","label":"Hourglass","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L64 0 320 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 11c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1l0 11c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-11c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75l0-11C14.3 64 0 49.7 0 32zM96 64l0 11c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9l0-11L96 64zm0 384l192 0 0-11c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9l0 11z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L64 0 320 0l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 11c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1l0 11c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0L64 512l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-11c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75l0-11C14.3 64 0 49.7 0 32zM96 64l0 11c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9l0-11L96 64zm0 384l192 0 0-11c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9l0 11z"},"regular":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 19c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445l0 19-8 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-19c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67l0-19 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM192 289.9l81.5 81.5C293 391 304 417.4 304 445l0 19L80 464l0-19c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67l0-19 224 0 0 19c0 27.6-11 54-30.5 73.5L192 222.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 19c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445l0 19-8 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-19c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67l0-19 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM192 289.9l81.5 81.5C293 391 304 417.4 304 445l0 19L80 464l0-19c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67l0-19 224 0 0 19c0 27.6-11 54-30.5 73.5L192 222.1z"}},"free":["regular","solid"]},"hourglass-end":{"aliases":{"names":["hourglass-3"],"unicodes":{"composite":["231b"],"secondary":["10f253"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hour","hourglass done","minute","pending","sand","stopwatch","time","timer","waiting"]},"styles":["solid"],"unicode":"f253","label":"Hourglass End","voted":false,"svg":{"solid":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z"}},"free":["solid"]},"hourglass-half":{"aliases":{"names":["hourglass-2"],"unicodes":{"secondary":["10f252"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hour","minute","pending","sand","stopwatch","time","waiting"]},"styles":["solid","regular"],"unicode":"f252","label":"Hourglass Half","voted":false,"svg":{"solid":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 19-5.6 37.4-16 53L112 128c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9L112 384z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM96 75l0-11 192 0 0 11c0 19-5.6 37.4-16 53L112 128c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9L112 384z"},"regular":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67l0-19L80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67l0-19L80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0z"}},"free":["regular","solid"]},"hourglass-start":{"aliases":{"names":["hourglass-1"],"unicodes":{"secondary":["10f251"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hour","minute","sand","stopwatch","time","waiting"]},"styles":["solid"],"unicode":"f251","label":"Hourglass Start","voted":false,"svg":{"solid":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM288 437l0 11L96 448l0-11c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64l0 11c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437l0 11c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 256 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-11c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1l0-11c17.7 0 32-14.3 32-32s-14.3-32-32-32L320 0 64 0 32 0zM288 437l0 11L96 448l0-11c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z"}},"free":["solid"]},"house":{"aliases":{"names":["home","home-alt","home-lg-alt"],"unicodes":{"composite":["1f3e0","f80a","f80c"],"primary":["f80a","f80c"],"secondary":["10f015","10f80a","10f80c"]}},"changes":["1.0.0","5.0.0","5.7.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","building","home","house","main","residence"]},"styles":["solid"],"unicode":"f015","label":"House","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"}},"free":["solid"]},"house-chimney":{"aliases":{"names":["home-lg"],"unicodes":{"composite":["f80b"],"primary":["f80b"],"secondary":["10f80b"]}},"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","building","chimney","house","main","residence","smokestack"]},"styles":["solid"],"unicode":"e3af","label":"House Chimney","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 64 0 24c0 22.1 17.9 40 40 40l24 0 32.5 0c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1l16 0c22.1 0 40-17.9 40-40l0-16.2c.3-2.6 .5-5.3 .5-8.1l-.7-160.2 32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 64 0 24c0 22.1 17.9 40 40 40l24 0 32.5 0c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1l16 0c22.1 0 40-17.9 40-40l0-16.2c.3-2.6 .5-5.3 .5-8.1l-.7-160.2 32 0z"}},"free":["solid"]},"house-chimney-crack":{"aliases":{"names":["house-damage"],"unicodes":{"secondary":["10f6f1"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","devastation","disaster","earthquake","home","insurance"]},"styles":["solid"],"unicode":"f6f1","label":"House Chimney Crack","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-122.1 0L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512l-102.3 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-122.1 0L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512l-102.3 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24z"}},"free":["solid"]},"house-chimney-medical":{"aliases":{"names":["clinic-medical"],"unicodes":{"secondary":["10f7f2"]}},"changes":["5.7.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","doctor","general practitioner","hospital","infirmary","medicine","office","outpatient"]},"styles":["solid"],"unicode":"f7f2","label":"House Chimney Medical","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0z"}},"free":["solid"]},"house-chimney-user":{"aliases":{"unicodes":{"secondary":["10e065"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","home","isolation","quarantine","uer"]},"styles":["solid"],"unicode":"e065","label":"House Chimney User","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16z"}},"free":["solid"]},"house-chimney-window":{"aliases":{"unicodes":{"secondary":["10e00d"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","building","family","home","residence"]},"styles":["solid"],"unicode":"e00d","label":"House Chimney Window","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24l-80 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7 416 64c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 121 52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24l-80 0z"}},"free":["solid"]},"house-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","enable","home","house","not affected","ok","okay","validate","working"]},"styles":["solid"],"unicode":"e509","label":"House Circle Check","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"house-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","affected","failed","home","house"]},"styles":["solid"],"unicode":"e50a","label":"House Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"house-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","destroy","home","house","uncheck"]},"styles":["solid"],"unicode":"e50b","label":"House Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0 .7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"house-crack":{"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","devastation","disaster","earthquake","home","insurance"]},"styles":["solid"],"unicode":"e3b1","label":"House Crack","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l102.3 0-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64 122.1 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l102.3 0-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64 122.1 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0z"}},"free":["solid"]},"house-fire":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["burn","emergency","home"]},"styles":["solid"],"unicode":"e50c","label":"House Fire","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 350.1l0 1.9-32 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM480 512c-88.4 0-160-71.6-160-160c0-76.7 62.5-144.7 107.2-179.4c5-3.9 10.9-5.8 16.8-5.8c7.9-.1 16 3.1 22 9.2l46 46 11.3-11.3c11.7-11.7 30.6-12.7 42.3-1C624.5 268 640 320.2 640 352c0 88.4-71.6 160-160 160zm64-111.8c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 327.1 416 363.6 416 400.2c0 35.3 28.7 64 64 64s64-28.7 64-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 350.1l0 1.9-32 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM480 512c-88.4 0-160-71.6-160-160c0-76.7 62.5-144.7 107.2-179.4c5-3.9 10.9-5.8 16.8-5.8c7.9-.1 16 3.1 22 9.2l46 46 11.3-11.3c11.7-11.7 30.6-12.7 42.3-1C624.5 268 640 320.2 640 352c0 88.4-71.6 160-160 160zm64-111.8c0-36.5-37-73-54.8-88.4c-5.4-4.7-13.1-4.7-18.5 0C453 327.1 416 363.6 416 400.2c0 35.3 28.7 64 64 64s64-28.7 64-64z"}},"free":["solid"]},"house-flag":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camp","home"]},"styles":["solid"],"unicode":"e50d","label":"House Flag","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M480 0c-17.7 0-32 14.3-32 32l0 160 0 320 64 0 0-320 112 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L512 32c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288l32 0 0 192c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 96c0 17.7 14.3 32 32 32l64.7 0 .2 0-1 0 0-353z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M480 0c-17.7 0-32 14.3-32 32l0 160 0 320 64 0 0-320 112 0c8.8 0 16-7.2 16-16l0-128c0-8.8-7.2-16-16-16L512 32c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288l32 0 0 192c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-96c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 96c0 17.7 14.3 32 32 32l64.7 0 .2 0-1 0 0-353z"}},"free":["solid"]},"house-flood-water":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["damage","flood","water"]},"styles":["solid"],"unicode":"e50e","label":"House Flood Water","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192l16 0 0 73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192l16 0 0 73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z"}},"free":["solid"]},"house-flood-water-circle-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["damage","flood","water"]},"styles":["solid"],"unicode":"e50f","label":"House Flood Water Circle Arrow Right","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160 80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16l89.4 0L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160 80 160c-8.8 0-16-7.2-16-16s7.2-16 16-16l89.4 0L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4 16.6 0c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z"}},"free":["solid"]},"house-laptop":{"aliases":{"names":["laptop-house"],"unicodes":{"secondary":["10e066"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","covid-19","device","office","remote","work from home"]},"styles":["solid"],"unicode":"e066","label":"House Laptop","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5l-144 0c-19.1 0-36.3 8.4-48 21.7l0-37.7c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0 0 128-160 0c-26.5 0-48-21.5-48-48l0-112-32 0c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304l0 144 192 0 0-144-192 0zm-48-16c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32l0 160 32 0c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48l-48 0-192 0-48 0c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16l32 0 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5l-144 0c-19.1 0-36.3 8.4-48 21.7l0-37.7c0-8.8-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l64 0 0 128-160 0c-26.5 0-48-21.5-48-48l0-112-32 0c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304l0 144 192 0 0-144-192 0zm-48-16c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32l0 160 32 0c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48l-48 0-192 0-48 0c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16l32 0 0-160z"}},"free":["solid"]},"house-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["closed","home","house","lockdown","padlock","privacy","quarantine"]},"styles":["solid"],"unicode":"e510","label":"House Lock","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M384 480c0 11.7 3.1 22.6 8.6 32l-.6 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272l0 24.6c-19.1 11.1-32 31.7-32 55.4l0 128zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M384 480c0 11.7 3.1 22.6 8.6 32l-.6 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272l0 24.6c-19.1 11.1-32 31.7-32 55.4l0 128zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"house-medical":{"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","doctor","facility","general practitioner","health","hospital","infirmary","medicine","office","outpatient"]},"styles":["solid"],"unicode":"e3b2","label":"House Medical","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM256 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 160.4c0 35.3 28.7 64 64 64l320.4 0c35.5 0 64.2-28.8 64-64.3l-.7-160.2 32 0zM256 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"house-medical-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clinic","enable","hospital","not affected","ok","okay","validate","working"]},"styles":["solid"],"unicode":"e511","label":"House Medical Circle Check","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"house-medical-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","clinic","failed","hospital"]},"styles":["solid"],"unicode":"e512","label":"House Medical Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"house-medical-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clinic","destroy","hospital","uncheck"]},"styles":["solid"],"unicode":"e513","label":"House Medical Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 368c0 59.5 29.5 112.1 74.8 144l-266.7 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64L320 256l0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"}},"free":["solid"]},"house-medical-flag":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clinic","hospital","mash"]},"styles":["solid"],"unicode":"e514","label":"House Medical Flag","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M480 0c17.7 0 32 14.3 32 32l112 0c8.8 0 16 7.2 16 16l0 128c0 8.8-7.2 16-16 16l-112 0 0 320-64 0 0-320 0-160c0-17.7 14.3-32 32-32zM276.8 39.7L416 159l0 353 1 0-.2 0L96 512c-17.7 0-32-14.3-32-32l0-192-32 0c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M480 0c17.7 0 32 14.3 32 32l112 0c8.8 0 16 7.2 16 16l0 128c0 8.8-7.2 16-16 16l-112 0 0 320-64 0 0-320 0-160c0-17.7 14.3-32 32-32zM276.8 39.7L416 159l0 353 1 0-.2 0L96 512c-17.7 0-32-14.3-32-32l0-192-32 0c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"house-signal":{"aliases":{"unicodes":{"secondary":["10e012"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abode","building","connect","family","home","residence","smart home","wifi","www"]},"styles":["solid"],"unicode":"e012","label":"House Signal","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48l0-112 32 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16l0-64zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6L464 416c26.5 0 48-21.5 48-48l0-112 32 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16l0-64zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z"}},"free":["solid"]},"house-tsunami":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["damage","flood","tidal wave","wave"]},"styles":["solid"],"unicode":"e515","label":"House Tsunami","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1c0 0 0 0 0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6l0 121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1c0 0 0 0 0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6l0 121c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 437.2 410.9 448 384 448z"}},"free":["solid"]},"house-user":{"aliases":{"names":["home-user"]},"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["house","uer"]},"styles":["solid"],"unicode":"e1b0","label":"House User","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c.2 35.5-28.5 64.3-64 64.3l-320.4 0c-35.3 0-64-28.7-64-64l0-160.4-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80l-64 0z"}},"free":["solid"]},"houzz":{"changes":["4.4.0","5.0.0","5.0.9","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f27c","label":"Houzz","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"}},"free":["brands"]},"hryvnia-sign":{"aliases":{"names":["hryvnia"],"unicodes":{"composite":["20b4"],"secondary":["10f6f2"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Hryvnia Sign","currency"]},"styles":["solid"],"unicode":"f6f2","label":"Hryvnia Sign","voted":true,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M121.9 116.2C138.3 103.1 158.7 96 179.6 96L223 96c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l123.5 0-50.6 28.9c-1.7 1-3.4 2-5.1 3.1L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l20.3 0c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113l43.4 0c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2L161 416c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31L352 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-123.5 0 50.6-28.9c1.7-1 3.4-2 5.1-3.1l67.8 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-20.3 0c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113l-43.4 0c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M121.9 116.2C138.3 103.1 158.7 96 179.6 96L223 96c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l123.5 0-50.6 28.9c-1.7 1-3.4 2-5.1 3.1L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l20.3 0c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113l43.4 0c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2L161 416c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31L352 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-123.5 0 50.6-28.9c1.7-1 3.4-2 5.1-3.1l67.8 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-20.3 0c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113l-43.4 0c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"}},"free":["solid"]},"html5":{"changes":["3.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f13b","label":"HTML 5 Logo","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"}},"free":["brands"]},"hubspot":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b2","label":"HubSpot","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z"}},"free":["brands"]},"hurricane":{"aliases":{"unicodes":{"secondary":["10f751"]}},"changes":["5.5.0","5.10.1","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["coriolis effect","eye","storm","tropical cyclone","typhoon"]},"styles":["solid"],"unicode":"f751","label":"Hurricane","voted":false,"svg":{"solid":{"last_modified":1720277406,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9l0 63.3c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2l0-63.3c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9l0 63.3c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2l0-63.3c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"i":{"aliases":{"unicodes":{"composite":["69"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter I","Latin Small Letter I","letter"]},"styles":["solid"],"unicode":"49","label":"I","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l96 0 0 320-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-320 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L160 32 32 32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l96 0 0 320-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0 0-320 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L160 32 32 32z"}},"free":["solid"]},"i-cursor":{"aliases":{"unicodes":{"secondary":["10f246"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["editing","i-beam","type","writing"]},"styles":["solid"],"unicode":"f246","label":"I Cursor","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3L96 224l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7l0-95.7 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3L96 224l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7l0-95.7 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-95.7c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z"}},"free":["solid"]},"ice-cream":{"aliases":{"unicodes":{"composite":["1f368"],"secondary":["10f810"]}},"changes":["5.7.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chocolate","cone","cream","dessert","frozen","ice","ice cream","scoop","sorbet","sweet","vanilla","yogurt"]},"styles":["solid"],"unicode":"f810","label":"Ice Cream","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16l-.9 0c-26.5 0-48 21.5-48 48s21.5 48 48 48l53.5 0 181 0 53.5 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-.9 0zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288 96 288z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16l-.9 0c-26.5 0-48 21.5-48 48s21.5 48 48 48l53.5 0 181 0 53.5 0c26.5 0 48-21.5 48-48s-21.5-48-48-48l-.9 0zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288 96 288z"}},"free":["solid"]},"icicles":{"aliases":{"unicodes":{"secondary":["10f7ad"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","frozen","hanging","ice","seasonal","sharp"]},"styles":["solid"],"unicode":"f7ad","label":"Icicles","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z"}},"free":["solid"]},"icons":{"aliases":{"names":["heart-music-camera-bolt"],"unicodes":{"secondary":["10f86d"]}},"changes":["5.9.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bolt","category","emoji","heart","image","music","photo","symbols"]},"styles":["solid"],"unicode":"f86d","label":"Icons","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M500.3 7.3C507.7 13.3 512 22.4 512 32l0 144c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-57L352 90.2 352 208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-96c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2l61.7 0c10.7 0 20.7 5.3 26.6 14.2L213.3 304l26.7 0c26.5 0 48 21.5 48 48l0 112c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 352c0-26.5 21.5-48 48-48l26.7 0zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368l55.7 0c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400 336 400c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M500.3 7.3C507.7 13.3 512 22.4 512 32l0 144c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-57L352 90.2 352 208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48l0-96c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2l61.7 0c10.7 0 20.7 5.3 26.6 14.2L213.3 304l26.7 0c26.5 0 48 21.5 48 48l0 112c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 352c0-26.5 21.5-48 48-48l26.7 0zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368l55.7 0c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400 336 400c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z"}},"free":["solid"]},"id-badge":{"aliases":{"unicodes":{"secondary":["10f2c1"]}},"changes":["4.7.0","5.0.0","5.0.3","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","contact","identification","license","profile","uer","username"]},"styles":["solid","regular"],"unicode":"f2c1","label":"Id Badge","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zm96 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zm96 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"},"regular":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M256 48l0 16c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-16L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16l-64 0zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM160 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M256 48l0 16c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-16L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16l-64 0zM0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM160 320l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L96 416c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"}},"free":["regular","solid"]},"id-card":{"aliases":{"names":["drivers-license"],"unicodes":{"composite":["f2c3"],"secondary":["10f2c2"]}},"changes":["4.7.0","5.0.0","5.0.3","5.8.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["contact","demographics","document","identification","issued","profile","registration","uer","username"]},"styles":["solid","regular"],"unicode":"f2c2","label":"Id Card","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 96l576 0c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96zm0 32L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-288L0 128zM64 405.3c0-29.5 23.9-53.3 53.3-53.3l117.3 0c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7L74.7 416c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 96l576 0c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96zm0 32L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-288L0 128zM64 405.3c0-29.5 23.9-53.3 53.3-53.3l117.3 0c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7L74.7 416c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"},"regular":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M528 160l0 256c0 8.8-7.2 16-16 16l-192 0c0-44.2-35.8-80-80-80l-64 0c-44.2 0-80 35.8-80 80l-32 0c-8.8 0-16-7.2-16-16l0-256 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M528 160l0 256c0 8.8-7.2 16-16 16l-192 0c0-44.2-35.8-80-80-80l-64 0c-44.2 0-80 35.8-80 80l-32 0c-8.8 0-16-7.2-16-16l0-256 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0z"}},"free":["regular","solid"]},"id-card-clip":{"aliases":{"names":["id-card-alt"],"unicodes":{"secondary":["10f47f"]}},"changes":["5.0.7","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["contact","demographics","document","identification","issued","profile","uer","username"]},"styles":["solid"],"unicode":"f47f","label":"Id Card Clip","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M256 0l64 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 64l128 0 0 48c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-48 128 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7l202.7 0c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3l-117.3 0c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M256 0l64 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 64l128 0 0 48c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-48 128 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7l202.7 0c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3l-117.3 0c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"}},"free":["solid"]},"ideal":{"changes":["5.12.0","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e013","label":"iDeal","voted":true,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z"}},"free":["brands"]},"igloo":{"aliases":{"unicodes":{"secondary":["10f7ae"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dome","dwelling","eskimo","home","house","ice","snow"]},"styles":["solid"],"unicode":"f7ae","label":"Igloo","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M320 33.8L320 160 48.5 160C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160l0-120.9C424.9 55.7 487.2 99.8 527.5 160L352 160zM29.9 192L96 192l0 128L0 320c0-46 10.8-89.4 29.9-128zM192 320l-64 0 0-128 320 0 0 128-64 0 0 32 192 0 0 80c0 26.5-21.5 48-48 48l-176 0 0-128c0-35.3-28.7-64-64-64s-64 28.7-64 64l0 128L48 480c-26.5 0-48-21.5-48-48l0-80 192 0 0-32zm288 0l0-128 66.1 0c19.2 38.6 29.9 82 29.9 128l-96 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M320 33.8L320 160 48.5 160C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160l0-120.9C424.9 55.7 487.2 99.8 527.5 160L352 160zM29.9 192L96 192l0 128L0 320c0-46 10.8-89.4 29.9-128zM192 320l-64 0 0-128 320 0 0 128-64 0 0 32 192 0 0 80c0 26.5-21.5 48-48 48l-176 0 0-128c0-35.3-28.7-64-64-64s-64 28.7-64 64l0 128L48 480c-26.5 0-48-21.5-48-48l0-80 192 0 0-32zm288 0l0-128 66.1 0c19.2 38.6 29.9 82 29.9 128l-96 0z"}},"free":["solid"]},"image":{"aliases":{"unicodes":{"secondary":["10f03e"]}},"changes":["1.0.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["album","img","landscape","photo","picture"]},"styles":["solid","regular"],"unicode":"f03e","label":"Image","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l96 0 32 0 208 0c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l96 0 32 0 208 0c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"},"regular":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 80c8.8 0 16 7.2 16 16l0 319.8-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3L48 96c0-8.8 7.2-16 16-16l384 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["regular","solid"]},"image-portrait":{"aliases":{"names":["portrait"],"unicodes":{"secondary":["10f3e0"]}},"changes":["5.0.0","5.0.3","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["id","image","img","photo","picture","selfie","uer","username"]},"styles":["solid"],"unicode":"f3e0","label":"Image Portrait","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 64c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6l86.9 0c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4l-169.1 0C92.3 384 80 371.7 80 356.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 64c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6l86.9 0c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4l-169.1 0C92.3 384 80 371.7 80 356.6z"}},"free":["solid"]},"images":{"aliases":{"unicodes":{"secondary":["10f302"]}},"changes":["1.0.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["album","img","landscape","photo","picture"]},"styles":["solid","regular"],"unicode":"f302","label":"Images","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M160 32c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320l-144 0-48 0-80 0c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M160 32c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320l-144 0-48 0-80 0c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224z"},"regular":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M160 80l352 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-21.2 0L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336 160 336c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16zM96 96l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M160 80l352 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-21.2 0L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336 160 336c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16zM96 96l0 224c0 35.3 28.7 64 64 64l352 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 344c0 75.1 60.9 136 136 136l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-320 0c-48.6 0-88-39.4-88-88l0-224zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["regular","solid"]},"imdb":{"changes":["4.7.0","5.0.0","6.1.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2d8","label":"IMDB","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z"}},"free":["brands"]},"inbox":{"aliases":{"unicodes":{"secondary":["10f01c"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","desk","email","mail","message"]},"styles":["solid"],"unicode":"f01c","label":"Inbox","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32L121 32zm0 64l270 0 48 192-51.2 0c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7l-120.4 0c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7L73 288 121 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-92.1c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32L121 32zm0 64l270 0 48 192-51.2 0c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7l-120.4 0c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7L73 288 121 96z"}},"free":["solid"]},"indent":{"aliases":{"unicodes":{"secondary":["10f03c"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["align","justify","paragraph","tab"]},"styles":["solid"],"unicode":"f03c","label":"Indent","voted":false,"svg":{"solid":{"last_modified":1720287684,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3L0 176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3L0 176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z"}},"free":["solid"]},"indian-rupee-sign":{"aliases":{"names":["indian-rupee","inr"]},"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Indian Rupee Sign","currency"]},"styles":["solid"],"unicode":"e1bc","label":"Indian Rupee Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l64 0 16 0 176 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-56.2 0c9.6 14.4 16.7 30.6 20.7 48l35.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-35.6 0c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256l80 0c32.8 0 61-19.7 73.3-48L32 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l153.3 0C173 115.7 144.8 96 112 96L96 96 32 96C14.3 96 0 81.7 0 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l64 0 16 0 176 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-56.2 0c9.6 14.4 16.7 30.6 20.7 48l35.6 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-35.6 0c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256l80 0c32.8 0 61-19.7 73.3-48L32 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l153.3 0C173 115.7 144.8 96 112 96L96 96 32 96C14.3 96 0 81.7 0 64z"}},"free":["solid"]},"industry":{"aliases":{"unicodes":{"secondary":["10f275"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","factory","industrial","manufacturing","mill","warehouse"]},"styles":["solid"],"unicode":"f275","label":"Industry","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64l0 240 0 48 0 80c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-128 0-151.8c0-18.2-19.4-29.7-35.4-21.1L352 215.4l0-63.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4 160 64c0-17.7-14.3-32-32-32L64 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64l0 240 0 48 0 80c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-128 0-151.8c0-18.2-19.4-29.7-35.4-21.1L352 215.4l0-63.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4 160 64c0-17.7-14.3-32-32-32L64 32z"}},"free":["solid"]},"infinity":{"aliases":{"unicodes":{"composite":["221e","267e"],"secondary":["10f534"]}},"changes":["5.0.13","5.3.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Infinity","eternity","forever","infinity","math","unbounded","universal"]},"styles":["solid"],"unicode":"f534","label":"Infinity","voted":true,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1l0 29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9l0-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1l0 29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1l0-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1l0 29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9l0-29.7zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1l0 29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1l0-29.7c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"}},"free":["solid"]},"info":{"aliases":{"unicodes":{"secondary":["10f129"]}},"changes":["3.1.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["details","help","information","more","support"]},"styles":["solid"],"unicode":"f129","label":"Info","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 192 512\\"><path d=\\"M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,192,512],"width":192,"height":512,"path":"M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-192-32 0c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"instagram":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f16d","label":"Instagram","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"}},"free":["brands"]},"instalod":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e081","label":"InstaLOD","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z"}},"free":["brands"]},"intercom":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["app","customer","messenger"]},"styles":["brands"],"unicode":"f7af","label":"Intercom","voted":false,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z"}},"free":["brands"]},"internet-explorer":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":["browser","ie"]},"styles":["brands"],"unicode":"f26b","label":"Internet-explorer","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"}},"free":["brands"]},"invision":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f7b0","label":"InVision","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z"}},"free":["brands"]},"ioxhost":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f208","label":"ioxhost","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z"}},"free":["brands"]},"italic":{"aliases":{"unicodes":{"secondary":["10f033"]}},"changes":["1.0.0","5.0.0","5.9.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","emphasis","font","format","text","type"]},"styles":["solid"],"unicode":"f033","label":"Italic","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M128 64c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-58.7 0L160 416l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l58.7 0L224 96l-64 0c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M128 64c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-58.7 0L160 416l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l58.7 0L224 96l-64 0c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"itch-io":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f83a","label":"itch.io","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"}},"free":["brands"]},"itunes":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b4","label":"iTunes","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"}},"free":["brands"]},"itunes-note":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b5","label":"Itunes Note","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z"}},"free":["brands"]},"j":{"aliases":{"unicodes":{"composite":["6a"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter J","Latin Small Letter J","letter"]},"styles":["solid"],"unicode":"4a","label":"J","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M288 32c17.7 0 32 14.3 32 32l0 256c0 88.4-71.6 160-160 160S0 408.4 0 320l0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 53 43 96 96 96s96-43 96-96l0-256c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M288 32c17.7 0 32 14.3 32 32l0 256c0 88.4-71.6 160-160 160S0 408.4 0 320l0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32c0 53 43 96 96 96s96-43 96-96l0-256c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"jar":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["jam","jelly","storage"]},"styles":["solid"],"unicode":"e516","label":"Jar","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm96 64c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32L96 224z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm96 64c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32L96 224z"}},"free":["solid"]},"jar-wheat":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flour","storage"]},"styles":["solid"],"unicode":"e517","label":"Jar Wheat","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm112 0l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 160c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 256c-19.1 0-36.3 8.4-48 21.7zM112 352l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416l21.8 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 352c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M32 32C32 14.3 46.3 0 64 0L256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64l192 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 160zm112 0l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 160c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320l21.8 0 32 0 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 256c-19.1 0-36.3 8.4-48 21.7zM112 352l-42.2 0c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416l21.8 0 0 32c0 8.8 7.2 16 16 16s16-7.2 16-16l0-32 21.8 0c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8L208 352c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z"}},"free":["solid"]},"java":{"changes":["5.0.10","5.7.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4e4","label":"Java","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"}},"free":["brands"]},"jedi":{"aliases":{"unicodes":{"secondary":["10f669"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crest","force","sith","skywalker","star wars","yoda"]},"styles":["solid"],"unicode":"f669","label":"Jedi","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9l26 0c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9l14.6 0c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9l14.6 0c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6l26 0c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9l26 0c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9l14.6 0c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9l14.6 0c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6l26 0c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z"}},"free":["solid"]},"jedi-order":{"changes":["5.0.12","5.7.0"],"ligatures":[],"search":{"terms":["star wars"]},"styles":["brands"],"unicode":"f50e","label":"Jedi Order","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z"}},"free":["brands"]},"jenkins":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b6","label":"Jenkis","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z"}},"free":["brands"]},"jet-fighter":{"aliases":{"names":["fighter-jet"],"unicodes":{"secondary":["10f0fb"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},"styles":["solid"],"unicode":"f0fb","label":"Jet Fighter","voted":false,"svg":{"solid":{"last_modified":1720211010,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M160 24c0-13.3 10.7-24 24-24L296 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0L384 192l116.4 0c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1L384 320 280 464l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-144-32 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L64 384c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l18.7 0c8.5 0 16.6 3.4 22.6 9.4L160 192l32 0 0-144-8 0c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M160 24c0-13.3 10.7-24 24-24L296 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0L384 192l116.4 0c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1L384 320 280 464l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-144-32 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L64 384c-17.7 0-32-14.3-32-32l0-64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l18.7 0c8.5 0 16.6 3.4 22.6 9.4L160 192l32 0 0-144-8 0c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z"}},"free":["solid"]},"jet-fighter-up":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airforce","airplane","airport","fast","fly","goose","marines","maverick","military","plane","quick","top gun","transportation","travel"]},"styles":["solid"],"unicode":"e518","label":"Jet Fighter Up","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2l0 77-144 84L48 280c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 56 0 32 0 24c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 144 0 0 32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12l0 16c0 8.8 7.2 16 16 16l96 0 0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64 96 0c8.8 0 16-7.2 16-16l0-16c0-4.6-2-9-5.5-12L320 416.7l0-32.7 144 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-24 0-32 0-56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 18.8-144-84 0-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2l0 77-144 84L48 280c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 56 0 32 0 24c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 144 0 0 32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12l0 16c0 8.8 7.2 16 16 16l96 0 0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64 96 0c8.8 0 16-7.2 16-16l0-16c0-4.6-2-9-5.5-12L320 416.7l0-32.7 144 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-24 0-32 0-56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 18.8-144-84 0-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z"}},"free":["solid"]},"jira":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f7b1","label":"Jira","voted":true,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z"}},"free":["brands"]},"joget":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b7","label":"Joget","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z"}},"free":["brands"]},"joint":{"aliases":{"unicodes":{"secondary":["10f595"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blunt","cannabis","doobie","drugs","marijuana","roach","smoke","smoking","spliff"]},"styles":["solid"],"unicode":"f595","label":"Joint","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9l0 11c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43l0-11zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9l0-11c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8l0 11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512l67.3 0c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512l19 0 51.3 0c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352l-19 0-48 0c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9l0-80c0-22.1-17.9-40-40-40l-155.3 0c-4.1 0-6.3 5.1-3.6 8.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9l0 11c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43l0-11zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9l0-11c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8l0 11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512l67.3 0c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512l19 0 51.3 0c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352l-19 0-48 0c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9l0-80c0-22.1-17.9-40-40-40l-155.3 0c-4.1 0-6.3 5.1-3.6 8.3z"}},"free":["solid"]},"joomla":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1aa","label":"Joomla Logo","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z"}},"free":["brands"]},"js":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b8","label":"JavaScript (JS)","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"}},"free":["brands"]},"jsfiddle":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1cc","label":"jsFiddle","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z"}},"free":["brands"]},"jug-detergent":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["detergent","laundry","soap","wash"]},"styles":["solid"],"unicode":"e519","label":"Jug Detergent","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M96 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24l0 24 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L88 96C74.7 96 64 85.3 64 72s10.7-24 24-24l8 0 0-24zM0 256c0-70.7 57.3-128 128-128l128 0c70.7 0 128 57.3 128 128l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256zm256 0l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M96 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24l0 24 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L88 96C74.7 96 64 85.3 64 72s10.7-24 24-24l8 0 0-24zM0 256c0-70.7 57.3-128 128-128l128 0c70.7 0 128 57.3 128 128l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256zm256 0l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32z"}},"free":["solid"]},"jxl":{"changes":["6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e67b","label":"JXL","voted":false,"svg":{"brands":{"last_modified":1706728137,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M412.2 32H35.8C16 32 0 48 0 67.8V444.2C0 464 16 480 35.8 480H412.2c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32zM378.6 333.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M412.2 32H35.8C16 32 0 48 0 67.8V444.2C0 464 16 480 35.8 480H412.2c19.8 0 35.8-16 35.8-35.8V67.8C448 48 432 32 412.2 32zM378.6 333.7c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6zm0-113.9c0 40.2-32.6 72.8-72.8 72.8H70.2c0-40.2 32.6-72.8 72.8-72.8H378.6z"}},"free":["brands"]},"k":{"aliases":{"unicodes":{"composite":["6b"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter K","Latin Small Letter K","letter"]},"styles":["solid"],"unicode":"4b","label":"K","voted":false,"svg":{"solid":{"last_modified":1720215223,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 328 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-107 64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 328 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-107 64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z"}},"free":["solid"]},"kaaba":{"aliases":{"unicodes":{"composite":["1f54b"],"secondary":["10f66b"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Muslim","building","cube","islam","kaaba","muslim","religion"]},"styles":["solid"],"unicode":"f66b","label":"Kaaba","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112l0 16s0 0 0 0l0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2 0 128l0-16C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8l0 46.5-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8 576 400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400L0 262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2l0-46.5 273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112l0 16s0 0 0 0l0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2 0 128l0-16C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8l0 46.5-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8 576 400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400L0 262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2l0-46.5 273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z"}},"free":["solid"]},"kaggle":{"changes":["5.2.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5fa","label":"Kaggle","voted":true,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"}},"free":["brands"]},"key":{"aliases":{"unicodes":{"composite":["1f511"],"secondary":["10f084"]}},"changes":["1.0.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["key","lock","password","private","secret","unlock"]},"styles":["solid"],"unicode":"f084","label":"Key","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"}},"free":["solid"]},"keybase":{"changes":["5.0.11","5.8.0","5.10.2","5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f5","label":"Keybase","voted":true,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"}},"free":["brands"]},"keyboard":{"aliases":{"unicodes":{"composite":["2328"],"secondary":["10f11c"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accessory","computer","edit","input","keyboard","text","type","write"]},"styles":["solid","regular"],"unicode":"f11c","label":"Keyboard","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm16 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32zM272 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM368 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM464 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm16 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32zM272 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM368 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM464 128l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16z"},"regular":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 320l224 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 320l224 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16zm16-96l16 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-16c0-8.8 7.2-16 16-16z"}},"free":["regular","solid"]},"keycdn":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ba","label":"KeyCDN","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160"}},"free":["brands"]},"khanda":{"aliases":{"unicodes":{"composite":["262c"],"secondary":["10f66d"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Adi Shakti","chakkar","sikh","sikhism","sword"]},"styles":["solid"],"unicode":"f66d","label":"Khanda","voted":false,"svg":{"solid":{"last_modified":1720277406,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1s0 0 0 0s0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5l0 19.8 35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3s0 0 0 0s0 0 0 0l.1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1c0 0 0 0 0 0s0 0 0 0L401.1 400l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4l0 28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7l0-28.1-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3s0 0 0 0s0 0 0 0l-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0c0 0 0 0 0 0s0 0 0 0L112 80l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6l0-19.1-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1s0 0 0 0s0 0 0 0s0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1s0 0 0 0s0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5l0 19.8 35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3s0 0 0 0s0 0 0 0l.1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1c0 0 0 0 0 0s0 0 0 0L401.1 400l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4l0 28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7l0-28.1-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3s0 0 0 0s0 0 0 0l-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0c0 0 0 0 0 0s0 0 0 0L112 80l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6l0-19.1-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9c0 0 0 0 0 0s0 0 0 0s0 0 0 0l.1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1s0 0 0 0s0 0 0 0s0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z"}},"free":["solid"]},"kickstarter":{"aliases":{"names":["square-kickstarter"]},"changes":["5.0.0","6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3bb","label":"Kickstarter","voted":false,"svg":{"brands":{"last_modified":1709305709,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM320.8 233l-23.3 23.1L320.8 279c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5c-34.1 0-61.9-27.5-61.9-61.4l0-133.2c0-33.8 27.7-61.4 61.9-61.4c21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM320.8 233l-23.3 23.1L320.8 279c24.1 23.9 24.1 63 0 86.9s-63.4 23.9-87.6 0l-8.5-8.4c-11.3 16-29.7 26.5-50.9 26.5c-34.1 0-61.9-27.5-61.9-61.4l0-133.2c0-33.8 27.7-61.4 61.9-61.4c21.1 0 39.6 10.5 50.9 26.5l8.5-8.4c24.1-23.9 63.4-23.9 87.6 0s24.1 63 0 86.9z"}},"free":["brands"]},"kickstarter-k":{"changes":["5.0.0","6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3bc","label":"Kickstarter K","voted":false,"svg":{"brands":{"last_modified":1709305709,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z"}},"free":["brands"]},"kip-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Kip Sign","currency"]},"styles":["solid"],"unicode":"e1c4","label":"Kip Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4 128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 160-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-122.4L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288 352 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-169.5 0L340.8 88.3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4 128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 160-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-122.4L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288 352 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-169.5 0L340.8 88.3z"}},"free":["solid"]},"kit-medical":{"aliases":{"names":["first-aid"],"unicodes":{"secondary":["10f479"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["emergency","emt","health","medical","rescue"]},"styles":["solid"],"unicode":"f479","label":"Kit Medical","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l32 0L96 32 64 32zm64 0l0 448 320 0 0-448L128 32zM512 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-32 0 0 448 32 0zM256 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l32 0L96 32 64 32zm64 0l0 448 320 0 0-448L128 32zM512 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-32 0 0 448 32 0zM256 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"kitchen-set":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chef","cook","cup","kitchen","pan","pot","skillet"]},"styles":["solid"],"unicode":"e51a","label":"Kitchen Set","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112l71.8 0c8.8-9.8 21.6-16 35.8-16l104 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-104 0c-14.2 0-27-6.2-35.8-16l-71.8 0zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24l0 8 96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0 0-8c0-13.3 10.7-24 24-24zM288 464l0-112 224 0 0 112c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48zM48 320l80 0 16 0 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-80c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0 32 16 0zM24 464l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112l71.8 0c8.8-9.8 21.6-16 35.8-16l104 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-104 0c-14.2 0-27-6.2-35.8-16l-71.8 0zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24l0 8 96 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l96 0 0-8c0-13.3 10.7-24 24-24zM288 464l0-112 224 0 0 112c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48zM48 320l80 0 16 0 32 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-80c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0 32 16 0zM24 464l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["solid"]},"kiwi-bird":{"aliases":{"unicodes":{"secondary":["10f535"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bird","fauna","new zealand"]},"styles":["solid"],"unicode":"f535","label":"Kiwi Bird","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4l55.7 0c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3l0-240c0-70.7-57.3-128-128-128l-55.7 0c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3L96 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7l0 40.7c0 13.3 10.7 24 24 24s24-10.7 24-24l0-50.9c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4l55.7 0c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3l0-240c0-70.7-57.3-128-128-128l-55.7 0c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3L96 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-46c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7l0 40.7c0 13.3 10.7 24 24 24s24-10.7 24-24l0-50.9c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"korvue":{"changes":["5.0.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42f","label":"KORVUE","voted":false,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 446 512\\"><path d=\\"M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z\\"/></svg>","viewBox":[0,0,446,512],"width":446,"height":512,"path":"M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"}},"free":["brands"]},"l":{"aliases":{"unicodes":{"composite":["6c"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter L","Latin Small Letter L","letter"]},"styles":["solid"],"unicode":"4c","label":"L","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 32c17.7 0 32 14.3 32 32l0 352 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 64c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 32c17.7 0 32 14.3 32 32l0 352 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 480c-17.7 0-32-14.3-32-32L32 64c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"land-mine-on":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bomb","danger","explosion","war"]},"styles":["solid"],"unicode":"e51b","label":"Land Mine On","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M344 24l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 32-256 0 0-32zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5l324.7 0c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512l-408.4 0c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M344 24l0 144c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-144c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 32-256 0 0-32zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5l324.7 0c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512l-408.4 0c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z"}},"free":["solid"]},"landmark":{"aliases":{"unicodes":{"composite":["1f3db"],"secondary":["10f66f"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","classical","historic","memorable","monument","museum","politics","society"]},"styles":["solid"],"unicode":"f66f","label":"Landmark","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9l0-.9 4.4-1.6L240.1 4.2zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9l0-.9 4.4-1.6L240.1 4.2zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z"}},"free":["solid"]},"landmark-dome":{"aliases":{"names":["landmark-alt"],"unicodes":{"secondary":["10f752"]}},"changes":["5.5.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","historic","memorable","monument","politics"]},"styles":["solid"],"unicode":"f752","label":"Landmark Dome","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M248 0l16 0c13.3 0 24 10.7 24 24l0 10.7C368.4 48.1 431.9 111.6 445.3 192l2.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32l2.7 0C80.1 111.6 143.6 48.1 224 34.7L224 24c0-13.3 10.7-24 24-24zM64 288l64 0 0 128 40 0 0-128 64 0 0 128 48 0 0-128 64 0 0 128 40 0 0-128 64 0 0 132.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 288z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M248 0l16 0c13.3 0 24 10.7 24 24l0 10.7C368.4 48.1 431.9 111.6 445.3 192l2.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32l2.7 0C80.1 111.6 143.6 48.1 224 34.7L224 24c0-13.3 10.7-24 24-24zM64 288l64 0 0 128 40 0 0-128 64 0 0 128 48 0 0-128 64 0 0 128 40 0 0-128 64 0 0 132.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 288z"}},"free":["solid"]},"landmark-flag":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["capitol","flag","landmark","memorial"]},"styles":["solid"],"unicode":"e51c","label":"Landmark Flag","voted":false,"svg":{"solid":{"last_modified":1717161043,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M272 0l80 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-80 0 0 32 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0 0-112c0-8.8 7.2-16 16-16l16 0zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M272 0l80 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-80 0 0 32 192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0 0-112c0-8.8 7.2-16 16-16l16 0zM64 224l64 0 0 192 40 0 0-192 64 0 0 192 48 0 0-192 64 0 0 192 40 0 0-192 64 0 0 196.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512L32 512c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1L64 224z"}},"free":["solid"]},"language":{"aliases":{"unicodes":{"secondary":["10f1ab"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dialect","idiom","localize","speech","translate","vernacular"]},"styles":["solid"],"unicode":"f1ab","label":"Language","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 128C0 92.7 28.7 64 64 64l192 0 48 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-256 0-16 0-48 0L64 448c-35.3 0-64-28.7-64-64L0 128zm320 0l0 256 256 0 0-256-256 0zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276l-38 0 19-42.8zM448 164c11 0 20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45L448 228l-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 128C0 92.7 28.7 64 64 64l192 0 48 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64l-256 0-16 0-48 0L64 448c-35.3 0-64-28.7-64-64L0 128zm320 0l0 256 256 0 0-256-256 0zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276l-38 0 19-42.8zM448 164c11 0 20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45L448 228l-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20z"}},"free":["solid"]},"laptop":{"aliases":{"unicodes":{"composite":["1f4bb"],"secondary":["10f109"]}},"changes":["3.0.0","5.0.0","5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","cpu","dell","demo","device","fabook","fb","laptop","mac","macbook","machine","pc","personal"]},"styles":["solid"],"unicode":"f109","label":"Laptop","voted":false,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 32C92.7 32 64 60.7 64 96l0 256 64 0 0-256 384 0 0 256 64 0 0-256c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2L19.2 384z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 32C92.7 32 64 60.7 64 96l0 256 64 0 0-256 384 0 0 256 64 0 0-256c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2L19.2 384z"}},"free":["solid"]},"laptop-code":{"aliases":{"unicodes":{"secondary":["10f5fc"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","cpu","dell","demo","develop","device","fabook","fb","mac","macbook","machine","mysql","pc","sql"]},"styles":["solid"],"unicode":"f5fc","label":"Laptop Code","voted":false,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"}},"free":["solid"]},"laptop-file":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","education","laptop","learning","remote work"]},"styles":["solid"],"unicode":"e51d","label":"Laptop File","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 0C92.7 0 64 28.7 64 64l0 224-44.8 0C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384L320 384l0-96-192 0 0-224 320 0 0 32 64 0 0-32c0-35.3-28.7-64-64-64L128 0zM512 128l-112 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-208-96 0c-17.7 0-32-14.3-32-32l0-96zm32 0l0 96 96 0-96-96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 0C92.7 0 64 28.7 64 64l0 224-44.8 0C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384L320 384l0-96-192 0 0-224 320 0 0 32 64 0 0-32c0-35.3-28.7-64-64-64L128 0zM512 128l-112 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-208-96 0c-17.7 0-32-14.3-32-32l0-96zm32 0l0 96 96 0-96-96z"}},"free":["solid"]},"laptop-medical":{"aliases":{"unicodes":{"secondary":["10f812"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","device","ehr","electronic health records","history"]},"styles":["solid"],"unicode":"f812","label":"Laptop Medical","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 96c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 256-64 0 0-256L128 96l0 256-64 0L64 96zM0 403.2C0 392.6 8.6 384 19.2 384l601.6 0c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8L76.8 480C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"laravel":{"changes":["5.0.0","5.0.3","5.11.2","6.7.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3bd","label":"Laravel","voted":false,"svg":{"brands":{"last_modified":1732024740,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M107.2 0c2.5 0 4.7 .8 6.7 2l94.3 54.1c2.7 1.5 4.5 3.5 5.4 5.9c.9 2.2 .9 4.3 .9 5.6l0 193.4 69.2-39.7 0-100.3c0-2.6 .6-5 2.2-7.2c1.5-2.1 3.5-3.6 5.7-4.8c0 0 0 0 0 0l94-54c1.6-.9 3.4-1.6 5.5-1.6s4 .7 5.6 1.6l95.8 55.1c2.3 1.3 3.9 3 4.9 5.3c.9 2.1 .9 4.2 .9 5.8l0 107.2c0 2-.2 4.3-1.4 6.4c-1.2 2.2-3 3.7-5.1 4.9l-.1 .1-88 50.5 0 100c0 2.3-.3 4.8-1.6 7c-1.3 2.2-3.3 3.7-5.3 4.9c0 0 0 0-.1 0L208.7 510c-2.2 1.2-4.5 2-7.1 2s-4.9-.9-7.1-2l-.1-.1L7.1 402l-.5-.3c-1.1-.7-2.6-1.7-3.8-2.9C.9 396.9 0 394.6 0 391.6L0 65.9c0-4.8 3-7.9 5.5-9.3L100.5 2c2-1.2 4.3-2 6.8-2zM38.1 67.1l69 39.9 69.2-39.9L107.1 27.4l-69 39.7zm353 93.2l69-39.7-69-39.7-69.1 39.7 69.1 39.7zM189.2 89L120 128.8l0 186.4 69.2-39.9 0-186.4zM94.5 128.9L25.2 89.1l0 294.2 164 94.2 0-79.4-87.3-49.3-.2-.1c-1.3-.8-3.2-1.9-4.6-3.7c-1.7-2.1-2.5-4.7-2.5-7.7l0-208.5zm214.7 92.4l69.3 39.6 0-78.5-69.3-39.9 0 78.8zm94.5 39.6L473 221.2l0-78.8-69.3 39.9 0 78.5zM201.6 376.1l163.8-93.2-69-39.9L133 337.1l68.6 38.9zm12.9 101.5l164-94.2 0-78.8-164 93.6 0 79.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M107.2 0c2.5 0 4.7 .8 6.7 2l94.3 54.1c2.7 1.5 4.5 3.5 5.4 5.9c.9 2.2 .9 4.3 .9 5.6l0 193.4 69.2-39.7 0-100.3c0-2.6 .6-5 2.2-7.2c1.5-2.1 3.5-3.6 5.7-4.8c0 0 0 0 0 0l94-54c1.6-.9 3.4-1.6 5.5-1.6s4 .7 5.6 1.6l95.8 55.1c2.3 1.3 3.9 3 4.9 5.3c.9 2.1 .9 4.2 .9 5.8l0 107.2c0 2-.2 4.3-1.4 6.4c-1.2 2.2-3 3.7-5.1 4.9l-.1 .1-88 50.5 0 100c0 2.3-.3 4.8-1.6 7c-1.3 2.2-3.3 3.7-5.3 4.9c0 0 0 0-.1 0L208.7 510c-2.2 1.2-4.5 2-7.1 2s-4.9-.9-7.1-2l-.1-.1L7.1 402l-.5-.3c-1.1-.7-2.6-1.7-3.8-2.9C.9 396.9 0 394.6 0 391.6L0 65.9c0-4.8 3-7.9 5.5-9.3L100.5 2c2-1.2 4.3-2 6.8-2zM38.1 67.1l69 39.9 69.2-39.9L107.1 27.4l-69 39.7zm353 93.2l69-39.7-69-39.7-69.1 39.7 69.1 39.7zM189.2 89L120 128.8l0 186.4 69.2-39.9 0-186.4zM94.5 128.9L25.2 89.1l0 294.2 164 94.2 0-79.4-87.3-49.3-.2-.1c-1.3-.8-3.2-1.9-4.6-3.7c-1.7-2.1-2.5-4.7-2.5-7.7l0-208.5zm214.7 92.4l69.3 39.6 0-78.5-69.3-39.9 0 78.8zm94.5 39.6L473 221.2l0-78.8-69.3 39.9 0 78.5zM201.6 376.1l163.8-93.2-69-39.9L133 337.1l68.6 38.9zm12.9 101.5l164-94.2 0-78.8-164 93.6 0 79.4z"}},"free":["brands"]},"lari-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Lari Sign","currency"]},"styles":["solid"],"unicode":"e1c8","label":"Lari Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M144 32c17.7 0 32 14.3 32 32l0 32.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7L208 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3l0 67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-95c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1l0 95c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-67.9C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l16.9 0C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6L112 64c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M144 32c17.7 0 32 14.3 32 32l0 32.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7L208 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3l0 67.9c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-95c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1l0 95c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-67.9C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l16.9 0C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6L112 64c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"lastfm":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f202","label":"last.fm","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z"}},"free":["brands"]},"layer-group":{"aliases":{"unicodes":{"secondary":["10f5fd"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrange","category","develop","layers","map","platform","stack"]},"styles":["solid"],"unicode":"f5fd","label":"Layer Group","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"}},"free":["solid"]},"leaf":{"aliases":{"unicodes":{"secondary":["10f06c"]}},"changes":["1.0.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["eco","flora","nature","plant","vegan"]},"styles":["solid"],"unicode":"f06c","label":"Leaf","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5l88 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0-72 0s0 0 0 0c-16.6 0-32.7 1.9-48.3 5.4c-25.9 5.9-49.9 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5l88 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0-72 0s0 0 0 0c-16.6 0-32.7 1.9-48.3 5.4c-25.9 5.9-49.9 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z"}},"free":["solid"]},"leanpub":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f212","label":"Leanpub","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z"}},"free":["brands"]},"left-long":{"aliases":{"names":["long-arrow-alt-left"],"unicodes":{"secondary":["10f30a"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","long-arrow-left","previous"]},"styles":["solid"],"unicode":"f30a","label":"Left Long","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z"}},"free":["solid"]},"left-right":{"aliases":{"names":["arrows-alt-h"],"unicodes":{"composite":["2194"],"secondary":["10f337"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","arrows-h","expand","horizontal","landscape","left-right arrow","resize","wide"]},"styles":["solid"],"unicode":"f337","label":"Left Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z"}},"free":["solid"]},"lemon":{"aliases":{"unicodes":{"composite":["1f34b"],"secondary":["10f094"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["citrus","fruit","lemon","lemonade","lime","tart"]},"styles":["solid","regular"],"unicode":"f094","label":"Lemon","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z"},"regular":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z"}},"free":["regular","solid"]},"less":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41d","label":"Less","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z"}},"free":["brands"]},"less-than":{"aliases":{"unicodes":{"composite":["f536"],"primary":["f536"],"secondary":["103c","10f536"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Less-Than Sign","arithmetic","compare","math"]},"styles":["solid"],"unicode":"3c","label":"Less Than","voted":true,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z"}},"free":["solid"]},"less-than-equal":{"aliases":{"unicodes":{"secondary":["10f537"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f537","label":"Less Than Equal","voted":true,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"}},"free":["solid"]},"letterboxd":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e62d","label":"Letterboxd","voted":false,"svg":{"brands":{"last_modified":1691764893,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M521.3 128C586.9 128 640 181.1 640 246.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zM320 128c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M521.3 128C586.9 128 640 181.1 640 246.6s-53.1 118.6-118.7 118.6c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zM320 128c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0c-42.5 0-79.7-22.3-100.7-55.8c11.4-18.2 18-39.7 18-62.8s-6.6-44.6-18-62.8l0 0 .8-1.2c20.8-32.3 56.8-53.9 97.9-54.6l2 0zm-201.3 0c42.5 0 79.7 22.3 100.7 55.8c-11.4 18.2-18 39.7-18 62.8s6.6 44.6 18 62.8l0 0-.8 1.2c-20.8 32.3-56.8 53.9-97.9 54.6l-2 0C53.1 365.1 0 312.1 0 246.6S53.1 128 118.7 128z"}},"free":["brands"]},"life-ring":{"aliases":{"unicodes":{"secondary":["10f1cd"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["coast guard","help","overboard","save","support"]},"styles":["solid","regular"],"unicode":"f1cd","label":"Life Ring","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"},"regular":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"}},"free":["regular","solid"]},"lightbulb":{"aliases":{"unicodes":{"composite":["1f4a1"],"secondary":["10f0eb"]}},"changes":["3.0.0","5.0.0","5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bulb","bulb","comic","comic","electric","electric","energy","idea","idea","innovation","inspiration","inspiration","light","light bulb","mechanical"]},"styles":["solid","regular"],"unicode":"f0eb","label":"Lightbulb","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M272 384c9.6-31.9 29.5-59.1 49.2-86.2c0 0 0 0 0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4c0 0 0 0 0 0c19.8 27.1 39.7 54.4 49.2 86.2l160 0zM192 512c44.2 0 80-35.8 80-80l0-16-160 0 0 16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M272 384c9.6-31.9 29.5-59.1 49.2-86.2c0 0 0 0 0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4c0 0 0 0 0 0c19.8 27.1 39.7 54.4 49.2 86.2l160 0zM192 512c44.2 0 80-35.8 80-80l0-16-160 0 0 16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z"},"regular":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7c0 0 0 0 0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5L109 384c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8c0 0 0 0 0 0s0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4c0 0 0 0 0 0s0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5l-48.6 0c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80l0-16 160 0 0 16c0 44.2-35.8 80-80 80z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7c0 0 0 0 0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5L109 384c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8c0 0 0 0 0 0s0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4c0 0 0 0 0 0s0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5l-48.6 0c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8c0 0 0 0 0 0s0 0 0 0s0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80l0-16 160 0 0 16c0 44.2-35.8 80-80 80z"}},"free":["regular","solid"]},"line":{"changes":["5.0.0","6.3.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3c0","label":"Line","voted":false,"svg":{"brands":{"last_modified":1672840969,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z"}},"free":["brands"]},"lines-leaning":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["canted","domino","falling","resilience","resilient","tipped"]},"styles":["solid"],"unicode":"e51e","label":"Lines Leaning","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32l0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32z"}},"free":["solid"]},"link":{"aliases":{"names":["chain"],"unicodes":{"composite":["1f517"],"secondary":["10f0c1"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["attach","attachment","chain","connect","lin","link"]},"styles":["solid"],"unicode":"f0c1","label":"Link","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"}},"free":["solid"]},"link-slash":{"aliases":{"names":["chain-broken","chain-slash","unlink"],"unicodes":{"secondary":["10f127"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["attachment","chain","chain-broken","disabled","disconnect","remove"]},"styles":["solid"],"unicode":"f127","label":"Link Slash","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z"}},"free":["solid"]},"linkedin":{"changes":["1.0.0","5.0.0"],"ligatures":[],"search":{"terms":["linkedin-square","linkin"]},"styles":["brands"],"unicode":"f08c","label":"LinkedIn","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"}},"free":["brands"]},"linkedin-in":{"changes":["2.0.0","5.0.0","5.4.1","5.8.0","5.8.1"],"ligatures":[],"search":{"terms":["linkedin","linkin"]},"styles":["brands"],"unicode":"f0e1","label":"LinkedIn In","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"}},"free":["brands"]},"linode":{"changes":["4.7.0","5.0.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2b8","label":"Linode","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z"}},"free":["brands"]},"linux":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":["tux"]},"styles":["brands"],"unicode":"f17c","label":"Linux","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"}},"free":["brands"]},"lira-sign":{"aliases":{"unicodes":{"composite":["20a4"],"secondary":["10f195"]}},"changes":["4.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Lira Sign","currency"]},"styles":["solid"],"unicode":"f195","label":"Lira Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 192l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 32-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l14 0c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9L224 352c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-32 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-31.6z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 192l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 32-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l14 0c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9L224 352c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-32 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-31.6z"}},"free":["solid"]},"list":{"aliases":{"names":["list-squares"],"unicodes":{"secondary":["10f03a"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullet","category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},"styles":["solid"],"unicode":"f03a","label":"List","voted":false,"svg":{"solid":{"last_modified":1717172774,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M40 48C26.7 48 16 58.7 16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM16 232l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0z"}},"free":["solid"]},"list-check":{"aliases":{"names":["tasks"],"unicodes":{"secondary":["10f0ae"]}},"changes":["2.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullet","cheatsheet","checklist","downloading","downloads","enable","loading","progress","project management","settings","summary","to do","validate","working"]},"styles":["solid"],"unicode":"f0ae","label":"List Check","voted":false,"svg":{"solid":{"last_modified":1720287684,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"list-ol":{"aliases":{"names":["list-1-2","list-numeric"],"unicodes":{"secondary":["10f0cb"]}},"changes":["2.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cheatsheet","checklist","completed","done","finished","numbers","ol","summary","todo","ul"]},"styles":["solid"],"unicode":"f0cb","label":"List Ol","voted":false,"svg":{"solid":{"last_modified":1720287685,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M24 56c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24l0 120 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-96-8 0C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432l33.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M24 56c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24l0 120 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-96-8 0C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432l33.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"list-ul":{"aliases":{"names":["list-dots"],"unicodes":{"secondary":["10f0ca"]}},"changes":["2.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullet","cheatsheet","checklist","completed","done","finished","ol","summary","survey","todo","ul"]},"styles":["solid"],"unicode":"f0ca","label":"List Ul","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l288 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-288 0zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"litecoin-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["currency"]},"styles":["solid"],"unicode":"e1d3","label":"Litecoin Sign","voted":true,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 149.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1 64 448c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0 0-154.1 136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3 128 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64l0 149.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1 64 448c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-224 0 0-154.1 136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3 128 64z"}},"free":["solid"]},"location-arrow":{"aliases":{"unicodes":{"secondary":["10f124"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","compass","coordinate","direction","gps","map","navigation","place"]},"styles":["solid"],"unicode":"f124","label":"Location Arrow","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8l176 0 0 176c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8l176 0 0 176c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z"}},"free":["solid"]},"location-crosshairs":{"aliases":{"names":["location"],"unicodes":{"secondary":["10f601"]}},"changes":["5.2.0","5.11.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinate","direction","gps","location","map","navigation","place","where"]},"styles":["solid"],"unicode":"f601","label":"Location Crosshairs","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c17.7 0 32 14.3 32 32l0 34.7C368.4 80.1 431.9 143.6 445.3 224l34.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-34.7 0C431.9 368.4 368.4 431.9 288 445.3l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C143.6 431.9 80.1 368.4 66.7 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l34.7 0C80.1 143.6 143.6 80.1 224 66.7L224 32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c17.7 0 32 14.3 32 32l0 34.7C368.4 80.1 431.9 143.6 445.3 224l34.7 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-34.7 0C431.9 368.4 368.4 431.9 288 445.3l0 34.7c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-34.7C143.6 431.9 80.1 368.4 66.7 288L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l34.7 0C80.1 143.6 143.6 80.1 224 66.7L224 32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"location-dot":{"aliases":{"names":["map-marker-alt"],"unicodes":{"secondary":["10f3c5"]}},"changes":["5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f3c5","label":"Location Dot","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"}},"free":["solid"]},"location-pin":{"aliases":{"names":["map-marker"],"unicodes":{"secondary":["10f041"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f041","label":"Location Pin","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z"}},"free":["solid"]},"location-pin-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["closed","lockdown","map","padlock","privacy","quarantine"]},"styles":["solid"],"unicode":"e51f","label":"Location Pin Lock","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3l0-94.8c0-23.7 12.9-44.4 32-55.4l0-24.6c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3l0-94.8c0-23.7 12.9-44.4 32-55.4l0-24.6c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"lock":{"aliases":{"unicodes":{"composite":["1f512"],"secondary":["10f023"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","closed","lock","locked","open","padlock","password","privacy","private","protect","security"]},"styles":["solid"],"unicode":"f023","label":"Lock","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z"}},"free":["solid"]},"lock-open":{"aliases":{"unicodes":{"secondary":["10f3c1"]}},"changes":["3.1.0","5.0.0","5.0.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","lock","open","padlock","password","privacy","private","protect","security","unlock"]},"styles":["solid"],"unicode":"f3c1","label":"Lock Open","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48C576 64.5 511.5 0 432 0S288 64.5 288 144l0 48L64 192c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48C576 64.5 511.5 0 432 0S288 64.5 288 144l0 48L64 192c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-48z"}},"free":["solid"]},"locust":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["horde","infestation","locust","plague","swarm"]},"styles":["solid"],"unicode":"e520","label":"Locust","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4l-64.2 0-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400l74.5 0-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400l80.4 0 38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400l12.4 0c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3l0-40C576 143 465 32 328 32l-16 0zm50.5 168l17.1 40L333 240l29.5-40zm-87.7 38.1l-1.4 1.9-48.2 0 32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240l-37.9 0zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4l-64.2 0-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400l74.5 0-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400l80.4 0 38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400l12.4 0c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3l0-40C576 143 465 32 328 32l-16 0zm50.5 168l17.1 40L333 240l29.5-40zm-87.7 38.1l-1.4 1.9-48.2 0 32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240l-37.9 0zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"lungs":{"aliases":{"unicodes":{"composite":["1fac1"],"secondary":["10f604"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air","breath","covid-19","exhalation","inhalation","lungs","organ","respiration","respiratory"]},"styles":["solid"],"unicode":"f604","label":"Lungs","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0c17.7 0 32 14.3 32 32l0 132.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2 0-45.5C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398l0-73 90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1l0-.4-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58 0 73.4c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 45.5 9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5L288 32c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0c17.7 0 32 14.3 32 32l0 132.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2 0-45.5C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398l0-73 90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1l0-.4-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58 0 73.4c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 45.5 9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5L288 32c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"lungs-virus":{"aliases":{"unicodes":{"secondary":["10e067"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["breath","coronavirus","covid-19","flu","infection","pandemic","respiratory","sick"]},"styles":["solid"],"unicode":"e067","label":"Lungs Virus","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0c17.7 0 32 14.3 32 32l0 124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2L288 32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1l0-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0c17.7 0 32 14.3 32 32l0 124.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2L288 32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1l0-24.1C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4l0 7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89l0-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3l0 24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"lyft":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3c3","label":"lyft","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z"}},"free":["brands"]},"m":{"aliases":{"unicodes":{"composite":["6d"]}},"changes":["6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter M","Latin Small Letter M","letter"]},"styles":["solid"],"unicode":"4d","label":"M","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.3c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64l0 384c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-278.3L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 49.9 9.2 37.5 22.7 33.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.3c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64l0 384c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-278.3L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 49.9 9.2 37.5 22.7 33.4z"}},"free":["solid"]},"magento":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3c4","label":"Magento","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z"}},"free":["brands"]},"magnet":{"aliases":{"unicodes":{"composite":["1f9f2"],"secondary":["10f076"]}},"changes":["1.0.0","5.0.0","5.8.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Attract","attraction","horseshoe","lodestone","magnet","magnetic","tool"]},"styles":["solid"],"unicode":"f076","label":"Magnet","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 160l0 96C0 379.7 100.3 480 224 480s224-100.3 224-224l0-96-128 0 0 96c0 53-43 96-96 96s-96-43-96-96l0-96L0 160zm0-32l128 0 0-64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64zm320 0l128 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 160l0 96C0 379.7 100.3 480 224 480s224-100.3 224-224l0-96-128 0 0 96c0 53-43 96-96 96s-96-43-96-96l0-96L0 160zm0-32l128 0 0-64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64zm320 0l128 0 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64z"}},"free":["solid"]},"magnifying-glass":{"aliases":{"names":["search"],"unicodes":{"composite":["1f50d"],"secondary":["10f002"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bigger","enlarge","equipment","find","glass","inspection","magnifier","magnify","magnifying","magnifying glass tilted left","preview","search","tool","zoom"]},"styles":["solid"],"unicode":"f002","label":"Magnifying Glass","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"}},"free":["solid"]},"magnifying-glass-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["find","magnifier","next","search"]},"styles":["solid"],"unicode":"e521","label":"Magnifying Glass Arrow Right","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31L120 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l118.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31L120 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l118.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z"}},"free":["solid"]},"magnifying-glass-chart":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["analysis","chart","data","graph","intelligence","magnifier","market","revenue"]},"styles":["solid"],"unicode":"e522","label":"Magnifying Glass Chart","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96l0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-13.3-10.7-24-24-24s-24 10.7-24 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96l0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-13.3-10.7-24-24-24s-24 10.7-24 24z"}},"free":["solid"]},"magnifying-glass-dollar":{"aliases":{"names":["search-dollar"],"unicodes":{"secondary":["10f688"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bigger","enlarge","find","magnifier","magnify","money","preview","zoom"]},"styles":["solid"],"unicode":"f688","label":"Magnifying Glass Dollar","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z"}},"free":["solid"]},"magnifying-glass-location":{"aliases":{"names":["search-location"],"unicodes":{"secondary":["10f689"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bigger","enlarge","find","magnifier","magnify","preview","zoom"]},"styles":["solid"],"unicode":"f689","label":"Magnifying Glass Location","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"magnifying-glass-minus":{"aliases":{"names":["search-minus"],"unicodes":{"secondary":["10f010"]}},"changes":["1.0.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["magnifier","minify","negative","smaller","zoom","zoom out"]},"styles":["solid"],"unicode":"f010","label":"Magnifying Glass Minus","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"}},"free":["solid"]},"magnifying-glass-plus":{"aliases":{"names":["search-plus"],"unicodes":{"secondary":["10f00e"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bigger","enlarge","magnifier","magnify","positive","zoom","zoom in"]},"styles":["solid"],"unicode":"f00e","label":"Magnifying Glass Plus","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"}},"free":["solid"]},"mailchimp":{"changes":["5.1.0","5.7.0","5.8.0","5.8.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f59e","label":"Mailchimp","voted":true,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"}},"free":["brands"]},"manat-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Manat Sign","currency"]},"styles":["solid"],"unicode":"e1d5","label":"Manat Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 32c-17.7 0-32 14.3-32 32l0 34.7C69.2 113.9 0 192.9 0 288L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-59.6 40.8-109.8 96-124l0 284c0 17.7 14.3 32 32 32s32-14.3 32-32l0-284c55.2 14.2 96 64.3 96 124l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-95.1-69.2-174.1-160-189.3L224 64c0-17.7-14.3-32-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 32c-17.7 0-32 14.3-32 32l0 34.7C69.2 113.9 0 192.9 0 288L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-59.6 40.8-109.8 96-124l0 284c0 17.7 14.3 32 32 32s32-14.3 32-32l0-284c55.2 14.2 96 64.3 96 124l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-95.1-69.2-174.1-160-189.3L224 64c0-17.7-14.3-32-32-32z"}},"free":["solid"]},"mandalorian":{"changes":["5.0.12","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f50f","label":"Mandalorian","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"}},"free":["brands"]},"map":{"aliases":{"unicodes":{"composite":["1f5fa","f278"],"secondary":["10f279"]}},"changes":["4.4.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel","world","world map"]},"styles":["solid","regular"],"unicode":"f279","label":"Map","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 476.1L192 421.2l0-385.3L384 90.8l0 385.3zm32-1.2l0-386.5L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3l0 334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2l0 386.5L32.9 474.5C17.1 480.8 0 469.2 0 452.2L0 117.4c0-9.8 6-18.6 15.1-22.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 476.1L192 421.2l0-385.3L384 90.8l0 385.3zm32-1.2l0-386.5L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3l0 334.8c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2l0 386.5L32.9 474.5C17.1 480.8 0 469.2 0 452.2L0 117.4c0-9.8 6-18.6 15.1-22.3z"},"regular":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M565.6 36.2C572.1 40.7 576 48.1 576 56l0 336c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456L0 120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5l0 284.6 120-45.7 0-284.6L48 136.5zM360 422.7l0-285.4-144-48 0 285.4 144 48zm48-1.5l120-45.7 0-284.6L408 136.5l0 284.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M565.6 36.2C572.1 40.7 576 48.1 576 56l0 336c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456L0 120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5l0 284.6 120-45.7 0-284.6L48 136.5zM360 422.7l0-285.4-144-48 0 285.4 144 48zm48-1.5l120-45.7 0-284.6L408 136.5l0 284.6z"}},"free":["regular","solid"]},"map-location":{"aliases":{"names":["map-marked"],"unicodes":{"secondary":["10f59f"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f59f","label":"Map Location","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3L576 152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6L416 503zM15.1 187.3C6 191 0 199.8 0 209.6L0 480.4c0 17 17.1 28.6 32.9 22.3L160 451.8l0-251.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77l0 194.4 192 54.9L384 255z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3L576 152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6L416 503zM15.1 187.3C6 191 0 199.8 0 209.6L0 480.4c0 17 17.1 28.6 32.9 22.3L160 451.8l0-251.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77l0 194.4 192 54.9L384 255z"}},"free":["solid"]},"map-location-dot":{"aliases":{"names":["map-marked-alt"],"unicodes":{"secondary":["10f5a0"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","coordinates","destination","gps","localize","location","map","navigation","paper","pin","place","point of interest","position","route","travel"]},"styles":["solid"],"unicode":"f5a0","label":"Map Location Dot","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152l0 270.8c0 9.8-6 18.6-15.1 22.3L416 503l0-302.6zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6l0 251.4L32.9 502.7C17.1 509 0 497.4 0 480.4L0 209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77l0 249.3L192 449.4 192 255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152l0 270.8c0 9.8-6 18.6-15.1 22.3L416 503l0-302.6zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6l0 251.4L32.9 502.7C17.1 509 0 497.4 0 480.4L0 209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77l0 249.3L192 449.4 192 255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"}},"free":["solid"]},"map-pin":{"aliases":{"unicodes":{"composite":["1f4cd"],"secondary":["10f276"]}},"changes":["4.4.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","agree","coordinates","destination","gps","localize","location","map","marker","navigation","pin","place","position","pushpin","round pushpin","travel"]},"styles":["solid"],"unicode":"f276","label":"Map Pin","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480l0-162.9c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9L192 480c0 17.7-14.3 32-32 32s-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480l0-162.9c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9L192 480c0 17.7-14.3 32-32 32s-32-14.3-32-32z"}},"free":["solid"]},"markdown":{"changes":["5.2.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f60f","label":"Markdown","voted":true,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"}},"free":["brands"]},"marker":{"aliases":{"unicodes":{"secondary":["10f5a1"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","edit","modify","sharpie","update","write"]},"styles":["solid"],"unicode":"f5a1","label":"Marker","voted":true,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z"}},"free":["solid"]},"mars":{"aliases":{"unicodes":{"composite":["2642"],"secondary":["10f222"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["gender","male","male sign","man"]},"styles":["solid"],"unicode":"f222","label":"Mars","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8l112 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80s0 0 0 0s0 0 0 0s0 0 0 0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8l112 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80s0 0 0 0s0 0 0 0s0 0 0 0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z"}},"free":["solid"]},"mars-and-venus":{"aliases":{"unicodes":{"composite":["26a5"],"secondary":["10f224"]}},"changes":["4.3.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Male and Female Sign","female","gender","intersex","male","transgender"]},"styles":["solid"],"unicode":"f224","label":"Mars And Venus","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M337.8 14.8C341.5 5.8 350.3 0 360 0L472 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59 146.6-136 158.2l0 25.8 24 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-25.8C155 370.6 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48s0 0 0 0s0 0 0 0s0 0 0 0zM352 224a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M337.8 14.8C341.5 5.8 350.3 0 360 0L472 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59 146.6-136 158.2l0 25.8 24 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-25.8C155 370.6 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48s0 0 0 0s0 0 0 0s0 0 0 0zM352 224a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"}},"free":["solid"]},"mars-and-venus-burst":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["gender","uer","violence"]},"styles":["solid"],"unicode":"e523","label":"Mars And Venus Burst","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8l0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .3 0 .4 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3-24 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1c0 0 0 .1 0 .1s0 .1 0 .1l0 .1c0 0 0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l24 0-24 0c0 13.3 10.7 24 24 24s24-10.7 24-24l-24 0 24 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1l0-.1c0 0 0-.1 0-.1s0-.1 0-.1l0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24 0 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.4 0-.3 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 0zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8l0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .4 0 .3 0 .4 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3 0 .3-24 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .2 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1 0 .1c0 0 0 .1 0 .1s0 .1 0 .1l0 .1c0 0 0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 .1 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 .1s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0l24 0-24 0c0 13.3 10.7 24 24 24s24-10.7 24-24l-24 0 24 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0 0 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1s0-.1 0-.1l0-.1c0 0 0-.1 0-.1s0-.1 0-.1l0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.1 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 0-.2 24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24 0 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.3 0-.4 0-.3 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4 0-.4c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 0zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z"}},"free":["solid"]},"mars-double":{"aliases":{"unicodes":{"composite":["26a3"],"secondary":["10f227"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Doubled Male Sign","gay","gender","male","men"]},"styles":["solid"],"unicode":"f227","label":"Mars Double","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L312 32zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 32c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2 0 .2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7l0 21.3c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L312 32zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L504 32c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2 0 .2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7l0 21.3c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"}},"free":["solid"]},"mars-stroke":{"aliases":{"unicodes":{"composite":["26a6"],"secondary":["10f229"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Male with Stroke Sign","gender","transgender"]},"styles":["solid"],"unicode":"f229","label":"Mars Stroke","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L376 0zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-112c0-13.3-10.7-24-24-24L376 0zm88 48s0 0 0 0s0 0 0 0s0 0 0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z"}},"free":["solid"]},"mars-stroke-right":{"aliases":{"names":["mars-stroke-h"],"unicodes":{"composite":["26a9"],"secondary":["10f22b"]}},"changes":["4.3.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Horizontal Male with Stroke Sign","gender"]},"styles":["solid"],"unicode":"f22b","label":"Mars Stroke Right","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152l33.6 0 0-56c0-13.3 10.7-24 24-24s24 10.7 24 24l0 56 32 0 0-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-56-32 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-33.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152l33.6 0 0-56c0-13.3 10.7-24 24-24s24 10.7 24 24l0 56 32 0 0-56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-56-32 0 0 56c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-56-33.6 0z"}},"free":["solid"]},"mars-stroke-up":{"aliases":{"names":["mars-stroke-v"],"unicodes":{"composite":["26a8"],"secondary":["10f22a"]}},"changes":["4.3.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Vertical Male with Stroke Sign","gender"]},"styles":["solid"],"unicode":"f22a","label":"Mars Stroke Up","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-40 0 0 24 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8l0-24-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-24L96 96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9l-40 0 0 24 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8l0-24-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-24L96 96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z"}},"free":["solid"]},"martini-glass":{"aliases":{"names":["glass-martini-alt"],"unicodes":{"composite":["1f378"],"secondary":["10f57b"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","bar","beverage","cocktail","cocktail glass","drink","glass","liquor"]},"styles":["solid"],"unicode":"f57b","label":"Martini Glass","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM173.3 128l-64-64 293.5 0-64 64-165.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM173.3 128l-64-64 293.5 0-64 64-165.5 0z"}},"free":["solid"]},"martini-glass-citrus":{"aliases":{"names":["cocktail"],"unicodes":{"secondary":["10f561"]}},"changes":["5.1.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","beverage","drink","gin","glass","margarita","martini","vodka"]},"styles":["solid"],"unicode":"f561","label":"Martini Glass Citrus","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48l-52.6 0C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128l368 0c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177L232 464l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-118.1L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48l-52.6 0C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128l368 0c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177L232 464l64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-118.1L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z"}},"free":["solid"]},"martini-glass-empty":{"aliases":{"names":["glass-martini"],"unicodes":{"secondary":["10f000"]}},"changes":["1.0.0","5.0.0","5.1.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","bar","beverage","drink","liquor"]},"styles":["solid"],"unicode":"f000","label":"Martini Glass Empty","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM256 210.7L109.3 64l293.5 0L256 210.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3 224 448l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-178.7L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0L32 0zM256 210.7L109.3 64l293.5 0L256 210.7z"}},"free":["solid"]},"mask":{"aliases":{"unicodes":{"secondary":["10f6fa"]}},"changes":["5.4.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carnivale","costume","disguise","halloween","secret","super hero"]},"styles":["solid"],"unicode":"f6fa","label":"Mask","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 64C64 64 0 160 0 272S80 448 176 448l8.4 0c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4l8.4 0c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 64C64 64 0 160 0 272S80 448 176 448l8.4 0c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4l8.4 0c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"}},"free":["solid"]},"mask-face":{"changes":["6.0.0-beta1","6.0.0","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["breath","coronavirus","covid-19","filter","flu","infection","pandemic","respirator","virus"]},"styles":["solid"],"unicode":"e1d7","label":"Mask Face","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1l-9.2 0-16 0-72 0c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-72 0-16 0-9.2 0c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l40 0 0 48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3l0-48 40 0c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm16 48l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1l-9.2 0-16 0-72 0c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-72 0-16 0-9.2 0c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l40 0 0 48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3l0-48 40 0c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zm16 48l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16z"}},"free":["solid"]},"mask-ventilator":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["breath","gas","mask","oxygen","respirator","ventilator"]},"styles":["solid"],"unicode":"e524","label":"Mask Ventilator","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l103.1 0zm26-48L56 128c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6l0-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8l0 76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-129.5 0C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48L584 176c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320l0 192 64 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269l0-85c0-4.4 3.6-8 8-8l103.1 0zm26-48L56 128c-30.9 0-56 25.1-56 56l0 85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6l0-76.6c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8l0 76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269l0-85c0-30.9-25.1-56-56-56l-129.5 0C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48L584 176c4.4 0 8 3.6 8 8l0 85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320l0 192 64 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"}},"free":["solid"]},"masks-theater":{"aliases":{"names":["theater-masks"],"unicodes":{"composite":["1f3ad"],"secondary":["10f630"]}},"changes":["5.2.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["art","comedy","mask","perform","performing","performing arts","theater","theatre","tragedy"]},"styles":["solid"],"unicode":"f630","label":"Masks Theater","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"}},"free":["solid"]},"mastodon":{"changes":["5.0.11","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f6","label":"Mastodon","voted":true,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"}},"free":["brands"]},"mattress-pillow":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air mattress","mattress","pillow","rest","sleep"]},"styles":["solid"],"unicode":"e525","label":"Mattress Pillow","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l192 0 0-384zm32 384l288 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L288 64l0 384zM64 160c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-192z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l192 0 0-384zm32 384l288 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L288 64l0 384zM64 160c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-192z"}},"free":["solid"]},"maxcdn":{"changes":["3.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f136","label":"MaxCDN","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z"}},"free":["brands"]},"maximize":{"aliases":{"names":["expand-arrows-alt"],"unicodes":{"secondary":["10f31e"]}},"changes":["5.0.0","5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows","bigger","enlarge","expand","fullscreen","maximize","resize","resize","scale","size"]},"styles":["solid"],"unicode":"f31e","label":"Maximize","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M200 32L56 32C42.7 32 32 42.7 32 56l0 144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312l0 144c0 13.3 10.7 24 24 24l144 0c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l144 0c13.3 0 24-10.7 24-24l0-144c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-144c0-13.3-10.7-24-24-24L312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M200 32L56 32C42.7 32 32 42.7 32 56l0 144c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312l0 144c0 13.3 10.7 24 24 24l144 0c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l144 0c13.3 0 24-10.7 24-24l0-144c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-144c0-13.3-10.7-24-24-24L312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z"}},"free":["solid"]},"mdb":{"changes":["5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f8ca","label":"Material Design for Bootstrap","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"}},"free":["brands"]},"medal":{"aliases":{"unicodes":{"composite":["1f3c5"],"secondary":["10f5a2"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["award","guarantee","medal","quality","ribbon","sports medal","star","trophy","warranty"]},"styles":["solid"],"unicode":"f5a2","label":"Medal","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0L133.9 0c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0L487.4 0C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0L133.9 0c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0L487.4 0C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"}},"free":["solid"]},"medapps":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3c6","label":"MedApps","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z"}},"free":["brands"]},"medium":{"aliases":{"names":["medium-m"],"unicodes":{"composite":["f3c7"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f23a","label":"Medium","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z"}},"free":["brands"]},"medrt":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3c8","label":"MRT","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 544 512\\"><path d=\\"M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z\\"/></svg>","viewBox":[0,0,544,512],"width":544,"height":512,"path":"M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z"}},"free":["brands"]},"meetup":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2e0","label":"Meetup","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"}},"free":["brands"]},"megaport":{"changes":["5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5a3","label":"Megaport","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"}},"free":["brands"]},"memory":{"aliases":{"unicodes":{"secondary":["10f538"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["DIMM","RAM","hardware","storage","technology"]},"styles":["solid"],"unicode":"f538","label":"Memory","voted":true,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128l0 7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6L0 320l576 0 0-71.4c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3l0-7.4c0-35.3-28.7-64-64-64L64 64zM576 352L0 352l0 64c0 17.7 14.3 32 32 32l48 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 48 0c17.7 0 32-14.3 32-32l0-64zM192 160l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128l0 7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6L0 320l576 0 0-71.4c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3l0-7.4c0-35.3-28.7-64-64-64L64 64zM576 352L0 352l0 64c0 17.7 14.3 32 32 32l48 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 96 0 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 32 48 0c17.7 0 32-14.3 32-32l0-64zM192 160l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"}},"free":["solid"]},"mendeley":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f7b3","label":"Mendeley","voted":true,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z"}},"free":["brands"]},"menorah":{"aliases":{"unicodes":{"secondary":["10f676"]}},"changes":["5.3.0","5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["candle","hanukkah","jewish","judaism","light"]},"styles":["solid"],"unicode":"f676","label":"Menorah","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1L64 64c0 17.7-14.3 32-32 32S0 81.7 0 64l0-1.2c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32l0 128c0 17.7 14.3 32 32 32l192 0 0-160c0-17.7 14.3-32 32-32s32 14.3 32 32l0 160 192 0c17.7 0 32-14.3 32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 128c0 53-43 96-96 96l-192 0 0 64 128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0 0-64L96 384c-53 0-96-43-96-96L0 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1L64 64c0 17.7-14.3 32-32 32S0 81.7 0 64l0-1.2c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1l0 1.2c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-1.2c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32l0 128c0 17.7 14.3 32 32 32l192 0 0-160c0-17.7 14.3-32 32-32s32 14.3 32 32l0 160 192 0c17.7 0 32-14.3 32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 128c0 53-43 96-96 96l-192 0 0 64 128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0 0-64L96 384c-53 0-96-43-96-96L0 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96 0 32-64 0 0-32 0-96c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"mercury":{"aliases":{"unicodes":{"composite":["263f"],"secondary":["10f223"]}},"changes":["4.3.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Mercury","gender","hybrid","transgender"]},"styles":["solid"],"unicode":"f223","label":"Mercury","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4l0 25.6 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4l0 25.6 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z"}},"free":["solid"]},"message":{"aliases":{"names":["comment-alt"],"unicodes":{"secondary":["10f27a"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","bubble","chat","commenting","conversation","conversation","discussion","feedback","message","note","notification","sms","speech","talk","talking","texting"]},"styles":["solid","regular"],"unicode":"f27a","label":"Message","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l96 0 0 80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416 448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l96 0 0 80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416 448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0z"},"regular":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 368c26.5 0 48 21.5 48 48l0 16 72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6L448 368c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 48c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l96 0zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-21.3 0-6.4 0-.3 0-4 0-48-48 0-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L208 492z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 368c26.5 0 48 21.5 48 48l0 16 72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6L448 368c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 48c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l96 0zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-21.3 0-6.4 0-.3 0-4 0-48-48 0-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L208 492z"}},"free":["regular","solid"]},"meta":{"changes":["6.0.0","6.1.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e49b","label":"Meta","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z"}},"free":["brands"]},"meteor":{"aliases":{"unicodes":{"composite":["2604"],"secondary":["10f753"]}},"changes":["5.5.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["armageddon","asteroid","comet","shooting star","space"]},"styles":["solid"],"unicode":"f753","label":"Meteor","voted":false,"svg":{"solid":{"last_modified":1720277406,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"microblog":{"changes":["5.12.0","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e01a","label":"Micro.blog","voted":true,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z"}},"free":["brands"]},"microchip":{"aliases":{"unicodes":{"secondary":["10f2db"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cpu","hardware","processor","technology"]},"styles":["solid"],"unicode":"f2db","label":"Microchip","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c-35.3 0-64 28.7-64 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c0 35.3 28.7 64 64 64l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c35.3 0 64-28.7 64-64l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c0-35.3-28.7-64-64-64l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40zM160 128l192 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32l0-192c0-17.7 14.3-32 32-32zm192 32l-192 0 0 192 192 0 0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c-35.3 0-64 28.7-64 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0 0 56-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c0 35.3 28.7 64 64 64l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40 56 0 0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c35.3 0 64-28.7 64-64l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0 0-56 40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c0-35.3-28.7-64-64-64l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-56 0 0-40zM160 128l192 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32l0-192c0-17.7 14.3-32 32-32zm192 32l-192 0 0 192 192 0 0-192z"}},"free":["solid"]},"microphone":{"aliases":{"unicodes":{"secondary":["10f130"]}},"changes":["3.1.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["address","audio","information","podcast","public","record","sing","sound","talking","voice"]},"styles":["solid"],"unicode":"f130","label":"Microphone","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0C139 0 96 43 96 96l0 160c0 53 43 96 96 96s96-43 96-96l0-160c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0C139 0 96 43 96 96l0 160c0 53 43 96 96 96s96-43 96-96l0-160c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40z"}},"free":["solid"]},"microphone-lines":{"aliases":{"names":["microphone-alt"],"unicodes":{"composite":["1f399"],"secondary":["10f3c9"]}},"changes":["5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","mic","microphone","music","podcast","record","sing","sound","studio","studio microphone","talking","voice"]},"styles":["solid"],"unicode":"f3c9","label":"Microphone Lines","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M96 96l0 160c0 53 43 96 96 96s96-43 96-96l-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96S96 43 96 96zM320 240l0 16c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M96 96l0 160c0 53 43 96 96 96s96-43 96-96l-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96S96 43 96 96zM320 240l0 16c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c85.8-11.7 152-85.3 152-174.4l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24z"}},"free":["solid"]},"microphone-lines-slash":{"aliases":{"names":["microphone-alt-slash"],"unicodes":{"secondary":["10f539"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","disable","disabled","disconnect","disconnect","mute","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f539","label":"Microphone Lines Slash","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24 0 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8l0-44.8-57.1 0-34.5-27c2.9-3.1 7-5 11.6-5l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 24 0 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8l0-44.8-57.1 0-34.5-27c2.9-3.1 7-5 11.6-5l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-32-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2z"}},"free":["solid"]},"microphone-slash":{"aliases":{"unicodes":{"secondary":["10f131"]}},"changes":["3.1.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","disable","disabled","mute","podcast","record","sing","sound","voice"]},"styles":["solid"],"unicode":"f131","label":"Microphone Slash","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 21.2-5.1 41.1-14.2 58.7L416 300.8 416 96c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 21.2-5.1 41.1-14.2 58.7L416 300.8 416 96c0-53-43-96-96-96s-96 43-96 96l0 54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128l0-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6l0 40c0 89.1 66.2 162.7 152 174.4l0 33.6-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-33.6z"}},"free":["solid"]},"microscope":{"aliases":{"unicodes":{"composite":["1f52c"],"secondary":["10f610"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","electron","knowledge","lens","microscope","optics","science","shrink","testing","tool"]},"styles":["solid"],"unicode":"f610","label":"Microscope","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32zM32 448l288 0c70.7 0 128-57.3 128-128s-57.3-128-128-128l0-64c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128l16.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32l0-224c0-17.7 14.3-32 32-32zM32 448l288 0c70.7 0 128-57.3 128-128s-57.3-128-128-128l0-64c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128l16.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"microsoft":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ca","label":"Microsoft","voted":true,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"}},"free":["brands"]},"mill-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Mill Sign","currency"]},"styles":["solid"],"unicode":"e1ed","label":"Mill Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128l0 80L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-26.5 21.5-48 48-48s48 21.5 48 48l0 42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32l0-154.5 35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48l0 208c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128l0 80L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-26.5 21.5-48 48-48s48 21.5 48 48l0 42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32l0-154.5 35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48l0 208c0 17.7 14.3 32 32 32s32-14.3 32-32l0-208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"}},"free":["solid"]},"minimize":{"aliases":{"names":["compress-arrows-alt"],"unicodes":{"secondary":["10f78c"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["collapse","fullscreen","minimize","move","resize","shrink","smaller"]},"styles":["solid"],"unicode":"f78c","label":"Minimize","voted":true,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M456 224l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-144c0-13.3 10.7-24 24-24l144 0zm-256 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8l144 0zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 144c0 13.3-10.7 24-24 24L56 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M456 224l-144 0c-13.3 0-24-10.7-24-24l0-144c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-144c0-13.3 10.7-24 24-24l144 0zm-256 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8l144 0zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 144c0 13.3-10.7 24-24 24L56 224z"}},"free":["solid"]},"mintbit":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e62f","label":"Mintbit","voted":false,"svg":{"brands":{"last_modified":1692018247,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M73.2 512V438.9H365.7V365.7h73.2V219.4H512V0H292.6V73.1H146.3v73.2H73.2V438.9H0V512H73.2zm73.1-219.4h73.2v73.1H146.3V292.6zm73.2-73.1h73.1v73.1H219.4V219.4zm73.1 0V146.3h73.2v73.1H292.6zM365.7 73.1h73.2v73.2H365.7V73.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M73.2 512V438.9H365.7V365.7h73.2V219.4H512V0H292.6V73.1H146.3v73.2H73.2V438.9H0V512H73.2zm73.1-219.4h73.2v73.1H146.3V292.6zm73.2-73.1h73.1v73.1H219.4V219.4zm73.1 0V146.3h73.2v73.1H292.6zM365.7 73.1h73.2v73.2H365.7V73.1z"}},"free":["brands"]},"minus":{"aliases":{"names":["subtract"],"unicodes":{"composite":["2013","2212","2796"],"secondary":["10f068"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["En Dash","Minus Sign","collapse","delete","hide","math","minify","minus","negative","remove","sign","trash",""]},"styles":["solid"],"unicode":"f068","label":"Minus","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"mitten":{"aliases":{"unicodes":{"secondary":["10f7b5"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clothing","cold","glove","hands","knitted","seasonal","warmth"]},"styles":["solid"],"unicode":"f7b5","label":"Mitten","voted":false,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 384L64 384 5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0l3.4 0c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192l2.8 0c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 384L64 384 5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0l3.4 0c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192l2.8 0c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L64 512c-17.7 0-32-14.3-32-32l0-32z"}},"free":["solid"]},"mix":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3cb","label":"Mix","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"}},"free":["brands"]},"mixcloud":{"changes":["4.5.0","5.0.0","6.1.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f289","label":"Mixcloud","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z"}},"free":["brands"]},"mixer":{"changes":["5.12.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e056","label":"Mixer","voted":true,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z"}},"free":["brands"]},"mizuni":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3cc","label":"Mizuni","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"}},"free":["brands"]},"mobile":{"aliases":{"names":["mobile-android","mobile-phone"],"unicodes":{"composite":["1f4f1"],"secondary":["10f3ce"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["android","call","cell","cell phone","device","mobile","mobile phone","number","phone","screen","telephone","text"]},"styles":["solid"],"unicode":"f3ce","label":"Mobile","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zm80 432l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zm80 432l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"mobile-button":{"aliases":{"unicodes":{"secondary":["10f10b"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apple","call","cell phone","device","iphone","number","screen","telephone"]},"styles":["solid"],"unicode":"f10b","label":"Mobile Button","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M80 0C44.7 0 16 28.7 16 64l0 384c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"mobile-retro":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cellphone","cellular","phone"]},"styles":["solid"],"unicode":"e527","label":"Mobile Retro","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L256 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm64 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L256 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm64 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0z"}},"free":["solid"]},"mobile-screen":{"aliases":{"names":["mobile-android-alt"],"unicodes":{"secondary":["10f3cf"]}},"changes":["5.0.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["android","call","cell phone","device","number","screen","telephone","text"]},"styles":["solid"],"unicode":"f3cf","label":"Mobile Screen","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM144 448c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zM304 64L80 64l0 320 224 0 0-320z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM144 448c0 8.8 7.2 16 16 16l64 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zM304 64L80 64l0 320 224 0 0-320z"}},"free":["solid"]},"mobile-screen-button":{"aliases":{"names":["mobile-alt"],"unicodes":{"secondary":["10f3cd"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apple","call","cell phone","device","iphone","number","screen","telephone"]},"styles":["solid"],"unicode":"f3cd","label":"Mobile Screen Button","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64L80 64l0 320 224 0 0-320z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64L80 64l0 320 224 0 0-320z"}},"free":["solid"]},"modx":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f285","label":"MODX","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"}},"free":["brands"]},"monero":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d0","label":"Monero","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z"}},"free":["brands"]},"money-bill":{"aliases":{"unicodes":{"secondary":["10f0d6"]}},"changes":["2.0.0","5.0.0","5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cash","checkout","coupon","investment","money","payment","premium","price","purchase","revenue","salary"]},"styles":["solid"],"unicode":"f0d6","label":"Money Bill","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"}},"free":["solid"]},"money-bill-1":{"aliases":{"names":["money-bill-alt"],"unicodes":{"secondary":["10f3d1"]}},"changes":["5.0.0","5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},"styles":["solid","regular"],"unicode":"f3d1","label":"Money Bill 1","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm64 320l-64 0 0-64c35.3 0 64 28.7 64 64zM64 192l0-64 64 0c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z"},"regular":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 112c0 35.3-28.7 64-64 64l0 160c35.3 0 64 28.7 64 64l352 0c0-35.3 28.7-64 64-64l0-160c-35.3 0-64-28.7-64-64l-352 0zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16l0 64-8 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l24 0 24 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-8 0 0-80c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 112c0 35.3-28.7 64-64 64l0 160c35.3 0 64 28.7 64 64l352 0c0-35.3 28.7-64 64-64l0-160c-35.3 0-64-28.7-64-64l-352 0zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16l0 64-8 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l24 0 24 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-8 0 0-80c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"}},"free":["regular","solid"]},"money-bill-1-wave":{"aliases":{"names":["money-bill-wave-alt"],"unicodes":{"secondary":["10f53b"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},"styles":["solid"],"unicode":"f53b","label":"Money Bill 1 Wave","voted":true,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416l-64 0 0-64c35.3 0 64 28.7 64 64zM64 224l0-64 64 0c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416l-64 0 0-64c35.3 0 64 28.7 64 64zM64 224l0-64 64 0c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64l0 64-64 0zm64-192c-35.3 0-64-28.7-64-64l64 0 0 64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6l0 48.4-4 0c-11 0-20 9-20 20s9 20 20 20l24 0 24 0c11 0 20-9 20-20s-9-20-20-20l-4 0 0-68c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20z"}},"free":["solid"]},"money-bill-transfer":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank","conversion","deposit","investment","money","salary","transfer","withdrawal"]},"styles":["solid"],"unicode":"e528","label":"Money Bill Transfer","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64l241.9 0c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5 608 384c0 35.3-28.7 64-64 64l-241.9 0c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5 32 128c0-35.3 28.7-64 64-64zm64 64l-64 0 0 64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64l64 0 0-64zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64l241.9 0c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5 608 384c0 35.3-28.7 64-64 64l-241.9 0c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5 32 128c0-35.3 28.7-64 64-64zm64 64l-64 0 0 64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64l64 0 0-64zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"}},"free":["solid"]},"money-bill-trend-up":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank","bonds","inflation","investment","market","revenue","salary","stocks","trade"]},"styles":["solid"],"unicode":"e529","label":"Money Bill Trend Up","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2c0 0 0 .1 0 .1c0 0 0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64 352 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2c0 0 0 .1 0 .1c0 0 0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-18.7L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64 352 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0s0 0 0 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"money-bill-wave":{"aliases":{"unicodes":{"secondary":["10f53a"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buy","cash","checkout","money","payment","premium","price","purchase","salary"]},"styles":["solid"],"unicode":"f53a","label":"Money Bill Wave","voted":true,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64l-64 0 0-64zm64-208c0 35.3-28.7 64-64 64l0-64 64 0zM512 304l0 64-64 0c0-35.3 28.7-64 64-64zM448 96l64 0 0 64c-35.3 0-64-28.7-64-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 112.5L0 422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4l0-309.9c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64l-64 0 0-64zm64-208c0 35.3-28.7 64-64 64l0-64 64 0zM512 304l0 64-64 0c0-35.3 28.7-64 64-64zM448 96l64 0 0 64c-35.3 0-64-28.7-64-64z"}},"free":["solid"]},"money-bill-wheat":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agribusiness","agriculture","farming","food","investment","livelihood","subsidy"]},"styles":["solid"],"unicode":"e52a","label":"Money Bill Wheat","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L56 64C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 136c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L56 64C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 136c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48l416 0c26.5 0 48 21.5 48 48l0 160c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 304zM48 416l0 48 48 0c0-26.5-21.5-48-48-48zM96 304l-48 0 0 48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48l48 0 0-48zM416 304c0 26.5 21.5 48 48 48l0-48-48 0zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"money-bills":{"changes":["6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["atm","cash","investment","money","moolah","premium","revenue","salary"]},"styles":["solid"],"unicode":"e1f3","label":"Money Bills","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 96l0 224c0 35.3 28.7 64 64 64l416 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64l-64 0 0-64zM224 96c0 35.3-28.7 64-64 64l0-64 64 0zM576 256l0 64-64 0c0-35.3 28.7-64 64-64zM512 96l64 0 0 64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 360c0 66.3 53.7 120 120 120l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-400 0c-39.8 0-72-32.2-72-72l0-240z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 96l0 224c0 35.3 28.7 64 64 64l416 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L160 32c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64l-64 0 0-64zM224 96c0 35.3-28.7 64-64 64l0-64 64 0zM576 256l0 64-64 0c0-35.3 28.7-64 64-64zM512 96l64 0 0 64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120L0 360c0 66.3 53.7 120 120 120l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-400 0c-39.8 0-72-32.2-72-72l0-240z"}},"free":["solid"]},"money-check":{"aliases":{"unicodes":{"secondary":["10f53c"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},"styles":["solid"],"unicode":"f53c","label":"Money Check","voted":true,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm48 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm48 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"}},"free":["solid"]},"money-check-dollar":{"aliases":{"names":["money-check-alt"],"unicodes":{"secondary":["10f53d"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank check","buy","checkout","cheque","money","payment","price","purchase","salary"]},"styles":["solid"],"unicode":"f53d","label":"Money Check Dollar","voted":true,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM272 192l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zM164 152l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zM272 192l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16zM164 152l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z"}},"free":["solid"]},"monument":{"aliases":{"unicodes":{"secondary":["10f5a6"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","historic","landmark","memorable"]},"styles":["solid"],"unicode":"f5a6","label":"Monument","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322L55.9 416 96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zM32 448l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322L55.9 416 96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0zM32 448l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"moon":{"aliases":{"unicodes":{"composite":["1f319","23fe"],"secondary":["10f186"]}},"changes":["3.2.0","5.0.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Power Sleep Symbol","contrast","crescent","crescent moon","dark","lunar","moon","night"]},"styles":["solid","regular"],"unicode":"f186","label":"Moon","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"},"regular":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0l-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0l-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z"}},"free":["regular","solid"]},"mortar-pestle":{"aliases":{"unicodes":{"secondary":["10f5a7"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crush","culinary","grind","medical","mix","pharmacy","prescription","spices"]},"styles":["solid"],"unicode":"f5a7","label":"Mortar Pestle","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160l144.9 0L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512l192 0c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160l144.9 0L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512l192 0c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 192z"}},"free":["solid"]},"mosque":{"aliases":{"unicodes":{"composite":["1f54c"],"secondary":["10f678"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Muslim","building","islam","landmark","mosque","muslim","religion"]},"styles":["solid"],"unicode":"f678","label":"Mosque","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5c0 0 0 0 0 0s0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4l-356.4 0c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6c0 0 0 0 0 0s0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512l0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-48 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l416 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-48 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-58c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454l0 58-64 0zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126l0 2L0 128l0-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160l160 0 0 136.6c-19.1 11.1-32 31.7-32 55.4l0 128c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2l-64 0c-26.5 0-48-21.5-48-48L0 176l0-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5c0 0 0 0 0 0s0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4l-356.4 0c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6c0 0 0 0 0 0s0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512l0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-48 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l416 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-48 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-64 0 0-58c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454l0 58-64 0zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126l0 2L0 128l0-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160l160 0 0 136.6c-19.1 11.1-32 31.7-32 55.4l0 128c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2l-64 0c-26.5 0-48-21.5-48-48L0 176l0-16z"}},"free":["solid"]},"mosquito":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bite","bug","mosquito","west nile"]},"styles":["solid"],"unicode":"e52b","label":"Mosquito","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"}},"free":["solid"]},"mosquito-net":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bite","malaria","mosquito","net"]},"styles":["solid"],"unicode":"e52c","label":"Mosquito Net","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4l0-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5l0-22.6c0-14.9 10.1-27.3 23.8-31l0-43.3c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2l0 43.3c13.7 3.6 23.8 16.1 23.8 31l0 22.6 45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35 0 23.1 32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6l0 50c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-50-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16zm16 112l48 0 0-48-48 0 0 48zm0 80l48 0 0-48-48 0 0 48zM448 320l0 48 48 0 0-48-48 0zm0 80l0 48 48 0 0-48-48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4l0-23.1L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5l0-22.6c0-14.9 10.1-27.3 23.8-31l0-43.3c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2l0 43.3c13.7 3.6 23.8 16.1 23.8 31l0 22.6 45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35 0 23.1 32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6l0 50c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-50-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 48 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-48 0 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-16-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-48-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 16 48 0 0-16c0-8.8 7.2-16 16-16zm16 112l48 0 0-48-48 0 0 48zm0 80l48 0 0-48-48 0 0 48zM448 320l0 48 48 0 0-48-48 0zm0 80l0 48 48 0 0-48-48 0z"}},"free":["solid"]},"motorcycle":{"aliases":{"unicodes":{"composite":["1f3cd"],"secondary":["10f21c"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bike","machine","motorcycle","racing","transportation","vehicle"]},"styles":["solid"],"unicode":"f21c","label":"Motorcycle","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l57.7 0 16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7L64 128c-17.7 0-32 14.3-32 32l0 32 96 0c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32l70.4 0c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128l61.8 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-20.4 0c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21L280 32zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40l66.4 0C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104l-66.4 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24l57.7 0 16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7L64 128c-17.7 0-32 14.3-32 32l0 32 96 0c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32l70.4 0c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128l61.8 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-20.4 0c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21L280 32zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40l66.4 0C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104l-66.4 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"mound":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["barrier","hill","pitcher","speedbump"]},"styles":["solid"],"unicode":"e52d","label":"Mound","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z"}},"free":["solid"]},"mountain":{"aliases":{"unicodes":{"composite":["1f3d4"],"secondary":["10f6fc"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","glacier","hiking","hill","landscape","mountain","snow","snow-capped mountain","travel","view"]},"styles":["solid"],"unicode":"f6fc","label":"Mountain","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9L55.9 480C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8l49 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9L55.9 480C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8l49 0z"}},"free":["solid"]},"mountain-city":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["location","rural","urban"]},"styles":["solid"],"unicode":"e52e","label":"Mountain City","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M336 0c-26.5 0-48 21.5-48 48l0 92.1 71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-3.5 0 73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3L592 512c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-24 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-40 0 0-144c0-26.5-21.5-48-48-48L336 0zm32 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm160 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM224 188.9L283.8 288 223 288l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512l379.1 0c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M336 0c-26.5 0-48 21.5-48 48l0 92.1 71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-3.5 0 73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3L592 512c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48l-24 0 0-72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 72-40 0 0-144c0-26.5-21.5-48-48-48L336 0zm32 64l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm160 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM224 188.9L283.8 288 223 288l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512l379.1 0c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z"}},"free":["solid"]},"mountain-sun":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["country","hiking","landscape","rural","travel","view"]},"styles":["solid"],"unicode":"e52f","label":"Mountain Sun","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512l325.2 0 75 0 122.8 0c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512l325.2 0 75 0 122.8 0c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z"}},"free":["solid"]},"mug-hot":{"aliases":{"unicodes":{"composite":["2615"],"secondary":["10f7b6"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beverage","caliente","cocoa","coffee","cup","drink","holiday","hot","hot beverage","hot chocolate","steam","steaming","tea","warmth"]},"styles":["solid"],"unicode":"f7b6","label":"Mug Hot","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32L0 416c0 53 43 96 96 96l192 0c53 0 96-43 96-96l16 0c61.9 0 112-50.1 112-112s-50.1-112-112-112l-48 0L32 192zm352 64l16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0 0-96zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32L0 416c0 53 43 96 96 96l192 0c53 0 96-43 96-96l16 0c61.9 0 112-50.1 112-112s-50.1-112-112-112l-48 0L32 192zm352 64l16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-16 0 0-96zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z"}},"free":["solid"]},"mug-saucer":{"aliases":{"names":["coffee"],"unicodes":{"secondary":["10f0f4"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beverage","breakfast","cafe","drink","fall","morning","mug","seasonal","tea"]},"styles":["solid"],"unicode":"f0f4","label":"Mug Saucer","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 64c0-17.7 14.3-32 32-32l320 0 64 0c70.7 0 128 57.3 128 128s-57.3 128-128 128l-32 0c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96L96 64zM480 224l32 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0 0 128zM32 416l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 64c0-17.7 14.3-32 32-32l320 0 64 0c70.7 0 128 57.3 128 128s-57.3 128-128 128l-32 0c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96L96 64zM480 224l32 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0 0 128zM32 416l512 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"music":{"aliases":{"unicodes":{"composite":["1f3b5"],"secondary":["10f001"]}},"changes":["1.0.0","5.0.0","5.2.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["lyrics","melody","music","musical note","note","sing","sound"]},"styles":["solid"],"unicode":"f001","label":"Music","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7l0 72 0 264c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L448 147 192 223.8 192 432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L128 200l0-72c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7l0 72 0 264c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L448 147 192 223.8 192 432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6L128 200l0-72c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"}},"free":["solid"]},"n":{"aliases":{"unicodes":{"composite":["6e"]}},"changes":["6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter N","Latin Small Letter N","letter","nay","no"]},"styles":["solid"],"unicode":"4e","label":"N","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6 320 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 384c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 50.5 8.4 38.5 21.1 33.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6 320 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 384c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4 64 448c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 50.5 8.4 38.5 21.1 33.9z"}},"free":["solid"]},"naira-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Naira Sign","currency"]},"styles":["solid"],"unicode":"e1f6","label":"Naira Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 100.2 0 97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6l0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192-57.5 0L122.6 46.3zM305.1 320l14.9 0 0 22.3L305.1 320zM185.5 256L128 256l0-86.3L185.5 256z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 100.2 0 97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6l0-128 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 192-57.5 0L122.6 46.3zM305.1 320l14.9 0 0 22.3L305.1 320zM185.5 256L128 256l0-86.3L185.5 256z"}},"free":["solid"]},"napster":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d2","label":"Napster","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z"}},"free":["brands"]},"neos":{"changes":["5.2.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f612","label":"Neos","voted":true,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z"}},"free":["brands"]},"network-wired":{"aliases":{"unicodes":{"secondary":["10f6ff"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","connect","ethernet","internet","intranet"]},"styles":["solid"],"unicode":"f6ff","label":"Network Wired","voted":true,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 64l128 0 0 64-128 0 0-64zM240 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l48 0 0 32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 256 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-256 0 0-32 48 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48L240 0zM96 448l0-64 128 0 0 64L96 448zm320-64l128 0 0 64-128 0 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 64l128 0 0 64-128 0 0-64zM240 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l48 0 0 32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 256 0 0 32-48 0c-26.5 0-48 21.5-48 48l0 96c0 26.5 21.5 48 48 48l160 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0-32 96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-256 0 0-32 48 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48L240 0zM96 448l0-64 128 0 0 64L96 448zm320-64l128 0 0 64-128 0 0-64z"}},"free":["solid"]},"neuter":{"aliases":{"unicodes":{"composite":["26b2"],"secondary":["10f22c"]}},"changes":["4.3.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Neuter","gender"]},"styles":["solid"],"unicode":"f22c","label":"Neuter","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1L160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-130.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1L160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-130.9z"}},"free":["solid"]},"newspaper":{"aliases":{"unicodes":{"composite":["1f4f0"],"secondary":["10f1ea"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["article","editorial","headline","journal","journalism","news","newsletter","newspaper","paper","press"]},"styles":["solid","regular"],"unicode":"f1ea","label":"Newspaper","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L80 480c-44.2 0-80-35.8-80-80L0 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16L96 96zm64 24l0 80c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24L184 96c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L80 480c-44.2 0-80-35.8-80-80L0 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 272c0 8.8 7.2 16 16 16s16-7.2 16-16L96 96zm64 24l0 80c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-80c0-13.3-10.7-24-24-24L184 96c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-256 0c-8.8 0-16 7.2-16 16z"},"regular":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M168 80c-13.3 0-24 10.7-24 24l0 304c0 8.4-1.4 16.5-4.1 24L440 432c13.3 0 24-10.7 24-24l0-304c0-13.3-10.7-24-24-24L168 80zM72 480c-39.8 0-72-32.2-72-72L0 112C0 98.7 10.7 88 24 88s24 10.7 24 24l0 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-304c0-39.8 32.2-72 72-72l272 0c39.8 0 72 32.2 72 72l0 304c0 39.8-32.2 72-72 72L72 480zM176 136c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-80zm200-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M168 80c-13.3 0-24 10.7-24 24l0 304c0 8.4-1.4 16.5-4.1 24L440 432c13.3 0 24-10.7 24-24l0-304c0-13.3-10.7-24-24-24L168 80zM72 480c-39.8 0-72-32.2-72-72L0 112C0 98.7 10.7 88 24 88s24 10.7 24 24l0 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-304c0-39.8 32.2-72 72-72l272 0c39.8 0 72 32.2 72 72l0 304c0 39.8-32.2 72-72 72L72 480zM176 136c0-13.3 10.7-24 24-24l96 0c13.3 0 24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-96 0c-13.3 0-24-10.7-24-24l0-80zm200-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["regular","solid"]},"nfc-directional":{"changes":["6.1.0"],"ligatures":[],"search":{"terms":["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},"styles":["brands"],"unicode":"e530","label":"NFC Directional","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z"}},"free":["brands"]},"nfc-symbol":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["connect","data","near field communication","nfc","scan","signal","transfer","wireless"]},"styles":["brands"],"unicode":"e531","label":"Nfc Symbol","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z"}},"free":["brands"]},"nimblr":{"changes":["5.1.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5a8","label":"Nimblr","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"}},"free":["brands"]},"node":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f419","label":"Node.js","voted":true,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z"}},"free":["brands"]},"node-js":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d3","label":"Node.js JS","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z"}},"free":["brands"]},"not-equal":{"aliases":{"unicodes":{"secondary":["10f53e"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arithmetic","compare","math"]},"styles":["solid"],"unicode":"f53e","label":"Not Equal","voted":true,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144l62.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-105.5 0-64 96L400 304c17.7 0 32 14.3 32 32s-14.3 32-32 32l-212.2 0-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368 48 368c-17.7 0-32-14.3-32-32s14.3-32 32-32l105.5 0 64-96L48 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l212.2 0 65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144l62.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-105.5 0-64 96L400 304c17.7 0 32 14.3 32 32s-14.3 32-32 32l-212.2 0-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368 48 368c-17.7 0-32-14.3-32-32s14.3-32 32-32l105.5 0 64-96L48 208c-17.7 0-32-14.3-32-32s14.3-32 32-32l212.2 0 65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z"}},"free":["solid"]},"notdef":{"changes":["6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["404","close","missing","not found"]},"styles":["solid"],"unicode":"e1fe","label":"Notdef","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 390.3L153.5 256 64 121.7l0 268.6zM102.5 448l179.1 0L192 313.7 102.5 448zm128-192L320 390.3l0-268.6L230.5 256zM281.5 64L102.5 64 192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 390.3L153.5 256 64 121.7l0 268.6zM102.5 448l179.1 0L192 313.7 102.5 448zm128-192L320 390.3l0-268.6L230.5 256zM281.5 64L102.5 64 192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 416c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z"}},"free":["solid"]},"note-sticky":{"aliases":{"names":["sticky-note"],"unicodes":{"composite":["f24a"],"secondary":["10f249"]}},"changes":["4.4.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["message","note","paper","reminder","sticker"]},"styles":["solid","regular"],"unicode":"f249","label":"Note Sticky","voted":false,"svg":{"solid":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l224 0 0-112c0-26.5 21.5-48 48-48l112 0 0-224c0-35.3-28.7-64-64-64L64 32zM448 352l-45.3 0L336 352c-8.8 0-16 7.2-16 16l0 66.7 0 45.3 32-32 64-64 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l224 0 0-112c0-26.5 21.5-48 48-48l112 0 0-224c0-35.3-28.7-64-64-64L64 32zM448 352l-45.3 0L336 352c-8.8 0-16 7.2-16 16l0 66.7 0 45.3 32-32 64-64 32-32z"},"regular":{"last_modified":1717101930,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l224 0 0-80c0-17.7 14.3-32 32-32l80 0 0-224c0-8.8-7.2-16-16-16L64 80zM288 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 224 0 5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7l-5.5 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l224 0 0-80c0-17.7 14.3-32 32-32l80 0 0-224c0-8.8-7.2-16-16-16L64 80zM288 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 224 0 5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7l-5.5 0z"}},"free":["regular","solid"]},"notes-medical":{"aliases":{"unicodes":{"secondary":["10f481"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clipboard","doctor","ehr","health","history","records"]},"styles":["solid"],"unicode":"f481","label":"Notes Medical","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 352L96 96c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 197.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7L160 416c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-160 0C60.9 512 0 451.1 0 376L0 152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88l160 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 352L96 96c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 197.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7L160 416c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-160 0C60.9 512 0 451.1 0 376L0 152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88l160 0z"}},"free":["solid"]},"npm":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d4","label":"npm","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z"}},"free":["brands"]},"ns8":{"changes":["5.0.0","5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d5","label":"NS8","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z"}},"free":["brands"]},"nutritionix":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d6","label":"Nutritionix","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 400 512\\"><path d=\\"M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z\\"/></svg>","viewBox":[0,0,400,512],"width":400,"height":512,"path":"M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z"}},"free":["brands"]},"o":{"aliases":{"unicodes":{"composite":["6f"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter O","Latin Small Letter O","letter"]},"styles":["solid"],"unicode":"4f","label":"O","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z"}},"free":["solid"]},"object-group":{"aliases":{"unicodes":{"secondary":["10f247"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["combine","copy","design","merge","select"]},"styles":["solid","regular"],"unicode":"f247","label":"Object Group","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l337.1 0C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 273.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-337.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-273.1zM456.6 96L119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 273.1c9.7 5.6 17.8 13.7 23.4 23.4l337.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-273.1c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l337.1 0C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 273.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-337.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-273.1zM456.6 96L119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 273.1c9.7 5.6 17.8 13.7 23.4 23.4l337.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-273.1c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z"},"regular":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16l344.4 0c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8l0 280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16l-344.4 0c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8l0-280.4zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3l0 261.5c13.6 4.8 24.4 15.6 29.3 29.3l325.5 0c4.8-13.6 15.6-24.4 29.3-29.3l0-261.5c-13.6-4.8-24.4-15.6-29.3-29.3L125.3 96zm2.7 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16l344.4 0c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8l0 280.4c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16l-344.4 0c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8l0-280.4zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3l0 261.5c13.6 4.8 24.4 15.6 29.3 29.3l325.5 0c4.8-13.6 15.6-24.4 29.3-29.3l0-261.5c-13.6-4.8-24.4-15.6-29.3-29.3L125.3 96zm2.7 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-96zM256 320l32 0c35.3 0 64-28.7 64-64l0-32 64 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-32z"}},"free":["regular","solid"]},"object-ungroup":{"aliases":{"unicodes":{"secondary":["10f248"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["copy","design","merge","select","separate"]},"styles":["solid","regular"],"unicode":"f248","label":"Object Ungroup","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l209.1 0C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-113.1zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 113.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4L119.4 96zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-40.6 64 0 0 40.6c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4l-46 0c-5.4-15.4-14.6-28.9-26.5-39.6l0-24.4 72.6 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32l209.1 0C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-113.1zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4l0 113.1c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4L119.4 96zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4l0-40.6 64 0 0 40.6c9.7 5.6 17.8 13.7 23.4 23.4l209.1 0c5.6-9.7 13.7-17.8 23.4-23.4l0-113.1c-9.7-5.6-17.8-13.7-23.4-23.4l-46 0c-5.4-15.4-14.6-28.9-26.5-39.6l0-24.4 72.6 0c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4l0 113.1c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32l-209.1 0z"},"regular":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48.2 66.8c-.1-.8-.2-1.7-.2-2.5l0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3l0 105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-105.3c16-6.5 28.9-19.3 35.3-35.3l201.3 0zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40l45.4 0c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-36.7-48 0 0 36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L448 200l0 16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm307-18.5a16 16 0 1 1 -5.5 31.5 16 16 0 1 1 5.5-31.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48.2 66.8c-.1-.8-.2-1.7-.2-2.5l0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3l0 105.3C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L123.3 40C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-105.3c16-6.5 28.9-19.3 35.3-35.3l201.3 0zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40l45.4 0c6.5 16 19.3 28.9 35.3 35.3l0 105.3c-16 6.5-28.9 19.3-35.3 35.3l-201.3 0c-6.5-16-19.3-28.9-35.3-35.3l0-36.7-48 0 0 36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l201.3 0c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3l0-105.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40L448 200l0 16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm307-18.5a16 16 0 1 1 -5.5 31.5 16 16 0 1 1 5.5-31.5z"}},"free":["regular","solid"]},"octopus-deploy":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e082","label":"Octopus Deploy","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z"}},"free":["brands"]},"odnoklassniki":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f263","label":"Odnoklassniki","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"}},"free":["brands"]},"odysee":{"changes":["6.2.1","6.3.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e5c6","label":"Odysee","voted":false,"svg":{"brands":{"last_modified":1667828915,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z"}},"free":["brands"]},"oil-can":{"aliases":{"unicodes":{"secondary":["10f613"]}},"changes":["5.2.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","crude","gasoline","grease","lubricate","petroleum"]},"styles":["solid"],"unicode":"f613","label":"Oil Can","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-80 0-48 0-48 0c-26.5 0-48 21.5-48 48l0 64.8c0 19 11.2 36.2 28.5 43.9l67.5 30L96 368c0 26.5 21.5 48 48 48l259.1 0c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8L288 160l0-32 32 0zM96 208l0 86.1L48 272.8 48 208l48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-80 0-48 0-48 0c-26.5 0-48 21.5-48 48l0 64.8c0 19 11.2 36.2 28.5 43.9l67.5 30L96 368c0 26.5 21.5 48 48 48l259.1 0c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8L288 160l0-32 32 0zM96 208l0 86.1L48 272.8 48 208l48 0z"}},"free":["solid"]},"oil-well":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drill","oil","rig"]},"styles":["solid"],"unicode":"e532","label":"Oil Well","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6 96 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 264-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-137.3 0L340 257.5l-62.2 16.1L305.3 352l-66.6 0L265 277l-74.6 19.3L137.3 448 96 448l0-159.2 337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32 111.4 0 11.2 32-133.8 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6 96 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 264-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-137.3 0L340 257.5l-62.2 16.1L305.3 352l-66.6 0L265 277l-74.6 19.3L137.3 448 96 448l0-159.2 337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32 111.4 0 11.2 32-133.8 0z"}},"free":["solid"]},"old-republic":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":["politics","star wars"]},"styles":["brands"],"unicode":"f510","label":"Old Republic","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z"}},"free":["brands"]},"om":{"aliases":{"unicodes":{"composite":["1f549"],"secondary":["10f679"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Hindu","buddhism","hinduism","jainism","mantra","om","religion"]},"styles":["solid"],"unicode":"f679","label":"Om","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM281 66.7c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9 .2-7.4 1.7-10.1 4.2c-.9 .8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5c0 .7 0 1.4 0 2.1c.2 2.2 .9 4.3 1.9 6.2l.3 .6c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .1-.1 .1-.1s0 0 0 0s0 0 0 0c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48l-34.2 0c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9l8.9 0 16 0c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4c-1.9-1.4-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5 .2-4.8 1-6.8 2.3c-1.1 .7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1 .6-.1 1.1-.1 1.7c0 0 0 0 0 0c0 .8 .1 1.7 .2 2.5l0 .1c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64l22.6 0c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4l5.5 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2l-.2 0c-8 .1-14.6 6.1-15.6 13.9c0 0 0 0 0 0c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96l0-96c0-53-43-96-96-96l-5.5 0c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4l-48.3 0c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM281 66.7c-2.2-1.5-4.9-2.5-7.7-2.7c-.6 0-1.3-.1-1.9 0c-3.9 .2-7.4 1.7-10.1 4.2c-.9 .8-1.6 1.7-2.3 2.6c-1.7 2.4-2.7 5.3-2.9 8.5c0 .7 0 1.4 0 2.1c.2 2.2 .9 4.3 1.9 6.2l.3 .6c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .1-.1 .1-.1s0 0 0 0s0 0 0 0c5.9-5.8 9.5-13.9 9.5-22.8c0-17.7-14.3-32-32-32c-8.7 0-16.7 3.5-22.4 9.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48l-34.2 0c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9l8.9 0 16 0c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5c-.3-.9-.7-1.8-1.1-2.6c-1.2-2.2-2.8-4-4.7-5.4c-1.9-1.4-4.1-2.3-6.5-2.8c-1.4-.3-2.9-.3-4.4-.2c-2.5 .2-4.8 1-6.8 2.3c-1.1 .7-2.2 1.5-3.1 2.5c-2.4 2.5-4.1 5.8-4.5 9.5c-.1 .6-.1 1.1-.1 1.7c0 0 0 0 0 0c0 .8 .1 1.7 .2 2.5l0 .1c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64l22.6 0c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4l5.5 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.2c-.3-1.3-.8-2.6-1.5-3.8c-1.1-2-2.6-3.8-4.4-5.1c-2.7-2-6-3.2-9.6-3.2l-.2 0c-8 .1-14.6 6.1-15.6 13.9c0 0 0 0 0 0c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96l0-96c0-53-43-96-96-96l-5.5 0c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4l-48.3 0c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4z"}},"free":["solid"]},"opencart":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f23d","label":"OpenCart","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z"}},"free":["brands"]},"openid":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f19b","label":"OpenID","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z"}},"free":["brands"]},"opensuse":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e62b","label":"Opensuse","voted":false,"svg":{"brands":{"last_modified":1691604832,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9 .5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7C135 388.5 76.7 388 53.6 344.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5 .4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3 .5-76.2-25.4-81.6-28.2c-.3-.4 .1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9 .7l0 0zm135.6 75.4a37.6 37.6 0 1 1 -75.2-2.6 37.6 37.6 0 1 1 75.2 2.6zm-36.6-27.9a26.3 26.3 0 1 0 -1.7 52.5 26.3 26.3 0 1 0 1.7-52.5zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6v0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M471.1 102.7s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3c-51.9-1.8-122.8-4.3-223 57.3c-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.1 307 7 335.1c3.3 12.8 8.9 24.9 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4c44.4 3.9 78.1-16 90-53.3c8.2-25.8 0-63.6-31.5-82.9c-25.6-15.7-53.3-12.1-69.2-1.6c-13.9 9.2-21.8 23.5-21.6 39.2c.3 27.8 24.3 42.6 41.5 42.6c5.4 0 10.7-.9 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9c0-12.1-11.6-14.8-16.8-13.9c-2.9 .5-4.5 2-11.8 2.4c-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9c32.3 2.8 47.7 40.7 28.5 65.7C135 388.5 76.7 388 53.6 344.4c-26-49.2 12.7-111.2 87-98.4c33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3c56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8c5.6-33.8 39.7-18.4 82.4-17.4c66.5 .4 102.1-27 103.1-28c3.7-3.1 6.5-15.8 7-17.7c1.3-5.1-3.2-2.4-3.2-2.4c-8.7 5.2-30.5 15.2-50.9 15.6c-25.3 .5-76.2-25.4-81.6-28.2c-.3-.4 .1 1.2-11-25.5c88.4 58.3 118.3 40.5 145.2 21.7c.8-.6 4.3-2.9 3.6-5.7c-13.8-48.1-22.4-62.7-34.5-69.6c-37-21.6-125-34.7-129.2-35.3c.1-.1-.9-.3-.9 .7l0 0zm135.6 75.4a37.6 37.6 0 1 1 -75.2-2.6 37.6 37.6 0 1 1 75.2 2.6zm-36.6-27.9a26.3 26.3 0 1 0 -1.7 52.5 26.3 26.3 0 1 0 1.7-52.5zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.6 0 15.6v0z"}},"free":["brands"]},"opera":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f26a","label":"Opera","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z"}},"free":["brands"]},"optin-monster":{"changes":["4.4.0","5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f23c","label":"Optin Monster","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z"}},"free":["brands"]},"orcid":{"changes":["5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f8d2","label":"ORCID","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"}},"free":["brands"]},"osi":{"changes":["5.0.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41a","label":"Open Source Initiative","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z"}},"free":["brands"]},"otter":{"aliases":{"unicodes":{"composite":["1f9a6"],"secondary":["10f700"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","badger","fauna","fishing","fur","mammal","marten","otter","playful"]},"styles":["solid"],"unicode":"f700","label":"Otter","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6l0-21.4c0-35.3-28.7-64-64-64l-64 0c-35.3 0-64 28.7-64 64l0 21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3l0-3.7c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24l0 3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6l0 .6c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l160 0 0-48 0-16c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6l0-16c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16l0 32 0 16 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-99.7c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1s0 0 0 0c0 123.7-100.3 224-224 224l-1.1 0L256 480l-.6 0C132 480 32 380 32 256.6l0-.6 0-39.2c-10.1-14.6-16-32.3-16-51.4L16 144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24l2.8 0C44.8 58.2 83.3 32 128 32l64 0c44.7 0 83.2 26.2 101.2 64l2.8 0c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4 0 21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-13.3 0-24 10.7-24 24l0 8 56.4 0c-15.2 17-24.4 39.4-24.4 64l-32 0c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6l0-21.4c0-35.3-28.7-64-64-64l-64 0c-35.3 0-64 28.7-64 64l0 21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3l0-3.7c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24l0 3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6l0 .6c0 35.3 28.7 64 64 64l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l160 0 0-48 0-16c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6l0-16c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16l0 32 0 16 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-99.7c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1s0 0 0 0c0 123.7-100.3 224-224 224l-1.1 0L256 480l-.6 0C132 480 32 380 32 256.6l0-.6 0-39.2c-10.1-14.6-16-32.3-16-51.4L16 144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24l2.8 0C44.8 58.2 83.3 32 128 32l64 0c44.7 0 83.2 26.2 101.2 64l2.8 0c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4 0 21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-13.3 0-24 10.7-24 24l0 8 56.4 0c-15.2 17-24.4 39.4-24.4 64l-32 0c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"}},"free":["solid"]},"outdent":{"aliases":{"names":["dedent"],"unicodes":{"secondary":["10f03b"]}},"changes":["1.0.0","5.0.0","5.9.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["align","justify","paragraph","tab"]},"styles":["solid"],"unicode":"f03b","label":"Outdent","voted":false,"svg":{"solid":{"last_modified":1720287685,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6l0 158.6c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 96l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6l0 158.6c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z"}},"free":["solid"]},"p":{"aliases":{"unicodes":{"composite":["70"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter P","Latin Small Letter P","letter"]},"styles":["solid"],"unicode":"50","label":"P","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l96 0c88.4 0 160 71.6 160 160s-71.6 160-160 160l-96 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 320 0 96zM64 288l96 0c53 0 96-43 96-96s-43-96-96-96L64 96l0 192z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l96 0c88.4 0 160 71.6 160 160s-71.6 160-160 160l-96 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 320 0 96zM64 288l96 0c53 0 96-43 96-96s-43-96-96-96L64 96l0 192z"}},"free":["solid"]},"padlet":{"changes":["6.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e4a0","label":"Padlet","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z"}},"free":["brands"]},"page4":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d7","label":"page4 Corporation","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z"}},"free":["brands"]},"pagelines":{"changes":["4.0.0","5.0.0"],"ligatures":[],"search":{"terms":["eco","flora","leaf","leaves","nature","plant","tree"]},"styles":["brands"],"unicode":"f18c","label":"Pagelines","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z"}},"free":["brands"]},"pager":{"aliases":{"unicodes":{"composite":["1f4df"],"secondary":["10f815"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beeper","cell phone","communication","page","pager"]},"styles":["solid"],"unicode":"f815","label":"Pager","voted":false,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm64 32l0 64c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm64 32l0 64c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32L96 128c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0z"}},"free":["solid"]},"paint-roller":{"aliases":{"unicodes":{"secondary":["10f5aa"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["acrylic","art","brush","color","fill","maintenance","paint","pigment","watercolor"]},"styles":["solid"],"unicode":"f5aa","label":"Paint Roller","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L352 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 192c-35.3 0-64-28.7-64-64L0 64zM160 352c0-17.7 14.3-32 32-32l0-16c0-44.2 35.8-80 80-80l144 0c17.7 0 32-14.3 32-32l0-32 0-90.5c37.3 13.2 64 48.7 64 90.5l0 32c0 53-43 96-96 96l-144 0c-8.8 0-16 7.2-16 16l0 16c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L352 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 192c-35.3 0-64-28.7-64-64L0 64zM160 352c0-17.7 14.3-32 32-32l0-16c0-44.2 35.8-80 80-80l144 0c17.7 0 32-14.3 32-32l0-32 0-90.5c37.3 13.2 64 48.7 64 90.5l0 32c0 53-43 96-96 96l-144 0c-8.8 0-16 7.2-16 16l0 16c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-128z"}},"free":["solid"]},"paintbrush":{"aliases":{"names":["paint-brush"],"unicodes":{"composite":["1f58c"],"secondary":["10f1fc"]}},"changes":["4.2.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["acrylic","art","brush","color","fill","modify","paint","paintbrush","painting","pigment","watercolor"]},"styles":["solid"],"unicode":"f1fc","label":"Paintbrush","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448L64 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448L64 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"}},"free":["solid"]},"palette":{"aliases":{"unicodes":{"composite":["1f3a8"],"secondary":["10f53f"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["acrylic","art","artist palette","brush","color","fill","museum","paint","painting","palette","pigment","watercolor"]},"styles":["solid"],"unicode":"f53f","label":"Palette","voted":true,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3L344 320c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"palfed":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d8","label":"Palfed","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z"}},"free":["brands"]},"pallet":{"aliases":{"unicodes":{"secondary":["10f482"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","box","inventory","shipping","warehouse"]},"styles":["solid"],"unicode":"f482","label":"Pallet","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 64-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 224 0 224 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-64 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-224 0L96 320l-64 0zm96 64l160 0 0 64-160 0 0-64zm224 0l160 0 0 64-160 0 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 64-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 224 0 224 0 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-64 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0-224 0L96 320l-64 0zm96 64l160 0 0 64-160 0 0-64zm224 0l160 0 0 64-160 0 0-64z"}},"free":["solid"]},"panorama":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["image","img","landscape","photo","wide"]},"styles":["solid"],"unicode":"e209","label":"Panorama","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M45.6 32C20.4 32 0 52.4 0 77.6L0 434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6l0-356.7C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M45.6 32C20.4 32 0 52.4 0 77.6L0 434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6l0-356.7C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z"}},"free":["solid"]},"paper-plane":{"aliases":{"unicodes":{"composite":["f1d9"],"secondary":["10f1d8"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air","float","fold","mail","paper","send"]},"styles":["solid","regular"],"unicode":"f1d8","label":"Paper Plane","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"},"regular":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376l0 103.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376l0 103.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z"}},"free":["regular","solid"]},"paperclip":{"aliases":{"unicodes":{"composite":["1f4ce"],"secondary":["10f0c6"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["attach","attachment","connect","link","papercli","paperclip"]},"styles":["solid"],"unicode":"f0c6","label":"Paperclip","voted":false,"svg":{"solid":{"last_modified":1720284952,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z"}},"free":["solid"]},"parachute-box":{"aliases":{"unicodes":{"secondary":["10f4cd"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aid","assistance","goods","relief","rescue","supplies"]},"styles":["solid"],"unicode":"f4cd","label":"Parachute Box","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16L240 192l0 128-32 0c-7 0-13.7 1.5-19.7 4.2L68.2 192l28.3 0c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192l6 0L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-7.8-1.9-15.2-5.2-21.7L487.1 192l6 0c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16l28.3 0L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2l-32 0 0-128 111.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16L240 192l0 128-32 0c-7 0-13.7 1.5-19.7 4.2L68.2 192l28.3 0c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192l6 0L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7l0 96c0 26.5 21.5 48 48 48l96 0c26.5 0 48-21.5 48-48l0-96c0-7.8-1.9-15.2-5.2-21.7L487.1 192l6 0c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16l28.3 0L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2l-32 0 0-128 111.5 0z"}},"free":["solid"]},"paragraph":{"aliases":{"unicodes":{"composite":["b6"],"secondary":["10f1dd"]}},"changes":["4.1.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Pilcrow Sign","edit","format","text","writing"]},"styles":["solid"],"unicode":"f1dd","label":"Paragraph","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M192 32l64 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0c-88.4 0-160-71.6-160-160s71.6-160 160-160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M192 32l64 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-32 0c-88.4 0-160-71.6-160-160s71.6-160 160-160z"}},"free":["solid"]},"passport":{"aliases":{"unicodes":{"secondary":["10f5ab"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["document","id","identification","issued","travel"]},"styles":["solid"],"unicode":"f5ab","label":"Passport","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8l39.1 0c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5l47.1 0c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8l39.1 0c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8l-39.1 0zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5l-47.1 0c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8l-39.1 0c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l224 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-224 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8l39.1 0c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5l47.1 0c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8l39.1 0c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8l-39.1 0zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5l-47.1 0c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8l-39.1 0c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l224 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-224 0z"}},"free":["solid"]},"paste":{"aliases":{"names":["file-clipboard"],"unicodes":{"secondary":["10f0ea"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clipboard","copy","document","paper"]},"styles":["solid","regular"],"unicode":"f0ea","label":"Paste","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 0c-23.7 0-44.4 12.9-55.4 32L48 32C21.5 32 0 53.5 0 80L0 400c0 26.5 21.5 48 48 48l144 0 0-272c0-44.2 35.8-80 80-80l48 0 0-16c0-26.5-21.5-48-48-48l-56.6 0C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48l0 272 0 16c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-220.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L320 128l-48 0zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 0c-23.7 0-44.4 12.9-55.4 32L48 32C21.5 32 0 53.5 0 80L0 400c0 26.5 21.5 48 48 48l144 0 0-272c0-44.2 35.8-80 80-80l48 0 0-16c0-26.5-21.5-48-48-48l-56.6 0C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48l0 272 0 16c0 26.5 21.5 48 48 48l192 0c26.5 0 48-21.5 48-48l0-220.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L320 128l-48 0zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"},"regular":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M104.6 48L64 48C28.7 48 0 76.7 0 112L0 384c0 35.3 28.7 64 64 64l96 0 0-48-96 0c-8.8 0-16-7.2-16-16l0-272c0-8.8 7.2-16 16-16l16 0c0 17.7 14.3 32 32 32l72.4 0C202 108.4 227.6 96 256 96l62 0c-7.1-27.6-32.2-48-62-48l-40.6 0C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L464 243.9 464 448c0 8.8-7.2 16-16 16zM256 512l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L256 128c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M104.6 48L64 48C28.7 48 0 76.7 0 112L0 384c0 35.3 28.7 64 64 64l96 0 0-48-96 0c-8.8 0-16-7.2-16-16l0-272c0-8.8 7.2-16 16-16l16 0c0 17.7 14.3 32 32 32l72.4 0C202 108.4 227.6 96 256 96l62 0c-7.1-27.6-32.2-48-62-48l-40.6 0C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L464 243.9 464 448c0 8.8-7.2 16-16 16zM256 512l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1L256 128c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64z"}},"free":["regular","solid"]},"patreon":{"changes":["5.0.0","5.0.3","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3d9","label":"Patreon","voted":false,"svg":{"brands":{"last_modified":1696611549,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4C50.3 68.9 23.3 157.7 22.3 246.2C21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3c26.4-35.5 60.5-45.5 102.4-55.9c72-17.8 121.1-74.7 121-150z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M489.7 153.8c-.1-65.4-51-119-110.7-138.3C304.8-8.5 207-5 136.1 28.4C50.3 68.9 23.3 157.7 22.3 246.2C21.5 319 28.7 510.6 136.9 512c80.3 1 92.3-102.5 129.5-152.3c26.4-35.5 60.5-45.5 102.4-55.9c72-17.8 121.1-74.7 121-150z"}},"free":["brands"]},"pause":{"aliases":{"unicodes":{"composite":["23f8"],"secondary":["10f04c"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bar","double","hold","pause","pause button","vertical","wait"]},"styles":["solid"],"unicode":"f04c","label":"Pause","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z"}},"free":["solid"]},"paw":{"aliases":{"unicodes":{"secondary":["10f1b0"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","cat","dog","pet","print"]},"styles":["solid"],"unicode":"f1b0","label":"Paw","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5l0 1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3l0-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5l0 1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3l0-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z"}},"free":["solid"]},"paypal":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1ed","label":"Paypal","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"}},"free":["brands"]},"peace":{"aliases":{"unicodes":{"composite":["262e"],"secondary":["10f67c"]}},"changes":["5.3.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["peace","peace symbol","serenity","tranquility","truce","war"]},"styles":["solid"],"unicode":"f67c","label":"Peace","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M224 445.3l0-121.8-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8l0-174.2C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5l0 121.8c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3l0 174.2L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M224 445.3l0-121.8-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8l0-174.2C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5l0 121.8c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3l0 174.2L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"}},"free":["solid"]},"pen":{"aliases":{"unicodes":{"composite":["1f58a"],"secondary":["10f304"]}},"changes":["5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ballpoint","design","edit","modify","pen","update","write"]},"styles":["solid"],"unicode":"f304","label":"Pen","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"}},"free":["solid"]},"pen-clip":{"aliases":{"names":["pen-alt"],"unicodes":{"secondary":["10f305"]}},"changes":["5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","edit","modify","update","write"]},"styles":["solid"],"unicode":"f305","label":"Pen Clip","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1s0 0 0 0l-1-1s0 0 0 0l-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1s0 0 0 0l-1-1s0 0 0 0l-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z"}},"free":["solid"]},"pen-fancy":{"aliases":{"unicodes":{"composite":["1f58b","2712"],"secondary":["10f5ac"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["black nib","design","edit","fountain","fountain pen","modify","nib","pen","update","write"]},"styles":["solid"],"unicode":"f5ac","label":"Pen Fancy","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.3 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.3 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z"}},"free":["solid"]},"pen-nib":{"aliases":{"unicodes":{"composite":["2711"],"secondary":["10f5ad"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","edit","fountain pen","modify","update","write"]},"styles":["solid"],"unicode":"f5ad","label":"Pen Nib","voted":true,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.7-9.2L288 94.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.7-9.2L288 94.6z"}},"free":["solid"]},"pen-ruler":{"aliases":{"names":["pencil-ruler"],"unicodes":{"secondary":["10f5ae"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","draft","draw","maintenance","modify","pencil"]},"styles":["solid"],"unicode":"f5ae","label":"Pen Ruler","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z"}},"free":["solid"]},"pen-to-square":{"aliases":{"names":["edit"],"unicodes":{"secondary":["10f044"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","modify","pen","pencil","update","write"]},"styles":["solid","regular"],"unicode":"f044","label":"Pen To Square","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 64z"},"regular":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152L0 424c0 48.6 39.4 88 88 88l272 0c48.6 0 88-39.4 88-88l0-112c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 22.1-17.9 40-40 40L88 464c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152L0 424c0 48.6 39.4 88 88 88l272 0c48.6 0 88-39.4 88-88l0-112c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 22.1-17.9 40-40 40L88 464c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 64z"}},"free":["regular","solid"]},"pencil":{"aliases":{"names":["pencil-alt"],"unicodes":{"composite":["270f","f040"],"primary":["f040"],"secondary":["10f040","10f303"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Lower Left Pencil","design","draw","edit","lead","maintenance","modify","pencil","update","write"]},"styles":["solid"],"unicode":"f303","label":"Pencil","voted":false,"svg":{"solid":{"last_modified":1720284952,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"people-arrows":{"aliases":{"names":["people-arrows-left-right"],"unicodes":{"secondary":["10e068"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["conversation","discussion","distance","insert","isolation","separate","social distancing","talk","talking","together","uer","users-people"]},"styles":["solid"],"unicode":"e068","label":"People Arrows","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160l44.8 0c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2l0 72.8c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-115.7c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1l44.8 0c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6L576 464c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-72.8 47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240l0 32 96 0 0-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-32-96 0 0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160l44.8 0c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2l0 72.8c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-115.7c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1l44.8 0c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6L576 464c0 26.5-21.5 48-48 48l-32 0c-26.5 0-48-21.5-48-48l0-72.8 47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240l0 32 96 0 0-32c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2l0-32-96 0 0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z"}},"free":["solid"]},"people-carry-box":{"aliases":{"names":["people-carry"],"unicodes":{"secondary":["10f4ce"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["together","uer","users-people"]},"styles":["solid"],"unicode":"f4ce","label":"People Carry Box","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7l0 65.1 51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7l0-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5 0-76.2c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 76.2 10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6l0 88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51 0-65.1-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8l-126.7 0c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7l0 65.1 51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7l0-88.1c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5 0-76.2c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 76.2 10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6l0 88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51 0-65.1-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8l-126.7 0c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z"}},"free":["solid"]},"people-group":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","family","group","team","together","uer"]},"styles":["solid"],"unicode":"e533","label":"People Group","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3l0-84.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5l0 21.5c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-26.8C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112l32 0c24 0 46.2 7.5 64.4 20.3zM448 416l0-21.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176l32 0c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2l0 26.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3l0-84.7c-10 11.3-16 26.1-16 42.3zm144-42.3l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2l0 42.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-42.8c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112l32 0c61.9 0 112 50.1 112 112z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3l0-84.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5l0 21.5c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-26.8C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112l32 0c24 0 46.2 7.5 64.4 20.3zM448 416l0-21.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176l32 0c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2l0 26.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3l0-84.7c-10 11.3-16 26.1-16 42.3zm144-42.3l0 84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2l0 42.8c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-42.8c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112l32 0c61.9 0 112 50.1 112 112z"}},"free":["solid"]},"people-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","group","need","together","uer"]},"styles":["solid"],"unicode":"e534","label":"People Line","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5 88 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5l0 54.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-54.5 26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5l0 38.5c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5 88 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-38.5z"}},"free":["solid"]},"people-pulling":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forced return","together","uer","yanking"]},"styles":["solid"],"unicode":"e535","label":"People Pulling","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64L0 320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352l15.7 0 30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128l-53 0zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64L0 320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352l15.7 0 30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128l-53 0zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"}},"free":["solid"]},"people-robbery":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["criminal","hands up","looting","robbery","steal","uer"]},"styles":["solid"],"unicode":"e536","label":"People Robbery","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6L328 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-305.7c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64l0 96 0 .6L8 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-227.3 13 20.5c5.9 9.2 16.1 14.9 27 14.9l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-30.4 0-37.4-58.9C157.6 142 132.1 128 104.7 128L72 128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6L328 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-305.7c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64l0 96 0 .6L8 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-227.3 13 20.5c5.9 9.2 16.1 14.9 27 14.9l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-30.4 0-37.4-58.9C157.6 142 132.1 128 104.7 128L72 128z"}},"free":["solid"]},"people-roof":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","family","group","manage","people","safe","shelter","together","uer"]},"styles":["solid"],"unicode":"e537","label":"People Roof","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6l19.5 0c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5l0 54.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-54.5-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3l19.5 0c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6l19.5 0c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5l0 38.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-38.5-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5l0 54.5c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32l0-54.5-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z"}},"free":["solid"]},"pepper-hot":{"aliases":{"unicodes":{"composite":["1f336"],"secondary":["10f816"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buffalo wings","capsicum","chili","chilli","habanero","hot","hot pepper","jalapeno","mexican","pepper","spicy","tabasco","vegetable"]},"styles":["solid"],"unicode":"f816","label":"Pepper Hot","voted":true,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3L360 256c-13.3 0-24-10.7-24-24l0-80c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0 0 80c0 26.5 21.5 48 48 48l76.2 0 23.9 47.8C372.3 443.9 244.3 512 103.2 512l-58.8 0C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3L360 256c-13.3 0-24-10.7-24-24l0-80c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0 0 80c0 26.5 21.5 48 48 48l76.2 0 23.9 47.8C372.3 443.9 244.3 512 103.2 512l-58.8 0C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z"}},"free":["solid"]},"perbyte":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e083","label":"PerByte","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z"}},"free":["brands"]},"percent":{"aliases":{"names":["percentage"],"unicodes":{"composite":["f295","f541"],"primary":["f295","f541"],"secondary":["1025","10f295","10f541"]}},"changes":["4.5.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Percent Sign","discount","fraction","proportion","rate","ratio"]},"styles":["solid"],"unicode":"25","label":"Percent","voted":true,"svg":{"solid":{"last_modified":1720286912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"periscope":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3da","label":"Periscope","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z"}},"free":["brands"]},"person":{"aliases":{"names":["male"],"unicodes":{"composite":["1f9cd"],"secondary":["10f183"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["default","man","person standing","stand","standing","uer","woman"]},"styles":["solid"],"unicode":"f183","label":"Person","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"}},"free":["solid"]},"person-arrow-down-to-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ground","indigenous","insert","native","uer"]},"styles":["solid"],"unicode":"e538","label":"Person Arrow Down To Line","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM464 64l0 242.7-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7 528 64c0-17.7-14.3-32-32-32s-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM464 64l0 242.7-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7 528 64c0-17.7-14.3-32-32-32s-32 14.3-32 32z"}},"free":["solid"]},"person-arrow-up-from-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["population","rise","uer","upgrade"]},"styles":["solid"],"unicode":"e539","label":"Person Arrow Up From Line","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-242.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352l0-96 16 0 0 96-16 0zm-64 0l-88 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l120 0 80 0 376 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-344 0 0-191.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-242.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"}},"free":["solid"]},"person-biking":{"aliases":{"names":["biking"],"unicodes":{"composite":["1f6b4"],"secondary":["10f84a"]}},"changes":["5.9.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bicycle","bike","biking","cyclist","pedal","person biking","summer","uer","wheel"]},"styles":["solid"],"unicode":"f84a","label":"Person Biking","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1 288 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.8 0zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1 288 416c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.8 0zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"}},"free":["solid"]},"person-booth":{"aliases":{"unicodes":{"secondary":["10f756"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["changing room","curtain","uer","vote","voting"]},"styles":["solid"],"unicode":"f756","label":"Person Booth","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160 64 0 0-160zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-448zM224 512c17.7 0 32-14.3 32-32l0-160-64 0 0 160c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32L320 0zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3l0-72.1 4.7 4.7c9 9 21.2 14.1 33.9 14.1l73.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-66.7 0-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6l0 55.7 0 .9L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 42.7L96 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-58.7c0-10.4-3.4-20.5-9.6-28.8L112 341.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160 64 0 0-160zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-448zM224 512c17.7 0 32-14.3 32-32l0-160-64 0 0 160c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32L320 0zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3l0-72.1 4.7 4.7c9 9 21.2 14.1 33.9 14.1l73.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-66.7 0-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6l0 55.7 0 .9L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 32 42.7L96 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-58.7c0-10.4-3.4-20.5-9.6-28.8L112 341.3z"}},"free":["solid"]},"person-breastfeeding":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baby","child","infant","mother","nutrition","parent","sustenance","uer"]},"styles":["solid"],"unicode":"e53a","label":"Person Breastfeeding","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8l0-36.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1l75.2 0c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8l0-36.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1l75.2 0c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z"}},"free":["solid"]},"person-burst":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abuse","accident","crash","explode","uer","violence"]},"styles":["solid"],"unicode":"e53b","label":"Person Burst","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-223.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9 408 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.3-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-223.1 28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6l-29.7 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9 408 480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.3-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"}},"free":["solid"]},"person-cane":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aging","cane","elderly","old","staff","uer"]},"styles":["solid"],"unicode":"e53c","label":"Person Cane","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-30.9-25.1-56-56-56s-56 25.1-56 56l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-30.9-25.1-56-56-56s-56 25.1-56 56l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"}},"free":["solid"]},"person-chalkboard":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blackboard","instructor","keynote","lesson","presentation","teacher","uer"]},"styles":["solid"],"unicode":"e53d","label":"Person Chalkboard","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288 56 0 64 0 16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-64 192 0 0 192-192 0 0-32-64 0 0 48c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 80-76.9 0-65.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288 56 0 64 0 16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-64 192 0 0 192-192 0 0-32-64 0 0 48c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 80-76.9 0-65.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9 120 480c0 17.7 14.3 32 32 32s32-14.3 32-32z"}},"free":["solid"]},"person-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["approved","enable","not affected","ok","okay","uer","validate","working"]},"styles":["solid"],"unicode":"e53e","label":"Person Circle Check","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"person-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","alert","failed","lost","missing","uer"]},"styles":["solid"],"unicode":"e53f","label":"Person Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"person-circle-minus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["delete","remove","uer"]},"styles":["solid"],"unicode":"e540","label":"Person Circle Minus","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16z"}},"free":["solid"]},"person-circle-plus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","follow","found","uer"]},"styles":["solid"],"unicode":"e541","label":"Person Circle Plus","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48z"}},"free":["solid"]},"person-circle-question":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["faq","lost","missing","request","uer"]},"styles":["solid"],"unicode":"e542","label":"Person Circle Question","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"}},"free":["solid"]},"person-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dead","removed","uer","uncheck"]},"styles":["solid"],"unicode":"e543","label":"Person Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"}},"free":["solid"]},"person-digging":{"aliases":{"names":["digging"],"unicodes":{"secondary":["10f85e"]}},"changes":["5.9.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bury","construction","debris","dig","maintenance","men at work","uer"]},"styles":["solid"],"unicode":"f85e","label":"Person Digging","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2l-256 0c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7l32 0 22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-74.9-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2l-256 0c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7l32 0 22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-74.9-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z"}},"free":["solid"]},"person-dots-from-line":{"aliases":{"names":["diagnoses"],"unicodes":{"secondary":["10f470"]}},"changes":["5.0.7","5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["allergy","diagnosis","uer"]},"styles":["solid"],"unicode":"f470","label":"Person Dots From Line","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1L176 432l224 0 0-109.3c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l528 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1L176 432l224 0 0-109.3c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l528 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"person-dress":{"aliases":{"names":["female"],"unicodes":{"secondary":["10f182"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["man","skirt","uer","woman"]},"styles":["solid"],"unicode":"f182","label":"Person Dress","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384l-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3l11.6 0c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1L232 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384l-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3l11.6 0c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1L232 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z"}},"free":["solid"]},"person-dress-burst":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abuse","accident","crash","explode","uer","violence"]},"styles":["solid"],"unicode":"e544","label":"Person Dress Burst","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384l17.8 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 16 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 17.8 0c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3l-11.6 0c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384l17.8 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 16 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 17.8 0c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3l-11.6 0c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"}},"free":["solid"]},"person-drowning":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drown","emergency","swim","uer"]},"styles":["solid"],"unicode":"e545","label":"Person Drowning","voted":false,"svg":{"solid":{"last_modified":1720207365,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3L192 64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3L192 64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1c0 0 0 0 0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7c0 0 0 0 0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z"}},"free":["solid"]},"person-falling":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accident","fall","trip","uer"]},"styles":["solid"],"unicode":"e546","label":"Person Falling","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0-1.4 0 92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-73.8c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0-1.4 0 92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-73.8c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"person-falling-burst":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accident","crash","death","fall","homicide","murder","uer"]},"styles":["solid"],"unicode":"e547","label":"Person Falling Burst","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2L32 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320l1.4 0 80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2L32 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320l1.4 0 80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z"}},"free":["solid"]},"person-half-dress":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["gender","man","restroom","transgender","uer","woman"]},"styles":["solid"],"unicode":"e548","label":"Person Half Dress","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352l0-224 6.9 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128s0 0 0 0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3l0 256s0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352l0-224 6.9 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128s0 0 0 0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3l0 256s0 0 0 0l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z"}},"free":["solid"]},"person-harassing":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["abuse","scream","shame","shout","uer","yell"]},"styles":["solid"],"unicode":"e549","label":"Person Harassing","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9 88 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7 47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344l0 58.7-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9L576 344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16l56 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-56 0c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9 88 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 16 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-244.7 47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7l-35.9 0c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344l0 58.7-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9L576 344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16l56 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-56 0c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z"}},"free":["solid"]},"person-hiking":{"aliases":{"names":["hiking"],"unicodes":{"secondary":["10f6ec"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["autumn","fall","follow","hike","mountain","outdoors","summer","uer","walk"]},"styles":["solid"],"unicode":"f6ec","label":"Person Hiking","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9l0 89.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208l30.9 0 0-24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 55.8c0 .1 0 .2 0 .2s0 .2 0 .2L384 488c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-216-39.4 0c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59l4.2 0c15.6 0 27.1 14.7 23.3 29.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9l0 89.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208l30.9 0 0-24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 55.8c0 .1 0 .2 0 .2s0 .2 0 .2L384 488c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-216-39.4 0c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59l4.2 0c15.6 0 27.1 14.7 23.3 29.8z"}},"free":["solid"]},"person-military-pointing":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["army","customs","guard","uer"]},"styles":["solid"],"unicode":"e54a","label":"Person Military Pointing","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25l151 0c8.8 0 16-7.2 16-16l0-30.6C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16L241.6 96c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40l152 0 0 89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5L240 224 72 224zm345.7 20.9L246.6 416 416 416l0-46.3 53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32-192 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25l151 0c8.8 0 16-7.2 16-16l0-30.6C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16L241.6 96c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40l152 0 0 89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5L240 224 72 224zm345.7 20.9L246.6 416 416 416l0-46.3 53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32-192 0z"}},"free":["solid"]},"person-military-rifle":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["armed forces","army","military","rifle","uer","war"]},"styles":["solid"],"unicode":"e54b","label":"Person Military Rifle","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4L352 48c0 8.8-7.2 16-16 16L185 64c-13.8 0-25-11.2-25-25zm17.6 57l156.8 0c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7 352 480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9l50.4 0c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512l-128 0c-17.7 0-32-14.3-32-32l0-110.3-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4L352 48c0 8.8-7.2 16-16 16L185 64c-13.8 0-25-11.2-25-25zm17.6 57l156.8 0c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7 352 480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9l50.4 0c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512l-128 0c-17.7 0-32-14.3-32-32l0-110.3-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"person-military-to-person":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["civilian","coordination","military","uer"]},"styles":["solid"],"unicode":"e54c","label":"Person Military To Person","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9l111.4 0c8.8-.1 15.9-7.2 15.9-16L200 16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1l-122.9 0C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256l0 32c0 17.7 14.3 32 32 32l128 0c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5l0-32c0-35.3-28.7-64-64-64l-64 0c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-35.3-28.7-64-64-64l-64 0zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376l0 32-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9l111.4 0c8.8-.1 15.9-7.2 15.9-16L200 16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1l-122.9 0C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256l0 32c0 17.7 14.3 32 32 32l128 0c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5l0-32c0-35.3-28.7-64-64-64l-64 0c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-35.3-28.7-64-64-64l-64 0zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376l0 32-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z"}},"free":["solid"]},"person-praying":{"aliases":{"names":["pray"],"unicodes":{"composite":["1f6d0"],"secondary":["10f683"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["kneel","place of worship","religion","thank","uer","worship"]},"styles":["solid"],"unicode":"f683","label":"Person Praying","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432 72 432c-22.1 0-40 17.9-40 40s17.9 40 40 40l208 0c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432 72 432c-22.1 0-40 17.9-40 40s17.9 40 40 40l208 0c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z"}},"free":["solid"]},"person-pregnant":{"changes":["6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baby","birth","child","parent","pregnant","pregnant woman","uer","woman"]},"styles":["solid"],"unicode":"e31e","label":"Person Pregnant","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31l0-55.1-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1l1.1 0 12.5 0 2.4 0c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3l0 32c0 17.7-14.3 32-32 32l-16 0-40 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-8 0-8 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-97z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31l0-55.1-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1l1.1 0 12.5 0 2.4 0c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3l0 32c0 17.7-14.3 32-32 32l-16 0-40 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-8 0-8 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-97z"}},"free":["solid"]},"person-rays":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","focus","shine","uer"]},"styles":["solid"],"unicode":"e54d","label":"Person Rays","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9 328 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9 328 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"}},"free":["solid"]},"person-rifle":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["army","combatant","gun","military","rifle","uer","war"]},"styles":["solid"],"unicode":"e54e","label":"Person Rifle","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M265.2 192c25.4 0 49.8 7.1 70.8 19.9L336 512l-192 0 0-174.3L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8l50.4 0zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16l0 116.3c9.6 5.5 16 15.9 16 27.7l0 109.3 16-5.3 0-56c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 84.5c0 6.9-4.4 13-10.9 15.2L480 325.3l0 26.7 48 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-44 0 23 92.1c2.5 10.1-5.1 19.9-15.5 19.9L432 512c-8.8 0-16-7.2-16-16l0-96-16 0c-17.7 0-32-14.3-32-32l0-144c0-17.7 14.3-32 32-32l0-32c0-11.8 6.4-22.2 16-27.7L416 32c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 16 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M265.2 192c25.4 0 49.8 7.1 70.8 19.9L336 512l-192 0 0-174.3L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8l50.4 0zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16l0 116.3c9.6 5.5 16 15.9 16 27.7l0 109.3 16-5.3 0-56c0-8.8 7.2-16 16-16l16 0c8.8 0 16 7.2 16 16l0 84.5c0 6.9-4.4 13-10.9 15.2L480 325.3l0 26.7 48 0c8.8 0 16 7.2 16 16l0 16c0 8.8-7.2 16-16 16l-44 0 23 92.1c2.5 10.1-5.1 19.9-15.5 19.9L432 512c-8.8 0-16-7.2-16-16l0-96-16 0c-17.7 0-32-14.3-32-32l0-144c0-17.7 14.3-32 32-32l0-32c0-11.8 6.4-22.2 16-27.7L416 32c-8.8 0-16-7.2-16-16s7.2-16 16-16l16 0 16 0z"}},"free":["solid"]},"person-running":{"aliases":{"names":["running"],"unicodes":{"composite":["1f3c3"],"secondary":["10f70c"]}},"changes":["5.4.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["exit","flee","follow","marathon","person running","race","running","uer","workout"]},"styles":["solid"],"unicode":"f70c","label":"Person Running","voted":true,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288l21.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352L32 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l69.6 0c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288l21.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352L32 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l69.6 0c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z"}},"free":["solid"]},"person-shelter":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["house","inside","roof","safe","safety","shelter","uer"]},"styles":["solid"],"unicode":"e54f","label":"Person Shelter","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.4L256 68.9 448 178.6 448 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280l0-88 16 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-174.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5 200 488c0 13.3 10.7 24 24 24s24-10.7 24-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-301.4L256 68.9 448 178.6 448 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280l0-88 16 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-174.5 26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3l-19.5 0c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5 200 488c0 13.3 10.7 24 24 24s24-10.7 24-24z"}},"free":["solid"]},"person-skating":{"aliases":{"names":["skating"],"unicodes":{"secondary":["10f7c5"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["figure skating","ice","olympics","rink","skate","uer","winter"]},"styles":["solid"],"unicode":"f7c5","label":"Person Skating","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32l159.4 0c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9l0 73.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-66.7-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17L160 160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4L272 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l88.8 0c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32l159.4 0c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9l0 73.4c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-66.7-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17L160 160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4L272 512c-8.8 0-16-7.2-16-16s7.2-16 16-16l88.8 0c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"}},"free":["solid"]},"person-skiing":{"aliases":{"names":["skiing"],"unicodes":{"composite":["26f7"],"secondary":["10f7c9"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["downhill","olympics","ski","skier","snow","uer","winter"]},"styles":["solid"],"unicode":"f7c9","label":"Person Skiing","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z"}},"free":["solid"]},"person-skiing-nordic":{"aliases":{"names":["skiing-nordic"],"unicodes":{"secondary":["10f7ca"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cross country","olympics","uer","winter"]},"styles":["solid"],"unicode":"f7ca","label":"Person Skiing Nordic","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464l-88.5 0 41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464l-32.4 0 54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464l-43 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l135.3 0c.5 0 .9 0 1.4 0l158.6 0c.5 0 1 0 1.4 0L504 512c39.8 0 72-32.2 72-72l0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8c0 13.3-10.7 24-24 24l-69.4 0 27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464l-44.4 0 21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288l2.7 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464l-88.5 0 41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464l-32.4 0 54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464l-43 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l135.3 0c.5 0 .9 0 1.4 0l158.6 0c.5 0 1 0 1.4 0L504 512c39.8 0 72-32.2 72-72l0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8c0 13.3-10.7 24-24 24l-69.4 0 27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32l-21.3 0c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464l-44.4 0 21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288l2.7 0z"}},"free":["solid"]},"person-snowboarding":{"aliases":{"names":["snowboarding"],"unicodes":{"composite":["1f3c2"],"secondary":["10f7ce"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["olympics","ski","snow","snowboard","snowboarder","uer","winter"]},"styles":["solid"],"unicode":"f7ce","label":"Person Snowboarding","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6l28.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-28.2 0c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6l28.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-28.2 0c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"person-swimming":{"aliases":{"names":["swimmer"],"unicodes":{"composite":["1f3ca"],"secondary":["10f5c4"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ocean","person swimming","pool","sea","swim","uer","water"]},"styles":["solid"],"unicode":"f5c4","label":"Person Swimming","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"person-through-window":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["door","exit","forced entry","leave","robbery","steal","uer","window"]},"styles":["solid"],"unicode":"e5a9","label":"Person Through Window","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0l-64 0L64 64zm288 0l224 0 0 320-67.7 0-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320l-45.8 0 42.7 64L592 448c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 400c0 26.5 21.5 48 48 48l260.2 0 33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0L192 384s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0l-64 0L64 64zm288 0l224 0 0 320-67.7 0-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320l-45.8 0 42.7 64L592 448c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 400c0 26.5 21.5 48 48 48l260.2 0 33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0L192 384s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"person-walking":{"aliases":{"names":["walking"],"unicodes":{"composite":["1f6b6"],"secondary":["10f554"]}},"changes":["5.0.13","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crosswalk","exercise","follow","hike","move","person walking","uer","walk","walking","workout"]},"styles":["solid"],"unicode":"f554","label":"Person Walking","voted":true,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z"}},"free":["solid"]},"person-walking-arrow-loop-left":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["follow","population return","return","uer"]},"styles":["solid"],"unicode":"e551","label":"Person Walking Arrow Loop Left","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384l18.7 0c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96l-18.7 0 25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384l18.7 0c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96l-18.7 0 25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z"}},"free":["solid"]},"person-walking-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["exit","follow","internally displaced","leave","refugee","uer"]},"styles":["solid"],"unicode":"e552","label":"Person Walking Arrow Right","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z"}},"free":["solid"]},"person-walking-dashed-line-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["exit","follow","refugee","uer"]},"styles":["solid"],"unicode":"e553","label":"Person Walking Dashed Line Arrow Right","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16zM392 320c-13.3 0-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224 384 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16zM392 320c-13.3 0-24 10.7-24 24l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48z"}},"free":["solid"]},"person-walking-luggage":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bag","baggage","briefcase","carry-on","deployment","follow","rolling","uer"]},"styles":["solid"],"unicode":"e554","label":"Person Walking Luggage","voted":false,"svg":{"solid":{"last_modified":1720207359,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z"}},"free":["solid"]},"person-walking-with-cane":{"aliases":{"names":["blind"],"unicodes":{"secondary":["10f29d"]}},"changes":["4.6.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blind","cane","follow","uer"]},"styles":["solid"],"unicode":"f29d","label":"Person Walking With Cane","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6l0 43.2c0 17 6.7 33.3 18.7 45.3L224 397.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-89.4c0-12.7-5.1-24.9-14.1-33.9L224 306.7l0-93.4 70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128l-24.4 0zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6l0 43.2c0 17 6.7 33.3 18.7 45.3L224 397.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-89.4c0-12.7-5.1-24.9-14.1-33.9L224 306.7l0-93.4 70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128l-24.4 0zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z"}},"free":["solid"]},"peseta-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Peseta Sign","currency"]},"styles":["solid"],"unicode":"e221","label":"Peseta Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64l0 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 96 0c77.4 0 142-55 156.8-128l3.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-3.2 0C334 87 269.4 32 192 32L64 32zM282.5 160L96 160l0-64 96 0c41.8 0 77.4 26.7 90.5 64zM96 224l186.5 0c-13.2 37.3-48.7 64-90.5 64l-96 0 0-64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64l0 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96 96 0c77.4 0 142-55 156.8-128l3.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-3.2 0C334 87 269.4 32 192 32L64 32zM282.5 160L96 160l0-64 96 0c41.8 0 77.4 26.7 90.5 64zM96 224l186.5 0c-13.2 37.3-48.7 64-90.5 64l-96 0 0-64z"}},"free":["solid"]},"peso-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Peso Sign","currency"]},"styles":["solid"],"unicode":"e222","label":"Peso Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 32C46.3 32 32 46.3 32 64l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c68.4 0 127.7-39 156.8-96l19.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.7 0c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16l.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.2 0C303.7 71 244.4 32 176 32L64 32zm190.4 96L96 128l0-32 80 0c30.5 0 58.2 12.2 78.4 32zM96 192l190.9 0c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16L96 224l0-32zm158.4 96c-20.2 19.8-47.9 32-78.4 32l-80 0 0-32 158.4 0z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 32C46.3 32 32 46.3 32 64l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c68.4 0 127.7-39 156.8-96l19.2 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-.7 0c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16l.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.2 0C303.7 71 244.4 32 176 32L64 32zm190.4 96L96 128l0-32 80 0c30.5 0 58.2 12.2 78.4 32zM96 192l190.9 0c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16L96 224l0-32zm158.4 96c-20.2 19.8-47.9 32-78.4 32l-80 0 0-32 158.4 0z"}},"free":["solid"]},"phabricator":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3db","label":"Phabricator","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z"}},"free":["brands"]},"phoenix-framework":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3dc","label":"Phoenix Framework","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z"}},"free":["brands"]},"phoenix-squadron":{"changes":["5.0.12","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f511","label":"Phoenix Squadron","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"}},"free":["brands"]},"phone":{"aliases":{"unicodes":{"composite":["1f4de","1f57b"],"secondary":["10f095"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Left Hand Telephone Receiver","call","earphone","number","phone","receiver","support","talking","telephone","telephone receiver","voice"]},"styles":["solid"],"unicode":"f095","label":"Phone","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"}},"free":["solid"]},"phone-flip":{"aliases":{"names":["phone-alt"],"unicodes":{"composite":["1f57d"],"secondary":["10f879"]}},"changes":["5.9.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Right Hand Telephone Receiver","call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f879","label":"Phone Flip","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z"}},"free":["solid"]},"phone-slash":{"aliases":{"unicodes":{"secondary":["10f3dd"]}},"changes":["5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["call","cancel","disabled","disconnect","earphone","mute","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f3dd","label":"Phone Slash","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z"}},"free":["solid"]},"phone-volume":{"aliases":{"names":["volume-control-phone"],"unicodes":{"secondary":["10f2a0"]}},"changes":["4.6.0","5.0.0","5.0.3","5.7.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["call","earphone","number","ring","ringing","sound","support","talking","telephone","voice","volume-control-phone"]},"styles":["solid"],"unicode":"f2a0","label":"Phone Volume","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z"}},"free":["solid"]},"photo-film":{"aliases":{"names":["photo-video"],"unicodes":{"secondary":["10f87c"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["av","film","image","library","media"]},"styles":["solid"],"unicode":"f87c","label":"Photo Film","voted":false,"svg":{"solid":{"last_modified":1720285914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 0L576 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l80 0 48 0 144 0c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128l96 0 0 256 0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32 160 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm336 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 0L576 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-320 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l80 0 48 0 144 0c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128l96 0 0 256 0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32 160 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm0 104c-8.8 0-16 7.2-16 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0zm336 16l0 16c0 8.8 7.2 16 16 16l16 0c8.8 0 16-7.2 16-16l0-16c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"php":{"changes":["5.0.5"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f457","label":"PHP","voted":true,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z"}},"free":["brands"]},"pied-piper":{"changes":["4.6.0","5.0.0","5.0.10","5.12.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2ae","label":"Pied Piper Logo","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 480 512\\"><path d=\\"M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z\\"/></svg>","viewBox":[0,0,480,512],"width":480,"height":512,"path":"M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z"}},"free":["brands"]},"pied-piper-alt":{"changes":["4.1.0","5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a8","label":"Alternate Pied Piper Logo (Old)","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"}},"free":["brands"]},"pied-piper-hat":{"changes":["5.0.10"],"ligatures":[],"search":{"terms":["clothing"]},"styles":["brands"],"unicode":"f4e5","label":"Pied Piper Hat (Old)","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z"}},"free":["brands"]},"pied-piper-pp":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a7","label":"Pied Piper PP Logo (Old)","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z"}},"free":["brands"]},"piggy-bank":{"aliases":{"unicodes":{"secondary":["10f4d3"]}},"changes":["5.0.9","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank","salary","save","savings"]},"styles":["solid"],"unicode":"f4d3","label":"Piggy Bank","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M400 96l0 .7c-5.3-.4-10.6-.7-16-.7L256 96c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96l11.5 0c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9l13.3 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-32 0c-9.1 12.1-19.9 22.9-32 32l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-128 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c-34.9-26.2-58.7-66.3-63.2-112L68 304c-37.6 0-68-30.4-68-68s30.4-68 68-68l4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-4 0c-11 0-20 9-20 20s9 20 20 20l31.2 0c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2l128 0zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M400 96l0 .7c-5.3-.4-10.6-.7-16-.7L256 96c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96l11.5 0c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9l13.3 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-32 0c-9.1 12.1-19.9 22.9-32 32l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-128 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c-34.9-26.2-58.7-66.3-63.2-112L68 304c-37.6 0-68-30.4-68-68s30.4-68 68-68l4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-4 0c-11 0-20 9-20 20s9 20 20 20l31.2 0c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2l128 0zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"}},"free":["solid"]},"pills":{"aliases":{"unicodes":{"secondary":["10f484"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medicine","prescription","tablets"]},"styles":["solid"],"unicode":"f484","label":"Pills","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 96c-26.5 0-48 21.5-48 48l0 112 96 0 0-112c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112l0 224c0 61.9-50.1 112-112 112S0 429.9 0 368L0 144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 96c-26.5 0-48 21.5-48 48l0 112 96 0 0-112c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112l0 224c0 61.9-50.1 112-112 112S0 429.9 0 368L0 144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"}},"free":["solid"]},"pinterest":{"changes":["2.0.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f0d2","label":"Pinterest","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"}},"free":["brands"]},"pinterest-p":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f231","label":"Pinterest P","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"}},"free":["brands"]},"pix":{"changes":["6.0.0-beta2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e43a","label":"Pix","voted":true,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z"}},"free":["brands"]},"pixiv":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e640","label":"Pixiv","voted":false,"svg":{"brands":{"last_modified":1693573948,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm171.5 84c41 0 76.3 12.9 101.4 35.2l0 0c25.2 22.2 39.8 54.1 39.8 88.8c.1 35.3-16.6 66.3-42.4 87c-25.9 20.8-60.6 32.4-98.8 32.4c-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8H104.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5C97.1 190.9 87 204.3 81.8 214.2c6 19.4-5.3 18.5-5.3 18.5L56 199.7s72.7-83.7 179.5-83.7zm-3.6 222.9c30 0 56-11.3 73.9-29.2c17.9-18.1 27.9-41.6 28-70.2c-.1-29.3-9.5-54.6-26.7-73.6c-17.2-18.9-42.7-31.3-75.2-31.4c-26.7-.1-59.8 9-80.2 23.7V323.1c18.6 9.3 46.8 15.9 80.2 15.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm171.5 84c41 0 76.3 12.9 101.4 35.2l0 0c25.2 22.2 39.8 54.1 39.8 88.8c.1 35.3-16.6 66.3-42.4 87c-25.9 20.8-60.6 32.4-98.8 32.4c-43.5 0-83.8-16.1-83.8-16.1v51.8c7.4 2.2 19.7 7 11.9 14.8H104.8c-7.7-7.8 3.6-12.4 12.1-14.8V175.5C97.1 190.9 87 204.3 81.8 214.2c6 19.4-5.3 18.5-5.3 18.5L56 199.7s72.7-83.7 179.5-83.7zm-3.6 222.9c30 0 56-11.3 73.9-29.2c17.9-18.1 27.9-41.6 28-70.2c-.1-29.3-9.5-54.6-26.7-73.6c-17.2-18.9-42.7-31.3-75.2-31.4c-26.7-.1-59.8 9-80.2 23.7V323.1c18.6 9.3 46.8 15.9 80.2 15.8z"}},"free":["brands"]},"pizza-slice":{"aliases":{"unicodes":{"secondary":["10f818"]}},"changes":["5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cheese","chicago","italian","mozzarella","new york","pepperoni","pie","slice","teenage mutant ninja turtles","tomato"]},"styles":["solid"],"unicode":"f818","label":"Pizza Slice","voted":true,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"place-of-worship":{"aliases":{"unicodes":{"secondary":["10f67f"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","church","holy","mosque","synagogue"]},"styles":["solid"],"unicode":"f67f","label":"Place Of Worship","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 109.3l0 108.3L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-228.8c0-16.9-8.8-32.5-23.3-41.2L416 217.6l0-108.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 109.3l0 108.3L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2L160 512l96 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 96 0 0-228.8c0-16.9-8.8-32.5-23.3-41.2L416 217.6l0-108.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4L0 464c0 26.5 21.5 48 48 48l80 0 0-238.4L24.9 330.3zM592 512c26.5 0 48-21.5 48-48l0-91.6c0-17.5-9.5-33.6-24.9-42.1L512 273.6 512 512l80 0z"}},"free":["solid"]},"plane":{"aliases":{"unicodes":{"secondary":["10f072"]}},"changes":["1.0.0","5.0.0","5.0.13","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","airport","destination","fly","location","mode","travel","trip"]},"styles":["solid"],"unicode":"f072","label":"Plane","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"}},"free":["solid"]},"plane-arrival":{"aliases":{"unicodes":{"composite":["1f6ec"],"secondary":["10f5af"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aeroplane","airplane","airplane arrival","airport","arrivals","arriving","destination","fly","land","landing","location","mode","travel","trip"]},"styles":["solid"],"unicode":"f5af","label":"Plane Arrival","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0l40.1 0c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0l40.1 0c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"plane-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","airport","enable","flight","fly","not affected","ok","okay","travel","validate","working"]},"styles":["solid"],"unicode":"e555","label":"Plane Circle Check","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"plane-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","airplane","airport","failed","flight","fly","travel"]},"styles":["solid"],"unicode":"e556","label":"Plane Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"plane-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","airport","destroy","flight","fly","travel","uncheck"]},"styles":["solid"],"unicode":"e557","label":"Plane Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M256 0c-35 0-64 59.5-64 93.7l0 84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9l0 65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8l0 42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3l0-84.6C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"plane-departure":{"aliases":{"unicodes":{"composite":["1f6eb"],"secondary":["10f5b0"]}},"changes":["5.1.0","5.8.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aeroplane","airplane","airplane departure","airport","check-in","departing","departure","departures","destination","fly","location","mode","take off","taking off","travel","trip"]},"styles":["solid"],"unicode":"f5b0","label":"Plane Departure","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2l137.7 0c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48l-57.4 0c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2l137.7 0c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48l-57.4 0c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"plane-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","airport","closed","flight","fly","lockdown","padlock","privacy","quarantine","travel"]},"styles":["solid"],"unicode":"e558","label":"Plane Lock","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 84.6 101.8 58.2C418 247.6 416 259.6 416 272l0 24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1l0 70.9 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 24 0 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8l0-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3l0-84.6zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 84.6 101.8 58.2C418 247.6 416 259.6 416 272l0 24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1l0 70.9 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 24 0 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8l0-65.5c0-5.7 3.1-11 8.1-13.9L192 178.3l0-84.6zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"plane-slash":{"aliases":{"unicodes":{"secondary":["10e069"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane mode","airport","canceled","covid-19","delayed","disabled","grounded","travel"]},"styles":["solid"],"unicode":"e069","label":"Plane Slash","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-73.8 0L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L144 320l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-73.8 0L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L144 320l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z"}},"free":["solid"]},"plane-up":{"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","airport","internet","signal","sky","wifi","wireless"]},"styles":["solid"],"unicode":"e22d","label":"Plane Up","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6l0 56.7c0 10.9-10.7 18.6-21.1 15.2L320 320l0 80 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-80L21.1 377C10.7 380.4 0 372.7 0 361.8l0-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160l0-66.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6l0 56.7c0 10.9-10.7 18.6-21.1 15.2L320 320l0 80 57.6 43.2c4 3 6.4 7.8 6.4 12.8l0 42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14l0-42c0-5 2.4-9.8 6.4-12.8L192 400l0-80L21.1 377C10.7 380.4 0 372.7 0 361.8l0-56.7c0-10.7 5.3-20.7 14.2-26.6L192 160l0-66.3z"}},"free":["solid"]},"plant-wilt":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drought","planting","vegetation","wilt"]},"styles":["solid"],"unicode":"e5aa","label":"Plant Wilt","voted":false,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56l0 13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13C464 53.7 410.3 0 344 0S224 53.7 224 120l0 21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120l0 13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13c0-30.9 25.1-56 56-56s56 25.1 56 56l0 32 0 200c0 17.7 14.3 32 32 32s32-14.3 32-32l0-200 0-32 0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56l0 13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13C464 53.7 410.3 0 344 0S224 53.7 224 120l0 21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120l0 13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1l0-13c0-30.9 25.1-56 56-56s56 25.1 56 56l0 32 0 200c0 17.7 14.3 32 32 32s32-14.3 32-32l0-200 0-32 0-128z"}},"free":["solid"]},"plate-wheat":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bowl","hunger","rations","wheat"]},"styles":["solid"],"unicode":"e55a","label":"Plate Wheat","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zM56 64l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16zM400 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zm80 160l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80zm-96 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320l456.4 0c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446l0 2c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-2c-48.2-9-86.3-48.2-92.5-98.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zM56 64l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16zM400 32c44.2 0 80 35.8 80 80l0 16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80l0-16c0-8.8 7.2-16 16-16zm80 160l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80zm-96 16l0 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16l0-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320l456.4 0c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446l0 2c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-2c-48.2-9-86.3-48.2-92.5-98.4z"}},"free":["solid"]},"play":{"aliases":{"unicodes":{"composite":["25b6"],"secondary":["10f04b"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","audio","music","play","play button","playing","right","sound","start","triangle","video"]},"styles":["solid"],"unicode":"f04b","label":"Play","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"}},"free":["solid"]},"playstation":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3df","label":"PlayStation","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z"}},"free":["brands"]},"plug":{"aliases":{"unicodes":{"composite":["1f50c"],"secondary":["10f1e6"]}},"changes":["4.2.0","5.0.0","5.12.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["connect","electric","electric plug","electricity","online","plug","power"]},"styles":["solid"],"unicode":"f1e6","label":"Plug","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2C297 398 352 333.4 352 256l0-32c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2C297 398 352 333.4 352 256l0-32c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"}},"free":["solid"]},"plug-circle-bolt":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["electric","electricity","plug","power"]},"styles":["solid"],"unicode":"e55b","label":"Plug Circle Bolt","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356l35.6 0c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380 376 380c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"}},"free":["solid"]},"plug-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["electric","electricity","enable","not affected","ok","okay","plug","power","validate","working"]},"styles":["solid"],"unicode":"e55c","label":"Plug Circle Check","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"}},"free":["solid"]},"plug-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","electric","electricity","failed","plug","power"]},"styles":["solid"],"unicode":"e55d","label":"Plug Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"plug-circle-minus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disconnect","electric","electricity","plug","power"]},"styles":["solid"],"unicode":"e55e","label":"Plug Circle Minus","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z"}},"free":["solid"]},"plug-circle-plus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["electric","electricity","plug","power"]},"styles":["solid"],"unicode":"e55f","label":"Plug Circle Plus","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"plug-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["destroy","disconnect","electric","electricity","outage","plug","power","uncheck"]},"styles":["solid"],"unicode":"e560","label":"Plug Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 0C78.3 0 64 14.3 64 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32l0 96 64 0 0-96c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c0 77.4 55 142 128 156.8l0 67.2c0 17.7 14.3 32 32 32s32-14.3 32-32l0-67.2c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32L32 160zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"}},"free":["solid"]},"plus":{"aliases":{"names":["add"],"unicodes":{"composite":["2795","f067"],"primary":["f067"],"secondary":["102b","10f067"]}},"changes":["1.0.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["+","Plus Sign","add","create","expand","follow","math","modify","new","plus","positive","shape","sign"]},"styles":["solid"],"unicode":"2b","label":"Plus","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"}},"free":["solid"]},"plus-minus":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Plus-Minus Sign","add","math","subtract"]},"styles":["solid"],"unicode":"e43c","label":"Plus Minus","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112L48 144c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-112zM0 480c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112L48 144c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-112zM0 480c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"podcast":{"aliases":{"unicodes":{"secondary":["10f2ce"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","broadcast","music","sound"]},"styles":["solid"],"unicode":"f2ce","label":"Podcast","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"}},"free":["solid"]},"poo":{"aliases":{"unicodes":{"composite":["1f4a9"],"secondary":["10f2fe"]}},"changes":["5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crap","dung","face","monster","pile of poo","poo","poop","shit","smile","turd","uer"]},"styles":["solid"],"unicode":"f2fe","label":"Poo","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48L104 240c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72l368 0c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72l-13.7 0c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64l-5.5 0c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3l167.4 0c6.8 0 12.3 5.5 12.3 12.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80L160 128c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48L104 240c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72l368 0c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72l-13.7 0c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64l-5.5 0c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3l167.4 0c6.8 0 12.3 5.5 12.3 12.3z"}},"free":["solid"]},"poo-storm":{"aliases":{"names":["poo-bolt"],"unicodes":{"secondary":["10f75a"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bolt","cloud","euphemism","lightning","mess","poop","shit","turd"]},"styles":["solid"],"unicode":"f75a","label":"Poo Storm","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17L128 112c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320l18.3 0c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9l10.7 0c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64l-1.4 0c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17L128 112c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 40.9 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320l18.3 0c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9l10.7 0c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64l-1.4 0c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7l70.1 0L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7l-70.1 0 52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"}},"free":["solid"]},"poop":{"aliases":{"unicodes":{"secondary":["10f619"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crap","poop","shit","smile","turd"]},"styles":["solid"],"unicode":"f619","label":"Poop","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32l5.5 0c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48l13.7 0c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72L72 512c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72l13.7 0C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64l16.2 0c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32l5.5 0c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48l13.7 0c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72L72 512c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72l13.7 0C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64l16.2 0c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"}},"free":["solid"]},"power-off":{"aliases":{"unicodes":{"composite":["23fb"],"secondary":["10f011"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Power Symbol","cancel","computer","on","reboot","restart"]},"styles":["solid"],"unicode":"f011","label":"Power Off","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"}},"free":["solid"]},"prescription":{"aliases":{"unicodes":{"secondary":["10f5b1"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f5b1","label":"Prescription","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 0C14.3 0 0 14.3 0 32L0 192l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 50.7 0 128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0L32 0zM176 160L64 160l0-96 112 0c26.5 0 48 21.5 48 48s-21.5 48-48 48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 0C14.3 0 0 14.3 0 32L0 192l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 50.7 0 128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0L32 0zM176 160L64 160l0-96 112 0c26.5 0 48 21.5 48 48s-21.5 48-48 48z"}},"free":["solid"]},"prescription-bottle":{"aliases":{"unicodes":{"secondary":["10f485"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f485","label":"Prescription Bottle","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-32 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 384l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 288l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 192l0-64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-32 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 384l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 288l0-64 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L32 192l0-64z"}},"free":["solid"]},"prescription-bottle-medical":{"aliases":{"names":["prescription-bottle-alt"],"unicodes":{"secondary":["10f486"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medical","medicine","pharmacy","rx"]},"styles":["solid"],"unicode":"f486","label":"Prescription Bottle Medical","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zM160 240l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L352 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64L0 32zm32 96l320 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zM160 240l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"print":{"aliases":{"unicodes":{"composite":["1f5a8","1f5b6","2399"],"secondary":["10f02f"]}},"changes":["1.0.0","5.0.0","5.3.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Print Screen Symbol","Printer Icon","business","computer","copy","document","office","paper","printer"]},"styles":["solid"],"unicode":"f02f","label":"Print","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 0C92.7 0 64 28.7 64 64l0 96 64 0 0-96 226.7 0L384 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0L128 0zM384 352l0 32 0 64-256 0 0-64 0-16 0-16 256 0zm64 32l32 0c17.7 0 32-14.3 32-32l0-96c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64l0 96c0 17.7 14.3 32 32 32l32 0 0 64c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-64zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 0C92.7 0 64 28.7 64 64l0 96 64 0 0-96 226.7 0L384 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0L128 0zM384 352l0 32 0 64-256 0 0-64 0-16 0-16 256 0zm64 32l32 0c17.7 0 32-14.3 32-32l0-96c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64l0 96c0 17.7 14.3 32 32 32l32 0 0 64c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-64zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"product-hunt":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f288","label":"Product Hunt","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"}},"free":["brands"]},"pump-medical":{"aliases":{"unicodes":{"secondary":["10e06a"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anti-bacterial","clean","covid-19","disinfect","hygiene","medical grade","sanitizer","soap"]},"styles":["solid"],"unicode":"e06a","label":"Pump Medical","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM216 280l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM216 280l0 32 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0 0 32c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-32-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l32 0 0-32c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"pump-soap":{"aliases":{"unicodes":{"secondary":["10e06b"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anti-bacterial","clean","covid-19","disinfect","hygiene","sanitizer","soap"]},"styles":["solid"],"unicode":"e06b","label":"Pump Soap","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M128 32l0 96 128 0 0-32 60.1 0c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4L256 32c0-17.7-14.3-32-32-32L160 0c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512l186.4 0c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7l-149.1 0zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z"}},"free":["solid"]},"pushed":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e1","label":"Pushed","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 432 512\\"><path d=\\"M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z\\"/></svg>","viewBox":[0,0,432,512],"width":432,"height":512,"path":"M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z"}},"free":["brands"]},"puzzle-piece":{"aliases":{"unicodes":{"composite":["1f9e9"],"secondary":["10f12e"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add-on","addon","clue","game","interlocking","jigsaw","piece","puzzle","puzzle piece","section"]},"styles":["solid"],"unicode":"f12e","label":"Puzzle Piece","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8c0 12.8 10.4 23.2 23.2 23.2l56.8 0c26.5 0 48 21.5 48 48l0 56.8c0 12.8 10.4 23.2 23.2 23.2c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2c-12.8 0-23.2 10.4-23.2 23.2L384 464c0 26.5-21.5 48-48 48l-56.8 0c-12.8 0-23.2-10.4-23.2-23.2c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8c0 12.8-10.4 23.2-23.2 23.2L48 512c-26.5 0-48-21.5-48-48L0 343.2C0 330.4 10.4 320 23.2 320c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256C10.4 256 0 245.6 0 232.8L0 176c0-26.5 21.5-48 48-48l120.8 0c12.8 0 23.2-10.4 23.2-23.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8c0 12.8 10.4 23.2 23.2 23.2l56.8 0c26.5 0 48 21.5 48 48l0 56.8c0 12.8 10.4 23.2 23.2 23.2c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2c-12.8 0-23.2 10.4-23.2 23.2L384 464c0 26.5-21.5 48-48 48l-56.8 0c-12.8 0-23.2-10.4-23.2-23.2c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8c0 12.8-10.4 23.2-23.2 23.2L48 512c-26.5 0-48-21.5-48-48L0 343.2C0 330.4 10.4 320 23.2 320c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256C10.4 256 0 245.6 0 232.8L0 176c0-26.5 21.5-48 48-48l120.8 0c12.8 0 23.2-10.4 23.2-23.2z"}},"free":["solid"]},"python":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e2","label":"Python","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"}},"free":["brands"]},"q":{"aliases":{"unicodes":{"composite":["71"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter Q","Latin Small Letter Q","letter"]},"styles":["solid"],"unicode":"51","label":"Q","voted":false,"svg":{"solid":{"last_modified":1720215223,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"}},"free":["solid"]},"qq":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d6","label":"QQ","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z"}},"free":["brands"]},"qrcode":{"aliases":{"unicodes":{"secondary":["10f029"]}},"changes":["1.0.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["barcode","info","information","scan"]},"styles":["solid"],"unicode":"f029","label":"Qrcode","voted":false,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM64 96l0 64 64 0 0-64L64 96zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zm64 16l0 64 64 0 0-64-64 0zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm80 64l-64 0 0 64 64 0 0-64zM256 304c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-160zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM64 96l0 64 64 0 0-64L64 96zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zm64 16l0 64 64 0 0-64-64 0zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm80 64l-64 0 0 64 64 0 0-64zM256 304c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16l0 96c0 8.8-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-160zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z"}},"free":["solid"]},"question":{"aliases":{"unicodes":{"composite":["2753","2754","f128"],"primary":["f128"],"secondary":["103f","10f128"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["?","Question Mark","faq","help","information","mark","outlined","punctuation","question","red question mark","request","support","unknown","white question mark"]},"styles":["solid"],"unicode":"3f","label":"Question","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"}},"free":["solid"]},"quinscape":{"changes":["5.0.5","5.7.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f459","label":"QuinScape","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z"}},"free":["brands"]},"quora":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2c4","label":"Quora","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z"}},"free":["brands"]},"quote-left":{"aliases":{"names":["quote-left-alt"],"unicodes":{"composite":["201c"],"secondary":["10f10d"]}},"changes":["3.0.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Left Double Quotation Mark","mention","note","phrase","text","type"]},"styles":["solid"],"unicode":"f10d","label":"Quote Left","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 216C0 149.7 53.7 96 120 96l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72zm256 0c0-66.3 53.7-120 120-120l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 216C0 149.7 53.7 96 120 96l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72zm256 0c0-66.3 53.7-120 120-120l8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-8 0c-30.9 0-56 25.1-56 56l0 8 64 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64l-64 0c-35.3 0-64-28.7-64-64l0-32 0-32 0-72z"}},"free":["solid"]},"quote-right":{"aliases":{"names":["quote-right-alt"],"unicodes":{"composite":["201d"],"secondary":["10f10e"]}},"changes":["3.0.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Right Double Quotation Mark","mention","note","phrase","text","type"]},"styles":["solid"],"unicode":"f10e","label":"Quote Right","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 296c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72zm-256 0c0 66.3-53.7 120-120 120l-8 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l8 0c30.9 0 56-25.1 56-56l0-8-64 0c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l64 0c35.3 0 64 28.7 64 64l0 32 0 32 0 72z"}},"free":["solid"]},"r":{"aliases":{"unicodes":{"composite":["72"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter R","Latin Small Letter R","letter"]},"styles":["solid"],"unicode":"52","label":"R","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 288 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 95.3 0L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144L64 32zM176 256L64 256 64 96l112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 288 0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 95.3 0L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144L64 32zM176 256L64 256 64 96l112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z"}},"free":["solid"]},"r-project":{"changes":["5.0.11","5.0.12"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f7","label":"R Project","voted":true,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 581 512\\"><path d=\\"M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z\\"/></svg>","viewBox":[0,0,581,512],"width":581,"height":512,"path":"M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z"}},"free":["brands"]},"radiation":{"aliases":{"unicodes":{"secondary":["10f7b9"]}},"changes":["5.6.0","5.8.2","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["danger","dangerous","deadly","hazard","nuclear","radioactive","warning"]},"styles":["solid"],"unicode":"f7b9","label":"Radiation","voted":true,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"radio":{"aliases":{"unicodes":{"composite":["1f4fb"],"secondary":["10f8d7"]}},"changes":["5.11.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["am","broadcast","fm","frequency","music","news","radio","receiver","transmitter","tuner","video"]},"styles":["solid"],"unicode":"f8d7","label":"Radio","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192l0 4L0 304 0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-229.5 0L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 336c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192l0 4L0 304 0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-229.5 0L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 336c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16z"}},"free":["solid"]},"rainbow":{"aliases":{"unicodes":{"composite":["1f308"],"secondary":["10f75b"]}},"changes":["5.5.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["gold","leprechaun","prism","rain","rainbow","sky"]},"styles":["solid"],"unicode":"f75b","label":"Rainbow","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 96C178.6 96 64 210.6 64 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C0 175.3 143.3 32 320 32s320 143.3 320 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-70.7 57.3-128 128-128s128 57.3 128 128l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-35.3-28.7-64-64-64zM160 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-123.7 100.3-224 224-224s224 100.3 224 224l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-88.4-71.6-160-160-160s-160 71.6-160 160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 96C178.6 96 64 210.6 64 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C0 175.3 143.3 32 320 32s320 143.3 320 320l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-70.7 57.3-128 128-128s128 57.3 128 128l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-35.3-28.7-64-64-64zM160 352l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-123.7 100.3-224 224-224s224 100.3 224 224l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-88.4-71.6-160-160-160s-160 71.6-160 160z"}},"free":["solid"]},"ranking-star":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chart","first place","podium","quality","rank","revenue","win"]},"styles":["solid"],"unicode":"e561","label":"Ranking Star","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-128 0zM32 320c-17.7 0-32 14.3-32 32L0 480c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L32 320zm416 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32l0 192c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-192c0-17.7-14.3-32-32-32l-128 0zM32 320c-17.7 0-32 14.3-32 32L0 480c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L32 320zm416 96l0 64c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32z"}},"free":["solid"]},"raspberry-pi":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f7bb","label":"Raspberry Pi","voted":true,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 407 512\\"><path d=\\"M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z\\"/></svg>","viewBox":[0,0,407,512],"width":407,"height":512,"path":"M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z"}},"free":["brands"]},"ravelry":{"changes":["4.7.0","5.0.0","5.15.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2d9","label":"Ravelry","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z"}},"free":["brands"]},"react":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41b","label":"React","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"}},"free":["brands"]},"reacteurope":{"changes":["5.5.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f75d","label":"ReactEurope","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"}},"free":["brands"]},"readme":{"changes":["5.0.9","5.0.10"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4d5","label":"ReadMe","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"}},"free":["brands"]},"rebel":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d0","label":"Rebel Alliance","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z"}},"free":["brands"]},"receipt":{"aliases":{"unicodes":{"composite":["1f9fe"],"secondary":["10f543"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accounting","bookkeeping","check","coupon","evidence","invoice","money","pay","proof","receipt","table"]},"styles":["solid"],"unicode":"f543","label":"Receipt","voted":true,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8l0 464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488L0 24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 144zM80 352c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 336c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 240z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8l0 464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488L0 24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 144zM80 352c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 336c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 240z"}},"free":["solid"]},"record-vinyl":{"aliases":{"unicodes":{"secondary":["10f8d9"]}},"changes":["5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["LP","album","analog","music","phonograph","sound"]},"styles":["solid"],"unicode":"f8d9","label":"Record Vinyl","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"rectangle-ad":{"aliases":{"names":["ad"],"unicodes":{"secondary":["10f641"]}},"changes":["5.3.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["advertisement","media","newspaper","promotion","publicity"]},"styles":["solid"],"unicode":"f641","label":"Rectangle Ad","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328l-90.3 0-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280l42.3 0L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9l0-28.1c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96 0 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328l-90.3 0-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280l42.3 0L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9l0-28.1c0-13.3 10.7-24 24-24s24 10.7 24 24l0 96 0 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z"}},"free":["solid"]},"rectangle-list":{"aliases":{"names":["list-alt"],"unicodes":{"secondary":["10f022"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},"styles":["solid","regular"],"unicode":"f022","label":"Rectangle List","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l224 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-224 0z"},"regular":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l448 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l224 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-224 0c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["regular","solid"]},"rectangle-xmark":{"aliases":{"names":["rectangle-times","times-rectangle","window-close"],"unicodes":{"composite":["f2d4"],"secondary":["10f410"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["browser","cancel","computer","development","uncheck"]},"styles":["solid","regular"],"unicode":"f410","label":"Rectangle Xmark","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"},"regular":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"}},"free":["regular","solid"]},"recycle":{"aliases":{"unicodes":{"composite":["2672","267a","267b"],"secondary":["10f1b8"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Recycling Symbol For Generic Materials","Universal Recycling Symbol","Waste","compost","garbage","recycle","recycling symbol","reuse","trash"]},"styles":["solid"],"unicode":"f1b8","label":"Recycle","voted":false,"svg":{"solid":{"last_modified":1720288232,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448l0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 32 96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448l0 32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 32 96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z"}},"free":["solid"]},"red-river":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e3","label":"red river","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z"}},"free":["brands"]},"reddit":{"changes":["4.1.0","5.0.0","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a1","label":"Reddit","voted":false,"svg":{"brands":{"last_modified":1701291892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256C0 114.6 114.6 0 256 0S512 114.6 512 256s-114.6 256-256 256L37.1 512c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256zM349.6 153.6c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4l0 .2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1l0-.2c0-25.4 18.9-46.5 43.4-49.9l0 0c4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5s15.4-38.3 32.1-38.3zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9 .8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1 .3 5.1 3.6 3.9 6.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256C0 114.6 114.6 0 256 0S512 114.6 512 256s-114.6 256-256 256L37.1 512c-13.7 0-20.5-16.5-10.9-26.2L75 437C28.7 390.7 0 326.7 0 256zM349.6 153.6c23.6 0 42.7-19.1 42.7-42.7s-19.1-42.7-42.7-42.7c-20.6 0-37.8 14.6-41.8 34c-34.5 3.7-61.4 33-61.4 68.4l0 .2c-37.5 1.6-71.8 12.3-99 29.1c-10.1-7.8-22.8-12.5-36.5-12.5c-33 0-59.8 26.8-59.8 59.8c0 24 14.1 44.6 34.4 54.1c2 69.4 77.6 125.2 170.6 125.2s168.7-55.9 170.6-125.3c20.2-9.6 34.1-30.2 34.1-54c0-33-26.8-59.8-59.8-59.8c-13.7 0-26.3 4.6-36.4 12.4c-27.4-17-62.1-27.7-100-29.1l0-.2c0-25.4 18.9-46.5 43.4-49.9l0 0c4.4 18.8 21.3 32.8 41.5 32.8zM177.1 246.9c16.7 0 29.5 17.6 28.5 39.3s-13.5 29.6-30.3 29.6s-31.4-8.8-30.4-30.5s15.4-38.3 32.1-38.3zm190.1 38.3c1 21.7-13.7 30.5-30.4 30.5s-29.3-7.9-30.3-29.6c-1-21.7 11.8-39.3 28.5-39.3s31.2 16.6 32.1 38.3zm-48.1 56.7c-10.3 24.6-34.6 41.9-63 41.9s-52.7-17.3-63-41.9c-1.2-2.9 .8-6.2 3.9-6.5c18.4-1.9 38.3-2.9 59.1-2.9s40.7 1 59.1 2.9c3.1 .3 5.1 3.6 3.9 6.5z"}},"free":["brands"]},"reddit-alien":{"changes":["4.5.0","5.0.0","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f281","label":"Reddit Alien","voted":false,"svg":{"brands":{"last_modified":1701291892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M373 138.6c-25.2 0-46.3-17.5-51.9-41l0 0c-30.6 4.3-54.2 30.7-54.2 62.4l0 .2c47.4 1.8 90.6 15.1 124.9 36.3c12.6-9.7 28.4-15.5 45.5-15.5c41.3 0 74.7 33.4 74.7 74.7c0 29.8-17.4 55.5-42.7 67.5c-2.4 86.8-97 156.6-213.2 156.6S45.5 410.1 43 323.4C17.6 311.5 0 285.7 0 255.7c0-41.3 33.4-74.7 74.7-74.7c17.2 0 33 5.8 45.7 15.6c34-21.1 76.8-34.4 123.7-36.4l0-.3c0-44.3 33.7-80.9 76.8-85.5C325.8 50.2 347.2 32 373 32c29.4 0 53.3 23.9 53.3 53.3s-23.9 53.3-53.3 53.3zM157.5 255.3c-20.9 0-38.9 20.8-40.2 47.9s17.1 38.1 38 38.1s36.6-9.8 37.8-36.9s-14.7-49.1-35.7-49.1zM395 303.1c-1.2-27.1-19.2-47.9-40.2-47.9s-36.9 22-35.7 49.1c1.2 27.1 16.9 36.9 37.8 36.9s39.3-11 38-38.1zm-60.1 70.8c1.5-3.6-1-7.7-4.9-8.1c-23-2.3-47.9-3.6-73.8-3.6s-50.8 1.3-73.8 3.6c-3.9 .4-6.4 4.5-4.9 8.1c12.9 30.8 43.3 52.4 78.7 52.4s65.8-21.6 78.7-52.4z"}},"free":["brands"]},"redhat":{"changes":["5.6.0","5.8.2"],"ligatures":[],"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7bc","label":"Redhat","voted":true,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"}},"free":["brands"]},"registered":{"aliases":{"unicodes":{"composite":["ae"],"secondary":["10f25d"]}},"changes":["4.4.0","5.0.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["copyright","mark","r","registered","trademark"]},"styles":["solid","regular"],"unicode":"f25d","label":"Registered","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24l88 0c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288 208 288l0 72c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96 0-112zm48 88l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24l88 0c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288 208 288l0 72c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-96 0-112zm48 88l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0 64z"},"regular":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152l0 112 0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72 60.9 0 37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80l-88 0c-13.3 0-24 10.7-24 24zm48 88l0-64 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152l0 112 0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72 60.9 0 37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80l-88 0c-13.3 0-24 10.7-24 24zm48 88l0-64 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0z"}},"free":["regular","solid"]},"renren":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f18b","label":"Renren","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z"}},"free":["brands"]},"repeat":{"aliases":{"unicodes":{"composite":["1f501"],"secondary":["10f363"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","clockwise","flip","reload","renew","repeat","repeat button","retry","rewind","switch"]},"styles":["solid"],"unicode":"f363","label":"Repeat","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96l160 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32l0 32L160 64C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96l-160 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 160 0c88.4 0 160-71.6 160-160z"}},"free":["solid"]},"reply":{"aliases":{"names":["mail-reply"],"unicodes":{"composite":["f112"],"secondary":["10f3e5"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mail","message","respond"]},"styles":["solid"],"unicode":"f3e5","label":"Reply","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M205 34.8c11.5 5.1 19 16.6 19 29.2l0 64 112 0c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96l-96 0 0 64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M205 34.8c11.5 5.1 19 16.6 19 29.2l0 64 112 0c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96l-96 0 0 64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"}},"free":["solid"]},"reply-all":{"aliases":{"names":["mail-reply-all"],"unicodes":{"secondary":["10f122"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mail","message","respond"]},"styles":["solid"],"unicode":"f122","label":"Reply All","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2l0-64 32 0c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176l-48 0 0-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2l0-64 32 0c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176l-48 0 0-64z"}},"free":["solid"]},"replyd":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e6","label":"replyd","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z"}},"free":["brands"]},"republican":{"aliases":{"unicodes":{"secondary":["10f75e"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["american","conservative","election","elephant","politics","republican party","right","right-wing","usa"]},"styles":["solid"],"unicode":"f75e","label":"Republican","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 192C0 103.6 71.6 32 160 32l224 0c88.4 0 160 71.6 160 160l0 64L0 256l0-64zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160l192 0 96 0 32 0 64 0 32 0 0 32 0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-48-32 0 0 32 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64-192 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64 0-96 128 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 192C0 103.6 71.6 32 160 32l224 0c88.4 0 160 71.6 160 160l0 64L0 256l0-64zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160l192 0 96 0 32 0 64 0 32 0 0 32 0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-48-32 0 0 32 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64-192 0 0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64 0-96 128 0z"}},"free":["solid"]},"researchgate":{"changes":["5.0.11"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f8","label":"Researchgate","voted":true,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"}},"free":["brands"]},"resolving":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e7","label":"Resolving","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z"}},"free":["brands"]},"restroom":{"aliases":{"unicodes":{"secondary":["10f7bd"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bathroom","toilet","uer","water closet","wc"]},"styles":["solid"],"unicode":"f7bd","label":"Restroom","voted":true,"svg":{"solid":{"last_modified":1720207361,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-154.8c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128l8 0c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4L200 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM320 0c13.3 0 24 10.7 24 24l0 464c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-464c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1L584 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-154.8c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128l8 0c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4L200 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0zM320 0c13.3 0 24 10.7 24 24l0 464c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-464c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480l0-96-17.8 0c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1L584 384l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96-16 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"}},"free":["solid"]},"retweet":{"aliases":{"unicodes":{"secondary":["10f079"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["refresh","reload","renew","retry","share","swap"]},"styles":["solid"],"unicode":"f079","label":"Retweet","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0c-17.7 0-32-14.3-32-32l0-128 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96l112 0zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-128c0-53-43-96-96-96L304 96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0c-17.7 0-32-14.3-32-32l0-128 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96l112 0zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-128c0-53-43-96-96-96L304 96z"}},"free":["solid"]},"rev":{"changes":["5.1.0","5.1.1","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5b2","label":"Rev.io","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z"}},"free":["brands"]},"ribbon":{"aliases":{"unicodes":{"composite":["1f397"],"secondary":["10f4d6"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["badge","cause","celebration","lapel","pin","reminder","reminder ribbon","ribbon"]},"styles":["solid"],"unicode":"f4d6","label":"Ribbon","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M333.2 322.8s0 0 0 0l-133.9-146s0 0 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65l0-29.5c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0l-76 0c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8L64 164c0 23.2 8.4 45.6 23.6 63.1l56 64.2s0 0 0 0l83.3 95.6s0 0 0 0l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M333.2 322.8s0 0 0 0l-133.9-146s0 0 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65l0-29.5c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0l-76 0c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8L64 164c0 23.2 8.4 45.6 23.6 63.1l56 64.2s0 0 0 0l83.3 95.6s0 0 0 0l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"}},"free":["solid"]},"right-from-bracket":{"aliases":{"names":["sign-out-alt"],"unicodes":{"secondary":["10f2f5"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","exit","leave","log out","logout","sign-out"]},"styles":["solid"],"unicode":"f2f5","label":"Right From Bracket","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z"}},"free":["solid"]},"right-left":{"aliases":{"names":["exchange-alt"],"unicodes":{"secondary":["10f362"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","arrows","exchange","reciprocate","return","swap","transfer"]},"styles":["solid"],"unicode":"f362","label":"Right Left","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 96l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-64L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64 320 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 96l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-64L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64 320 0z"}},"free":["solid"]},"right-long":{"aliases":{"names":["long-arrow-alt-right"],"unicodes":{"secondary":["10f30b"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","long-arrow-right","next"]},"styles":["solid"],"unicode":"f30b","label":"Right Long","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z"}},"free":["solid"]},"right-to-bracket":{"aliases":{"names":["sign-in-alt"],"unicodes":{"secondary":["10f2f6"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","enter","join","log in","login","sign in","sign up","sign-in","signin","signup"]},"styles":["solid"],"unicode":"f2f6","label":"Right To Bracket","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"ring":{"aliases":{"unicodes":{"secondary":["10f70b"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","Gollum","band","binding","d&d","dnd","engagement","fantasy","gold","jewelry","marriage","precious","premium"]},"styles":["solid"],"unicode":"f70b","label":"Ring","voted":false,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8l0 96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304l0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8l0 96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304l0-96z"}},"free":["solid"]},"road":{"aliases":{"unicodes":{"composite":["1f6e3"],"secondary":["10f018"]}},"changes":["1.0.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["highway","map","motorway","pavement","road","route","street","travel"]},"styles":["solid"],"unicode":"f018","label":"Road","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M256 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480L256 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 201.4 0c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32L320 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M256 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480L256 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 201.4 0c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32L320 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"}},"free":["solid"]},"road-barrier":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["block","border","no entry","roadblock"]},"styles":["solid"],"unicode":"e562","label":"Road Barrier","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-181.7L149.2 96 64 96l0-32c0-17.7-14.3-32-32-32zM405.2 96l-74.3 0-5.4 10.7L234.8 288l74.3 0 5.4-10.7L405.2 96zM362.8 288l74.3 0 5.4-10.7L533.2 96l-74.3 0-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288l74.3 0 5.4-10.7L277.2 96l-74.3 0zm288 192l85.2 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 53.7L490.8 288z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-181.7L149.2 96 64 96l0-32c0-17.7-14.3-32-32-32zM405.2 96l-74.3 0-5.4 10.7L234.8 288l74.3 0 5.4-10.7L405.2 96zM362.8 288l74.3 0 5.4-10.7L533.2 96l-74.3 0-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288l74.3 0 5.4-10.7L277.2 96l-74.3 0zm288 192l85.2 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 53.7L490.8 288z"}},"free":["solid"]},"road-bridge":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bridge","infrastructure","road","travel"]},"styles":["solid"],"unicode":"e563","label":"Road Bridge","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M352 0L608 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64zM480 40c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zM32 96l256 0 0 64-40 0 0 64 40 0 0 96c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-96 72 0 0-64-40 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64l-80 0 0 64 80 0 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M352 0L608 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64zM480 40c-13.3 0-24 10.7-24 24l0 64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24zM32 96l256 0 0 64-40 0 0 64 40 0 0 96c-53 0-96 43-96 96l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c0-53-43-96-96-96l0-96 72 0 0-64-40 0c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64l-80 0 0 64 80 0 0-64z"}},"free":["solid"]},"road-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["enable","freeway","highway","not affected","ok","okay","pavement","road","validate","working"]},"styles":["solid"],"unicode":"e564","label":"Road Circle Check","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"road-circle-exclamation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","failed","freeway","highway","pavement","road"]},"styles":["solid"],"unicode":"e565","label":"Road Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"road-circle-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["destroy","freeway","highway","pavement","road","uncheck"]},"styles":["solid"],"unicode":"e566","label":"Road Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M213.2 32L288 32l0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 74.8 0c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8l0-42.8c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32l0 64L86.6 480C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"}},"free":["solid"]},"road-lock":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["closed","freeway","highway","lockdown","padlock","pavement","privacy","quarantine","road"]},"styles":["solid"],"unicode":"e567","label":"Road Lock","voted":false,"svg":{"solid":{"last_modified":1717162215,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480L288 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 32 0 0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32L352 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 32l-74.8 0c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480L288 480l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64 32 0 0-128c0-23.7 12.9-44.4 32-55.4l0-24.6c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32L352 32l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64zm64 192l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"road-spikes":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["barrier","roadblock","spikes"]},"styles":["solid"],"unicode":"e568","label":"Road Spikes","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256l0-139.2c0-15.8 20.5-22 29.3-8.9L320 256l0-139.2c0-15.8 20.5-22 29.3-8.9L448 256l0-139.2c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7L512 352l-64 0-64 0-64 0-64 0-64 0L64 352l0-235.2zM32 384l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256l0-139.2c0-15.8 20.5-22 29.3-8.9L320 256l0-139.2c0-15.8 20.5-22 29.3-8.9L448 256l0-139.2c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7L512 352l-64 0-64 0-64 0-64 0-64 0L64 352l0-235.2zM32 384l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"robot":{"aliases":{"unicodes":{"composite":["1f916"],"secondary":["10f544"]}},"changes":["5.0.13","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["android","automate","computer","cyborg","face","monster","robot"]},"styles":["solid"],"unicode":"f544","label":"Robot","voted":true,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M320 0c17.7 0 32 14.3 32 32l0 64 120 0c39.8 0 72 32.2 72 72l0 272c0 39.8-32.2 72-72 72l-304 0c-39.8 0-72-32.2-72-72l0-272c0-39.8 32.2-72 72-72l120 0 0-64c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224l16 0 0 192-16 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-16 0 0-192 16 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M320 0c17.7 0 32 14.3 32 32l0 64 120 0c39.8 0 72 32.2 72 72l0 272c0 39.8-32.2 72-72 72l-304 0c-39.8 0-72-32.2-72-72l0-272c0-39.8 32.2-72 72-72l120 0 0-64c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224l16 0 0 192-16 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-16 0 0-192 16 0z"}},"free":["solid"]},"rocket":{"aliases":{"unicodes":{"secondary":["10f135"]}},"changes":["3.1.0","5.0.0","5.7.0","5.12.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["aircraft","app","jet","launch","nasa","space"]},"styles":["solid"],"unicode":"f135","label":"Rocket","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2l0 82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9l0-107.2c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2l0 82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9l0-107.2c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"}},"free":["solid"]},"rocketchat":{"changes":["5.0.0","5.4.2","5.8.0","5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e8","label":"Rocket.Chat","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z"}},"free":["brands"]},"rockrms":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3e9","label":"Rockrms","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z"}},"free":["brands"]},"rotate":{"aliases":{"names":["sync-alt"],"unicodes":{"composite":["1f504"],"secondary":["10f2f1"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","clockwise","exchange","modify","refresh","reload","renew","retry","rotate","swap","withershins"]},"styles":["solid"],"unicode":"f2f1","label":"Rotate","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M142.9 142.9c-17.5 17.5-30.1 38-37.8 59.8c-5.9 16.7-24.2 25.4-40.8 19.5s-25.4-24.2-19.5-40.8C55.6 150.7 73.2 122 97.6 97.6c87.2-87.2 228.3-87.5 315.8-1L455 55c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 128c0 13.3-10.7 24-24 24l-8.4 0c0 0 0 0 0 0L344 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l41.1-41.1c-62.6-61.5-163.1-61.2-225.3 1zM16 312c0-13.3 10.7-24 24-24l7.6 0 .7 0L168 288c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-41.1 41.1c62.6 61.5 163.1 61.2 225.3-1c17.5-17.5 30.1-38 37.8-59.8c5.9-16.7 24.2-25.4 40.8-19.5s25.4 24.2 19.5 40.8c-10.8 30.6-28.4 59.3-52.9 83.8c-87.2 87.2-228.3 87.5-315.8 1L57 457c-6.9 6.9-17.2 8.9-26.2 5.2S16 449.7 16 440l0-119.6 0-.7 0-7.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M142.9 142.9c-17.5 17.5-30.1 38-37.8 59.8c-5.9 16.7-24.2 25.4-40.8 19.5s-25.4-24.2-19.5-40.8C55.6 150.7 73.2 122 97.6 97.6c87.2-87.2 228.3-87.5 315.8-1L455 55c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2l0 128c0 13.3-10.7 24-24 24l-8.4 0c0 0 0 0 0 0L344 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l41.1-41.1c-62.6-61.5-163.1-61.2-225.3 1zM16 312c0-13.3 10.7-24 24-24l7.6 0 .7 0L168 288c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-41.1 41.1c62.6 61.5 163.1 61.2 225.3-1c17.5-17.5 30.1-38 37.8-59.8c5.9-16.7 24.2-25.4 40.8-19.5s25.4 24.2 19.5 40.8c-10.8 30.6-28.4 59.3-52.9 83.8c-87.2 87.2-228.3 87.5-315.8 1L57 457c-6.9 6.9-17.2 8.9-26.2 5.2S16 449.7 16 440l0-119.6 0-.7 0-7.6z"}},"free":["solid"]},"rotate-left":{"aliases":{"names":["rotate-back","rotate-backward","undo-alt"],"unicodes":{"secondary":["10f2ea"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","control z","exchange","oops","return","swap"]},"styles":["solid"],"unicode":"f2ea","label":"Rotate Left","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M48.5 224L40 224c-13.3 0-24-10.7-24-24L16 72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8L48.5 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M48.5 224L40 224c-13.3 0-24-10.7-24-24L16 72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8L48.5 224z"}},"free":["solid"]},"rotate-right":{"aliases":{"names":["redo-alt","rotate-forward"],"unicodes":{"secondary":["10f2f9"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","refresh","reload","renew","repeat","retry"]},"styles":["solid"],"unicode":"f2f9","label":"Rotate Right","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z"}},"free":["solid"]},"route":{"aliases":{"unicodes":{"secondary":["10f4d7"]}},"changes":["5.0.9","5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directions","navigation","travel"]},"styles":["solid"],"unicode":"f4d7","label":"Route","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5L320 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96 43 96 96s-43 96-96 96l-276.4 0c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2L416 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-53 0-96-43-96-96s43-96 96-96l39.8 0c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5L320 256c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96 43 96 96s-43 96-96 96l-276.4 0c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2L416 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0c-53 0-96-43-96-96s43-96 96-96l39.8 0c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"rss":{"aliases":{"names":["feed"],"unicodes":{"secondary":["10f09e"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blog","feed","journal","news","writing"]},"styles":["solid"],"unicode":"f09e","label":"Rss","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"ruble-sign":{"aliases":{"names":["rouble","rub","ruble"],"unicodes":{"composite":["20bd"],"secondary":["10f158"]}},"changes":["4.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Ruble Sign","currency"]},"styles":["solid"],"unicode":"f158","label":"Ruble Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M96 32C78.3 32 64 46.3 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-32 112 0c79.5 0 144-64.5 144-144s-64.5-144-144-144L96 32zM240 256l-112 0 0-160 112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M96 32C78.3 32 64 46.3 64 64l0 192-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-32 112 0c79.5 0 144-64.5 144-144s-64.5-144-144-144L96 32zM240 256l-112 0 0-160 112 0c44.2 0 80 35.8 80 80s-35.8 80-80 80z"}},"free":["solid"]},"rug":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blanket","carpet","rug","textile"]},"styles":["solid"],"unicode":"e569","label":"Rug","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M24 64l32 0 24 0 0 24 0 88 0 80 0 80 0 88 0 24-24 0-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0l416 0 0 384-416 0 0-384zM640 88c0 13.3-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0-24 0 0-24 0-88 0-80 0-80 0-88 0-24 24 0 32 0c13.3 0 24 10.7 24 24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M24 64l32 0 24 0 0 24 0 88 0 80 0 80 0 88 0 24-24 0-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-32-8 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-40-8 0C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0l416 0 0 384-416 0 0-384zM640 88c0 13.3-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 32 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 40 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0-24 0 0-24 0-88 0-80 0-80 0-88 0-24 24 0 32 0c13.3 0 24 10.7 24 24z"}},"free":["solid"]},"ruler":{"aliases":{"unicodes":{"composite":["1f4cf"],"secondary":["10f545"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","draft","length","measure","planning","ruler","straight edge","straight ruler"]},"styles":["solid"],"unicode":"f545","label":"Ruler","voted":true,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z"}},"free":["solid"]},"ruler-combined":{"aliases":{"unicodes":{"secondary":["10f546"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f546","label":"Ruler Combined","voted":true,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z"}},"free":["solid"]},"ruler-horizontal":{"aliases":{"unicodes":{"secondary":["10f547"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f547","label":"Ruler Horizontal","voted":true,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z"}},"free":["solid"]},"ruler-vertical":{"aliases":{"unicodes":{"secondary":["10f548"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","draft","length","measure","planning"]},"styles":["solid"],"unicode":"f548","label":"Ruler Vertical","voted":true,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L208 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L208 0c26.5 0 48 21.5 48 48l0 48-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 64-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 48z"}},"free":["solid"]},"rupee-sign":{"aliases":{"names":["rupee"],"unicodes":{"composite":["20a8"],"secondary":["10f156"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Rupee Sign","currency"]},"styles":["solid"],"unicode":"f156","label":"Rupee Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0s0 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9c0 0 0 0 0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1c0 0 0 0 0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0s0 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9c0 0 0 0 0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1c0 0 0 0 0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z"}},"free":["solid"]},"rupiah-sign":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["currency"]},"styles":["solid"],"unicode":"e23d","label":"Rupiah Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256-96l80 0c61.9 0 112 50.1 112 112s-50.1 112-112 112l-48 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128 0-160c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48l-48 0 0 96 48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l80 0c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320 64 320l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 288 0 64zM64 256l48 0c44.2 0 80-35.8 80-80s-35.8-80-80-80L64 96l0 160zm256-96l80 0c61.9 0 112 50.1 112 112s-50.1 112-112 112l-48 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128 0-160c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48l-48 0 0 96 48 0z"}},"free":["solid"]},"rust":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07a","label":"Rust","voted":true,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z"}},"free":["brands"]},"s":{"aliases":{"unicodes":{"composite":["73"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter S","Latin Small Letter S","letter"]},"styles":["solid"],"unicode":"53","label":"S","voted":false,"svg":{"solid":{"last_modified":1720215223,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0s0 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0s0 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"}},"free":["solid"]},"sack-dollar":{"aliases":{"unicodes":{"composite":["1f4b0"],"secondary":["10f81d"]}},"changes":["5.7.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bag","burlap","cash","dollar","investment","money","money bag","moneybag","premium","robber","salary","santa","usd"]},"styles":["solid"],"unicode":"f81d","label":"Sack Dollar","voted":true,"svg":{"solid":{"last_modified":1717158772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M320 96L192 96 144.6 24.9C137.5 14.2 145.1 0 157.9 0L354.1 0c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128l128 0c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96L96 512c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4c0 0 0 0 0 0s0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15c0 0 0 0 0 0l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M320 96L192 96 144.6 24.9C137.5 14.2 145.1 0 157.9 0L354.1 0c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128l128 0c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96L96 512c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4c0 0 0 0 0 0s0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15c0 0 0 0 0 0l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z"}},"free":["solid"]},"sack-xmark":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bag","burlap","coupon","rations","salary","uncheck"]},"styles":["solid"],"unicode":"e56a","label":"Sack Xmark","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 96l128 0 47.4-71.1C374.5 14.2 366.9 0 354.1 0L157.9 0c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32l-128 0c-3.8 2.5-8.1 5.3-13 8.4c0 0 0 0 0 0s0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 96l128 0 47.4-71.1C374.5 14.2 366.9 0 354.1 0L157.9 0c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32l-128 0c-3.8 2.5-8.1 5.3-13 8.4c0 0 0 0 0 0s0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z"}},"free":["solid"]},"safari":{"changes":["4.4.0","5.0.0","5.12.0"],"ligatures":[],"search":{"terms":["browser"]},"styles":["brands"],"unicode":"f267","label":"Safari","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z"}},"free":["brands"]},"sailboat":{"changes":["6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dinghy","mast","sailboat","sailing","yacht"]},"styles":["solid"],"unicode":"e445","label":"Sailboat","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6l-224 0c-8.8 0-16-7.2-16-16l0-320zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5l0 224c0 8.8-7.2 16-16 16L80 352c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384l533.8 0c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512L133 512C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6l-224 0c-8.8 0-16-7.2-16-16l0-320zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5l0 224c0 8.8-7.2 16-16 16L80 352c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384l533.8 0c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512L133 512C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z"}},"free":["solid"]},"salesforce":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f83b","label":"Salesforce","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"}},"free":["brands"]},"sass":{"changes":["5.0.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41e","label":"Sass","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"}},"free":["brands"]},"satellite":{"aliases":{"unicodes":{"composite":["1f6f0"],"secondary":["10f7bf"]}},"changes":["5.6.0","5.10.1","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["communications","hardware","orbit","satellite","space"]},"styles":["solid"],"unicode":"f7bf","label":"Satellite","voted":true,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z"}},"free":["solid"]},"satellite-dish":{"aliases":{"unicodes":{"composite":["1f4e1"],"secondary":["10f7c0"]}},"changes":["5.6.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["SETI","antenna","communications","dish","hardware","radar","receiver","satellite","satellite antenna","saucer","signal","space"]},"styles":["solid"],"unicode":"f7c0","label":"Satellite Dish","voted":true,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"scale-balanced":{"aliases":{"names":["balance-scale"],"unicodes":{"composite":["2696"],"secondary":["10f24e"]}},"changes":["4.4.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Libra","balance","balance scale","balanced","justice","law","legal","measure","rule","scale","weight","zodiac"]},"styles":["solid"],"unicode":"f24e","label":"Scale Balanced","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M384 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L398.4 96c-5.2 25.8-22.9 47.1-46.4 57.3L352 448l160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-23.5-10.3-41.2-31.6-46.4-57.3L128 96c-17.7 0-32-14.3-32-32s14.3-32 32-32l128 0c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288l144.9 0L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320l144.9 0L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z"}},"free":["solid"]},"scale-unbalanced":{"aliases":{"names":["balance-scale-left"],"unicodes":{"secondary":["10f515"]}},"changes":["5.0.13","5.9.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["justice","legal","measure","unbalanced","weight"]},"styles":["solid"],"unicode":"f515","label":"Scale Unbalanced","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2L288 480c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-294.7c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288l-144.9 0zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416 56.7 416l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2L288 480c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-294.7c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288l-144.9 0zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416 56.7 416l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z"}},"free":["solid"]},"scale-unbalanced-flip":{"aliases":{"names":["balance-scale-right"],"unicodes":{"secondary":["10f516"]}},"changes":["5.0.13","5.9.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["justice","legal","measure","unbalanced","weight"]},"styles":["solid"],"unicode":"f516","label":"Scale Unbalanced Flip","voted":true,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2L352 480c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288l144.9 0zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416l144.9 0L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2L352 480c0 17.7-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0 0-294.7c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288l144.9 0zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416l144.9 0L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z"}},"free":["solid"]},"schlix":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ea","label":"SCHLIX","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"}},"free":["brands"]},"school":{"aliases":{"unicodes":{"composite":["1f3eb"],"secondary":["10f549"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","education","learn","school","student","teacher"]},"styles":["solid"],"unicode":"f549","label":"School","voted":true,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l208 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 208 0c26.5 0 48-21.5 48-48l0-320c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM96 320l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l208 0 0-96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 96 208 0c26.5 0 48-21.5 48-48l0-320c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM96 320l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"school-circle-check":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["enable","not affected","ok","okay","schoolhouse","validate","working"]},"styles":["solid"],"unicode":"e56b","label":"School Circle Check","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z"}},"free":["solid"]},"school-circle-exclamation":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","failed","schoolhouse"]},"styles":["solid"],"unicode":"e56c","label":"School Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717161043,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"school-circle-xmark":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["destroy","schoolhouse","uncheck"]},"styles":["solid"],"unicode":"e56d","label":"School Circle Xmark","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96 48 96C21.5 96 0 117.5 0 144L0 464c0 26.5 21.5 48 48 48l272 0s0 0 0 0l-64 0 0-96c0-35.3 28.7-64 64-64l.3 0 .5 0c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8L640 144c0-26.5-21.5-48-48-48L473.7 96 337.8 5.4zM96 192l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zm0 128l32 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-16 0 0-16c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z"}},"free":["solid"]},"school-flag":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["educate","flag","school","schoolhouse"]},"styles":["solid"],"unicode":"e56e","label":"School Flag","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 0L400 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-79.3 0 89.6 64L512 160c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-176 0 0-112c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 112L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l101.7 0L256 95.5 256 32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm368 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm384 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 0L400 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-79.3 0 89.6 64L512 160c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-176 0 0-112c0-26.5-21.5-48-48-48s-48 21.5-48 48l0 112L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l101.7 0L256 95.5 256 32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm368 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0zm384 0c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0z"}},"free":["solid"]},"school-lock":{"changes":["6.1.0","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["closed","lockdown","padlock","privacy","quarantine","schoolhouse"]},"styles":["solid"],"unicode":"e56f","label":"School Lock","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96 592 96c26.5 0 48 21.5 48 48l0 128c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 24.6c-19.1 11.1-32 31.7-32 55.4l-63.7 0-.3 0c-35.3 0-64 28.7-64 64l0 96 64 0s0 0 0 0L48 512c-26.5 0-48-21.5-48-48L0 144c0-26.5 21.5-48 48-48l118.3 0L302.2 5.4zM80 208l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 128l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96 592 96c26.5 0 48 21.5 48 48l0 128c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 24.6c-19.1 11.1-32 31.7-32 55.4l-63.7 0-.3 0c-35.3 0-64 28.7-64 64l0 96 64 0s0 0 0 0L48 512c-26.5 0-48-21.5-48-48L0 144c0-26.5 21.5-48 48-48l118.3 0L302.2 5.4zM80 208l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm0 128l0 64c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120l0 16 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"scissors":{"aliases":{"names":["cut"],"unicodes":{"composite":["2700","2702","2704"],"secondary":["10f0c4"]}},"changes":["2.0.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Safety Scissors","White Scissors","clip","cutting","equipment","modify","scissors","snip","tool"]},"styles":["solid"],"unicode":"f0c4","label":"Scissors","voted":false,"svg":{"solid":{"last_modified":1720284952,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"screenpal":{"changes":["6.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e570","label":"Screenpal","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z"}},"free":["brands"]},"screwdriver":{"aliases":{"unicodes":{"composite":["1fa9b"],"secondary":["10f54a"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","configuration","equipment","fix","maintenance","mechanic","modify","repair","screw","screwdriver","settings","tool"]},"styles":["solid"],"unicode":"f54a","label":"Screwdriver","voted":true,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19l0 54.1-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192l54.1 0c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19l0 54.1-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192l54.1 0c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z"}},"free":["solid"]},"screwdriver-wrench":{"aliases":{"names":["tools"],"unicodes":{"secondary":["10f7d9"]}},"changes":["5.6.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","configuration","equipment","fix","maintenance","modify","repair","screwdriver","settings","tools","wrench"]},"styles":["solid"],"unicode":"f7d9","label":"Screwdriver Wrench","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"scribd":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f28a","label":"Scribd","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z"}},"free":["brands"]},"scroll":{"aliases":{"unicodes":{"composite":["1f4dc"],"secondary":["10f70e"]}},"changes":["5.4.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","announcement","d&d","dnd","fantasy","paper","scholar","script","scroll"]},"styles":["solid"],"unicode":"f70e","label":"Scroll","voted":false,"svg":{"solid":{"last_modified":1717101932,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 80l0 48c0 17.7 14.3 32 32 32l16 0 48 0 0-80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48l0 304c0 35.3 28.7 64 64 64s64-28.7 64-64l0-5.3c0-32.4 26.3-58.7 58.7-58.7L480 320l0-192c0-53-43-96-96-96L112 32zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16l-245.3 0c-14.7 0-26.7 11.9-26.7 26.7l0 5.3c0 53-43 96-96 96l176 0 96 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 80l0 48c0 17.7 14.3 32 32 32l16 0 48 0 0-80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48l0 304c0 35.3 28.7 64 64 64s64-28.7 64-64l0-5.3c0-32.4 26.3-58.7 58.7-58.7L480 320l0-192c0-53-43-96-96-96L112 32zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16l-245.3 0c-14.7 0-26.7 11.9-26.7 26.7l0 5.3c0 53-43 96-96 96l176 0 96 0z"}},"free":["solid"]},"scroll-torah":{"aliases":{"names":["torah"],"unicodes":{"secondary":["10f6a0"]}},"changes":["5.3.0","5.7.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["book","jewish","judaism","religion","scroll"]},"styles":["solid"],"unicode":"f6a0","label":"Scroll Torah","voted":false,"svg":{"solid":{"last_modified":1717101933,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 480L96 32C96 14.3 74.5 0 48 0S0 14.3 0 32L0 480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32L128 32l0 448 384 0 0-448zM592 0c-26.5 0-48 14.3-48 32l0 448c0 17.7 21.5 32 48 32s48-14.3 48-32l0-448c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3l56.7 0 31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180l56.7 0c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3L369 332l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332l-56.7 0c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332l-42.4 0L320 368.4zM254.5 256l30.3 52 70.4 0 30.3-52-30.3-52-70.4 0-30.3 52zm144.9 23.8L383 308l32.8 0-16.4-28.2zM415.8 204L383 204l16.4 28.2L415.8 204zM320 143.6L298.8 180l42.4 0L320 143.6zM224.2 204l16.4 28.2L257 204l-32.8 0zM257 308l-16.4-28.2L224.2 308l32.8 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 480L96 32C96 14.3 74.5 0 48 0S0 14.3 0 32L0 480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32L128 32l0 448 384 0 0-448zM592 0c-26.5 0-48 14.3-48 32l0 448c0 17.7 21.5 32 48 32s48-14.3 48-32l0-448c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3l56.7 0 31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180l56.7 0c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3L369 332l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332l-56.7 0c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332l-42.4 0L320 368.4zM254.5 256l30.3 52 70.4 0 30.3-52-30.3-52-70.4 0-30.3 52zm144.9 23.8L383 308l32.8 0-16.4-28.2zM415.8 204L383 204l16.4 28.2L415.8 204zM320 143.6L298.8 180l42.4 0L320 143.6zM224.2 204l16.4 28.2L257 204l-32.8 0zM257 308l-16.4-28.2L224.2 308l32.8 0z"}},"free":["solid"]},"sd-card":{"aliases":{"unicodes":{"secondary":["10f7c2"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["image","img","memory","photo","save"]},"styles":["solid"],"unicode":"f7c2","label":"Sd Card","voted":true,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M320 0L141.3 0C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64zM160 88l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M320 0L141.3 0C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64zM160 88l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0l0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"searchengin":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3eb","label":"Searchengin","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 460 512\\"><path d=\\"M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z\\"/></svg>","viewBox":[0,0,460,512],"width":460,"height":512,"path":"M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"}},"free":["brands"]},"section":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Section Sign","law","legal","silcrow"]},"styles":["solid"],"unicode":"e447","label":"Section","voted":true,"svg":{"solid":{"last_modified":1720286912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31c0 0 0 0 0 0l3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2c0 0 0 0 0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6c0 0 0 0 0 0l.2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5l-.6-.2-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31c0 0 0 0 0 0l3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2c0 0 0 0 0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6c0 0 0 0 0 0l.2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5l-.6-.2-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z"}},"free":["solid"]},"seedling":{"aliases":{"names":["sprout"],"unicodes":{"composite":["1f331"],"secondary":["10f4d8"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["environment","flora","grow","investment","plant","sapling","seedling","vegan","young"]},"styles":["solid"],"unicode":"f4d8","label":"Seedling","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0l32 0c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64l32 0c123.7 0 224 100.3 224 224l0 32 0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160C100.3 320 0 219.7 0 96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0l32 0c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64l32 0c123.7 0 224 100.3 224 224l0 32 0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160C100.3 320 0 219.7 0 96z"}},"free":["solid"]},"sellcast":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":["eercast"]},"styles":["brands"],"unicode":"f2da","label":"Sellcast","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"}},"free":["brands"]},"sellsy":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f213","label":"Sellsy","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"}},"free":["brands"]},"server":{"aliases":{"unicodes":{"secondary":["10f233"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","cpu","database","hardware","mysql","network","sql"]},"styles":["solid"],"unicode":"f233","label":"Server","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"servicestack":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ec","label":"Servicestack","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z"}},"free":["brands"]},"shapes":{"aliases":{"names":["triangle-circle-square"],"unicodes":{"secondary":["10f61f"]}},"changes":["5.2.0","5.12.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","build","circle","square","triangle"]},"styles":["solid"],"unicode":"f61f","label":"Shapes","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2l192 0c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312l0 144c0 22.1 17.9 40 40 40l144 0c22.1 0 40-17.9 40-40l0-144c0-22.1-17.9-40-40-40l-144 0c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2l192 0c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312l0 144c0 22.1 17.9 40 40 40l144 0c22.1 0 40-17.9 40-40l0-144c0-22.1-17.9-40-40-40l-144 0c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z"}},"free":["solid"]},"share":{"aliases":{"names":["mail-forward"],"unicodes":{"secondary":["10f064"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f064","label":"Share","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M307 34.8c-11.5 5.1-19 16.6-19 29.2l0 64-112 0C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96l96 0 0 64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M307 34.8c-11.5 5.1-19 16.6-19 29.2l0 64-112 0C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96l96 0 0 64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"}},"free":["solid"]},"share-from-square":{"aliases":{"names":["share-square"],"unicodes":{"composite":["f045"],"secondary":["10f14d"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","save","send","social"]},"styles":["solid","regular"],"unicode":"f14d","label":"Share From Square","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M352 224l-46.5 0c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8l-2.5 0c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144l80 0 0-61.3C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2l-3.7 0c-17.7 0-32-14.3-32-32l0-64zM80 96c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 112C0 67.8 35.8 32 80 32l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M352 224l-46.5 0c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8l-2.5 0c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144l80 0 0-61.3C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2l-3.7 0c-17.7 0-32-14.3-32-32l0-64zM80 96c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-48c0-17.7 14.3-32 32-32s32 14.3 32 32l0 48c0 44.2-35.8 80-80 80L80 512c-44.2 0-80-35.8-80-80L0 112C0 67.8 35.8 32 80 32l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 96z"},"regular":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M400 255.4l0-15.4 0-32c0-8.8-7.2-16-16-16l-32 0-16 0-46.5 0c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112l48 0 16 0 32 0c8.8 0 16-7.2 16-16l0-32 0-15.4L506 160 400 255.4zM336 240l16 0 0 48c0 17.7 14.3 32 32 32l3.7 0c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7L352 80l-16 0-32 0-16 0c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4l2.5 0c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5c0 0 0 0 0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5l14.5 0 32 0zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M400 255.4l0-15.4 0-32c0-8.8-7.2-16-16-16l-32 0-16 0-46.5 0c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112l48 0 16 0 32 0c8.8 0 16-7.2 16-16l0-32 0-15.4L506 160 400 255.4zM336 240l16 0 0 48c0 17.7 14.3 32 32 32l3.7 0c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7L352 80l-16 0-32 0-16 0c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4l2.5 0c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5c0 0 0 0 0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5l14.5 0 32 0zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z"}},"free":["regular","solid"]},"share-nodes":{"aliases":{"names":["share-alt"],"unicodes":{"secondary":["10f1e0"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f1e0","label":"Share Nodes","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z"}},"free":["solid"]},"sheet-plastic":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["plastic","plastic wrap","protect","tarp","tarpaulin","waterproof"]},"styles":["solid"],"unicode":"e571","label":"Sheet Plastic","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 448c0 35.3 28.7 64 64 64l160 0 0-128c0-17.7 14.3-32 32-32l128 0 0-288c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384l-128 0 0 128L384 384z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 448c0 35.3 28.7 64 64 64l160 0 0-128c0-17.7 14.3-32 32-32l128 0 0-288c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384l-128 0 0 128L384 384z"}},"free":["solid"]},"shekel-sign":{"aliases":{"names":["ils","shekel","sheqel","sheqel-sign"],"unicodes":{"composite":["20aa"],"secondary":["10f20b"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["New Sheqel Sign","currency","ils","money"]},"styles":["solid"],"unicode":"f20b","label":"Shekel Sign","voted":true,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 96l128 0c35.3 0 64 28.7 64 64l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-70.7-57.3-128-128-128L32 32zM320 480c70.7 0 128-57.3 128-128l0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288c0 35.3-28.7 64-64 64l-128 0 0-224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l160 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32L64 96l128 0c35.3 0 64 28.7 64 64l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-70.7-57.3-128-128-128L32 32zM320 480c70.7 0 128-57.3 128-128l0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288c0 35.3-28.7 64-64 64l-128 0 0-224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l160 0z"}},"free":["solid"]},"shield":{"aliases":{"names":["shield-blank"],"unicodes":{"composite":["1f6e1"],"secondary":["10f132"]}},"changes":["3.1.0","5.0.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","armor","award","block","cleric","defend","defense","holy","paladin","protect","safety","security","shield","weapon","winner"]},"styles":["solid"],"unicode":"f132","label":"Shield","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z"}},"free":["solid"]},"shield-cat":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","feline","pet","protect","safety","veterinary"]},"styles":["solid"],"unicode":"e572","label":"Shield Cat","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4l.2 0c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4l48 0c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3l.2 0c5.8 0 10.4 4.7 10.4 10.4L352 272c0 53-43 96-96 96s-96-43-96-96l0-117.6zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4l.2 0c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4l48 0c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3l.2 0c5.8 0 10.4 4.7 10.4 10.4L352 272c0 53-43 96-96 96s-96-43-96-96l0-117.6zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"shield-dog":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["animal","canine","pet","protect","safety","veterinary"]},"styles":["solid"],"unicode":"e573","label":"Shield Dog","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64l0-64 44.2 0c12.1 0 23.2 6.8 28.6 17.7L320 192l64 0c8.8 0 16 7.2 16 16l0 32c0 44.2-35.8 80-80 80l-48 0 0 50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160l40 0 8 0 0 32 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64l0-64 44.2 0c12.1 0 23.2 6.8 28.6 17.7L320 192l64 0c8.8 0 16 7.2 16 16l0 32c0 44.2-35.8 80-80 80l-48 0 0 50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160l40 0 8 0 0 32 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-48c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"shield-halved":{"aliases":{"names":["shield-alt"],"unicodes":{"secondary":["10f3ed"]}},"changes":["5.0.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","armor","award","block","cleric","defend","defense","holy","paladin","privacy","security","shield","weapon","winner"]},"styles":["solid"],"unicode":"f3ed","label":"Shield Halved","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8l0 378.1C394 378 431.1 230.1 432 141.4L256 66.8s0 0 0 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8l0 378.1C394 378 431.1 230.1 432 141.4L256 66.8s0 0 0 0z"}},"free":["solid"]},"shield-heart":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["love","protect","safe","safety","shield","wishlist"]},"styles":["solid"],"unicode":"e574","label":"Shield Heart","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"}},"free":["solid"]},"shield-virus":{"aliases":{"unicodes":{"secondary":["10e06c"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["antibodies","barrier","coronavirus","covid-19","flu","health","infection","pandemic","protect","safety","vaccine"]},"styles":["solid"],"unicode":"e06c","label":"Shield Virus","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"ship":{"aliases":{"unicodes":{"composite":["1f6a2"],"secondary":["10f21a"]}},"changes":["4.3.0","5.0.0","5.10.2","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["boat","passenger","sea","ship","water"]},"styles":["solid"],"unicode":"f21a","label":"Ship","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M192 32c0-17.7 14.3-32 32-32L352 0c17.7 0 32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 128 44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240l0-128c0-26.5 21.5-48 48-48l48 0 0-32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7l0-90.7-256 0 0 90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M192 32c0-17.7 14.3-32 32-32L352 0c17.7 0 32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 128 44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240l0-128c0-26.5 21.5-48 48-48l48 0 0-32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7l0-90.7-256 0 0 90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"shirt":{"aliases":{"names":["t-shirt","tshirt"],"unicodes":{"composite":["1f455"],"secondary":["10f553"]}},"changes":["5.0.13","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clothing","fashion","garment","shirt","short sleeve","t-shirt","tshirt"]},"styles":["solid"],"unicode":"f553","label":"Shirt","voted":true,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0l12.6 0c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7 480 448c0 35.3-28.7 64-64 64l-192 0c-35.3 0-64-28.7-64-64l0-250.3-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0l12.6 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0l12.6 0c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7 480 448c0 35.3-28.7 64-64 64l-192 0c-35.3 0-64-28.7-64-64l0-250.3-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0l12.6 0z"}},"free":["solid"]},"shirtsinbulk":{"changes":["4.3.0","5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f214","label":"Shirts in Bulk","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"}},"free":["brands"]},"shoe-prints":{"aliases":{"unicodes":{"secondary":["10f54b"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["feet","footprints","steps","walk"]},"styles":["solid"],"unicode":"f54b","label":"Shoe Prints","voted":true,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M416 0C352.3 0 256 32 256 32l0 128c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32l0 128s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M416 0C352.3 0 256 32 256 32l0 128c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32l0 128s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64l32 0 0-128-32 0c-35.3 0-64 28.7-64 64z"}},"free":["solid"]},"shoelace":{"changes":["6.4.1","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e60c","label":"Shoelace","voted":false,"svg":{"brands":{"last_modified":1684761852,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9c1.8 0 3.9 .5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2 .4c3.9 2.1 4.2 5.6 .9 10.6L456.9 322c.2 .5 .4 1 .4 1.5c.5 2.2 .3 4.4-.5 6.6c-.7 1.5-1.8 2.9-3.1 4.2c-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7c-1.7 1.2-3.4 2.3-5.1 3.3c-2.1 1.3-4.3 2.5-6.6 3.6c-1 .4-1.9 .9-2.9 1.3c-5.9 2.5-11.9 4.2-18.2 5c-2.9 24.5-11.3 47.1-25.1 67.8c-17.5 25.7-41.4 45.4-71.8 58.8c-30.2 13.5-63 20.2-98.2 20.2c-48.6-.5-88-11.4-118.2-32.8C49.5 454.4 32 421.5 32 380.3v-5.6c1.2-28.1 9.5-54.6 24.8-79.8c15.1-24.9 37.1-41.7 66.1-50.5c14.9-4.4 29.9-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5L326 312.2c15.1 9.8 28.8 16.5 41.2 20c-2.6-25.1-11.7-46.6-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8c-21.4-7.5-37.3-14.9-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5C223.5 9.7 251.1 0 283 0c24 0 45.6 6.9 64.7 20.8c19.2 14 30.1 33.8 32.6 59.4l.5 10c0 18.6-4.8 34.5-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9c-1.6-.1-3.1-.3-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6c-1.9-2.2-1.8-4.9 .5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30c-.4-1.5-.6-3.1-.6-4.8c0-4.1 1.6-7.6 4.9-10.4c13.8-12.4 20.8-26.7 20.8-42.8c0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7S192.3 89.9 192.3 112c0 17.8 6.9 33.9 20.6 48.3c13.6 14.2 34.6 25.4 63 33.5c39.8 11.5 70.2 31 91.3 58.3c18.7 24.2 29.1 51.3 31.3 81.4c2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1 .6 1.6 1.8 1.6c.1 0 9.7-8.9 28.8-26.6c0-2.4-5.1 .9-15.3 10c-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4c0-1-.5-1.5-1.5-1.5c-1.1 0-2.1 .5-2.9 1.6c-1.9-.1-3.3 .1-4.2 .7c-.4 .2-.5 .5-.5 .7c0 .7 .5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0c-1.6 1.5-3.6 3.5-6 6.2c-.8 .6-2.6 2.2-5.3 4.9c-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7 .2 1.2 .4 1.5 .4c.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120l-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2 .1-2.2-.5-2.9c-.6-.5-1.6-.9-3.1-1.3zm-1.6-.9l-.7-.7-27 21.9 1.6 2 26-23.1zM366.6 363.9c-8-2.1-15.4-4.6-22.2-7.5c-15.3-6.2-34.3-17-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6c-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2c-16.6 20.8-25 45.3-25 73.6c0 31.8 12.8 56.7 38.2 74.7c25.4 18.1 60.2 27.1 104.4 27.1c34.7 0 64-6.2 87.8-18.6c23.7-12.4 42.1-28.8 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M404.9 331c2.2-1.1 4.4-2.3 6.5-3.7l8.3-4.8c1.5-1.1 4.4-3.4 8.7-6.7l.5-.5c3.4-3.4 7.2-5 11.3-4.9c1.8 0 3.9 .5 6.4 1.5l31-27.5c.9-.7 1.7-1.3 2.6-1.8h.2c3.3-1.9 6-1.8 8.2 .4c3.9 2.1 4.2 5.6 .9 10.6L456.9 322c.2 .5 .4 1 .4 1.5c.5 2.2 .3 4.4-.5 6.6c-.7 1.5-1.8 2.9-3.1 4.2c-1.4 1.4-2.7 2.8-4.2 4.2l-18.8 13.7c-1.7 1.2-3.4 2.3-5.1 3.3c-2.1 1.3-4.3 2.5-6.6 3.6c-1 .4-1.9 .9-2.9 1.3c-5.9 2.5-11.9 4.2-18.2 5c-2.9 24.5-11.3 47.1-25.1 67.8c-17.5 25.7-41.4 45.4-71.8 58.8c-30.2 13.5-63 20.2-98.2 20.2c-48.6-.5-88-11.4-118.2-32.8C49.5 454.4 32 421.5 32 380.3v-5.6c1.2-28.1 9.5-54.6 24.8-79.8c15.1-24.9 37.1-41.7 66.1-50.5c14.9-4.4 29.9-6.6 45-6.6c15.5 0 31.6 2.9 48.1 8.6s35.2 15.5 55.9 29.5L326 312.2c15.1 9.8 28.8 16.5 41.2 20c-2.6-25.1-11.7-46.6-27.3-64.5c-15.7-18.1-35.6-31.3-59.9-39.7l-23.3-8c-21.4-7.5-37.3-14.9-47.7-22.2c-28.2-19.1-43.8-45.2-47-78.5l-.5-9.8c0-32.1 13-58.9 39-80.5C223.5 9.7 251.1 0 283 0c24 0 45.6 6.9 64.7 20.8c19.2 14 30.1 33.8 32.6 59.4l.5 10c0 18.6-4.8 34.5-14.4 47.7c-9.8 13.2-18.5 19.9-26 19.9c-1.6-.1-3.1-.3-4.5-.6l-34 32c-5.5 3-9.2 2.5-11.1-1.6c-1.9-2.2-1.8-4.9 .5-8.2l.2-.2c.5-.7 1.2-1.5 2-2.4l31.6-30c-.4-1.5-.6-3.1-.6-4.8c0-4.1 1.6-7.6 4.9-10.4c13.8-12.4 20.8-26.7 20.8-42.8c0-16-6.1-29.5-18.2-40.4s-28.7-16.5-49.7-16.8c-26.2 0-47.8 7.9-64.7 23.7S192.3 89.9 192.3 112c0 17.8 6.9 33.9 20.6 48.3c13.6 14.2 34.6 25.4 63 33.5c39.8 11.5 70.2 31 91.3 58.3c18.7 24.2 29.1 51.3 31.3 81.4c2.2-.7 4.3-1.5 6.5-2.6zM294.1 178.7c0 1.1 .6 1.6 1.8 1.6c.1 0 9.7-8.9 28.8-26.6c0-2.4-5.1 .9-15.3 10c-10.2 9.2-15.3 14.2-15.3 14.9zm8 6.4c0-1-.5-1.5-1.5-1.5c-1.1 0-2.1 .5-2.9 1.6c-1.9-.1-3.3 .1-4.2 .7c-.4 .2-.5 .5-.5 .7c0 .7 .5 1.3 1.5 1.6h3.3c2.9-1.1 4.4-2.2 4.4-3.3zm22.6-19.9c0-2.8-1.6-2.8-4.9 0c-1.6 1.5-3.6 3.5-6 6.2c-.8 .6-2.6 2.2-5.3 4.9c-2.8 2.9-4.2 4.7-4.2 5.3l.2 1.3c.7 .2 1.2 .4 1.5 .4c.1 0 3.3-2.9 9.5-8.7s9.3-8.9 9.3-9.3zm159.7 120l-30.6 27c1.8 1 3.2 2.4 4 4.2l30.2-27c.2-1.2 .1-2.2-.5-2.9c-.6-.5-1.6-.9-3.1-1.3zm-1.6-.9l-.7-.7-27 21.9 1.6 2 26-23.1zM366.6 363.9c-8-2.1-15.4-4.6-22.2-7.5c-15.3-6.2-34.3-17-57-32.4L250 298.7c-15.8-10.1-30.2-17.6-43.2-22.6c-13.1-4.9-26-7.3-38.6-7.3h-5.5c-32.2 1.7-57.2 13.8-75 36.2c-16.6 20.8-25 45.3-25 73.6c0 31.8 12.8 56.7 38.2 74.7c25.4 18.1 60.2 27.1 104.4 27.1c34.7 0 64-6.2 87.8-18.6c23.7-12.4 42.1-28.8 55.2-49.2c9.8-15.5 15.9-31.8 18.2-48.8z"}},"free":["brands"]},"shop":{"aliases":{"names":["store-alt"],"unicodes":{"secondary":["10f54f"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bodega","building","buy","market","purchase","shopping","store"]},"styles":["solid"],"unicode":"f54f","label":"Shop","voted":true,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M36.8 192l566.3 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224l0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-160-64 0 0 160-192 0 0-160-64 0zm448 0l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256-64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M36.8 192l566.3 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224l0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-160-64 0 0 160-192 0 0-160-64 0zm448 0l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256-64 0z"}},"free":["solid"]},"shop-lock":{"changes":["6.0.0","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bodega","building","buy","closed","lock","lockdown","market","padlock","privacy","purchase","quarantine","shop","shopping","store"]},"styles":["solid"],"unicode":"e4a5","label":"Shop Lock","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M36.8 192l412.8 0c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224l-64 0 0 160-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-32 0-128zm144 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M36.8 192l412.8 0c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224l-64 0 0 160-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-80 0-32 0-128zm144 16c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"shop-slash":{"aliases":{"names":["store-alt-slash"],"unicodes":{"secondary":["10e070"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","buy","closed","covid-19","disabled","purchase","shopping"]},"styles":["solid"],"unicode":"e070","label":"Shop Slash","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43L576 224l-64 0 0 152L384 275.7l0-51.7-64 0 0 1.5L277.2 192l325.9 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192l85 0L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384l-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-65.5-64-50.4 0 35.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43L576 224l-64 0 0 152L384 275.7l0-51.7-64 0 0 1.5L277.2 192l325.9 0c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0L121.7 0c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192l85 0L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384l-192 0 0-160-64 0 0 160 0 80c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-65.5-64-50.4 0 35.9z"}},"free":["solid"]},"shopify":{"changes":["5.12.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e057","label":"Shopify","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z"}},"free":["brands"]},"shopware":{"changes":["5.1.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5b5","label":"Shopware","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z"}},"free":["brands"]},"shower":{"aliases":{"unicodes":{"composite":["1f6bf"],"secondary":["10f2cc"]}},"changes":["4.7.0","5.0.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bath","clean","faucet","shower","water"]},"styles":["solid"],"unicode":"f2cc","label":"Shower","voted":false,"svg":{"solid":{"last_modified":1717158122,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-316.1zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9L0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-316.1zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"shrimp":{"aliases":{"unicodes":{"composite":["1f990"]}},"changes":["6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["allergy","crustacean","prawn","seafood","shellfish","shrimp","tail"]},"styles":["solid"],"unicode":"e448","label":"Shrimp","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64l1 0c3.7 88.9 77 160 167 160l56 0 0-192-24 0L88.8 128 64 128c-17.7 0-32-14.3-32-32s14.3-32 32-32l400 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32zM224 456c0 13.3 10.7 24 24 24l72 0 0-72.2-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3l0 69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128l-16 0 0 192 18.3 0c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64l1 0c3.7 88.9 77 160 167 160l56 0 0-192-24 0L88.8 128 64 128c-17.7 0-32-14.3-32-32s14.3-32 32-32l400 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L64 32zM224 456c0 13.3 10.7 24 24 24l72 0 0-72.2-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3l0 69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128l-16 0 0 192 18.3 0c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"shuffle":{"aliases":{"names":["random"],"unicodes":{"composite":["1f500"],"secondary":["10f074"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","arrows","crossed","shuffle","shuffle tracks button","sort","swap","switch","transfer"]},"styles":["solid"],"unicode":"f074","label":"Shuffle","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6l0-32-32 0c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"}},"free":["solid"]},"shuttle-space":{"aliases":{"names":["space-shuttle"],"unicodes":{"secondary":["10f197"]}},"changes":["4.1.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["astronaut","machine","nasa","rocket","space","transportation"]},"styles":["solid"],"unicode":"f197","label":"Shuttle Space","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96 2 0zM352 128L245.2 63.9C210.4 43 170.6 32 130 32l-2 0 0 96 224 0zM96 128l0-96L80 32C53.5 32 32 53.5 32 80l0 48 8 0c-22.1 0-40 17.9-40 40l0 16L0 328l0 16c0 22.1 17.9 40 40 40l-8 0 0 48c0 26.5 21.5 48 48 48l16 0 0-96 8 0c26.2 0 49.4-12.6 64-32l288 0c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160l-288 0c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6l0 24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4l0-87.1c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96 2 0zM352 128L245.2 63.9C210.4 43 170.6 32 130 32l-2 0 0 96 224 0zM96 128l0-96L80 32C53.5 32 32 53.5 32 80l0 48 8 0c-22.1 0-40 17.9-40 40l0 16L0 328l0 16c0 22.1 17.9 40 40 40l-8 0 0 48c0 26.5 21.5 48 48 48l16 0 0-96 8 0c26.2 0 49.4-12.6 64-32l288 0c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160l-288 0c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6l0 24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4l0-87.1c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z"}},"free":["solid"]},"sign-hanging":{"aliases":{"names":["sign"],"unicodes":{"secondary":["10f4d9"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directions","real estate","signage","wayfinding"]},"styles":["solid"],"unicode":"f4d9","label":"Sign Hanging","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 0c17.7 0 32 14.3 32 32l0 32 352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0C14.3 128 0 113.7 0 96S14.3 64 32 64l32 0 0-32C64 14.3 78.3 0 96 0zm96 160l256 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 0c17.7 0 32 14.3 32 32l0 32 352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0 0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352-32 0C14.3 128 0 113.7 0 96S14.3 64 32 64l32 0 0-32C64 14.3 78.3 0 96 0zm96 160l256 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"signal":{"aliases":{"names":["signal-5","signal-perfect"],"unicodes":{"composite":["1f4f6"],"secondary":["10f012"]}},"changes":["1.0.0","5.0.0","5.3.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["antenna","antenna bars","bar","bars","cell","graph","mobile","online","phone","reception","status"]},"styles":["solid"],"unicode":"f012","label":"Signal","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M576 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352c0-17.7 14.3-32 32-32zM352 224l0 256c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32zM96 416l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M576 0c17.7 0 32 14.3 32 32l0 448c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-448c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352c0-17.7 14.3-32 32-32zM352 224l0 256c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32zM96 416l0 64c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"}},"free":["solid"]},"signal-messenger":{"changes":["6.5.0","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e663","label":"Signal Messenger","voted":false,"svg":{"brands":{"last_modified":1698410025,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M194.6 7.5l5.8 23.3C177.7 36.3 156 45.3 136 57.4L123.7 36.8c22-13.3 45.9-23.2 70.9-29.3zm122.9 0l-5.8 23.3C334.3 36.3 356 45.3 376 57.4l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8C36.3 177.7 45.3 156 57.4 136L36.8 123.7zM24 256c0-11.6 .9-23.3 2.6-34.8L2.9 217.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256zM388.3 475.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4l-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0l-3.6-23.7zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2L462.1 104C446.9 83.4 428.6 65.1 408 49.9L393.6 69.2zM69.2 118.4c13.8-18.8 30.4-35.3 49.2-49.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104l19.3 14.4zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7C268.9-1 243.1-1 217.6 2.9l3.6 23.7zM81.6 468.4L32 480l11.6-49.6L20.2 425 8.6 474.5c-.9 4-.8 8.1 .3 12.1s3.2 7.5 6.1 10.4s6.5 5 10.4 6.1s8.1 1.2 12.1 .3L87 492l-5.4-23.6zM25.2 403.6L48.6 409l8-34.4c-11.7-19.6-20.4-40.8-25.8-63L7.5 317.4c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52l-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2 .2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6s-26.9 69.3-25.8 106.4s12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6s57.2-29.8 79-53.6s37.8-52.2 46.8-83.2s10.5-63.6 4.7-95.3s-19-61.6-38.4-87.4s-44.5-46.7-73.4-61S288.3 48 256 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M194.6 7.5l5.8 23.3C177.7 36.3 156 45.3 136 57.4L123.7 36.8c22-13.3 45.9-23.2 70.9-29.3zm122.9 0l-5.8 23.3C334.3 36.3 356 45.3 376 57.4l12.4-20.6c-22-13.3-46-23.2-71-29.3zM36.8 123.7c-13.3 22-23.2 45.9-29.3 70.9l23.3 5.8C36.3 177.7 45.3 156 57.4 136L36.8 123.7zM24 256c0-11.6 .9-23.3 2.6-34.8L2.9 217.6c-3.8 25.4-3.8 51.3 0 76.7l23.7-3.6C24.9 279.3 24 267.6 24 256zM388.3 475.2L376 454.6c-20 12.1-41.6 21-64.2 26.6l5.8 23.3c24.9-6.2 48.8-16 70.8-29.3zM488 256c0 11.6-.9 23.3-2.6 34.8l23.7 3.6c3.8-25.4 3.8-51.3 0-76.7l-23.7 3.6c1.7 11.5 2.6 23.1 2.6 34.8zm16.5 61.4l-23.3-5.8c-5.6 22.7-14.5 44.3-26.6 64.3l20.6 12.4c13.3-22 23.2-46 29.3-71zm-213.8 168c-23 3.5-46.5 3.5-69.5 0l-3.6 23.7c25.4 3.8 51.3 3.8 76.7 0l-3.6-23.7zm152-91.8c-13.8 18.7-30.4 35.3-49.2 49.1l14.2 19.3c20.7-15.2 39-33.4 54.2-54.1l-19.3-14.4zM393.6 69.2c18.8 13.8 35.3 30.4 49.2 49.2L462.1 104C446.9 83.4 428.6 65.1 408 49.9L393.6 69.2zM69.2 118.4c13.8-18.8 30.4-35.3 49.2-49.2L104 49.9C83.4 65.1 65.1 83.4 49.9 104l19.3 14.4zm406 5.3L454.6 136c12.1 20 21 41.6 26.6 64.2l23.3-5.8c-6.2-24.9-16-48.8-29.3-70.8zm-254-97.1c23-3.5 46.5-3.5 69.5 0l3.6-23.7C268.9-1 243.1-1 217.6 2.9l3.6 23.7zM81.6 468.4L32 480l11.6-49.6L20.2 425 8.6 474.5c-.9 4-.8 8.1 .3 12.1s3.2 7.5 6.1 10.4s6.5 5 10.4 6.1s8.1 1.2 12.1 .3L87 492l-5.4-23.6zM25.2 403.6L48.6 409l8-34.4c-11.7-19.6-20.4-40.8-25.8-63L7.5 317.4c5.2 21.2 13.2 41.7 23.6 60.8l-5.9 25.3zm112 52l-34.4 8 5.4 23.4 25.3-5.9c19.2 10.4 39.6 18.4 60.8 23.6l5.8-23.3c-22.1-5.5-43.3-14.3-62.8-26l-.2 .2zM256 48c-37.2 0-73.6 10-105.6 28.9s-58.4 46-76.3 78.6s-26.9 69.3-25.8 106.4s12 73.3 31.8 104.8L60 452l85.3-20c27.3 17.2 58.2 27.8 90.3 31s64.5-1.1 94.6-12.6s57.2-29.8 79-53.6s37.8-52.2 46.8-83.2s10.5-63.6 4.7-95.3s-19-61.6-38.4-87.4s-44.5-46.7-73.4-61S288.3 48 256 48z"}},"free":["brands"]},"signature":{"aliases":{"unicodes":{"secondary":["10f5b7"]}},"changes":["5.1.0","5.6.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["John Hancock","cursive","name","username","writing"]},"styles":["solid"],"unicode":"f5b7","label":"Signature","voted":true,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92l0 71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-83.6 0 18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3l0-7.8c0-53-43-96-96-96s-96 43-96 96l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5l0-71.9c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l40.3 0c-.2-2.8-.3-5.6-.3-8.5L64 368l-40 0zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24l-310.1 0c-6.7 16.3-14.2 32.3-22.3 48L616 416z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32l0 7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92l0 71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-83.6 0 18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3l0-7.8c0-53-43-96-96-96s-96 43-96 96l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5l0-71.9c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l40.3 0c-.2-2.8-.3-5.6-.3-8.5L64 368l-40 0zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24l-310.1 0c-6.7 16.3-14.2 32.3-22.3 48L616 416z"}},"free":["solid"]},"signs-post":{"aliases":{"names":["map-signs"],"unicodes":{"secondary":["10f277"]}},"changes":["4.4.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directions","directory","map","signage","wayfinding"]},"styles":["solid"],"unicode":"f277","label":"Signs Post","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M224 32L64 32C46.3 32 32 46.3 32 64l0 64c0 17.7 14.3 32 32 32l377.4 0c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7L288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32l-160 0 0-32-64 0 0 32L70.6 224c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7L448 352c17.7 0 32-14.3 32-32l0-64zM288 480l0-96-64 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M224 32L64 32C46.3 32 32 46.3 32 64l0 64c0 17.7 14.3 32 32 32l377.4 0c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7L288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32l-160 0 0-32-64 0 0 32L70.6 224c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7L448 352c17.7 0 32-14.3 32-32l0-64zM288 480l0-96-64 0 0 96c0 17.7 14.3 32 32 32s32-14.3 32-32z"}},"free":["solid"]},"sim-card":{"aliases":{"unicodes":{"secondary":["10f7c4"]}},"changes":["5.6.0","5.8.2","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hard drive","hardware","portable","storage","technology","tiny"]},"styles":["solid"],"unicode":"f7c4","label":"Sim Card","voted":true,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M64 0L242.7 0c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32l0 32 64 0 0-64-32 0zM64 352l80 0 96 0 80 0 0-64-80 0-96 0-80 0 0 64zM320 224c0-17.7-14.3-32-32-32l-32 0 0 64 64 0 0-32zM160 192l0 64 64 0 0-64-64 0zM288 448c17.7 0 32-14.3 32-32l0-32-64 0 0 64 32 0zM160 384l0 64 64 0 0-64-64 0zM64 416c0 17.7 14.3 32 32 32l32 0 0-64-64 0 0 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M64 0L242.7 0c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32l0 32 64 0 0-64-32 0zM64 352l80 0 96 0 80 0 0-64-80 0-96 0-80 0 0 64zM320 224c0-17.7-14.3-32-32-32l-32 0 0 64 64 0 0-32zM160 192l0 64 64 0 0-64-64 0zM288 448c17.7 0 32-14.3 32-32l0-32-64 0 0 64 32 0zM160 384l0 64 64 0 0-64-64 0zM64 416c0 17.7 14.3 32 32 32l32 0 0-64-64 0 0 32z"}},"free":["solid"]},"simplybuilt":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f215","label":"SimplyBuilt","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z"}},"free":["brands"]},"sink":{"aliases":{"unicodes":{"secondary":["10e06d"]}},"changes":["5.13.0","5.13.1","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bathroom","covid-19","faucet","kitchen","wash"]},"styles":["solid"],"unicode":"e06d","label":"Sink","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96l0 192-64 0 0-24c0-30.9-25.1-56-56-56l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c4.4 0 8 3.6 8 8l0 24-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0 224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-24c0-4.4 3.6-8 8-8l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-30.9 0-56 25.1-56 56l0 24-64 0 0-192zM480 416l0-32L32 384l0 32c0 53 43 96 96 96l256 0c53 0 96-43 96-96z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96l0 192-64 0 0-24c0-30.9-25.1-56-56-56l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c4.4 0 8 3.6 8 8l0 24-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0 224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-24c0-4.4 3.6-8 8-8l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-30.9 0-56 25.1-56 56l0 24-64 0 0-192zM480 416l0-32L32 384l0 32c0 53 43 96 96 96l256 0c53 0 96-43 96-96z"}},"free":["solid"]},"sistrix":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3ee","label":"SISTRIX","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z"}},"free":["brands"]},"sitemap":{"aliases":{"unicodes":{"secondary":["10f0e8"]}},"changes":["2.0.0","5.0.0","5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directory","hierarchy","ia","information architecture","organization"]},"styles":["solid"],"unicode":"f0e8","label":"Sitemap","voted":false,"svg":{"solid":{"last_modified":1717172774,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M208 80c0-26.5 21.5-48 48-48l64 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-8 0 0 40 152 0c30.9 0 56 25.1 56 56l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-4.4-3.6-8-8-8l-152 0 0 40 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-40-152 0c-4.4 0-8 3.6-8 8l0 32 8 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-64 0c-26.5 0-48-21.5-48-48l0-64c0-26.5 21.5-48 48-48l8 0 0-32c0-30.9 25.1-56 56-56l152 0 0-40-8 0c-26.5 0-48-21.5-48-48l0-64z"}},"free":["solid"]},"sith":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f512","label":"Sith","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z"}},"free":["brands"]},"sitrox":{"changes":["6.0.0-beta2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e44a","label":"Sitrox","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z"}},"free":["brands"]},"sketch":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["app","design","interface"]},"styles":["brands"],"unicode":"f7c6","label":"Sketch","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z"}},"free":["brands"]},"skull":{"aliases":{"unicodes":{"composite":["1f480"],"secondary":["10f54c"]}},"changes":["5.0.13","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bones","death","face","fairy tale","monster","skeleton","skull","uer","x-ray","yorick"]},"styles":["solid"],"unicode":"f54c","label":"Skull","voted":true,"svg":{"solid":{"last_modified":1717159209,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1l0 64c0 26.5 21.5 48 48 48l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 64 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 48 0c26.5 0 48-21.5 48-48l0-64c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1l0 64c0 26.5 21.5 48 48 48l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 64 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 48 0c26.5 0 48-21.5 48-48l0-64c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"}},"free":["solid"]},"skull-crossbones":{"aliases":{"unicodes":{"composite":["1f571","2620"],"secondary":["10f714"]}},"changes":["5.4.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Skull and Crossbones","Dungeons & Dragons","alert","bones","crossbones","d&d","danger","dangerous area","dead","deadly","death","dnd","face","fantasy","halloween","holiday","jolly-roger","monster","pirate","poison","skeleton","skull","skull and crossbones","warning"]},"styles":["solid"],"unicode":"f714","label":"Skull Crossbones","voted":false,"svg":{"solid":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M368 128c0 44.4-25.4 83.5-64 106.4l0 21.6c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-21.6c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M368 128c0 44.4-25.4 83.5-64 106.4l0 21.6c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-21.6c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z"}},"free":["solid"]},"skyatlas":{"changes":["4.3.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f216","label":"skyatlas","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z"}},"free":["brands"]},"skype":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f17e","label":"Skype","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"}},"free":["brands"]},"slack":{"aliases":{"names":["slack-hash"],"unicodes":{"composite":["f3ef"]}},"changes":["4.1.0","5.0.0","5.7.0"],"ligatures":[],"search":{"terms":["anchor","hash","hashtag"]},"styles":["brands"],"unicode":"f198","label":"Slack Logo","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"}},"free":["brands"]},"slash":{"aliases":{"unicodes":{"secondary":["10f715"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cancel","close","mute","off","stop","x"]},"styles":["solid"],"unicode":"f715","label":"Slash","voted":true,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z"}},"free":["solid"]},"sleigh":{"aliases":{"unicodes":{"secondary":["10f7cc"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["christmas","claus","fly","holiday","santa","sled","snow","xmas"]},"styles":["solid"],"unicode":"f7cc","label":"Sleigh","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 160c0 53 43 96 96 96l0 32 64 0 0-32 192 0 0 32 64 0 0-32c53 0 96-43 96-96l0-96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0-32 0c-17.7 0-32 14.3-32 32l0 41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7l-9 0L32 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 8c0 13.3-10.7 24-24 24L64 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l488 0c48.6 0 88-39.4 88-88l0-8z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 160c0 53 43 96 96 96l0 32 64 0 0-32 192 0 0 32 64 0 0-32c53 0 96-43 96-96l0-96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0-32 0c-17.7 0-32 14.3-32 32l0 41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7l-9 0L32 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 8c0 13.3-10.7 24-24 24L64 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l488 0c48.6 0 88-39.4 88-88l0-8z"}},"free":["solid"]},"sliders":{"aliases":{"names":["sliders-h"],"unicodes":{"secondary":["10f1de"]}},"changes":["4.1.0","5.0.0","5.0.11","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["adjust","configuration","modify","settings","sliders","toggle"]},"styles":["solid"],"unicode":"f1de","label":"Sliders","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z"}},"free":["solid"]},"slideshare":{"changes":["4.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1e7","label":"Slideshare","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"}},"free":["brands"]},"smog":{"aliases":{"unicodes":{"secondary":["10f75f"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dragon","fog","haze","pollution","smoke","weather"]},"styles":["solid"],"unicode":"f75f","label":"Smog","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 144c0 79.5 64.5 144 144 144l123.3 0c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32l27.3 0c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368l-336 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0L24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24L96 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c13.3 0 24-10.7 24-24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 144c0 79.5 64.5 144 144 144l123.3 0c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32l27.3 0c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368l-336 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0L24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24L96 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c13.3 0 24-10.7 24-24z"}},"free":["solid"]},"smoking":{"aliases":{"unicodes":{"composite":["1f6ac"],"secondary":["10f48d"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cancer","cigarette","nicotine","smoking","smoking status","tobacco"]},"styles":["solid"],"unicode":"f48d","label":"Smoking","voted":true,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M448 32l0 11c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-11c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256l0-11c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32l0 11c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64l352 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L64 512c-35.3 0-64-28.7-64-64l0-32zm224 0l0 32 160 0 0-32-160 0zm288-64c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M448 32l0 11c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-11c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256l0-11c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2l0-11c0-17.7 14.3-32 32-32s32 14.3 32 32l0 11c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1l0 11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64l352 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L64 512c-35.3 0-64-28.7-64-64l0-32zm224 0l0 32 160 0 0-32-160 0zm288-64c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"snapchat":{"aliases":{"names":["snapchat-ghost"],"unicodes":{"composite":["f2ac"]}},"changes":["4.6.0","5.0.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2ab","label":"Snapchat","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z"}},"free":["brands"]},"snowflake":{"aliases":{"unicodes":{"composite":["2744","2746"],"secondary":["10f2dc"]}},"changes":["4.7.0","5.0.0","5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Heavy Chevron Snowflake","cold","precipitation","rain","snow","snowfall","snowflake","winter"]},"styles":["solid","regular"],"unicode":"f2dc","label":"Snowflake","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0c17.7 0 32 14.3 32 32l0 30.1 15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49 0 70.3 61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7l0 70.3 49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15 0 30.1c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-30.1-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49 0-70.3-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3l0-70.3L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0c17.7 0 32 14.3 32 32l0 30.1 15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49 0 70.3 61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7l0 70.3 49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15 0 30.1c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-30.1-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49 0-70.3-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3l0-70.3L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15L192 32c0-17.7 14.3-32 32-32z"},"regular":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 0c13.3 0 24 10.7 24 24l0 46.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57 0 76.5 66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6l0 76.5 57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23 0 46.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-46.1-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-76.5-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4l0-76.5L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L200 24c0-13.3 10.7-24 24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 0c13.3 0 24 10.7 24 24l0 46.1 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57 0 76.5 66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6l0 76.5 57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23 0 46.1c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-46.1-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-76.5-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4l0-76.5L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23L200 24c0-13.3 10.7-24 24-24z"}},"free":["regular","solid"]},"snowman":{"aliases":{"unicodes":{"composite":["2603","26c4"],"secondary":["10f7d0"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","decoration","frost","frosty","holiday","snow","snowman","snowman without snow"]},"styles":["solid"],"unicode":"f7d0","label":"Snowman","voted":false,"svg":{"solid":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2l0-40.2c0-13.3 10.7-24 24-24s24 10.7 24 24l0 19.6 22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9l-149.3 0c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6 56 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24l0 3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9l0-3.2c0-8.8-7.2-16-16-16s-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2l0-40.2c0-13.3 10.7-24 24-24s24 10.7 24 24l0 19.6 22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9l-149.3 0c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6 56 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24l0 3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9l0-3.2c0-8.8-7.2-16-16-16s-16 7.2-16 16z"}},"free":["solid"]},"snowplow":{"aliases":{"unicodes":{"secondary":["10f7d2"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clean up","cold","road","storm","winter"]},"styles":["solid"],"unicode":"f7d2","label":"Snowplow","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M298.9 64l68.6 160L256 224l-64-64 0-96 106.9 0zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0L176 0c-26.5 0-48 21.5-48 48l0 112-32 0c-17.7 0-32 14.3-32 32l0 106.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112l256 0c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48l42.8 0 0 50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7l0-82.7 0-84.8L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40l0 52.8-64 0 0-31.3c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48l-256 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l256 0zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M298.9 64l68.6 160L256 224l-64-64 0-96 106.9 0zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0L176 0c-26.5 0-48 21.5-48 48l0 112-32 0c-17.7 0-32 14.3-32 32l0 106.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112l256 0c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48l42.8 0 0 50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7l0-82.7 0-84.8L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40l0 52.8-64 0 0-31.3c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48l-256 0c-26.5 0-48-21.5-48-48s21.5-48 48-48l256 0zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"soap":{"aliases":{"unicodes":{"composite":["1f9fc"],"secondary":["10e06e"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bar","bathing","bubbles","clean","cleaning","covid-19","hygiene","lather","soap","soapdish","wash"]},"styles":["solid"],"unicode":"e06e","label":"Soap","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96s43-96 96-96l88.4 0c-15.2-17-24.4-39.4-24.4-64L96 192c-53 0-96 43-96 96L0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96l0-128c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64l192 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-160 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96l-192 0c-53 0-96-43-96-96s43-96 96-96l88.4 0c-15.2-17-24.4-39.4-24.4-64L96 192c-53 0-96 43-96 96L0 416c0 53 43 96 96 96l320 0c53 0 96-43 96-96l0-128c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64l192 0c35.3 0 64-28.7 64-64s-28.7-64-64-64l-32 0-160 0z"}},"free":["solid"]},"socks":{"aliases":{"unicodes":{"composite":["1f9e6"],"secondary":["10f696"]}},"changes":["5.3.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["business socks","business time","clothing","feet","flight of the conchords","socks","stocking","wednesday"]},"styles":["solid"],"unicode":"f696","label":"Socks","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6l0-144L128 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64l160 0 0-16c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0L176 0c-26.5 0-48 21.5-48 48l0 16zM320 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304l0-208L320 96zM512 64l0-16c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 16 192 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6l0-144L128 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64l160 0 0-16c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0L176 0c-26.5 0-48 21.5-48 48l0 16zM320 96l0 144c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304l0-208L320 96zM512 64l0-16c0-26.5-21.5-48-48-48L368 0c-26.5 0-48 21.5-48 48l0 16 192 0z"}},"free":["solid"]},"solar-panel":{"aliases":{"unicodes":{"secondary":["10f5ba"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clean","eco-friendly","energy","green","sun"]},"styles":["solid"],"unicode":"f5ba","label":"Solar Panel","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384l217 0 0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64 217 0c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0L122.2 0zM260.9 64l118.2 0 10.4 104-139 0L260.9 64zM202.3 168l-100.8 0L122.2 64l90.4 0L202.3 168zM91.8 216l105.6 0L187.1 320 71 320 91.8 216zm153.9 0l148.6 0 10.4 104-169.4 0 10.4-104zm196.8 0l105.6 0L569 320l-116 0L442.5 216zm96-48l-100.8 0L427.3 64l90.4 0 31.4-6.3L517.8 64l20.8 104z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384l217 0 0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64 217 0c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0L122.2 0zM260.9 64l118.2 0 10.4 104-139 0L260.9 64zM202.3 168l-100.8 0L122.2 64l90.4 0L202.3 168zM91.8 216l105.6 0L187.1 320 71 320 91.8 216zm153.9 0l148.6 0 10.4 104-169.4 0 10.4-104zm196.8 0l105.6 0L569 320l-116 0L442.5 216zm96-48l-100.8 0L427.3 64l90.4 0 31.4-6.3L517.8 64l20.8 104z"}},"free":["solid"]},"sort":{"aliases":{"names":["unsorted"],"unicodes":{"secondary":["10f0dc"]}},"changes":["2.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["filter","order"]},"styles":["solid"],"unicode":"f0dc","label":"Sort","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"}},"free":["solid"]},"sort-down":{"aliases":{"names":["sort-desc"],"unicodes":{"secondary":["10f0dd"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","descending","filter","insert","order","sort-desc"]},"styles":["solid"],"unicode":"f0dd","label":"Sort Down","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"}},"free":["solid"]},"sort-up":{"aliases":{"names":["sort-asc"],"unicodes":{"secondary":["10f0de"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","ascending","filter","order","sort-asc","upgrade"]},"styles":["solid"],"unicode":"f0de","label":"Sort Up","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"}},"free":["solid"]},"soundcloud":{"changes":["4.1.0","5.0.0","6.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1be","label":"Soundcloud","voted":false,"svg":{"brands":{"last_modified":1717165557,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M639.8 298.6c-1.3 23.1-11.5 44.8-28.4 60.5s-39.2 24.4-62.3 24.1h-218c-4.8 0-9.4-2-12.8-5.4s-5.3-8-5.3-12.8V130.2c-.2-4 .9-8 3.1-11.4s5.3-6.1 9-7.7c0 0 20.1-13.9 62.3-13.9c25.8 0 51.1 6.9 73.3 20.1c17.3 10.2 32.3 23.8 44.1 40.1s20 34.8 24.2 54.4c7.5-2.1 15.3-3.2 23.1-3.2c11.7-.1 23.3 2.2 34.2 6.7S606.8 226.6 615 235s14.6 18.3 18.9 29.3s6.3 22.6 5.9 34.3zm-354-153.5c.1-1 0-2-.3-2.9s-.8-1.8-1.5-2.6s-1.5-1.3-2.4-1.7s-1.9-.6-2.9-.6s-2 .2-2.9 .6s-1.7 1-2.4 1.7s-1.2 1.6-1.5 2.6s-.4 1.9-.3 2.9c-6 78.9-10.6 152.9 0 231.6c.2 1.7 1 3.3 2.3 4.5s3 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.8 2.3-4.5c11.3-79.4 6.6-152 0-231.6zm-44 27.3c-.2-1.8-1.1-3.5-2.4-4.7s-3.1-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.7c-7.9 67.9-7.9 136.5 0 204.4c.3 1.8 1.2 3.4 2.5 4.5s3.1 1.8 4.8 1.8s3.5-.6 4.8-1.8s2.2-2.8 2.5-4.5c8.8-67.8 8.8-136.5 .1-204.4zm-44.3-6.9c-.2-1.8-1-3.4-2.3-4.6s-3-1.8-4.8-1.8s-3.5 .7-4.8 1.8s-2.1 2.8-2.3 4.6c-6.7 72-10.2 139.3 0 211.1c0 1.9 .7 3.7 2.1 5s3.1 2.1 5 2.1s3.7-.7 5-2.1s2.1-3.1 2.1-5c10.5-72.8 7.3-138.2 .1-211.1zm-44 20.6c0-1.9-.8-3.8-2.1-5.2s-3.2-2.1-5.2-2.1s-3.8 .8-5.2 2.1s-2.1 3.2-2.1 5.2c-8.1 63.3-8.1 127.5 0 190.8c.2 1.8 1 3.4 2.4 4.6s3.1 1.9 4.8 1.9s3.5-.7 4.8-1.9s2.2-2.8 2.4-4.6c8.8-63.3 8.9-127.5 .3-190.8zM109 233.7c0-1.9-.8-3.8-2.1-5.1s-3.2-2.1-5.1-2.1s-3.8 .8-5.1 2.1s-2.1 3.2-2.1 5.1c-10.5 49.2-5.5 93.9 .4 143.6c.3 1.6 1.1 3.1 2.3 4.2s2.8 1.7 4.5 1.7s3.2-.6 4.5-1.7s2.1-2.5 2.3-4.2c6.6-50.4 11.6-94.1 .4-143.6zm-44.1-7.5c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.8c-9.3 50.2-6.2 94.4 .3 144.5c.7 7.6 13.6 7.5 14.4 0c7.2-50.9 10.5-93.8 .3-144.5zM20.3 250.8c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.3 2.9-2.4 4.8c-8.5 33.7-5.9 61.6 .6 95.4c.2 1.7 1 3.3 2.3 4.4s2.9 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.7 2.3-4.4c7.5-34.5 11.2-61.8 .4-95.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M639.8 298.6c-1.3 23.1-11.5 44.8-28.4 60.5s-39.2 24.4-62.3 24.1h-218c-4.8 0-9.4-2-12.8-5.4s-5.3-8-5.3-12.8V130.2c-.2-4 .9-8 3.1-11.4s5.3-6.1 9-7.7c0 0 20.1-13.9 62.3-13.9c25.8 0 51.1 6.9 73.3 20.1c17.3 10.2 32.3 23.8 44.1 40.1s20 34.8 24.2 54.4c7.5-2.1 15.3-3.2 23.1-3.2c11.7-.1 23.3 2.2 34.2 6.7S606.8 226.6 615 235s14.6 18.3 18.9 29.3s6.3 22.6 5.9 34.3zm-354-153.5c.1-1 0-2-.3-2.9s-.8-1.8-1.5-2.6s-1.5-1.3-2.4-1.7s-1.9-.6-2.9-.6s-2 .2-2.9 .6s-1.7 1-2.4 1.7s-1.2 1.6-1.5 2.6s-.4 1.9-.3 2.9c-6 78.9-10.6 152.9 0 231.6c.2 1.7 1 3.3 2.3 4.5s3 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.8 2.3-4.5c11.3-79.4 6.6-152 0-231.6zm-44 27.3c-.2-1.8-1.1-3.5-2.4-4.7s-3.1-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.7c-7.9 67.9-7.9 136.5 0 204.4c.3 1.8 1.2 3.4 2.5 4.5s3.1 1.8 4.8 1.8s3.5-.6 4.8-1.8s2.2-2.8 2.5-4.5c8.8-67.8 8.8-136.5 .1-204.4zm-44.3-6.9c-.2-1.8-1-3.4-2.3-4.6s-3-1.8-4.8-1.8s-3.5 .7-4.8 1.8s-2.1 2.8-2.3 4.6c-6.7 72-10.2 139.3 0 211.1c0 1.9 .7 3.7 2.1 5s3.1 2.1 5 2.1s3.7-.7 5-2.1s2.1-3.1 2.1-5c10.5-72.8 7.3-138.2 .1-211.1zm-44 20.6c0-1.9-.8-3.8-2.1-5.2s-3.2-2.1-5.2-2.1s-3.8 .8-5.2 2.1s-2.1 3.2-2.1 5.2c-8.1 63.3-8.1 127.5 0 190.8c.2 1.8 1 3.4 2.4 4.6s3.1 1.9 4.8 1.9s3.5-.7 4.8-1.9s2.2-2.8 2.4-4.6c8.8-63.3 8.9-127.5 .3-190.8zM109 233.7c0-1.9-.8-3.8-2.1-5.1s-3.2-2.1-5.1-2.1s-3.8 .8-5.1 2.1s-2.1 3.2-2.1 5.1c-10.5 49.2-5.5 93.9 .4 143.6c.3 1.6 1.1 3.1 2.3 4.2s2.8 1.7 4.5 1.7s3.2-.6 4.5-1.7s2.1-2.5 2.3-4.2c6.6-50.4 11.6-94.1 .4-143.6zm-44.1-7.5c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.2 2.9-2.4 4.8c-9.3 50.2-6.2 94.4 .3 144.5c.7 7.6 13.6 7.5 14.4 0c7.2-50.9 10.5-93.8 .3-144.5zM20.3 250.8c-.2-1.8-1.1-3.5-2.4-4.8s-3.2-1.9-5-1.9s-3.6 .7-5 1.9s-2.3 2.9-2.4 4.8c-8.5 33.7-5.9 61.6 .6 95.4c.2 1.7 1 3.3 2.3 4.4s2.9 1.8 4.7 1.8s3.4-.6 4.7-1.8s2.1-2.7 2.3-4.4c7.5-34.5 11.2-61.8 .4-95.4z"}},"free":["brands"]},"sourcetree":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f7d3","label":"Sourcetree","voted":true,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z"}},"free":["brands"]},"spa":{"aliases":{"unicodes":{"secondary":["10f5bb"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["flora","massage","mindfulness","plant","wellness"]},"styles":["solid"],"unicode":"f5bb","label":"Spa","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192l9.9 0c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480L288 480l-20.1 0C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192l9.9 0c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192l9.9 0c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480L288 480l-20.1 0C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192l9.9 0c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z"}},"free":["solid"]},"space-awesome":{"changes":["6.1.2"],"ligatures":[],"search":{"terms":["adventure","rocket","ship","shuttle"]},"styles":["brands"],"unicode":"e5ac","label":"Space Awesome","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z"}},"free":["brands"]},"spaghetti-monster-flying":{"aliases":{"names":["pastafarianism"],"unicodes":{"secondary":["10f67b"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agnosticism","atheism","flying spaghetti monster","fsm"]},"styles":["solid"],"unicode":"f67b","label":"Spaghetti Monster Flying","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1c0 0 0 0 0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1c0 0 0 0 0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"speakap":{"changes":["5.0.0","5.4.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3f3","label":"Speakap","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"}},"free":["brands"]},"speaker-deck":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f83c","label":"Speaker Deck","voted":false,"svg":{"brands":{"last_modified":1660014470,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"}},"free":["brands"]},"spell-check":{"aliases":{"unicodes":{"secondary":["10f891"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dictionary","edit","editor","enable","grammar","text","validate","working"]},"styles":["solid"],"unicode":"f891","label":"Spell Check","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224l90.7 0 5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160l-37.3 0L112 115.2 130.7 160zM256 32l0 96 0 96c0 17.7 14.3 32 32 32l80 0c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80L288 0c-17.7 0-32 14.3-32 32zm96 64l-32 0 0-32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64l32 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0-32zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224l90.7 0 5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160l-37.3 0L112 115.2 130.7 160zM256 32l0 96 0 96c0 17.7 14.3 32 32 32l80 0c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80L288 0c-17.7 0-32 14.3-32 32zm96 64l-32 0 0-32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64l32 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0-32zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z"}},"free":["solid"]},"spider":{"aliases":{"unicodes":{"composite":["1f577"],"secondary":["10f717"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arachnid","bug","charlotte","crawl","eight","halloween","insect","spider"]},"styles":["solid"],"unicode":"f717","label":"Spider","voted":true,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1l0-14.1c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4l0 10.8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-10.8c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160l0 14.1-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1l0-14.1c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4l0 10.8c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-10.8c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160l0 14.1-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z"}},"free":["solid"]},"spinner":{"aliases":{"unicodes":{"secondary":["10f110"]}},"changes":["3.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["circle","loading","pending","progress"]},"styles":["solid"],"unicode":"f110","label":"Spinner","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"}},"free":["solid"]},"splotch":{"aliases":{"unicodes":{"secondary":["10f5bc"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Ink","blob","blotch","glob","stain"]},"styles":["solid"],"unicode":"f5bc","label":"Splotch","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z"}},"free":["solid"]},"spoon":{"aliases":{"names":["utensil-spoon"],"unicodes":{"composite":["1f944","f1b1"],"secondary":["10f2e5"]}},"changes":["5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cutlery","dining","scoop","silverware","spoon","tableware"]},"styles":["solid"],"unicode":"f2e5","label":"Spoon","voted":false,"svg":{"solid":{"last_modified":1717161164,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z"}},"free":["solid"]},"spotify":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1bc","label":"Spotify","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"}},"free":["brands"]},"spray-can":{"aliases":{"unicodes":{"secondary":["10f5bd"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Paint","aerosol","design","graffiti","tag"]},"styles":["solid"],"unicode":"f5bd","label":"Spray Can","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 0l64 0c17.7 0 32 14.3 32 32l0 96L96 128l0-96c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96l128 0c53 0 96 43 96 96l0 208c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 0l64 0c17.7 0 32 14.3 32 32l0 96L96 128l0-96c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96l128 0c53 0 96 43 96 96l0 208c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"spray-can-sparkles":{"aliases":{"names":["air-freshener"],"unicodes":{"secondary":["10f5d0"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["car","clean","deodorize","fresh","pine","scent"]},"styles":["solid"],"unicode":"f5d0","label":"Spray Can Sparkles","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 32l0 96 128 0 0-96c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96L0 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-208c0-53-43-96-96-96L96 160zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 32l0 96 128 0 0-96c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96L0 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-208c0-53-43-96-96-96L96 160zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z"}},"free":["solid"]},"square":{"aliases":{"unicodes":{"composite":["25a0","25fb","25fc","f096"],"secondary":["10f0c8"]}},"changes":["2.0.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Square","black medium square","block","box","geometric","shape","square","white medium square"]},"styles":["solid","regular"],"unicode":"f0c8","label":"Square","voted":false,"svg":{"solid":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"},"regular":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"}},"free":["regular","solid"]},"square-arrow-up-right":{"aliases":{"names":["external-link-square"],"unicodes":{"secondary":["10f14c"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["diagonal","new","open","send","share"]},"styles":["solid"],"unicode":"f14c","label":"Square Arrow Up Right","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l94.1 0L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135L288 328c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24l-152 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l94.1 0L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135L288 328c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24l-152 0z"}},"free":["solid"]},"square-behance":{"aliases":{"names":["behance-square"]},"changes":["4.1.0","5.0.0","5.0.3","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1b5","label":"Square Behance","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4c0-19.7-11.7-27.4-30.3-27.5h-46v52.9h45.1zm-5.4-129.6H110.3v44.8H153c15.1 0 25.8-6.6 25.8-22.9c0-17.7-13.7-21.9-28.9-21.9zm129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7c-18.3 0-30.5 11.4-31.7 29.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM349.5 185H271.7V166.1h77.8V185zM193.7 243.7c23.6 6.7 35 27.5 35 51.6c0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5c0 19.3-9 28.8-26.2 37zm118.7-38.6c43.5 0 67.6 34.3 67.6 75.4c0 1.6-.1 3.3-.2 5c0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3c11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8c-43.8 0-71.1-29.7-71.1-73c0-41.8 28.7-73.6 71.1-73.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M155.3 318.4c17.2 0 31.2-6.1 31.2-25.4c0-19.7-11.7-27.4-30.3-27.5h-46v52.9h45.1zm-5.4-129.6H110.3v44.8H153c15.1 0 25.8-6.6 25.8-22.9c0-17.7-13.7-21.9-28.9-21.9zm129.5 74.8h62.2c-1.7-18.5-11.3-29.7-30.5-29.7c-18.3 0-30.5 11.4-31.7 29.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM349.5 185H271.7V166.1h77.8V185zM193.7 243.7c23.6 6.7 35 27.5 35 51.6c0 39-32.7 55.7-67.6 55.9H68v-192h90.5c32.9 0 61.4 9.3 61.4 47.5c0 19.3-9 28.8-26.2 37zm118.7-38.6c43.5 0 67.6 34.3 67.6 75.4c0 1.6-.1 3.3-.2 5c0 .8-.1 1.5-.1 2.2H279.5c0 22.2 11.7 35.3 34.1 35.3c11.6 0 26.5-6.2 30.2-18.1h33.7c-10.4 31.9-31.9 46.8-65.1 46.8c-43.8 0-71.1-29.7-71.1-73c0-41.8 28.7-73.6 71.1-73.6z"}},"free":["brands"]},"square-binary":{"changes":["6.7.0"],"ligatures":[],"search":{"terms":["ai","data","language","llm","model","programming","token"]},"styles":["solid"],"unicode":"e69b","label":"Square Binary","voted":false,"svg":{"solid":{"last_modified":1721914390,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm144 4c-24.3 0-44 19.7-44 44l0 48c0 24.3 19.7 44 44 44l32 0c24.3 0 44-19.7 44-44l0-48c0-24.3-19.7-44-44-44l-32 0zm-4 44c0-2.2 1.8-4 4-4l32 0c2.2 0 4 1.8 4 4l0 48c0 2.2-1.8 4-4 4l-32 0c-2.2 0-4-1.8-4-4l0-48zm140-44c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6l0 76.4c0 11 9 20 20 20s20-9 20-20l0-96c0-11-9-20-20-20l-16 0zM132 296c0 9.7 6.9 17.7 16 19.6l0 76.4c0 11 9 20 20 20s20-9 20-20l0-96c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20zm96 24l0 48c0 24.3 19.7 44 44 44l32 0c24.3 0 44-19.7 44-44l0-48c0-24.3-19.7-44-44-44l-32 0c-24.3 0-44 19.7-44 44zm44-4l32 0c2.2 0 4 1.8 4 4l0 48c0 2.2-1.8 4-4 4l-32 0c-2.2 0-4-1.8-4-4l0-48c0-2.2 1.8-4 4-4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm144 4c-24.3 0-44 19.7-44 44l0 48c0 24.3 19.7 44 44 44l32 0c24.3 0 44-19.7 44-44l0-48c0-24.3-19.7-44-44-44l-32 0zm-4 44c0-2.2 1.8-4 4-4l32 0c2.2 0 4 1.8 4 4l0 48c0 2.2-1.8 4-4 4l-32 0c-2.2 0-4-1.8-4-4l0-48zm140-44c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6l0 76.4c0 11 9 20 20 20s20-9 20-20l0-96c0-11-9-20-20-20l-16 0zM132 296c0 9.7 6.9 17.7 16 19.6l0 76.4c0 11 9 20 20 20s20-9 20-20l0-96c0-11-9-20-20-20l-16 0c-11 0-20 9-20 20zm96 24l0 48c0 24.3 19.7 44 44 44l32 0c24.3 0 44-19.7 44-44l0-48c0-24.3-19.7-44-44-44l-32 0c-24.3 0-44 19.7-44 44zm44-4l32 0c2.2 0 4 1.8 4 4l0 48c0 2.2-1.8 4-4 4l-32 0c-2.2 0-4-1.8-4-4l0-48c0-2.2 1.8-4 4-4z"}},"free":["solid"]},"square-bluesky":{"changes":["6.7.1"],"ligatures":[],"search":{"terms":["social network"]},"styles":["brands"],"unicode":"e6a3","label":"Square Bluesky","voted":false,"svg":{"brands":{"last_modified":1732025492,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 247.4c14.5-30 54-85.8 90.7-113.3c26.5-19.9 69.3-35.2 69.3 13.7c0 9.8-5.6 82.1-8.9 93.8c-11.4 40.8-53 51.2-90 44.9c64.7 11 81.2 47.5 45.6 84c-67.5 69.3-97-17.4-104.6-39.6c0 0 0 0 0 0l-.3-.9c-.9-2.6-1.4-4.1-1.8-4.1s-.9 1.5-1.8 4.1c-.1 .3-.2 .6-.3 .9c0 0 0 0 0 0c-7.6 22.2-37.1 108.8-104.6 39.6c-35.5-36.5-19.1-73 45.6-84c-37 6.3-78.6-4.1-90-44.9c-3.3-11.7-8.9-84-8.9-93.8c0-48.9 42.9-33.5 69.3-13.7c36.7 27.5 76.2 83.4 90.7 113.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 247.4c14.5-30 54-85.8 90.7-113.3c26.5-19.9 69.3-35.2 69.3 13.7c0 9.8-5.6 82.1-8.9 93.8c-11.4 40.8-53 51.2-90 44.9c64.7 11 81.2 47.5 45.6 84c-67.5 69.3-97-17.4-104.6-39.6c0 0 0 0 0 0l-.3-.9c-.9-2.6-1.4-4.1-1.8-4.1s-.9 1.5-1.8 4.1c-.1 .3-.2 .6-.3 .9c0 0 0 0 0 0c-7.6 22.2-37.1 108.8-104.6 39.6c-35.5-36.5-19.1-73 45.6-84c-37 6.3-78.6-4.1-90-44.9c-3.3-11.7-8.9-84-8.9-93.8c0-48.9 42.9-33.5 69.3-13.7c36.7 27.5 76.2 83.4 90.7 113.3z"}},"free":["brands"]},"square-caret-down":{"aliases":{"names":["caret-square-down"],"unicodes":{"secondary":["10f150"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","caret-square-o-down","dropdown","expand","insert","menu","more","triangle"]},"styles":["solid","regular"],"unicode":"f150","label":"Square Caret Down","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"},"regular":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"}},"free":["regular","solid"]},"square-caret-left":{"aliases":{"names":["caret-square-left"],"unicodes":{"secondary":["10f191"]}},"changes":["4.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","back","caret-square-o-left","previous","triangle"]},"styles":["solid","regular"],"unicode":"f191","label":"Square Caret Left","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"},"regular":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"}},"free":["regular","solid"]},"square-caret-right":{"aliases":{"names":["caret-square-right"],"unicodes":{"secondary":["10f152"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","caret-square-o-right","forward","next","triangle"]},"styles":["solid","regular"],"unicode":"f152","label":"Square Caret Right","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"},"regular":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"}},"free":["regular","solid"]},"square-caret-up":{"aliases":{"names":["caret-square-up"],"unicodes":{"secondary":["10f151"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","caret-square-o-up","collapse","triangle","upgrade","upload"]},"styles":["solid","regular"],"unicode":"f151","label":"Square Caret Up","voted":false,"svg":{"solid":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"},"regular":{"last_modified":1717165342,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"}},"free":["regular","solid"]},"square-check":{"aliases":{"names":["check-square"],"unicodes":{"composite":["2611","2705","f046"],"secondary":["10f14a"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["accept","agree","box","button","check","check box with check","check mark button","checkmark","confirm","correct","coupon","done","enable","mark","ok","select","success","tick","todo","validate","working","yes","✓"]},"styles":["solid","regular"],"unicode":"f14a","label":"Square Check","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"}},"free":["regular","solid"]},"square-dribbble":{"aliases":{"names":["dribbble-square"]},"changes":["5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f397","label":"Square Dribbble","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1 .1 62.4 .3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79zm26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4C281 124.2 235.3 112.9 192 123.4zM277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18zM227.8 232.6C159.6 253 93.4 252.2 87.4 252c0 .7 0 1.4 0 2.1s0 1.4 0 2.1c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4zm-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1 .1 62.4 .3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79zm26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4C281 124.2 235.3 112.9 192 123.4zM277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18zM227.8 232.6C159.6 253 93.4 252.2 87.4 252c0 .7 0 1.4 0 2.1s0 1.4 0 2.1c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4zm-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 416a160 160 0 1 1 0-320 160 160 0 1 1 0 320z"}},"free":["brands"]},"square-envelope":{"aliases":{"names":["envelope-square"],"unicodes":{"secondary":["10f199"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["e-mail","email","letter","mail","message","notification","offer","support"]},"styles":["solid"],"unicode":"f199","label":"Square Envelope","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144l256 0c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4 384 336c0 17.7-14.3 32-32 32L96 368c-17.7 0-32-14.3-32-32l0-125.6 136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144l256 0c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4 384 336c0 17.7-14.3 32-32 32L96 368c-17.7 0-32-14.3-32-32l0-125.6 136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z"}},"free":["solid"]},"square-facebook":{"aliases":{"names":["facebook-square"]},"changes":["1.0.0","5.0.0","5.8.2","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":["fabook","fb","social network"]},"styles":["brands"],"unicode":"f082","label":"Square Facebook","voted":false,"svg":{"brands":{"last_modified":1696611549,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h98.2V334.2H109.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H255V480H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"}},"free":["brands"]},"square-font-awesome":{"changes":["5.0.0","5.0.1","6.0.0-beta1","6.1.2","6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e5ad","label":"Square Font Awesome","voted":false,"svg":{"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90 122c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90 122c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"}},"free":["brands"]},"square-font-awesome-stroke":{"aliases":{"names":["font-awesome-alt"]},"changes":["5.0.0","6.0.0-beta1","6.5.2"],"ligatures":[],"search":{"terms":["awesome","flag","font","icons","typeface"]},"styles":["brands"],"unicode":"f35c","label":"Square Font Awesome Stroke","voted":false,"svg":{"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm154 58c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm154 58c0 9.3-4.8 17.4-12.1 22l188.9 0c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L312 264l30.9 69.4c.8 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2L144 352l0 32-32 0 0-32 0-176 0-1.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26z"}},"free":["brands"]},"square-full":{"aliases":{"unicodes":{"composite":["1f7e5","1f7e6","1f7e7","1f7e8","1f7e9","1f7ea","1f7eb","2b1b","2b1c"],"secondary":["10f45c"]}},"changes":["5.0.5","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["black large square","block","blue","blue square","box","brown","brown square","geometric","green","green square","orange","orange square","purple","purple square","red","red square","shape","square","white large square","yellow","yellow square"]},"styles":["solid","regular"],"unicode":"f45c","label":"Square Full","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 0H512V512H0V0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 0H512V512H0V0z"},"regular":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 48l0 416L48 464 48 48l416 0zM48 0L0 0 0 48 0 464l0 48 48 0 416 0 48 0 0-48 0-416 0-48L464 0 48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 48l0 416L48 464 48 48l416 0zM48 0L0 0 0 48 0 464l0 48 48 0 416 0 48 0 0-48 0-416 0-48L464 0 48 0z"}},"free":["regular","solid"]},"square-git":{"aliases":{"names":["git-square"]},"changes":["4.1.0","5.0.0","5.8.2","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d2","label":"Square Git","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5 .7-44.5zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9c0-14.5 8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9zM149.6 195h49.5l0 21.6-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8 .6 14.3 .8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zM270.5 303.1l13 1.8 0 20.1H211.1V304.9c2.7-.4 5-.7 6.9-.9c9.9-1.2 10.1-1.3 10.1-6V223.3c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1 .2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9V217.7c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7V192.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3 .1 .7 0 1.3 0h35.8v25.4H339.3v60.7c0 .2 0 .5 0 .9c-.2 6.3-.9 30.4 37.9 15.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M120.8 335.5c-5.9-.4-12.6-.8-20.2-1.3c-3.3 4.1-6.6 8.4-6.6 13.5c0 18.5 65.5 18.5 65.5-1.5c0-8.3-7.4-8.7-38.8-10.7zm7.8-117.9c-32.3 0-33.7 44.5-.7 44.5c32.5 0 31.7-44.5 .7-44.5zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM243.9 172.2c-14.5 0-22.9-8.4-22.9-22.9c0-14.5 8.4-22.3 22.9-22.3c14.7 0 23.1 7.8 23.1 22.3s-8.4 22.9-23.1 22.9zM149.6 195h49.5l0 21.6-23.4 1.8c4.6 5.8 9.4 14 9.4 25.7c0 48.7-57.2 47.2-74.2 42.4l-8.4 13.4c5 .3 9.8 .6 14.3 .8c56.3 3.2 80.5 4.6 80.5 38.5c0 29.2-25.7 45.7-69.9 45.7c-46 0-63.5-11.6-63.5-31.7c0-11.4 5.1-17.5 14-25.9c-8.4-3.5-11.2-9.9-11.2-16.8c0-9.6 7.4-16.3 23-30.6l.2-.2c-12.4-6.1-21.8-19.3-21.8-38.1c0-51.6 56.6-53.3 81.6-46.8zM270.5 303.1l13 1.8 0 20.1H211.1V304.9c2.7-.4 5-.7 6.9-.9c9.9-1.2 10.1-1.3 10.1-6V223.3c0-4.4-.9-4.7-10.1-7.8c-1.9-.7-4.2-1.4-6.9-2.4l2.8-20.6h52.6V298c0 4.1 .2 4.6 4.1 5.1zm106.6-10.4L384 315c-10.9 5.4-26.9 10.2-41.4 10.2c-30.2 0-41.7-12.2-41.7-40.9V217.7c0-.8 0-1.4-.2-1.8c-.8-1.2-4.2-.7-19.6-.7V192.6c22.3-2.5 31.2-13.7 34-41.4h24.2c0 33.3-.6 38 .7 38.6c.3 .1 .7 0 1.3 0h35.8v25.4H339.3v60.7c0 .2 0 .5 0 .9c-.2 6.3-.9 30.4 37.9 15.9z"}},"free":["brands"]},"square-github":{"aliases":{"names":["github-square"]},"changes":["1.0.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":["octocat"]},"styles":["brands"],"unicode":"f092","label":"Square Github","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM265.8 407.7c0-1.8 0-6 .1-11.6c.1-11.4 .1-28.8 .1-43.7c0-15.6-5.2-25.5-11.3-30.7c37-4.1 76-9.2 76-73.1c0-18.2-6.5-27.3-17.1-39c1.7-4.3 7.4-22-1.7-45c-13.9-4.3-45.7 17.9-45.7 17.9c-13.2-3.7-27.5-5.6-41.6-5.6s-28.4 1.9-41.6 5.6c0 0-31.8-22.2-45.7-17.9c-9.1 22.9-3.5 40.6-1.7 45c-10.6 11.7-15.6 20.8-15.6 39c0 63.6 37.3 69 74.3 73.1c-4.8 4.3-9.1 11.7-10.6 22.3c-9.5 4.3-33.8 11.7-48.3-13.9c-9.1-15.8-25.5-17.1-25.5-17.1c-16.2-.2-1.1 10.2-1.1 10.2c10.8 5 18.4 24.2 18.4 24.2c9.7 29.7 56.1 19.7 56.1 19.7c0 9 .1 21.7 .1 30.6c0 4.8 .1 8.6 .1 10c0 4.3-3 9.5-11.5 8C106 393.6 59.8 330.8 59.8 257.4c0-91.8 70.2-161.5 162-161.5s166.2 69.7 166.2 161.5c.1 73.4-44.7 136.3-110.7 158.3c-8.4 1.5-11.5-3.7-11.5-8zm-90.5-54.8c-.2-1.5 1.1-2.8 3-3.2c1.9-.2 3.7 .6 3.9 1.9c.3 1.3-1 2.6-3 3c-1.9 .4-3.7-.4-3.9-1.7zm-9.1 3.2c-2.2 .2-3.7-.9-3.7-2.4c0-1.3 1.5-2.4 3.5-2.4c1.9-.2 3.7 .9 3.7 2.4c0 1.3-1.5 2.4-3.5 2.4zm-14.3-2.2c-1.9-.4-3.2-1.9-2.8-3.2s2.4-1.9 4.1-1.5c2 .6 3.3 2.1 2.8 3.4c-.4 1.3-2.4 1.9-4.1 1.3zm-12.5-7.3c-1.5-1.3-1.9-3.2-.9-4.1c.9-1.1 2.8-.9 4.3 .6c1.3 1.3 1.8 3.3 .9 4.1c-.9 1.1-2.8 .9-4.3-.6zm-8.5-10c-1.1-1.5-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3c1.1 1.5 1.1 3.3 0 4.1c-.9 .6-2.6 0-3.7-1.5zm-6.3-8.8c-1.1-1.3-1.3-2.8-.4-3.5c.9-.9 2.4-.4 3.5 .6c1.1 1.3 1.3 2.8 .4 3.5c-.9 .9-2.4 .4-3.5-.6zm-6-6.4c-1.3-.6-1.9-1.7-1.5-2.6c.4-.6 1.5-.9 2.8-.4c1.3 .7 1.9 1.8 1.5 2.6c-.4 .9-1.7 1.1-2.8 .4z"}},"free":["brands"]},"square-gitlab":{"aliases":{"names":["gitlab-square"]},"changes":["6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e5ae","label":"Square Gitlab","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm337.5 12.5l44.6 116.4 .4 1.2c5.6 16.8 7.2 35.2 2.3 52.5c-5 17.2-15.4 32.4-29.8 43.3l-.2 .1-68.4 51.2-54.1 40.9c-.5 .2-1.1 .5-1.7 .8c-2 1-4.4 2-6.7 2c-3 0-6.8-1.8-8.3-2.8l-54.2-40.9L93.5 322.3l-.4-.3-.2-.1c-14.3-10.8-24.8-26-29.7-43.3s-4.2-35.7 2.2-52.5l.5-1.2 44.7-116.4c.9-2.3 2.5-4.3 4.5-5.6c1.6-1 3.4-1.6 5.2-1.8c1.3-.7 2.1-.4 3.4 .1c.6 .2 1.2 .5 2 .7c1 .4 1.6 .9 2.4 1.5c.6 .4 1.2 1 2.1 1.5c1.2 1.4 2.2 3 2.7 4.8l29.2 92.2H285l30.2-92.2c.5-1.8 1.4-3.4 2.6-4.8s2.8-2.4 4.5-3.1c1.7-.6 3.6-.9 5.4-.7s3.6 .8 5.2 1.8c2 1.3 3.7 3.3 4.6 5.6z"}},"free":["brands"]},"square-google-plus":{"aliases":{"names":["google-plus-square"]},"changes":["2.0.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":["social network"]},"styles":["brands"],"unicode":"f0d4","label":"Square Google Plus","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM64 256c0-55.3 44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4c-34.1 0-61.9 28.2-61.9 63.2c0 34.9 27.8 63.2 61.9 63.2c39.6 0 54.4-28.5 56.8-43.1H164V241.8h94.4c1 5 1.6 10.1 1.6 16.6c0 57.1-38.3 97.6-96 97.6c-55.3 0-100-44.7-100-100zm291 18.2v29H325.8v-29h-29V245h29V216H355v29h29v29.2H355z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM64 256c0-55.3 44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4c-34.1 0-61.9 28.2-61.9 63.2c0 34.9 27.8 63.2 61.9 63.2c39.6 0 54.4-28.5 56.8-43.1H164V241.8h94.4c1 5 1.6 10.1 1.6 16.6c0 57.1-38.3 97.6-96 97.6c-55.3 0-100-44.7-100-100zm291 18.2v29H325.8v-29h-29V245h29V216H355v29h29v29.2H355z"}},"free":["brands"]},"square-h":{"aliases":{"names":["h-square"],"unicodes":{"secondary":["10f0fd"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directions","emergency","hospital","hotel","letter","map"]},"styles":["solid"],"unicode":"f0fd","label":"Square H","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM336 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM336 152l0 104 0 104c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80-128 0 0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80 128 0 0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"square-hacker-news":{"aliases":{"names":["hacker-news-square"]},"changes":["5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3af","label":"Square Hacker News","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM21 229.2c0 0 .1-.1 .1-.2s.1-.2 .2-.2c0 .1 0 .3-.1 .4H21zM239.2 384H207.8V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112c1.6 4.3 3.1 8.5 5.2 13.6c3.2-7 5.1-11.9 7.1-17.3c5.9-15.3 12.8-33.2 53.5-108.3H320L239.2 283.1V384z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM21 229.2c0 0 .1-.1 .1-.2s.1-.2 .2-.2c0 .1 0 .3-.1 .4H21zM239.2 384H207.8V281.3L128 128h37.3c41.5 77.7 48.1 95.8 54.1 112c1.6 4.3 3.1 8.5 5.2 13.6c3.2-7 5.1-11.9 7.1-17.3c5.9-15.3 12.8-33.2 53.5-108.3H320L239.2 283.1V384z"}},"free":["brands"]},"square-instagram":{"aliases":{"names":["instagram-square"]},"changes":["5.12.1","5.14.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e055","label":"Square Instagram","voted":true,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z"}},"free":["brands"]},"square-js":{"aliases":{"names":["js-square"]},"changes":["5.0.0","5.0.3","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3b9","label":"Square Js","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5L152 385.7c6.6 11.7 12.6 21.6 27.1 21.6c13.8 0 22.6-5.4 22.6-26.5V237.7h42.1V381.4c0 43.6-25.6 63.5-62.9 63.5zm85.8-43L301 382.1c9 14.7 20.8 25.6 41.5 25.6c17.4 0 28.6-8.7 28.6-20.8c0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5c0-31.6 24.1-55.6 61.6-55.6c26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18c-12.3 0-20.1 7.8-20.1 18c0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2c0 37.8-29.8 58.6-69.7 58.6c-39.1 0-64.4-18.6-76.7-43z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM180.9 444.9c-33.7 0-53.2-17.4-63.2-38.5L152 385.7c6.6 11.7 12.6 21.6 27.1 21.6c13.8 0 22.6-5.4 22.6-26.5V237.7h42.1V381.4c0 43.6-25.6 63.5-62.9 63.5zm85.8-43L301 382.1c9 14.7 20.8 25.6 41.5 25.6c17.4 0 28.6-8.7 28.6-20.8c0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5c0-31.6 24.1-55.6 61.6-55.6c26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18c-12.3 0-20.1 7.8-20.1 18c0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2c0 37.8-29.8 58.6-69.7 58.6c-39.1 0-64.4-18.6-76.7-43z"}},"free":["brands"]},"square-lastfm":{"aliases":{"names":["lastfm-square"]},"changes":["4.2.0","5.0.0","5.0.11","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f203","label":"Square Lastfm","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9c-12.9-41.9-21-68.4-58-68.4c-22.4 0-45.1 16.1-45.1 61.2c0 35.2 18 57.2 43.3 57.2c28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8c0-57.9 28.6-92 82.5-92c67.9 0 79.3 35.3 96.4 88.4c1.4 4.4 2.9 8.9 4.4 13.5c8.8 26.8 24.2 46.2 61.2 46.2c24.9 0 38.1-5.5 38.1-19.1c0-17.5-16.9-21.2-40-26.4c-3.2-.7-6.5-1.4-9.9-2.2c-30.4-7.3-42.5-23.1-42.5-48c0-40 32.3-52.4 65.2-52.4c37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4c-16.1 0-26 7.3-26 19.8c0 11 4.8 17.6 20.9 21.3c2.2 .5 4.5 1 6.7 1.4c31.1 6.5 65.1 13.7 65.1 56.1c.1 36.7-30.7 50.6-76.1 50.6c-63.4 0-85.4-28.6-97.1-64.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM210.7 280.8c-1.8-5.5-3.4-10.8-5-15.9c-12.9-41.9-21-68.4-58-68.4c-22.4 0-45.1 16.1-45.1 61.2c0 35.2 18 57.2 43.3 57.2c28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8c0-57.9 28.6-92 82.5-92c67.9 0 79.3 35.3 96.4 88.4c1.4 4.4 2.9 8.9 4.4 13.5c8.8 26.8 24.2 46.2 61.2 46.2c24.9 0 38.1-5.5 38.1-19.1c0-17.5-16.9-21.2-40-26.4c-3.2-.7-6.5-1.4-9.9-2.2c-30.4-7.3-42.5-23.1-42.5-48c0-40 32.3-52.4 65.2-52.4c37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4c-16.1 0-26 7.3-26 19.8c0 11 4.8 17.6 20.9 21.3c2.2 .5 4.5 1 6.7 1.4c31.1 6.5 65.1 13.7 65.1 56.1c.1 36.7-30.7 50.6-76.1 50.6c-63.4 0-85.4-28.6-97.1-64.1z"}},"free":["brands"]},"square-letterboxd":{"changes":["6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e62e","label":"Square Letterboxd","voted":false,"svg":{"brands":{"last_modified":1691764893,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9zM224 187c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1C176.9 313.8 198.9 327 224 327c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1C271.1 200.2 249.1 187 224 187zm118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9zM224 187c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1C176.9 313.8 198.9 327 224 327c24.8 0 46.5-12.8 59-32.2l.5-.7-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1C271.1 200.2 249.1 187 224 187zm118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5 .7 .4 .6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70z"}},"free":["brands"]},"square-minus":{"aliases":{"names":["minus-square"],"unicodes":{"composite":["f147"],"secondary":["10f146"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["collapse","delete","hide","minify","negative","remove","shape","trash"]},"styles":["solid","regular"],"unicode":"f146","label":"Square Minus","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"},"regular":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM152 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM152 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["regular","solid"]},"square-nfi":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["non-food item","supplies"]},"styles":["solid"],"unicode":"e576","label":"Square Nfi","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm75.7 64.6C68.8 162.5 64 168.8 64 176l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-102.2 66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4l0-160c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 102.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176l0 64 0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-32 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm75.7 64.6C68.8 162.5 64 168.8 64 176l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-102.2 66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4l0-160c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 102.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176l0 64 0 96c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-32 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-64 0c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 160c0 8.8 7.2 16 16 16s16-7.2 16-16l0-160z"}},"free":["solid"]},"square-odnoklassniki":{"aliases":{"names":["odnoklassniki-square"]},"changes":["4.4.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f264","label":"Square Odnoklassniki","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 95.9A81 81 0 1 1 224 258a81 81 0 1 1 0-162.1zm59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l0 0-47.7 47.9c-17.7 17.2-46-11-28.4-28.6c3.7-3.7 7.9-7.9 12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 137.1a39.9 39.9 0 1 0 0 79.7 39.9 39.9 0 1 0 0-79.7zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zM224 95.9A81 81 0 1 1 224 258a81 81 0 1 1 0-162.1zm59.3 168.3c16.8-13.2 29.5-5.5 34.1 3.6c7.8 16-1.1 23.7-21.5 37c-17.1 10.9-40.7 15.2-56.2 16.8l13 12.9 47.7 47.7c17.4 17.9-11 45.8-28.6 28.6c-12-12.2-29.5-29.7-47.7-47.9l0 0-47.7 47.9c-17.7 17.2-46-11-28.4-28.6c3.7-3.7 7.9-7.9 12.5-12.5c10.4-10.4 22.6-22.7 35.2-35.2l12.9-12.9c-15.4-1.6-39.3-5.7-56.6-16.8c-20.3-13.3-29.3-20.9-21.4-37c4.6-9.1 17.3-16.8 34.1-3.6c0 0 22.7 18 59.3 18s59.3-18 59.3-18z"}},"free":["brands"]},"square-parking":{"aliases":{"names":["parking"],"unicodes":{"composite":["1f17f"],"secondary":["10f540"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0","6.7.1"],"ligatures":[],"search":{"terms":["auto","car","garage","meter","parking"]},"styles":["solid"],"unicode":"f540","label":"Square Parking","voted":true,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM192 256l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0 64zm48 64l-48 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-120c0-22.1 17.9-40 40-40l72 0c53 0 96 43 96 96s-43 96-96 96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM192 256l48 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0 64zm48 64l-48 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-64 0-120c0-22.1 17.9-40 40-40l72 0c53 0 96 43 96 96s-43 96-96 96z"}},"free":["solid"]},"square-pen":{"aliases":{"names":["pen-square","pencil-square"],"unicodes":{"secondary":["10f14b"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","modify","pencil-square","update","write"]},"styles":["solid"],"unicode":"f14b","label":"Square Pen","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"}},"free":["solid"]},"square-person-confined":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["captivity","confined","uer"]},"styles":["solid"],"unicode":"e577","label":"Square Person Confined","voted":false,"svg":{"solid":{"last_modified":1720207362,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56l0 102.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7l0-58.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56l0 102.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7l0-58.7z"}},"free":["solid"]},"square-phone":{"aliases":{"names":["phone-square"],"unicodes":{"secondary":["10f098"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f098","label":"Square Phone","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z"}},"free":["solid"]},"square-phone-flip":{"aliases":{"names":["phone-square-alt"],"unicodes":{"secondary":["10f87b"]}},"changes":["5.9.0","5.10.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["call","earphone","number","support","telephone","voice"]},"styles":["solid"],"unicode":"f87b","label":"Square Phone Flip","voted":false,"svg":{"solid":{"last_modified":1717101286,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z"}},"free":["solid"]},"square-pied-piper":{"aliases":{"names":["pied-piper-square"]},"changes":["5.12.0","5.14.0","6.1.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e01e","label":"Pied Piper Square Logo (Old)","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z"}},"free":["brands"]},"square-pinterest":{"aliases":{"names":["pinterest-square"]},"changes":["2.0.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f0d3","label":"Square Pinterest","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64h72.6l-2.2-.8c-5.4-48.1-3.1-57.5 15.7-134.7c3.9-16 8.5-35 13.9-57.9c0 0-7.3-14.8-7.3-36.5c0-70.7 75.5-78 75.5-25c0 13.5-5.4 31.1-11.2 49.8c-3.3 10.6-6.6 21.5-9.1 32c-5.7 24.5 12.3 44.4 36.4 44.4c43.7 0 77.2-46 77.2-112.4c0-58.8-42.3-99.9-102.6-99.9C153 139 112 191.4 112 245.6c0 21.1 8.2 43.7 18.3 56c2 2.4 2.3 4.5 1.7 7c-1.1 4.7-3.1 12.9-4.7 19.2c-1 4-1.8 7.3-2.1 8.6c-1.1 4.5-3.5 5.5-8.2 3.3c-30.6-14.3-49.8-59.1-49.8-95.1C67.2 167.1 123.4 96 229.4 96c85.2 0 151.4 60.7 151.4 141.8c0 84.6-53.3 152.7-127.4 152.7c-24.9 0-48.3-12.9-56.3-28.2c0 0-12.3 46.9-15.3 58.4c-5 19.3-17.6 42.9-27.4 59.3H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z"}},"free":["brands"]},"square-plus":{"aliases":{"names":["plus-square"],"unicodes":{"composite":["f196"],"secondary":["10f0fe"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","create","expand","new","positive","shape"]},"styles":["solid","regular"],"unicode":"f0fe","label":"Square Plus","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"},"regular":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM200 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"}},"free":["regular","solid"]},"square-poll-horizontal":{"aliases":{"names":["poll-h"],"unicodes":{"secondary":["10f682"]}},"changes":["5.3.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chart","graph","results","statistics","survey","trend","vote","voting"]},"styles":["solid"],"unicode":"f682","label":"Square Poll Horizontal","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z"}},"free":["solid"]},"square-poll-vertical":{"aliases":{"names":["poll"],"unicodes":{"secondary":["10f681"]}},"changes":["5.3.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chart","graph","results","revenue","statistics","survey","trend","vote","voting"]},"styles":["solid"],"unicode":"f681","label":"Square Poll Vertical","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 192c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192zM320 288c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm64 192c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 192c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-192zM320 288c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"square-reddit":{"aliases":{"names":["reddit-square"]},"changes":["4.1.0","5.0.0","6.1.2","6.5.0","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a2","label":"Square Reddit","voted":false,"svg":{"brands":{"last_modified":1701291892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM305.9 166.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8c-30.2 3.2-53.8 28.8-53.8 59.9l0 .2c-32.8 1.4-62.8 10.7-86.6 25.5c-8.8-6.8-19.9-10.9-32-10.9c-28.9 0-52.3 23.4-52.3 52.3c0 21 12.3 39 30.1 47.4c1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3c0-28.9-23.4-52.3-52.3-52.3c-12 0-23 4-31.9 10.8c-24-14.9-54.3-24.2-87.5-25.4l0-.1c0-22.2 16.5-40.7 37.9-43.7l0 0c3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9s-27.5-7.7-26.6-26.7s13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9c-.9-19 10.3-34.4 25-34.4s27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6 .7-5.4 3.4-5.7c16.1-1.6 33.5-2.5 51.7-2.5s35.6 .9 51.7 2.5c2.7 .3 4.5 3.1 3.4 5.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32zM305.9 166.4c20.6 0 37.3-16.7 37.3-37.3s-16.7-37.3-37.3-37.3c-18 0-33.1 12.8-36.6 29.8c-30.2 3.2-53.8 28.8-53.8 59.9l0 .2c-32.8 1.4-62.8 10.7-86.6 25.5c-8.8-6.8-19.9-10.9-32-10.9c-28.9 0-52.3 23.4-52.3 52.3c0 21 12.3 39 30.1 47.4c1.7 60.7 67.9 109.6 149.3 109.6s147.6-48.9 149.3-109.7c17.7-8.4 29.9-26.4 29.9-47.3c0-28.9-23.4-52.3-52.3-52.3c-12 0-23 4-31.9 10.8c-24-14.9-54.3-24.2-87.5-25.4l0-.1c0-22.2 16.5-40.7 37.9-43.7l0 0c3.9 16.5 18.7 28.7 36.3 28.7zM155 248.1c14.6 0 25.8 15.4 25 34.4s-11.8 25.9-26.5 25.9s-27.5-7.7-26.6-26.7s13.5-33.5 28.1-33.5zm166.4 33.5c.9 19-12 26.7-26.6 26.7s-25.6-6.9-26.5-25.9c-.9-19 10.3-34.4 25-34.4s27.3 14.6 28.1 33.5zm-42.1 49.6c-9 21.5-30.3 36.7-55.1 36.7s-46.1-15.1-55.1-36.7c-1.1-2.6 .7-5.4 3.4-5.7c16.1-1.6 33.5-2.5 51.7-2.5s35.6 .9 51.7 2.5c2.7 .3 4.5 3.1 3.4 5.7z"}},"free":["brands"]},"square-root-variable":{"aliases":{"names":["square-root-alt"],"unicodes":{"secondary":["10f698"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arithmetic","calculus","division","math"]},"styles":["solid"],"unicode":"f698","label":"Square Root Variable","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M282.6 78.1c8-27.3 33-46.1 61.4-46.1l200 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L344 96 238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l45.6 0c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M282.6 78.1c8-27.3 33-46.1 61.4-46.1l200 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L344 96 238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288 32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l45.6 0c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"}},"free":["solid"]},"square-rss":{"aliases":{"names":["rss-square"],"unicodes":{"secondary":["10f143"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blog","feed","journal","news","writing"]},"styles":["solid"],"unicode":"f143","label":"Square Rss","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"square-share-nodes":{"aliases":{"names":["share-alt-square"],"unicodes":{"secondary":["10f1e1"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["forward","save","send","social"]},"styles":["solid"],"unicode":"f1e1","label":"Square Share Nodes","voted":false,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z"}},"free":["solid"]},"square-snapchat":{"aliases":{"names":["snapchat-square"]},"changes":["4.6.0","5.0.0","6.0.0-beta1","6.1.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2ad","label":"Snapchat Square","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z"}},"free":["brands"]},"square-steam":{"aliases":{"names":["steam-square"]},"changes":["4.1.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1b7","label":"Square Steam","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5 .1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5l29.5 12.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V240.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0 -116.8 0zm14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1 -87.8 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M165.6 309.1c18.6 7.7 27.3 28.9 19.6 47.4s-29 27.2-47.6 19.4l-28.5-11.8c5 10.6 13.8 19.4 25.4 24.2c25.2 10.5 54.1-1.4 64.6-26.5c5.1-12.1 5.1-25.5 .1-37.7c-5.1-12.1-14.5-21.6-26.7-26.7c-12.1-5-25-4.8-36.4-.5l29.5 12.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V240.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8c-31.8 0-58.5-22.7-64.5-52.7L0 319.2V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM241.9 196.2a58.4 58.4 0 1 0 116.8 0 58.4 58.4 0 1 0 -116.8 0zm14.6-.1a43.9 43.9 0 1 1 87.8 0 43.9 43.9 0 1 1 -87.8 0z"}},"free":["brands"]},"square-threads":{"changes":["6.4.1","6.4.2"],"ligatures":[],"search":{"terms":["social network"]},"styles":["brands"],"unicode":"e619","label":"Square Threads","voted":false,"svg":{"brands":{"last_modified":1732025492,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM294.2 244.3c19.5 9.3 33.7 23.5 41.2 40.9c10.4 24.3 11.4 63.9-20.2 95.4c-24.2 24.1-53.5 35-95.1 35.3h-.2c-46.8-.3-82.8-16.1-106.9-46.8C91.5 341.8 80.4 303.7 80 256v-.1-.1c.4-47.7 11.5-85.7 33-113.1c24.2-30.7 60.2-46.5 106.9-46.8h.2c46.9 .3 83.3 16 108.2 46.6c12.3 15.1 21.3 33.3 27 54.4l-26.9 7.2c-4.7-17.2-11.9-31.9-21.4-43.6c-19.4-23.9-48.7-36.1-87-36.4c-38 .3-66.8 12.5-85.5 36.2c-17.5 22.3-26.6 54.4-26.9 95.5c.3 41.1 9.4 73.3 26.9 95.5c18.7 23.8 47.4 36 85.5 36.2c34.3-.3 56.9-8.4 75.8-27.3c21.5-21.5 21.1-47.9 14.2-64c-4-9.4-11.4-17.3-21.3-23.3c-2.4 18-7.9 32.2-16.5 43.2c-11.4 14.5-27.7 22.4-48.4 23.5c-15.7 .9-30.8-2.9-42.6-10.7c-13.9-9.2-22-23.2-22.9-39.5c-1.7-32.2 23.8-55.3 63.5-57.6c14.1-.8 27.3-.2 39.5 1.9c-1.6-9.9-4.9-17.7-9.8-23.4c-6.7-7.8-17.1-11.8-30.8-11.9h-.4c-11 0-26 3.1-35.6 17.6l-23-15.8c12.8-19.4 33.6-30.1 58.5-30.1h.6c41.8 .3 66.6 26.3 69.1 71.8c1.4 .6 2.8 1.2 4.2 1.9l.1 .5zm-71.8 67.5c17-.9 36.4-7.6 39.7-48.8c-8.8-1.9-18.6-2.9-29-2.9c-3.2 0-6.4 .1-9.6 .3c-28.6 1.6-38.1 15.5-37.4 27.9c.9 16.7 19 24.5 36.4 23.6l-.1-.1z"}},"free":["brands"]},"square-tumblr":{"aliases":{"names":["tumblr-square"]},"changes":["3.2.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f174","label":"Square Tumblr","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM256.8 416c-75.5 0-91.9-55.5-91.9-87.9v-90H135.2c-3.4 0-6.2-2.8-6.2-6.2V189.4c0-4.5 2.8-8.5 7.1-10c38.8-13.7 50.9-47.5 52.7-73.2c.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2H249.1V321c0 21.4 14.8 33.5 42.5 22.4c3-1.2 5.6-2 8-1.4c2.2 .5 3.6 2.1 4.6 4.9L318 387.1c1 3.2 2 6.7-.3 9.1c-8.5 9.1-31.2 19.8-60.9 19.8z"}},"free":["brands"]},"square-twitter":{"aliases":{"names":["twitter-square"]},"changes":["1.0.0","5.0.0","6.1.2","6.4.2"],"ligatures":[],"search":{"terms":["social network","tweet"]},"styles":["brands"],"unicode":"f081","label":"Square Twitter","voted":false,"svg":{"brands":{"last_modified":1690904784,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM351.3 199.3v0c0 86.7-66 186.6-186.6 186.6c-37.2 0-71.7-10.8-100.7-29.4c5.3 .6 10.4 .8 15.8 .8c30.7 0 58.9-10.4 81.4-28c-28.8-.6-53-19.5-61.3-45.5c10.1 1.5 19.2 1.5 29.6-1.2c-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3c-9-6-16.4-14.1-21.5-23.6s-7.8-20.2-7.7-31c0-12.2 3.2-23.4 8.9-33.1c32.3 39.8 80.8 65.8 135.2 68.6c-9.3-44.5 24-80.6 64-80.6c18.9 0 35.9 7.9 47.9 20.7c14.8-2.8 29-8.3 41.6-15.8c-4.9 15.2-15.2 28-28.8 36.1c13.2-1.4 26-5.1 37.8-10.2c-8.9 13.1-20.1 24.7-32.9 34c.2 2.8 .2 5.7 .2 8.5z"}},"free":["brands"]},"square-up-right":{"aliases":{"names":["external-link-square-alt"],"unicodes":{"composite":["2197"],"secondary":["10f360"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","diagonal","direction","external-link-square","intercardinal","new","northeast","open","share","up-right arrow"]},"styles":["solid"],"unicode":"f360","label":"Square Up Right","voted":false,"svg":{"solid":{"last_modified":1717165343,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 160c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l40 40-71 71C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7l71-71 40 40c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-144c0-8.8-7.2-16-16-16l-144 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM160 160c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l40 40-71 71C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7l71-71 40 40c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8l0-144c0-8.8-7.2-16-16-16l-144 0z"}},"free":["solid"]},"square-upwork":{"changes":["6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e67c","label":"Square Upwork","voted":false,"svg":{"brands":{"last_modified":1706728509,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M56 32l336 0c30.9 0 56 25.1 56 56l0 336c0 30.9-25.1 56-56 56L56 480c-30.9 0-56-25.1-56-56L0 88C0 57.1 25.1 32 56 32zM270.9 274.2c6.6-52.9 25.9-69.5 51.4-69.5c25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9zm-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6l-29.7 0-33.2 0 0 78.1c0 28.4-12.9 49.4-38.2 49.4s-39.8-20.9-39.8-49.3l.3-78.1-36.2 0 0 78.1c0 22.8 7.4 43.5 20.9 58.2c13.9 15.2 32.8 23.2 54.8 23.2c43.7 0 74.2-33.5 74.2-81.5l0-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6l36.8 0 12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4c12.3 7.8 26.4 12.2 40.9 12.6l.1 0c.5 0 1.1 0 1.6 0c.6 0 1.1 0 1.7 0c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M56 32l336 0c30.9 0 56 25.1 56 56l0 336c0 30.9-25.1 56-56 56L56 480c-30.9 0-56-25.1-56-56L0 88C0 57.1 25.1 32 56 32zM270.9 274.2c6.6-52.9 25.9-69.5 51.4-69.5c25.3 0 44.9 20.2 44.9 49.7s-19.7 49.7-44.9 49.7c-27.9 0-46.3-21.5-51.4-29.9zm-26.7-41.8c-8.2-15.5-14.3-36.3-19.2-55.6l-29.7 0-33.2 0 0 78.1c0 28.4-12.9 49.4-38.2 49.4s-39.8-20.9-39.8-49.3l.3-78.1-36.2 0 0 78.1c0 22.8 7.4 43.5 20.9 58.2c13.9 15.2 32.8 23.2 54.8 23.2c43.7 0 74.2-33.5 74.2-81.5l0-52.5c4.6 17.3 15.4 50.5 36.2 79.7L215 392.6l36.8 0 12.8-78.4c4.2 3.5 8.7 6.6 13.4 9.4c12.3 7.8 26.4 12.2 40.9 12.6l.1 0c.5 0 1.1 0 1.6 0c.6 0 1.1 0 1.7 0c45.1 0 80.9-34.9 80.9-81.9s-35.9-82.2-80.9-82.2c-45.4 0-70.9 29.7-78.1 60.1z"}},"free":["brands"]},"square-viadeo":{"aliases":{"names":["viadeo-square"]},"changes":["4.6.0","5.0.0","5.7.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2aa","label":"Square Viadeo","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1c13.3 0 26.6 2.1 39.1 6.7c-4.3 8.4-7.3 17.6-8.4 27.1c-9.7-4.1-20.2-6-30.7-6c-48.8 0-84.6 41.7-84.6 88.9c0 43 28.5 78.7 69.5 85.9c61.5-24 72.9-117.6 72.9-175v0c0-7.3 0-14.8-.6-22.1c-11.2-32.9-26.6-64.6-44.2-94.5c27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70c0 54.1-21.9 99-68.3 128.2l-2.4 .2c50 1 86.2-38.6 86.2-87.2c0-12.2-2.1-24.3-6.9-35.7c9.5-1.9 18.5-5.6 26.4-10.5c15.3 36.6 12.6 87.3-22.8 125.6c-42.4 46.2-120 46.6-162.4 0zM274.6 217.6c21.9-12 49.6-30.7 62.3-53c1.5-3 4.1-8.6 4.5-12c-12.5 27.9-44.2 49.8-73.9 56.7c-4.7-7.3-7.5-15.5-7.5-24.3c0-10.3 5.2-24.1 12.9-31.6c8.3-7.9 18-10.9 27.9-14.1c16-5.1 32.5-10.3 44.5-35.9c32.5 46.2 13.1 130.3-36.3 130.3c-13.3 0-25.1-7.1-34.4-16.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM118.3 381.2c-68-73.6-19.8-196.1 81.2-196.1c13.3 0 26.6 2.1 39.1 6.7c-4.3 8.4-7.3 17.6-8.4 27.1c-9.7-4.1-20.2-6-30.7-6c-48.8 0-84.6 41.7-84.6 88.9c0 43 28.5 78.7 69.5 85.9c61.5-24 72.9-117.6 72.9-175v0c0-7.3 0-14.8-.6-22.1c-11.2-32.9-26.6-64.6-44.2-94.5c27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70c0 54.1-21.9 99-68.3 128.2l-2.4 .2c50 1 86.2-38.6 86.2-87.2c0-12.2-2.1-24.3-6.9-35.7c9.5-1.9 18.5-5.6 26.4-10.5c15.3 36.6 12.6 87.3-22.8 125.6c-42.4 46.2-120 46.6-162.4 0zM274.6 217.6c21.9-12 49.6-30.7 62.3-53c1.5-3 4.1-8.6 4.5-12c-12.5 27.9-44.2 49.8-73.9 56.7c-4.7-7.3-7.5-15.5-7.5-24.3c0-10.3 5.2-24.1 12.9-31.6c8.3-7.9 18-10.9 27.9-14.1c16-5.1 32.5-10.3 44.5-35.9c32.5 46.2 13.1 130.3-36.3 130.3c-13.3 0-25.1-7.1-34.4-16.1z"}},"free":["brands"]},"square-vimeo":{"aliases":{"names":["vimeo-square"]},"changes":["4.0.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f194","label":"Square Vimeo","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM318.5 309.5C275 366 238.2 394.3 208.1 394.3c-18.7 0-34.4-17.2-47.3-51.6c-3.8-13.9-7.3-26.9-10.5-39c-18.2-68.3-28.6-107.4-46.2-107.4c-2.4 0-10.8 5-25.1 15.1L64 192c7-6.1 13.9-12.4 20.6-18.5c29.1-26.3 55.6-50.3 73.5-51.9c24.9-2.4 40.2 14.6 46 51.1c20.5 129.6 29.6 149.2 66.8 90.5c13.4-21.2 20.6-37.2 21.5-48.3c3.4-32.8-25.6-30.6-45.2-22.2c15.7-51.5 45.8-76.5 90.1-75.1c32.9 1 48.4 22.4 46.5 64c-1.4 31.1-23.2 73.8-65.3 127.9z"}},"free":["brands"]},"square-virus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["coronavirus","covid-19","disease","flu","infection","pandemic"]},"styles":["solid"],"unicode":"e578","label":"Square Virus","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"}},"free":["solid"]},"square-web-awesome":{"changes":["6.5.2"],"ligatures":[],"search":{"terms":["awesome","coding","components","crown","web"]},"styles":["brands"],"unicode":"e683","label":"Square Web Awesome","voted":false,"svg":{"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM235 177.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM235 177.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"}},"free":["brands"]},"square-web-awesome-stroke":{"changes":["6.5.2"],"ligatures":[],"search":{"terms":["awesome","coding","components","crown","web"]},"styles":["brands"],"unicode":"e684","label":"Square Web Awesome Stroke","voted":false,"svg":{"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm235 81.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 64C46.3 64 32 78.3 32 96l0 320c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32l0-320c0-17.7-14.3-32-32-32L64 64zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm235 81.6L288 224l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24L304.5 349.1c-5.2 11.5-16.6 18.9-29.2 18.9l-102.6 0c-12.6 0-24-7.4-29.2-18.9L87.2 224C74.3 223.6 64 213 64 200c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L160 224l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6z"}},"free":["brands"]},"square-whatsapp":{"aliases":{"names":["whatsapp-square"]},"changes":["5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f40c","label":"Square Whatsapp","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M92.1 254.6c0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6L152 365.2l4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8c0-35.2-15.2-68.3-40.1-93.2c-25-25-58-38.7-93.2-38.7c-72.7 0-131.8 59.1-131.9 131.8zM274.8 330c-12.6 1.9-22.4 .9-47.5-9.9c-36.8-15.9-61.8-51.5-66.9-58.7c-.4-.6-.7-.9-.8-1.1c-2-2.6-16.2-21.5-16.2-41c0-18.4 9-27.9 13.2-32.3c.3-.3 .5-.5 .7-.8c3.6-4 7.9-5 10.6-5c2.6 0 5.3 0 7.6 .1c.3 0 .5 0 .8 0c2.3 0 5.2 0 8.1 6.8c1.2 2.9 3 7.3 4.9 11.8c3.3 8 6.7 16.3 7.3 17.6c1 2 1.7 4.3 .3 6.9c-3.4 6.8-6.9 10.4-9.3 13c-3.1 3.2-4.5 4.7-2.3 8.6c15.3 26.3 30.6 35.4 53.9 47.1c4 2 6.3 1.7 8.6-1c2.3-2.6 9.9-11.6 12.5-15.5c2.6-4 5.3-3.3 8.9-2s23.1 10.9 27.1 12.9c.8 .4 1.5 .7 2.1 1c2.8 1.4 4.7 2.3 5.5 3.6c.9 1.9 .9 9.9-2.4 19.1c-3.3 9.3-19.1 17.7-26.7 18.8zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM148.1 393.9L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5c29.9 30 47.9 69.8 47.9 112.2c0 87.4-72.7 158.5-160.1 158.5c-26.6 0-52.7-6.7-75.8-19.3z"}},"free":["brands"]},"square-x-twitter":{"changes":["6.4.2"],"ligatures":[],"search":{"terms":["elon","twitter","x"]},"styles":["brands"],"unicode":"e61a","label":"Square X Twitter","voted":false,"svg":{"brands":{"last_modified":1690904784,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"}},"free":["brands"]},"square-xing":{"aliases":{"names":["xing-square"]},"changes":["3.2.0","5.0.0","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f169","label":"Square Xing","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6 .2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1H93.8zm163.5-33.4v.2l65.5 119c2.8 5.1 .1 10.1-6 10.1H270.2c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c1.8-3.2 22.9-40.4 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10L257.3 286.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6 .2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1H93.8zm163.5-33.4v.2l65.5 119c2.8 5.1 .1 10.1-6 10.1H270.2c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c1.8-3.2 22.9-40.4 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10L257.3 286.8z"}},"free":["brands"]},"square-xmark":{"aliases":{"names":["times-square","xmark-square"],"unicodes":{"composite":["274e"],"secondary":["10f2d3"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["close","cross","cross mark button","incorrect","mark","notice","notification","notify","problem","square","uncheck","window","wrong","x","×"]},"styles":["solid"],"unicode":"f2d3","label":"Square Xmark","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"}},"free":["solid"]},"square-youtube":{"aliases":{"names":["youtube-square"],"unicodes":{"composite":["f166"]}},"changes":["5.0.3","6.1.2","6.5.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f431","label":"Square Youtube","voted":false,"svg":{"brands":{"last_modified":1691597498,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M282 256.2l-95.2-54.1V310.3L282 256.2zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9C42 315.9 42 256.3 42 256.3s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M282 256.2l-95.2-54.1V310.3L282 256.2zM384 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm14.4 136.1c7.6 28.6 7.6 88.2 7.6 88.2s0 59.6-7.6 88.1c-4.2 15.8-16.5 27.7-32.2 31.9C337.9 384 224 384 224 384s-113.9 0-142.2-7.6c-15.7-4.2-28-16.1-32.2-31.9C42 315.9 42 256.3 42 256.3s0-59.7 7.6-88.2c4.2-15.8 16.5-28.2 32.2-32.4C110.1 128 224 128 224 128s113.9 0 142.2 7.7c15.7 4.2 28 16.6 32.2 32.4z"}},"free":["brands"]},"squarespace":{"changes":["5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5be","label":"Squarespace","voted":true,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z"}},"free":["brands"]},"stack-exchange":{"changes":["4.0.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f18d","label":"Stack Exchange","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z"}},"free":["brands"]},"stack-overflow":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f16c","label":"Stack Overflow","voted":false,"svg":{"brands":{"last_modified":1660014479,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"}},"free":["brands"]},"stackpath":{"changes":["5.8.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f842","label":"Stackpath","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"}},"free":["brands"]},"staff-snake":{"aliases":{"names":["rod-asclepius","rod-snake","staff-aesculapius"]},"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["asclepius","asklepian","health","serpent","wellness"]},"styles":["solid"],"unicode":"e579","label":"Staff Snake","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M222.6 43.2l-.1 4.8L288 48c53 0 96 43 96 96s-43 96-96 96l-40 0 0-80 40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-28 0-4.5 144 40.5 0c53 0 96 43 96 96s-43 96-96 96l-16 0 0-80 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-43 0-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31L136 464c-22.1 0-40-17.9-40-40s17.9-40 40-40l36 0-1-32-19 0c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7l0 94.7c0 8.8 7.2 16 16 16l16.5 0L164 128l-28 0-13.4 0c-9 18.9-28.3 32-50.6 32l-16 0c-30.9 0-56-25.1-56-56S25.1 48 56 48l8 0 8 0 89.5 0-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M222.6 43.2l-.1 4.8L288 48c53 0 96 43 96 96s-43 96-96 96l-40 0 0-80 40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-40 0-28 0-4.5 144 40.5 0c53 0 96 43 96 96s-43 96-96 96l-16 0 0-80 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-43 0-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31L136 464c-22.1 0-40-17.9-40-40s17.9-40 40-40l36 0-1-32-19 0c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7l0 94.7c0 8.8 7.2 16 16 16l16.5 0L164 128l-28 0-13.4 0c-9 18.9-28.3 32-50.6 32l-16 0c-30.9 0-56-25.1-56-56S25.1 48 56 48l8 0 8 0 89.5 0-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"stairs":{"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["exit","steps","up"]},"styles":["solid"],"unicode":"e289","label":"Stairs","voted":true,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32l-96 0 0 96c0 17.7-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96c0-17.7 14.3-32 32-32l96 0 0-96z"}},"free":["solid"]},"stamp":{"aliases":{"unicodes":{"secondary":["10f5bf"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["art","certificate","imprint","rubber","seal"]},"styles":["solid"],"unicode":"f5bf","label":"Stamp","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2L112 256C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3L32 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-50.7c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112l-33.8 0c-29.9 0-54.2-24.3-54.2-54.2zM416 416l0 32L96 448l0-32 320 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2L112 256C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3L32 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-50.7c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112l-33.8 0c-29.9 0-54.2-24.3-54.2-54.2zM416 416l0 32L96 448l0-32 320 0z"}},"free":["solid"]},"stapler":{"changes":["6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["desktop","milton","office","paperclip","staple"]},"styles":["solid"],"unicode":"e5af","label":"Stapler","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 299.3l0 4.7 0 128c0 26.5-21.5 48-48 48l-80 0-64 0L64 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0 0-48L96 368c-17.7 0-32-14.3-32-32l0-116.6L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304l0-16L128 230.9l0 73.1 320 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 299.3l0 4.7 0 128c0 26.5-21.5 48-48 48l-80 0-64 0L64 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0 0-48L96 368c-17.7 0-32-14.3-32-32l0-116.6L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304l0-16L128 230.9l0 73.1 320 0z"}},"free":["solid"]},"star":{"aliases":{"unicodes":{"composite":["2b50","f006"],"secondary":["10f005"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","award","favorite","important","night","quality","rating","score","star","vip"]},"styles":["solid","regular"],"unicode":"f005","label":"Star","voted":false,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"}},"free":["regular","solid"]},"star-and-crescent":{"aliases":{"unicodes":{"composite":["262a"],"secondary":["10f699"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Muslim","islam","muslim","religion","star and crescent"]},"styles":["solid"],"unicode":"f699","label":"Star And Crescent","voted":false,"svg":{"solid":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z"}},"free":["solid"]},"star-half":{"aliases":{"unicodes":{"composite":["f123"],"secondary":["10f089"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","award","rating","score","star-half-empty","star-half-full"]},"styles":["solid","regular"],"unicode":"f089","label":"Star Half","voted":false,"svg":{"solid":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8 288 0zM429.9 512c1.1 .1 2.1 .1 3.2 0l-3.2 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8 288 0zM429.9 512c1.1 .1 2.1 .1 3.2 0l-3.2 0z"},"regular":{"last_modified":1717158660,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4l0 384.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.3c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4 0-265.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4l0 384.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.3c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4 0-265.9z"}},"free":["regular","solid"]},"star-half-stroke":{"aliases":{"names":["star-half-alt"],"unicodes":{"secondary":["10f5c0"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","award","rating","score","star-half-empty","star-half-full"]},"styles":["solid","regular"],"unicode":"f5c0","label":"Star Half Stroke","voted":true,"svg":{"solid":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3 0 289.2zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3 0 289.2zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z"},"regular":{"last_modified":1717158661,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5zM288 384.7l0-305.6 52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L391 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L299.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M309.5 13.5C305.5 5.2 297.1 0 287.9 0s-17.6 5.2-21.6 13.5L197.7 154.8 44.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L142.2 328.4 116 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L433.6 328.4 544.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L378.1 154.8 309.5 13.5zM288 384.7l0-305.6 52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L391 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L299.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z"}},"free":["regular","solid"]},"star-of-david":{"aliases":{"unicodes":{"composite":["2721"],"secondary":["10f69a"]}},"changes":["5.3.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["David","Jew","Jewish","jewish","judaism","religion","star","star of David"]},"styles":["solid"],"unicode":"f69a","label":"Star Of David","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M404.2 309.5L383.1 344l42.3 0-21.1-34.5zM371.4 256l-54-88-122.8 0-54 88 54 88 122.8 0 54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4l-109.8 0-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400 53.4 400C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112l109.8 0 56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112l109.8 0c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168l-42.3 0zM283 112L256 68l-27 44 54 0zM128.9 168l-42.3 0 21.1 34.5L128.9 168zM107.8 309.5L86.6 344l42.3 0-21.1-34.5zM229 400l27 44 27-44-54 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M404.2 309.5L383.1 344l42.3 0-21.1-34.5zM371.4 256l-54-88-122.8 0-54 88 54 88 122.8 0 54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4l-109.8 0-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400 53.4 400C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112l109.8 0 56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112l109.8 0c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168l-42.3 0zM283 112L256 68l-27 44 54 0zM128.9 168l-42.3 0 21.1 34.5L128.9 168zM107.8 309.5L86.6 344l42.3 0-21.1-34.5zM229 400l27 44 27-44-54 0z"}},"free":["solid"]},"star-of-life":{"aliases":{"unicodes":{"secondary":["10f621"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["doctor","emt","first aid","health","medical"]},"styles":["solid"],"unicode":"f621","label":"Star Of Life","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 140.9 122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.6 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1 304 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-140.9L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4L208 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208 32c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 140.9 122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.6 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1 304 480c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-140.9L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4L208 32z"}},"free":["solid"]},"staylinked":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":["linkin"]},"styles":["brands"],"unicode":"f3f5","label":"StayLinked","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 440 512\\"><path d=\\"M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z\\"/></svg>","viewBox":[0,0,440,512],"width":440,"height":512,"path":"M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z"}},"free":["brands"]},"steam":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1b6","label":"Steam","voted":false,"svg":{"brands":{"last_modified":1660014477,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"}},"free":["brands"]},"steam-symbol":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3f6","label":"Steam Symbol","voted":false,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z"}},"free":["brands"]},"sterling-sign":{"aliases":{"names":["gbp","pound-sign"],"unicodes":{"composite":["a3"],"secondary":["10f154"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Pound Sign","currency"]},"styles":["solid"],"unicode":"f154","label":"Sterling Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 224l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1C104.1 390 112 361.5 112 332.5l0-44.5 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-63.6z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4L48 224l-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480l256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L88.5 416l.7-1.1C104.1 390 112 361.5 112 332.5l0-44.5 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-63.6z"}},"free":["solid"]},"stethoscope":{"aliases":{"unicodes":{"composite":["1fa7a"],"secondary":["10f0f1"]}},"changes":["3.0.0","5.0.0","5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","diagnosis","doctor","general practitioner","heart","hospital","infirmary","medicine","office","outpatient","stethoscope"]},"styles":["solid"],"unicode":"f0f1","label":"Stethoscope","voted":false,"svg":{"solid":{"last_modified":1717158080,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1 96 192c0 53 43 96 96 96s96-43 96-96l0-120.9-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1L352 192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112l0-70.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 70.7c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192L32 71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1 96 192c0 53 43 96 96 96s96-43 96-96l0-120.9-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1L352 192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112l0-70.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 70.7c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192L32 71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"sticker-mule":{"changes":["5.0.0","5.7.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3f7","label":"Sticker Mule","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z"}},"free":["brands"]},"stop":{"aliases":{"unicodes":{"composite":["23f9"],"secondary":["10f04d"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["block","box","square","stop","stop button"]},"styles":["solid"],"unicode":"f04d","label":"Stop","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"}},"free":["solid"]},"stopwatch":{"aliases":{"unicodes":{"composite":["23f1"],"secondary":["10f2f2"]}},"changes":["5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["clock","reminder","stopwatch","time","waiting"]},"styles":["solid"],"unicode":"f2f2","label":"Stopwatch","voted":false,"svg":{"solid":{"last_modified":1717101567,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L224 0 176 0zm72 192l0 128c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-128c0-13.3 10.7-24 24-24s24 10.7 24 24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L224 0 176 0zm72 192l0 128c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-128c0-13.3 10.7-24 24-24s24 10.7 24 24z"}},"free":["solid"]},"stopwatch-20":{"aliases":{"unicodes":{"secondary":["10e06f"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ABCs","countdown","covid-19","happy birthday","i will survive","reminder","seconds","time","timer"]},"styles":["solid"],"unicode":"e06f","label":"Stopwatch 20","voted":false,"svg":{"solid":{"last_modified":1717101566,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L176 0zM288 204c28.7 0 52 23.3 52 52l0 96c0 28.7-23.3 52-52 52s-52-23.3-52-52l0-96c0-28.7 23.3-52 52-52zm-12 52l0 96c0 6.6 5.4 12 12 12s12-5.4 12-12l0-96c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5l0 2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9l43.8 0c11 0 20 9 20 20s-9 20-20 20l-64 0c-11 0-20-9-20-20l0-15.7c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8l0-2.2c0-6.9-5.6-12.5-12.5-12.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l16 0 0 34.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6L256 64l16 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L176 0zM288 204c28.7 0 52 23.3 52 52l0 96c0 28.7-23.3 52-52 52s-52-23.3-52-52l0-96c0-28.7 23.3-52 52-52zm-12 52l0 96c0 6.6 5.4 12 12 12s12-5.4 12-12l0-96c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5l0 2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9l43.8 0c11 0 20 9 20 20s-9 20-20 20l-64 0c-11 0-20-9-20-20l0-15.7c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8l0-2.2c0-6.9-5.6-12.5-12.5-12.5z"}},"free":["solid"]},"store":{"aliases":{"unicodes":{"secondary":["10f54e"]}},"changes":["5.0.13","5.11.0","5.11.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bodega","building","buy","market","purchase","shopping","store"]},"styles":["solid"],"unicode":"f54e","label":"Store","voted":true,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0L109.6 0C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3L448 384l-320 0 0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L64 384l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64 0-131.4c-4 1-8 1.8-12.3 2.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0L109.6 0C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3L448 384l-320 0 0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L64 384l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64 0-131.4c-4 1-8 1.8-12.3 2.3z"}},"free":["solid"]},"store-slash":{"aliases":{"unicodes":{"secondary":["10e071"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","buy","closed","covid-19","disabled","purchase","shopping"]},"styles":["solid"],"unicode":"e071","label":"Store Slash","voted":false,"svg":{"solid":{"last_modified":1717158771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68 0-17.1 0-131.4c-4 1-8 1.8-12.3 2.3c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3l0 100.3L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0L141.6 0c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384l0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L96 384l0 64c0 35.3 28.7 64 64 64l320 0c12.9 0 24.8-3.8 34.9-10.3L365.5 384 160 384z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68 0-17.1 0-131.4c-4 1-8 1.8-12.3 2.3c0 0 0 0-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3l0 100.3L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0L141.6 0c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384l0-133.4c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3L96 384l0 64c0 35.3 28.7 64 64 64l320 0c12.9 0 24.8-3.8 34.9-10.3L365.5 384 160 384z"}},"free":["solid"]},"strava":{"changes":["5.0.0","5.0.1","5.7.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f428","label":"Strava","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"}},"free":["brands"]},"street-view":{"aliases":{"unicodes":{"secondary":["10f21d"]}},"changes":["4.3.0","5.0.0","5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["directions","location","map","navigation","uer"]},"styles":["solid"],"unicode":"f21d","label":"Street View","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64l0 48c0 17.7 14.3 32 32 32l1.8 0 11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5l38.7 0c16.3 0 30-12.3 31.8-28.5L318.2 304l1.8 0c17.7 0 32-14.3 32-32l0-48c0-35.3-28.7-64-64-64l-64 0zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64l0 48c0 17.7 14.3 32 32 32l1.8 0 11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5l38.7 0c16.3 0 30-12.3 31.8-28.5L318.2 304l1.8 0c17.7 0 32-14.3 32-32l0-48c0-35.3-28.7-64-64-64l-64 0zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"}},"free":["solid"]},"strikethrough":{"aliases":{"unicodes":{"secondary":["10f0cc"]}},"changes":["2.0.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cancel","edit","font","format","modify","text","type"]},"styles":["solid"],"unicode":"f0cc","label":"Strikethrough","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-209.9 0-.4-.1-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3c0 0 0 0 0 0s0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6c0 0 0 0 0 0l.2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1l-75.7 0c7 5.6 11.4 11.2 13.9 17.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-209.9 0-.4-.1-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3c0 0 0 0 0 0s0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6c0 0 0 0 0 0l.2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1l-75.7 0c7 5.6 11.4 11.2 13.9 17.2z"}},"free":["solid"]},"stripe":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f429","label":"Stripe","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"}},"free":["brands"]},"stripe-s":{"changes":["5.0.1","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42a","label":"Stripe S","voted":false,"svg":{"brands":{"last_modified":1660014475,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z"}},"free":["brands"]},"stroopwafel":{"aliases":{"unicodes":{"secondary":["10f551"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["caramel","cookie","dessert","sweets","waffle"]},"styles":["solid"],"unicode":"f551","label":"Stroopwafel","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z"}},"free":["solid"]},"stubber":{"changes":["6.2.1","6.3.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e5c7","label":"Stubber","voted":false,"svg":{"brands":{"last_modified":1667828915,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z"}},"free":["brands"]},"studiovinari":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3f8","label":"Studio Vinari","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z"}},"free":["brands"]},"stumbleupon":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a4","label":"StumbleUpon Logo","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z"}},"free":["brands"]},"stumbleupon-circle":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1a3","label":"StumbleUpon Circle","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z"}},"free":["brands"]},"subscript":{"aliases":{"unicodes":{"secondary":["10f12c"]}},"changes":["3.1.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","font","format","text","type"]},"styles":["solid"],"unicode":"f12c","label":"Subscript","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128z"}},"free":["solid"]},"suitcase":{"aliases":{"unicodes":{"composite":["1f9f3"],"secondary":["10f0f2"]}},"changes":["3.0.0","5.0.0","5.0.9","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baggage","luggage","move","packing","suitcase","travel","trip"]},"styles":["solid"],"unicode":"f0f2","label":"Suitcase","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 0 32 0 352-256 0 0-352 0-32zM64 96l32 0 0 384-32 0c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64zM448 480l-32 0 0-384 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 0 32 0 352-256 0 0-352 0-32zM64 96l32 0 0 384-32 0c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64zM448 480l-32 0 0-384 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64z"}},"free":["solid"]},"suitcase-medical":{"aliases":{"names":["medkit"],"unicodes":{"secondary":["10f0fa"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["first aid","firstaid","health","help","medical","supply","support"]},"styles":["solid"],"unicode":"f0fa","label":"Suitcase Medical","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40 0 32 0 352 256 0 0-352 0-32 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM96 96L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l32 0L96 96zM416 480l32 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-32 0 0 384zM224 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M184 48l144 0c4.4 0 8 3.6 8 8l0 40L176 96l0-40c0-4.4 3.6-8 8-8zm-56 8l0 40 0 32 0 352 256 0 0-352 0-32 0-40c0-30.9-25.1-56-56-56L184 0c-30.9 0-56 25.1-56 56zM96 96L64 96C28.7 96 0 124.7 0 160L0 416c0 35.3 28.7 64 64 64l32 0L96 96zM416 480l32 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64l-32 0 0 384zM224 208c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16l48 0 0-48z"}},"free":["solid"]},"suitcase-rolling":{"aliases":{"unicodes":{"secondary":["10f5c1"]}},"changes":["5.1.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["baggage","luggage","move","suitcase","travel","trip"]},"styles":["solid"],"unicode":"f5c1","label":"Suitcase Rolling","voted":false,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M144 56c0-4.4 3.6-8 8-8l80 0c4.4 0 8 3.6 8 8l0 72-96 0 0-72zm176 72l-32 0 0-72c0-30.9-25.1-56-56-56L152 0C121.1 0 96 25.1 96 56l0 72-32 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64zM112 224l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M144 56c0-4.4 3.6-8 8-8l80 0c4.4 0 8 3.6 8 8l0 72-96 0 0-72zm176 72l-32 0 0-72c0-30.9-25.1-56-56-56L152 0C121.1 0 96 25.1 96 56l0 72-32 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64zM112 224l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"sun":{"aliases":{"unicodes":{"composite":["2600"],"secondary":["10f185"]}},"changes":["3.2.0","5.0.0","5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bright","brighten","contrast","day","lighter","rays","sol","solar","star","sun","sunny","weather"]},"styles":["solid","regular"],"unicode":"f185","label":"Sun","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"},"regular":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"}},"free":["regular","solid"]},"sun-plant-wilt":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arid","droop","drought"]},"styles":["solid"],"unicode":"e57a","label":"Sun Plant Wilt","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32l0 53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6l0-53.4c0-44.2-35.8-80-80-80s-80 35.8-80 80l0 22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80l0 21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6l0-21.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 8 0 168L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-104 0 0-168 0-8 0-96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32l0 53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6l0-53.4c0-44.2-35.8-80-80-80s-80 35.8-80 80l0 22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80l0 21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6l0-21.4c0-17.7 14.3-32 32-32s32 14.3 32 32l0 8 0 168L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-104 0 0-168 0-8 0-96z"}},"free":["solid"]},"superpowers":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2dd","label":"Superpowers","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"}},"free":["brands"]},"superscript":{"aliases":{"unicodes":{"secondary":["10f12b"]}},"changes":["3.1.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","exponential","font","format","text","type"]},"styles":["solid"],"unicode":"f12b","label":"Superscript","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80l0 80c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-128zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l15.3 0 89.6 128L47.3 384 32 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-15.3 0L215.1 256l89.6-128 15.3 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64L32 64z"}},"free":["solid"]},"supple":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f3f9","label":"Supple","voted":false,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"}},"free":["brands"]},"suse":{"changes":["5.6.0","5.8.0","6.5.0"],"ligatures":[],"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7d6","label":"Suse","voted":true,"svg":{"brands":{"last_modified":1691604832,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M593.1 192.6A10.4 10.4 0 1 1 604.5 210a10.4 10.4 0 1 1 -11.4-17.4zm-47.1 12.2a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1 -75 17.6zM433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2 .1 .3 .2 .5 .2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1 .3c5.3 .5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9 .8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2 .2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2 .5 20.1 .7 30.4 .3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8 .7 11.2-2.1c.4-.8 .4-1.8 .3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6 .7 33.3 .7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3C147 115.1 90.8 142.6 48.2 182.7C22.1 207.3 1.6 242.4 .2 277.9c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5C40.1 329.9 31.1 269.4 73.2 237c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9 .6 34.9 .3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M593.1 192.6A10.4 10.4 0 1 1 604.5 210a10.4 10.4 0 1 1 -11.4-17.4zm-47.1 12.2a38.5 38.5 0 1 1 75-17.6 38.5 38.5 0 1 1 -75 17.6zM433.7 336.7c3.2 4.6 5.8 9 7.3 13.4c1 3.1 2.4 7.3 5.5 8.9c.2 .1 .3 .2 .5 .2c5.7 2.1 20.3 1.7 20.3 1.7h26.8c2.3 0 22.4 0 21.9-2.3c-2.4-10.8-14.9-12.7-24.4-18.3c-8.7-5.2-17-11.1-20.8-21.3c-2-5.2-.8-17.4 2.6-21.8c2.5-3.2 6.1-5.3 10-6.2c4.3-.9 8.8-.1 13.1 .3c5.3 .5 10.6 1.5 15.9 2.2c10.3 1.3 20.6 1.9 31 1.6c17.1-.5 34.2-3.2 50.4-8.7c11.3-3.8 22.4-8.9 32-16.1c10.9-8.1 8.1-7.4-3-6.2c-13.3 1.4-26.6 1.6-39.9 .8c-12.4-.7-24.7-2.2-35.9-7.9c-8.8-4.6-16.4-9.1-23.4-16.2c-1-1.1-1.7-4.2 .2-6.2c1.9-1.9 5.8-.8 7 .2c12.2 10.2 30.5 18.6 49.3 19.5c10.2 .5 20.1 .7 30.4 .3c5.1-.2 12.8-.2 17.9-.3c2.6 0 9.8 .7 11.2-2.1c.4-.8 .4-1.8 .3-2.7c-1.5-40.9-4.5-86.9-47.3-106.5c-31.9-14.6-79.7-37.2-99.9-46.6c-4.7-2.2-10.2 1.3-10.2 6.5c0 13.6 .7 33.3 .7 51.1c-9.7-9.9-26-16.1-38.4-21.8c-14.1-6.5-28.7-12-43.5-16.6c-29.8-9.2-60.7-14.9-91.7-18c-35.2-3.5-71-1.8-105.7 5.3C147 115.1 90.8 142.6 48.2 182.7C22.1 207.3 1.6 242.4 .2 277.9c-2 50.3 12.1 77.3 38 105.2c41.3 44.4 130.2 50.6 166.2-2c16.2-23.7 19.7-55.8 8-82c-11.8-26.2-38.8-45.1-67.4-46c-22.2-.7-45.9 10.6-54.5 31.1c-6.5 15.7-2.8 35.1 9 47.3c4.6 4.8 10.9 8.7 17.7 7.1c4-.9 7.4-3.9 8-8c.9-6-4.4-9.9-7.6-14.5c-5.8-8.3-4.7-20.9 2.7-27.9c6.2-6 15.3-7.8 23.9-7.7c8 0 16.2 1.4 23.1 5.5c9.7 5.7 16.2 16.2 18.4 27.2c6.7 33-20.2 59.9-56.6 62c-18.6 1.1-37.6-3.8-52.1-15.5C40.1 329.9 31.1 269.4 73.2 237c40-30.7 90.4-22.8 120.2-6.8c23.8 12.8 41.5 33.6 55 56.7c6.7 11.6 12.5 23.7 17.8 36.1c5.1 11.8 9.9 23.8 20.2 32.5c6.8 5.8 15.2 5.6 24.1 5.6h50.8c6.9 0 5.2-4.6 2.2-7.7c-6.7-6.9-16.4-8.4-25.4-10.9c-20.5-5.6-18.4-32.8-12.7-32.8c18.3 0 18.9 .6 34.9 .3c23.2-.3 30.2-1.7 48.3 5c9.7 3.6 19 13.1 25.1 21.7z"}},"free":["brands"]},"swatchbook":{"aliases":{"unicodes":{"secondary":["10f5c3"]}},"changes":["5.1.0","5.11.0","5.11.1","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Pantone","color","design","hue","palette"]},"styles":["solid"],"unicode":"f5c3","label":"Swatchbook","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 32C0 14.3 14.3 0 32 0L160 0c17.7 0 32 14.3 32 32l0 384c0 53-43 96-96 96s-96-43-96-96L0 32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9l0-262 75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192L480 320c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-297.2 0zM128 64L64 64l0 64 64 0 0-64zM64 192l0 64 64 0 0-64-64 0zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 32C0 14.3 14.3 0 32 0L160 0c17.7 0 32 14.3 32 32l0 384c0 53-43 96-96 96s-96-43-96-96L0 32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9l0-262 75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192L480 320c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-297.2 0zM128 64L64 64l0 64 64 0 0-64zM64 192l0 64 64 0 0-64-64 0zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"swift":{"changes":["5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f8e1","label":"Swift","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"}},"free":["brands"]},"symfony":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f83d","label":"Symfony","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z"}},"free":["brands"]},"synagogue":{"aliases":{"unicodes":{"composite":["1f54d"],"secondary":["10f69b"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Jew","Jewish","building","jewish","judaism","religion","star of david","synagogue","temple"]},"styles":["solid"],"unicode":"f69b","label":"Synagogue","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166l0 114.1L480 512l-16 0-112 0 0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96-112 0-16 0 0-231.9L160 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512l0-267.5 28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1L640 448c0 35.3-28.7 64-64 64l-64 0zM128 244.5L128 512l-64 0c-35.3 0-64-28.7-64-64L0 316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166l0 114.1L480 512l-16 0-112 0 0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96-112 0-16 0 0-231.9L160 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512l0-267.5 28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1L640 448c0 35.3-28.7 64-64 64l-64 0zM128 244.5L128 512l-64 0c-35.3 0-64-28.7-64-64L0 316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z"}},"free":["solid"]},"syringe":{"aliases":{"unicodes":{"composite":["1f489"],"secondary":["10f48e"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","doctor","immunizations","medical","medicine","needle","shot","sick","syringe","vaccinate","vaccine"]},"styles":["solid"],"unicode":"f48e","label":"Syringe","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57 0-88.8c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"}},"free":["solid"]},"t":{"aliases":{"unicodes":{"composite":["74"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter T","Latin Small Letter T","letter"]},"styles":["solid"],"unicode":"54","label":"T","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l128 0 0 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-352 128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 32 32 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l128 0 0 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-352 128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 32 32 32z"}},"free":["solid"]},"table":{"aliases":{"unicodes":{"secondary":["10f0ce"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["category","data","excel","spreadsheet"]},"styles":["solid"],"unicode":"f0ce","label":"Table","voted":false,"svg":{"solid":{"last_modified":1717172774,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"}},"free":["solid"]},"table-cells":{"aliases":{"names":["th"],"unicodes":{"secondary":["10f00a"]}},"changes":["1.0.0","5.0.0","5.7.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","boxes","category","excel","grid","spreadsheet","squares"]},"styles":["solid"],"unicode":"f00a","label":"Table Cells","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 64l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0zM64 224l88 0 0 64-88 0 0-64zm232 0l0 64-88 0 0-64 88 0zm64 0l88 0 0 64-88 0 0-64zM152 352l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 64l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0zM64 224l88 0 0 64-88 0 0-64zm232 0l0 64-88 0 0-64 88 0zm64 0l88 0 0 64-88 0 0-64zM152 352l0 64-88 0 0-64 88 0zm56 0l88 0 0 64-88 0 0-64zm240 0l0 64-88 0 0-64 88 0z"}},"free":["solid"]},"table-cells-column-lock":{"changes":["6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","boxes","category","column","excel","grid","lock","spreadsheet","squares"]},"styles":["solid"],"unicode":"e678","label":"Table Cells Column Lock","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zm208 0l0 64 88 0 0-64-88 0zm240 0l-88 0 0 64 88 0 0-64zM208 224l0 64 88 0 0-64-88 0zm0 128l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zm208 0l0 64 88 0 0-64-88 0zm240 0l-88 0 0 64 88 0 0-64zM208 224l0 64 88 0 0-64-88 0zm0 128l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"table-cells-large":{"aliases":{"names":["th-large"],"unicodes":{"secondary":["10f009"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","boxes","category","excel","grid","spreadsheet","squares"]},"styles":["solid"],"unicode":"f009","label":"Table Cells Large","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 96l0 128-160 0 0-128 160 0zm0 192l0 128-160 0 0-128 160 0zM224 224L64 224 64 96l160 0 0 128zM64 288l160 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 96l0 128-160 0 0-128 160 0zm0 192l0 128-160 0 0-128 160 0zM224 224L64 224 64 96l160 0 0 128zM64 288l160 0 0 128L64 416l0-128zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"}},"free":["solid"]},"table-cells-row-lock":{"changes":["6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","boxes","category","column","column","excel","grid","lock","lock","spreadsheet","squares"]},"styles":["solid"],"unicode":"e67a","label":"Table Cells Row Lock","voted":false,"svg":{"solid":{"last_modified":1717172772,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zM528 240c-17.7 0-32 14.3-32 32l0 48 64 0 0-48c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48z"}},"free":["solid"]},"table-cells-row-unlock":{"changes":["6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blocks","boxes","category","column","column","excel","grid","lock","lock","spreadsheet","squares","unlock"]},"styles":["solid"],"unicode":"e691","label":"Table Cells Row Unlock","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zm288-80l0 48 32 0 32 0 48 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l-48 0c0-17.7-14.3-32-32-32s-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 65.1c-37.8 5.4-69.4 29.6-85.2 62.9L360 224l0 64 56 0 0 8.6c-19.1 11.1-32 31.7-32 55.4l-24 0 0 64 24 0 0 64L64 480c-35.3 0-64-28.7-64-64L0 96zM64 224l0 64 88 0 0-64-88 0zm232 0l-88 0 0 64 88 0 0-64zM152 352l-88 0 0 64 88 0 0-64zm56 0l0 64 88 0 0-64-88 0zm288-80l0 48 32 0 32 0 48 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l-48 0c0-17.7-14.3-32-32-32s-32 14.3-32 32z"}},"free":["solid"]},"table-columns":{"aliases":{"names":["columns"],"unicodes":{"secondary":["10f0db"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["browser","category","dashboard","organize","panes","split"]},"styles":["solid"],"unicode":"f0db","label":"Table Columns","voted":false,"svg":{"solid":{"last_modified":1717172773,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 64l0 256 160 0 0-256L64 160zm384 0l-160 0 0 256 160 0 0-256z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 64l0 256 160 0 0-256L64 160zm384 0l-160 0 0 256 160 0 0-256z"}},"free":["solid"]},"table-list":{"aliases":{"names":["th-list"],"unicodes":{"secondary":["10f00b"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["category","cheatsheet","checklist","completed","done","finished","ol","summary","todo","ul"]},"styles":["solid"],"unicode":"f00b","label":"Table List","voted":false,"svg":{"solid":{"last_modified":1717172771,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 0l0 64 64 0 0-64L64 96zm384 0L192 96l0 64 256 0 0-64zM64 224l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64zM64 352l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 0l0 64 64 0 0-64L64 96zm384 0L192 96l0 64 256 0 0-64zM64 224l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64zM64 352l0 64 64 0 0-64-64 0zm384 0l-256 0 0 64 256 0 0-64z"}},"free":["solid"]},"table-tennis-paddle-ball":{"aliases":{"names":["ping-pong-paddle-ball","table-tennis"],"unicodes":{"composite":["1f3d3"],"secondary":["10f45d"]}},"changes":["5.0.5","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","bat","game","paddle","ping pong","table tennis"]},"styles":["solid"],"unicode":"f45d","label":"Table Tennis Paddle Ball","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 288c-50.1 0-93.6 28.8-114.6 70.8L68.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C471.8 297.6 445 288 416 288zM49.3 151.9L290.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3l-2.7 0c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L88.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32C3.1 464.3-.3 455.7 0 446.9s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8C45.5 285.5 32 252.9 32 219l0-2.7c0-22.8 6.1-44.9 17.3-64.3zM416 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 288c-50.1 0-93.6 28.8-114.6 70.8L68.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C471.8 297.6 445 288 416 288zM49.3 151.9L290.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3l-2.7 0c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L88.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32C3.1 464.3-.3 455.7 0 446.9s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8C45.5 285.5 32 252.9 32 219l0-2.7c0-22.8 6.1-44.9 17.3-64.3zM416 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"}},"free":["solid"]},"tablet":{"aliases":{"names":["tablet-android"],"unicodes":{"secondary":["10f3fb"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["device","kindle","screen"]},"styles":["solid"],"unicode":"f3fb","label":"Tablet","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM176 432l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM176 432l96 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-96 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"tablet-button":{"aliases":{"unicodes":{"secondary":["10f10a"]}},"changes":["3.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apple","device","ipad","kindle","screen"]},"styles":["solid"],"unicode":"f10a","label":"Tablet Button","voted":false,"svg":{"solid":{"last_modified":1717160271,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"tablet-screen-button":{"aliases":{"names":["tablet-alt"],"unicodes":{"secondary":["10f3fa"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["apple","device","ipad","kindle","screen"]},"styles":["solid"],"unicode":"f3fa","label":"Tablet Screen Button","voted":false,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64L64 64l0 320 320 0 0-320z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64L64 64l0 320 320 0 0-320z"}},"free":["solid"]},"tablets":{"aliases":{"unicodes":{"secondary":["10f490"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["drugs","medicine","pills","prescription"]},"styles":["solid"],"unicode":"f490","label":"Tablets","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87zM567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8L568.8 271.4c6.7 6.7 6.2 17.8-1.8 22.9zM301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5l283.1 0zm0-32L18.5 336c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87zM567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8L568.8 271.4c6.7 6.7 6.2 17.8-1.8 22.9zM301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5l283.1 0zm0-32L18.5 336c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5z"}},"free":["solid"]},"tachograph-digital":{"aliases":{"names":["digital-tachograph"],"unicodes":{"secondary":["10f566"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["data","distance","speed","tachometer"]},"styles":["solid"],"unicode":"f566","label":"Tachograph Digital","voted":true,"svg":{"solid":{"last_modified":1717160272,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm32 64l224 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 256c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm32 64l224 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 256c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"}},"free":["solid"]},"tag":{"aliases":{"unicodes":{"composite":["1f3f7"],"secondary":["10f02b"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["discount","labe","label","price","shopping"]},"styles":["solid"],"unicode":"f02b","label":"Tag","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"tags":{"aliases":{"unicodes":{"secondary":["10f02c"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["discount","label","price","shopping"]},"styles":["solid"],"unicode":"f02c","label":"Tags","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"tape":{"aliases":{"unicodes":{"secondary":["10f4db"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["design","package","sticky"]},"styles":["solid"],"unicode":"f4db","label":"Tape","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-163.2 0zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-163.2 0zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"tarp":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["protection","tarp","tent","waterproof"]},"styles":["solid"],"unicode":"e57b","label":"Tarp","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M576 128c0-35.3-28.7-64-64-64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32l128 0 0-160zM448 448L576 320l-128 0 0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M576 128c0-35.3-28.7-64-64-64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32l128 0 0-160zM448 448L576 320l-128 0 0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"tarp-droplet":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["protection","tarp","tent","waterproof"]},"styles":["solid"],"unicode":"e57c","label":"Tarp Droplet","voted":false,"svg":{"solid":{"last_modified":1720285914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128l133.5 0c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64L512 128c35.3 0 64 28.7 64 64l0 160-128 0c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zM448 512l0-128 128 0L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128l133.5 0c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64L512 128c35.3 0 64 28.7 64 64l0 160-128 0c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64zM448 512l0-128 128 0L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"taxi":{"aliases":{"names":["cab"],"unicodes":{"composite":["1f696"],"secondary":["10f1ba"]}},"changes":["4.1.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cab","cabbie","car","car service","lyft","machine","oncoming","oncoming taxi","taxi","transportation","travel","uber","vehicle"]},"styles":["solid"],"unicode":"f1ba","label":"Taxi","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"teamspeak":{"changes":["5.0.11","5.1.0","5.8.0","6.4.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f4f9","label":"Teamspeak","voted":true,"svg":{"brands":{"last_modified":1678906824,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z"}},"free":["brands"]},"teeth":{"aliases":{"unicodes":{"secondary":["10f62e"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bite","dental","dentist","gums","mouth","smile","tooth"]},"styles":["solid"],"unicode":"f62e","label":"Teeth","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 128C0 75 43 32 96 32l384 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96L96 480c-53 0-96-43-96-96L0 128zm176 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48zM48 208l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24zm176 48c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-176l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 128C0 75 43 32 96 32l384 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96L96 480c-53 0-96-43-96-96L0 128zm176 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48l0 56c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-56c0-26.5-21.5-48-48-48zM48 208l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24zm176 48c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48zm80-176l0 24c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-24c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48l0-24c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 24c0 26.5 21.5 48 48 48z"}},"free":["solid"]},"teeth-open":{"aliases":{"unicodes":{"secondary":["10f62f"]}},"changes":["5.2.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dental","dentist","gums bite","mouth","smile","tooth"]},"styles":["solid"],"unicode":"f62f","label":"Teeth Open","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M96 32C43 32 0 75 0 128l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-53-43-96-96-96L96 32zM224 96c26.5 0 48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56zM96 128c26.5 0 48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24zM96 480l384 0c53 0 96-43 96-96l0-32c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M96 32C43 32 0 75 0 128l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-53-43-96-96-96L96 32zM224 96c26.5 0 48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 56c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-56zM96 128c26.5 0 48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48l0 24c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-24zM96 480l384 0c53 0 96-43 96-96l0-32c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48zm80-48l0-24c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 24c0 26.5-21.5 48-48 48s-48-21.5-48-48z"}},"free":["solid"]},"telegram":{"aliases":{"names":["telegram-plane"],"unicodes":{"composite":["f3fe"],"secondary":["10f3fe"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2c6","label":"Telegram","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"}},"free":["brands"]},"temperature-arrow-down":{"aliases":{"names":["temperature-down"],"unicodes":{"secondary":["10e03f"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air conditioner","cold","heater","mercury","thermometer","winter"]},"styles":["solid"],"unicode":"e03f","label":"Temperature Arrow Down","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3l0-50.7c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64l-32 0 0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3l0-50.7c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64l-32 0 0-288c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 288-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z"}},"free":["solid"]},"temperature-arrow-up":{"aliases":{"names":["temperature-up"],"unicodes":{"secondary":["10e040"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air conditioner","cold","heater","mercury","thermometer","winter"]},"styles":["solid"],"unicode":"e040","label":"Temperature Arrow Up","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L192 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160l32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 288c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L128 112zM176 0C114.1 0 64 50.1 64 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L288 112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L192 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160l32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 288c0 17.7 14.3 32 32 32s32-14.3 32-32l0-288z"}},"free":["solid"]},"temperature-empty":{"aliases":{"names":["temperature-0","thermometer-0","thermometer-empty"],"unicodes":{"secondary":["10f2cb"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","mercury","status","temperature"]},"styles":["solid"],"unicode":"f2cb","label":"Temperature Empty","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L112 112zM160 0C98.1 0 48 50.2 48 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L272 112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5L112 112zM160 0C98.1 0 48 50.2 48 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L272 112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"temperature-full":{"aliases":{"names":["temperature-4","thermometer-4","thermometer-full"],"unicodes":{"secondary":["10f2c7"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["fever","hot","mercury","status","temperature"]},"styles":["solid"],"unicode":"f2c7","label":"Temperature Full","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 210.7c18.6 6.6 32 24.4 32 45.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 210.7c18.6 6.6 32 24.4 32 45.3z"}},"free":["solid"]},"temperature-half":{"aliases":{"names":["temperature-2","thermometer-2","thermometer-half"],"unicodes":{"composite":["1f321"],"secondary":["10f2c9"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mercury","status","temperature","thermometer","weather"]},"styles":["solid"],"unicode":"f2c9","label":"Temperature Half","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 208c0-8.8 7.2-16 16-16s16 7.2 16 16l0 114.7c18.6 6.6 32 24.4 32 45.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 208c0-8.8 7.2-16 16-16s16 7.2 16 16l0 114.7c18.6 6.6 32 24.4 32 45.3z"}},"free":["solid"]},"temperature-high":{"aliases":{"unicodes":{"secondary":["10f769"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cook","covid-19","mercury","summer","thermometer","warm"]},"styles":["solid"],"unicode":"f769","label":"Temperature High","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5L96 112zM144 0C82.1 0 32 50.2 32 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L256 112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L160 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48l0 164.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5L96 112zM144 0C82.1 0 32 50.2 32 112l0 164.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6L256 112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3L160 112c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 210.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z"}},"free":["solid"]},"temperature-low":{"aliases":{"unicodes":{"secondary":["10f76b"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cold","cool","covid-19","mercury","thermometer","winter"]},"styles":["solid"],"unicode":"f76b","label":"Temperature Low","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L192 112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L32 112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L192 112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L32 112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z"}},"free":["solid"]},"temperature-quarter":{"aliases":{"names":["temperature-1","thermometer-1","thermometer-quarter"],"unicodes":{"secondary":["10f2ca"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mercury","status","temperature"]},"styles":["solid"],"unicode":"f2ca","label":"Temperature Quarter","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3l0-50.7c0-8.8 7.2-16 16-16s16 7.2 16 16l0 50.7c18.6 6.6 32 24.4 32 45.3z"}},"free":["solid"]},"temperature-three-quarters":{"aliases":{"names":["temperature-3","thermometer-3","thermometer-three-quarters"],"unicodes":{"secondary":["10f2c8"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["mercury","status","temperature"]},"styles":["solid"],"unicode":"f2c8","label":"Temperature Three Quarters","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 144c0-8.8 7.2-16 16-16s16 7.2 16 16l0 178.7c18.6 6.6 32 24.4 32 45.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M160 64c-26.5 0-48 21.5-48 48l0 164.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5L208 112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112l0 164.4c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6L48 112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3L144 144c0-8.8 7.2-16 16-16s16 7.2 16 16l0 178.7c18.6 6.6 32 24.4 32 45.3z"}},"free":["solid"]},"tencent-weibo":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d5","label":"Tencent Weibo","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z"}},"free":["brands"]},"tenge-sign":{"aliases":{"names":["tenge"],"unicodes":{"composite":["20b8"],"secondary":["10f7d7"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Tenge Sign","currency"]},"styles":["solid"],"unicode":"f7d7","label":"Tenge Sign","voted":true,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32l160 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0 0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224L32 224c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32l160 0 160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-128 0 0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-224L32 224c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"tent":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","campground","campsite","refugee","shelter","tent"]},"styles":["solid"],"unicode":"e57d","label":"Tent","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7l-80 0-28.2 0c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L288 480c0 17.7-14.3 32-32 32l-16 0L32 512c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7l-80 0-28.2 0c-12.1 0-23.2-6.8-28.6-17.7L306.7 293.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L288 480c0 17.7-14.3 32-32 32l-16 0L32 512c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z"}},"free":["solid"]},"tent-arrow-down-to-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","campground","campsite","permanent","refugee","refugee","shelter","shelter","tent"]},"styles":["solid"],"unicode":"e57e","label":"Tent Arrow Down To Line","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l127.6 0 .7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448l80 0L402.7 325.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L384 448z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l127.6 0 .7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448l80 0L402.7 325.5c-1.7-3.4-5.1-5.5-8.8-5.5c-5.5 0-9.9 4.4-9.9 9.9L384 448z"}},"free":["solid"]},"tent-arrow-left-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","campground","campsite","refugee","refugee","shelter","shelter","tent","transition"]},"styles":["solid"],"unicode":"e57f","label":"Tent Arrow Left Right","voted":false,"svg":{"solid":{"last_modified":1720285914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"}},"free":["solid"]},"tent-arrow-turn-left":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","campground","campsite","refugee","refugee","shelter","shelter","temporary","tent"]},"styles":["solid"],"unicode":"e580","label":"Tent Arrow Turn Left","voted":false,"svg":{"solid":{"last_modified":1720285914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72l0 40c0 13.3 10.7 24 24 24s24-10.7 24-24l0-40c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"}},"free":["solid"]},"tent-arrows-down":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","campground","campsite","insert","refugee","refugee","shelter","shelter","spontaneous","tent"]},"styles":["solid"],"unicode":"e581","label":"Tent Arrows Down","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L488 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L488 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"}},"free":["solid"]},"tents":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bivouac","bivouac","campground","campground","campsite","refugee","refugee","shelter","shelter","tent","tent"]},"styles":["solid"],"unicode":"e582","label":"Tents","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5L608 352c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5L608 352c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512l144 0 16 0c17.7 0 32-14.3 32-32l0-118.1c0-5.5 4.4-9.9 9.9-9.9c3.7 0 7.2 2.1 8.8 5.5l68.4 136.8c5.4 10.8 16.5 17.7 28.6 17.7l60.2 0 16 0c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"}},"free":["solid"]},"terminal":{"aliases":{"unicodes":{"secondary":["10f120"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["code","coding","command","console","development","prompt","terminal"]},"styles":["solid"],"unicode":"f120","label":"Terminal","voted":false,"svg":{"solid":{"last_modified":1720288233,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"text-height":{"aliases":{"unicodes":{"secondary":["10f034"]}},"changes":["1.0.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","font","format","modify","text","type"]},"styles":["solid"],"unicode":"f034","label":"Text Height","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 128l0-32 64 0 0 320-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320 64 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L160 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 192-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-192 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 128l0-32 64 0 0 320-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-320 64 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L160 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 192-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-192 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"}},"free":["solid"]},"text-slash":{"aliases":{"names":["remove-format"],"unicodes":{"secondary":["10f87d"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cancel","disabled","font","format","remove","style","text"]},"styles":["solid"],"unicode":"f87d","label":"Text Slash","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96 503 96 497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32L376.1 32l-.3 0L204.5 32c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96l116.7 0L301.3 210.8l-94.5-74.1zM243.3 416L192 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-42.2 0 17.6-62.1L272.9 311 243.3 416z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96 503 96 497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32L376.1 32l-.3 0L204.5 32c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96l116.7 0L301.3 210.8l-94.5-74.1zM243.3 416L192 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-42.2 0 17.6-62.1L272.9 311 243.3 416z"}},"free":["solid"]},"text-width":{"aliases":{"unicodes":{"secondary":["10f035"]}},"changes":["1.0.0","5.0.0","5.9.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","font","format","modify","text","type"]},"styles":["solid"],"unicode":"f035","label":"Text Width","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M64 128l0-32 128 0 0 128-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-128 128 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L224 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 192 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-192 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M64 128l0-32 128 0 0 128-16 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-16 0 0-128 128 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48c0-26.5-21.5-48-48-48L224 32 48 32C21.5 32 0 53.5 0 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 192 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-192 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z"}},"free":["solid"]},"the-red-yeti":{"changes":["5.3.0","5.7.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f69d","label":"The Red Yeti","voted":false,"svg":{"brands":{"last_modified":1660014480,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"}},"free":["brands"]},"themeco":{"changes":["5.1.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5c6","label":"Themeco","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z"}},"free":["brands"]},"themeisle":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2b2","label":"ThemeIsle","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z"}},"free":["brands"]},"thermometer":{"aliases":{"unicodes":{"secondary":["10f491"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","mercury","status","temperature"]},"styles":["solid"],"unicode":"f491","label":"Thermometer","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M96 382.1l0-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M96 382.1l0-88.8c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4l-88.8 0L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"}},"free":["solid"]},"think-peaks":{"changes":["5.4.2","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f731","label":"Think Peaks","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"}},"free":["brands"]},"threads":{"changes":["6.4.1","6.4.2"],"ligatures":[],"search":{"terms":["social network"]},"styles":["brands"],"unicode":"e618","label":"Threads","voted":false,"svg":{"brands":{"last_modified":1690904784,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z"}},"free":["brands"]},"thumbs-down":{"aliases":{"unicodes":{"composite":["1f44e","f088"],"secondary":["10f165"]}},"changes":["3.2.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["-1","disagree","disapprove","dislike","down","hand","social","thumb","thumbs down","thumbs-o-down"]},"styles":["solid","regular"],"unicode":"f165","label":"Thumbs Down","voted":false,"svg":{"solid":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z"},"regular":{"last_modified":1720207360,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16l-97.5 0c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8L384 32c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16l-97.5 0c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8L384 32c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0z"}},"free":["regular","solid"]},"thumbs-up":{"aliases":{"unicodes":{"composite":["1f44d","f087"],"secondary":["10f164"]}},"changes":["3.2.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["+1","agree","approve","favorite","hand","like","ok","okay","social","success","thumb","thumbs up","thumbs-o-up","up","yes","you got it dude"]},"styles":["solid","regular"],"unicode":"f164","label":"Thumbs Up","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z"},"regular":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z"}},"free":["regular","solid"]},"thumbtack":{"aliases":{"names":["thumb-tack"],"unicodes":{"composite":["1f4cc","1f588"],"secondary":["10f08d"]}},"changes":["1.0.0","5.0.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Pushpin","coordinates","location","marker","pin","pushpin","thumb-tack"]},"styles":["solid"],"unicode":"f08d","label":"Thumbtack","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 32C32 14.3 46.3 0 64 0L320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-29.5 0 11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3L32 352c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64 64 64C46.3 64 32 49.7 32 32zM160 384l64 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 32C32 14.3 46.3 0 64 0L320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-29.5 0 11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3L32 352c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64 64 64C46.3 64 32 49.7 32 32zM160 384l64 0 0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-96z"}},"free":["solid"]},"thumbtack-slash":{"aliases":{"names":["thumb-tack-slash"]},"changes":["6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Pushpin","coordinates","location","marker","pin","pushpin","thumb-tack","unpin"]},"styles":["solid"],"unicode":"e68f","label":"Thumbtack Slash","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L481.4 352c9.8-.4 18.9-5.3 24.6-13.3c6-8.3 7.7-19.1 4.4-28.8l-1-3c-13.8-41.5-42.8-74.8-79.5-94.7L418.5 64 448 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l29.5 0-6.1 79.5L38.8 5.1zM324.9 352L177.1 235.6c-20.9 18.9-37.2 43.3-46.5 71.3l-1 3c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l164.9 0zM288 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96-64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L481.4 352c9.8-.4 18.9-5.3 24.6-13.3c6-8.3 7.7-19.1 4.4-28.8l-1-3c-13.8-41.5-42.8-74.8-79.5-94.7L418.5 64 448 64c17.7 0 32-14.3 32-32s-14.3-32-32-32L192 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l29.5 0-6.1 79.5L38.8 5.1zM324.9 352L177.1 235.6c-20.9 18.9-37.2 43.3-46.5 71.3l-1 3c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l164.9 0zM288 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96-64 0z"}},"free":["solid"]},"ticket":{"aliases":{"unicodes":{"composite":["1f39f"],"secondary":["10f145"]}},"changes":["3.1.0","5.0.0","5.10.1","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admission","admission tickets","coupon","movie","pass","support","ticket","voucher"]},"styles":["solid"],"unicode":"f145","label":"Ticket","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 64C28.7 64 0 92.7 0 128l0 64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64zm64 112l0 160c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16l-288 0c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32l320 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-320 0c-17.7 0-32-14.3-32-32l0-192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 64C28.7 64 0 92.7 0 128l0 64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320l0 64c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-64c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6l0-64c0-35.3-28.7-64-64-64L64 64zm64 112l0 160c0 8.8 7.2 16 16 16l288 0c8.8 0 16-7.2 16-16l0-160c0-8.8-7.2-16-16-16l-288 0c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32l320 0c17.7 0 32 14.3 32 32l0 192c0 17.7-14.3 32-32 32l-320 0c-17.7 0-32-14.3-32-32l0-192z"}},"free":["solid"]},"ticket-simple":{"aliases":{"names":["ticket-alt"],"unicodes":{"secondary":["10f3ff"]}},"changes":["5.0.0","5.10.2","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admission","coupon","movie","pass","support","ticket","voucher"]},"styles":["solid"],"unicode":"f3ff","label":"Ticket Simple","voted":false,"svg":{"solid":{"last_modified":1717158769,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6l0 64c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64l0-64c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192l0-64z"}},"free":["solid"]},"tiktok":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07b","label":"TikTok","voted":true,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"}},"free":["brands"]},"timeline":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["chronological","deadline","history","linear"]},"styles":["solid"],"unicode":"e29c","label":"Timeline","voted":true,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3L96 224l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0 54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-54.7 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-54.7c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3l0 54.7-320 0 0-54.7zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3L96 224l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l256 0 0 54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3l0-54.7 256 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-54.7c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3l0 54.7-320 0 0-54.7zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"toggle-off":{"aliases":{"unicodes":{"secondary":["10f204"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.0.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["button","off","on","switch"]},"styles":["solid"],"unicode":"f204","label":"Toggle Off","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"}},"free":["solid"]},"toggle-on":{"aliases":{"unicodes":{"secondary":["10f205"]}},"changes":["4.2.0","5.0.0","6.0.0-beta1","6.0.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["button","off","on","switch"]},"styles":["solid"],"unicode":"f205","label":"Toggle On","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192s-86-192-192-192L192 64zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192s-86-192-192-192L192 64zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"}},"free":["solid"]},"toilet":{"aliases":{"unicodes":{"composite":["1f6bd"],"secondary":["10f7d8"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bathroom","flush","john","loo","pee","plumbing","poop","porcelain","potty","restroom","throne","toile","toilet","washroom","waste","wc"]},"styles":["solid"],"unicode":"f7d8","label":"Toilet","voted":true,"svg":{"solid":{"last_modified":1717158123,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l256 0c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3c0 0 0-.1 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8c0 0 0 .1 0 .1l0 .3zM328.2 384l-.2 .5 0-.5 .2 0zM112 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l8 0 0 148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3l256 0c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 0zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3c0 0 0-.1 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8c0 0 0 .1 0 .1l0 .3zM328.2 384l-.2 .5 0-.5 .2 0zM112 64l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"toilet-paper":{"aliases":{"unicodes":{"composite":["1f9fb"],"secondary":["10f71e"]}},"changes":["5.4.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bathroom","covid-19","halloween","holiday","lavatory","paper towels","prank","privy","restroom","roll","roll of paper","toilet","toilet paper","wipe"]},"styles":["solid"],"unicode":"f71e","label":"Toilet Paper","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1L48 512c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0L444.2 0zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1L48 512c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0L444.2 0zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"}},"free":["solid"]},"toilet-paper-slash":{"aliases":{"unicodes":{"secondary":["10e072"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bathroom","covid-19","disabled","halloween","holiday","lavatory","leaves","prank","privy","restroom","roll","toilet","trouble","ut oh","wipe"]},"styles":["solid"],"unicode":"e072","label":"Toilet Paper Slash","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512l237.9 0c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512l237.9 0c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z"}},"free":["solid"]},"toilet-portable":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["outhouse","toilet"]},"styles":["solid"],"unicode":"e583","label":"Toilet Portable","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M0 32L0 64l320 0 0-32c0-17.7-14.3-32-32-32L32 0C14.3 0 0 14.3 0 32zM24 96L0 96l0 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 224 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-368 0-24-24 0L24 96zM256 240l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M0 32L0 64l320 0 0-32c0-17.7-14.3-32-32-32L32 0C14.3 0 0 14.3 0 32zM24 96L0 96l0 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 224 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-368 0-24-24 0L24 96zM256 240l0 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"toilets-portable":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["outhouse","toilet"]},"styles":["solid"],"unicode":"e584","label":"Toilets Portable","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M32 0L224 0c17.7 0 32 14.3 32 32l0 32L0 64 0 32C0 14.3 14.3 0 32 0zM0 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8L48 480l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 120 0 96zM192 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zM352 0L544 0c17.7 0 32 14.3 32 32l0 32L320 64l0-32c0-17.7 14.3-32 32-32zM320 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-160 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-368 0-24zM512 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M32 0L224 0c17.7 0 32 14.3 32 32l0 32L0 64 0 32C0 14.3 14.3 0 32 0zM0 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8L48 480l0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 120 0 96zM192 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16zM352 0L544 0c17.7 0 32 14.3 32 32l0 32L320 64l0-32c0-17.7 14.3-32 32-32zM320 96l24 0 208 0 24 0 0 24 0 368c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-160 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-368 0-24zM512 224c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"toolbox":{"aliases":{"unicodes":{"composite":["1f9f0"],"secondary":["10f552"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","chest","configuration","container","equipment","fix","maintenance","mechanic","modify","repair","settings","tool","toolbox","tools"]},"styles":["solid"],"unicode":"f552","label":"Toolbox","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M176 88l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 80c-4.4 0-8 3.6-8 8zm-48 40l0-40c0-30.9 25.1-56 56-56l144 0c30.9 0 56 25.1 56 56l0 40 28.1 0c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9l0 92.1-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L0 320l0-92.1c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1l28.1 0zM0 416l0-64 128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0 0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M176 88l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 80c-4.4 0-8 3.6-8 8zm-48 40l0-40c0-30.9 25.1-56 56-56l144 0c30.9 0 56 25.1 56 56l0 40 28.1 0c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9l0 92.1-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L0 320l0-92.1c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1l28.1 0zM0 416l0-64 128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0c0 17.7 14.3 32 32 32s32-14.3 32-32l128 0 0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64z"}},"free":["solid"]},"tooth":{"aliases":{"unicodes":{"composite":["1f9b7"],"secondary":["10f5c9"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bicuspid","dental","dentist","molar","mouth","teeth","tooth"]},"styles":["solid"],"unicode":"f5c9","label":"Tooth","voted":true,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5l0 6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5l0-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5l0 6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5l0-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z"}},"free":["solid"]},"torii-gate":{"aliases":{"unicodes":{"composite":["26e9"],"secondary":["10f6a1"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","religion","shinto","shinto shrine","shintoism","shrine"]},"styles":["solid"],"unicode":"f6a1","label":"Torii Gate","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 80c0 26.5 21.5 48 48 48l16 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 16 0c26.5 0 48-21.5 48-48l0-66.6C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32L126.8 32c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4L0 80zM64 288l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0 0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 80c0 26.5 21.5 48 48 48l16 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 96 0 0 64 64 0 0-64 16 0c26.5 0 48-21.5 48-48l0-66.6C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32L126.8 32c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4L0 80zM64 288l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0 0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0z"}},"free":["solid"]},"tornado":{"aliases":{"unicodes":{"composite":["1f32a"],"secondary":["10f76f"]}},"changes":["5.5.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cloud","cyclone","dorothy","landspout","tornado","toto","twister","vortext","waterspout","weather","whirlwind"]},"styles":["solid"],"unicode":"f76f","label":"Tornado","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 32L0 45.6C0 62.7 1.7 79.6 5 96l352.8 0c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0L32 0C14.3 0 0 14.3 0 32zm352.2 96L13.6 128c12.2 35.9 32.3 68.7 58.8 96L412 224l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3L445 352c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9l-322.5 0c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9L288 384z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 32L0 45.6C0 62.7 1.7 79.6 5 96l352.8 0c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0L32 0C14.3 0 0 14.3 0 32zm352.2 96L13.6 128c12.2 35.9 32.3 68.7 58.8 96L412 224l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3L445 352c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9l-322.5 0c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9L288 384z"}},"free":["solid"]},"tower-broadcast":{"aliases":{"names":["broadcast-tower"],"unicodes":{"secondary":["10f519"]}},"changes":["5.0.13","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airwaves","antenna","communication","emergency","radio","reception","signal","waves"]},"styles":["solid"],"unicode":"f519","label":"Tower Broadcast","voted":true,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4L320 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-296.6c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4L320 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-296.6c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z"}},"free":["solid"]},"tower-cell":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airwaves","antenna","communication","radio","reception","signal","waves"]},"styles":["solid"],"unicode":"e585","label":"Tower Cell","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448l220.6 0 20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384l-162.4 0 14.5-32 133.3 0 14.5 32zM288 205.3L325.6 288l-75.2 0L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448l220.6 0 20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384l-162.4 0 14.5-32 133.3 0 14.5 32zM288 205.3L325.6 288l-75.2 0L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z"}},"free":["solid"]},"tower-observation":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["fire tower","view"]},"styles":["solid"],"unicode":"e586","label":"Tower Observation","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144l0 80c0 17.7-14.3 32-32 32l-4.9 0 32 192 68.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-95.5 0c-.4 0-.8 0-1.1 0l-254.8 0c-.4 0-.8 0-1.1 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 32-192-4.9 0c-17.7 0-32-14.3-32-32l0-80c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448l117 0zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256l-116.5 0zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144l0 80c0 17.7-14.3 32-32 32l-4.9 0 32 192 68.9 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-95.5 0c-.4 0-.8 0-1.1 0l-254.8 0c-.4 0-.8 0-1.1 0L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 32-192-4.9 0c-17.7 0-32-14.3-32-32l0-80c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448l117 0zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256l-116.5 0zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16l160 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-160 0z"}},"free":["solid"]},"tractor":{"aliases":{"unicodes":{"composite":["1f69c"],"secondary":["10f722"]}},"changes":["5.4.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agriculture","farm","tractor","vehicle"]},"styles":["solid"],"unicode":"f722","label":"Tractor","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 64c0-35.3 28.7-64 64-64L266.3 0c26.2 0 49.7 15.9 59.4 40.2L373.7 160 480 160l0-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9l0 33.8 56 0c22.1 0 40 17.9 40 40l0 45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48l-80 0c0 17.7-14.3 32-32 32l-8.2 0c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8l0 8.2c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1L32 384c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l8.2 0c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6l0-.6 0-32 0-96zm170.3 0L160 64l0 96 32 0 112.7 0L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 64c0-35.3 28.7-64 64-64L266.3 0c26.2 0 49.7 15.9 59.4 40.2L373.7 160 480 160l0-33.8c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9l0 33.8 56 0c22.1 0 40 17.9 40 40l0 45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48l-80 0c0 17.7-14.3 32-32 32l-8.2 0c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8l0 8.2c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1L32 384c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l8.2 0c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6l0-.6 0-32 0-96zm170.3 0L160 64l0 96 32 0 112.7 0L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z"}},"free":["solid"]},"trade-federation":{"changes":["5.0.12"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f513","label":"Trade Federation","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"}},"free":["brands"]},"trademark":{"aliases":{"unicodes":{"composite":["2122"],"secondary":["10f25c"]}},"changes":["4.4.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["copyright","mark","register","symbol","tm","trade mark","trademark"]},"styles":["solid"],"unicode":"f25c","label":"Trademark","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32l64 0 0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224l0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32l64 0 0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128z"}},"free":["solid"]},"traffic-light":{"aliases":{"unicodes":{"composite":["1f6a6"],"secondary":["10f637"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["direction","go","light","road","signal","slow","stop","traffic","travel","vertical traffic light"]},"styles":["solid"],"unicode":"f637","label":"Traffic Light","voted":false,"svg":{"solid":{"last_modified":1717162214,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 352c0 88.4 71.6 160 160 160s160-71.6 160-160l0-288c0-35.3-28.7-64-64-64L64 0zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 352c0 88.4 71.6 160 160 160s160-71.6 160-160l0-288c0-35.3-28.7-64-64-64L64 0zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"}},"free":["solid"]},"trailer":{"aliases":{"unicodes":{"secondary":["10e041"]}},"changes":["5.12.0","5.14.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["carry","haul","moving","travel"]},"styles":["solid"],"unicode":"e041","label":"Trailer","voted":true,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 32C21.5 32 0 53.5 0 80L0 336c0 26.5 21.5 48 48 48l17.1 0c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96L488 384l8 0 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-240c0-26.5-21.5-48-48-48L48 32zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21L64 112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 32C21.5 32 0 53.5 0 80L0 336c0 26.5 21.5 48 48 48l17.1 0c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96L488 384l8 0 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-240c0-26.5-21.5-48-48-48L48 32zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21L64 112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"train":{"aliases":{"unicodes":{"composite":["1f686"],"secondary":["10f238"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bullet","commute","locomotive","railway","subway","train"]},"styles":["solid"],"unicode":"f238","label":"Train","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"train-subway":{"aliases":{"names":["subway"],"unicodes":{"secondary":["10f239"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["machine","railway","train","transportation","vehicle"]},"styles":["solid"],"unicode":"f239","label":"Train Subway","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 128c0-17.7 14.3-32 32-32l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96zM272 96l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 0C43 0 0 43 0 96L0 352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512l39.7 0c8.5 0 16.6-3.4 22.6-9.4L160 448l128 0 54.6 54.6c6 6 14.1 9.4 22.6 9.4l39.7 0c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9l0-256c0-53-43-96-96-96L96 0zM64 128c0-17.7 14.3-32 32-32l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96zM272 96l80 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"train-tram":{"aliases":{"unicodes":{"composite":["1f68a"]}},"changes":["5.6.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crossing","machine","mountains","seasonal","tram","transportation","trolleybus"]},"styles":["solid"],"unicode":"e5b4","label":"Train Tram","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0L361.2 0c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15L248 48l0 48 40 0c53 0 96 43 96 96l0 160c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1l-39.7 0c-8.5 0-16.6-3.4-22.6-9.4L288 448l-128 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L43 512c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352l0-160c0-53 43-96 96-96l40 0 0-48L86.8 48zM160 160c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-128 0zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0L361.2 0c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15L248 48l0 48 40 0c53 0 96 43 96 96l0 160c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1l-39.7 0c-8.5 0-16.6-3.4-22.6-9.4L288 448l-128 0-54.6 54.6c-6 6-14.1 9.4-22.6 9.4L43 512c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352l0-160c0-53 43-96 96-96l40 0 0-48L86.8 48zM160 160c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-32c0-17.7-14.3-32-32-32l-128 0zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"transgender":{"aliases":{"names":["transgender-alt"],"unicodes":{"composite":["26a7"],"secondary":["10f225"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["female","gender","intersex","male","transgender","transgender symbol"]},"styles":["solid"],"unicode":"f225","label":"Transgender","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l96 0c8.8 0 16 7.2 16 16l0 96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2l0 17.8 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-17.8C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112L0 16C0 7.2 7.2 0 16 0l96 0zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9l96 0c8.8 0 16 7.2 16 16l0 96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2l0 17.8 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8-16 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-17.8C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112L0 16C0 7.2 7.2 0 16 0l96 0zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"}},"free":["solid"]},"trash":{"aliases":{"unicodes":{"secondary":["10f1f8"]}},"changes":["4.2.0","5.0.0","5.7.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["delete","garbage","hide","remove"]},"styles":["solid"],"unicode":"f1f8","label":"Trash","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"}},"free":["solid"]},"trash-arrow-up":{"aliases":{"names":["trash-restore"],"unicodes":{"secondary":["10f829"]}},"changes":["5.7.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},"styles":["solid"],"unicode":"f829","label":"Trash Arrow Up","voted":true,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0L394.8 467c-1.6 25.3-22.6 45-47.9 45l-245.8 0c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0L394.8 467c-1.6 25.3-22.6 45-47.9 45l-245.8 0c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"}},"free":["solid"]},"trash-can":{"aliases":{"names":["trash-alt"],"unicodes":{"composite":["f014"],"secondary":["10f2ed"]}},"changes":["5.0.0","5.7.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["delete","garbage","hide","remove","trash-o"]},"styles":["solid","regular"],"unicode":"f2ed","label":"Trash Can","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M135.2 17.7C140.6 6.8 151.7 0 163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm96 64c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M135.2 17.7C140.6 6.8 151.7 0 163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm96 64c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16s16-7.2 16-16l0-224c0-8.8-7.2-16-16-16z"},"regular":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80 368 80l48 0 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 304c0 44.2-35.8 80-80 80l-224 0c-44.2 0-80-35.8-80-80l0-304-8 0c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48 0 13.8 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM80 128l0 304c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-304L80 128zm80 64l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80 368 80l48 0 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 304c0 44.2-35.8 80-80 80l-224 0c-44.2 0-80-35.8-80-80l0-304-8 0c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48 0 13.8 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM80 128l0 304c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-304L80 128zm80 64l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["regular","solid"]},"trash-can-arrow-up":{"aliases":{"names":["trash-restore-alt"],"unicodes":{"secondary":["10f82a"]}},"changes":["5.7.0","5.10.2","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["back","control z","delete","garbage","hide","oops","remove","undo","upgrade"]},"styles":["solid"],"unicode":"f82a","label":"Trash Can Arrow Up","voted":true,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0 0 320c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-320zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L200 408c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"}},"free":["solid"]},"tree":{"aliases":{"unicodes":{"composite":["1f332"],"secondary":["10f1bb"]}},"changes":["4.1.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bark","evergreen tree","fall","flora","forest","investment","nature","plant","seasonal","tree"]},"styles":["solid"],"unicode":"f1bb","label":"Tree","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208l24.9 0L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320L80 320 5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5L192 448l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 168.5 0c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320l33.4 0c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208l24.9 0c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"}},"free":["solid"]},"tree-city":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","city","urban"]},"styles":["solid"],"unicode":"e587","label":"Tree City","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80l-16 0 0 160c0 18-15 32-32 32c-18 0-32-14-32-32l0-160-16 0c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 48c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 144 40 0 0-72c0-13.3 10.7-24 24-24s24 10.7 24 24l0 72 24 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0-96 0c-26.5 0-48-21.5-48-48l0-416zm64 32l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM352 272l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM512 368l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80l-16 0 0 160c0 18-15 32-32 32c-18 0-32-14-32-32l0-160-16 0c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z"}},"free":["solid"]},"trello":{"changes":["3.2.0","5.0.0","5.6.0"],"ligatures":[],"search":{"terms":["atlassian"]},"styles":["brands"],"unicode":"f181","label":"Trello","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"}},"free":["brands"]},"triangle-exclamation":{"aliases":{"names":["exclamation-triangle","warning"],"unicodes":{"composite":["26a0"],"secondary":["10f071"]}},"changes":["1.0.0","5.0.0","5.6.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alert","attention","danger","error","failed","important","notice","notification","notify","problem","required","warnin","warning"]},"styles":["solid"],"unicode":"f071","label":"Triangle Exclamation","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"trophy":{"aliases":{"unicodes":{"composite":["1f3c6"],"secondary":["10f091"]}},"changes":["1.0.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["achievement","award","cup","game","prize","trophy","winner"]},"styles":["solid"],"unicode":"f091","label":"Trophy","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M400 0L176 0c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8L24 64C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9L192 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-26.1 0C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24L446.4 64c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112l84.4 0c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6l84.4 0c-5.1 66.3-31.1 111.2-63 142.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M400 0L176 0c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8L24 64C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9L192 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-26.1 0C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24L446.4 64c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112l84.4 0c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6l84.4 0c-5.1 66.3-31.1 111.2-63 142.3z"}},"free":["solid"]},"trowel":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["build","construction","equipment","maintenance","tool"]},"styles":["solid"],"unicode":"e589","label":"Trowel","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z"}},"free":["solid"]},"trowel-bricks":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["build","construction","maintenance","reconstruction","tool"]},"styles":["solid"],"unicode":"e58a","label":"Trowel Bricks","voted":false,"svg":{"solid":{"last_modified":1717159387,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M240.8 4.8C250.3 10.6 256 20.9 256 32l0 72 89 0c3.6-13.8 16.1-24 31-24l88 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-88 0c-14.9 0-27.4-10.2-31-24l-89 0 0 72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64zM32 384l96 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm192 0l256 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M240.8 4.8C250.3 10.6 256 20.9 256 32l0 72 89 0c3.6-13.8 16.1-24 31-24l88 0c26.5 0 48 21.5 48 48s-21.5 48-48 48l-88 0c-14.9 0-27.4-10.2-31-24l-89 0 0 72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64zM32 384l96 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm192 0l256 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"truck":{"aliases":{"unicodes":{"composite":["1f69a","26df"],"secondary":["10f0d1"]}},"changes":["2.0.0","5.0.0","5.0.7","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Black Truck","cargo","delivery","delivery truck","shipping","truck","vehicle"]},"styles":["solid"],"unicode":"f0d1","label":"Truck","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 0C21.5 0 0 21.5 0 48L0 368c0 26.5 21.5 48 48 48l16 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L48 0zM416 160l50.7 0L544 237.3l0 18.7-128 0 0-96zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 0C21.5 0 0 21.5 0 48L0 368c0 26.5 21.5 48 48 48l16 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L48 0zM416 160l50.7 0L544 237.3l0 18.7-128 0 0-96zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"}},"free":["solid"]},"truck-arrow-right":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["access","fast","shipping","transport"]},"styles":["solid"],"unicode":"e58b","label":"Truck Arrow Right","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L96 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l166.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L96 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l166.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z"}},"free":["solid"]},"truck-droplet":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["blood","thirst","truck","water","water supply"]},"styles":["solid"],"unicode":"e58c","label":"Truck Droplet","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z"}},"free":["solid"]},"truck-fast":{"aliases":{"names":["shipping-fast"],"unicodes":{"secondary":["10f48b"]}},"changes":["5.0.7","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["express","fedex","mail","overnight","package","quick","ups"]},"styles":["solid"],"unicode":"f48b","label":"Truck Fast","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M112 0C85.5 0 64 21.5 64 48l0 48L16 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 208 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 160l-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 176 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 224l-48 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 144 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L64 288l0 128c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64 0-32 0-18.7c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7L416 96l0-48c0-26.5-21.5-48-48-48L112 0zM544 237.3l0 18.7-128 0 0-96 50.7 0L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"}},"free":["solid"]},"truck-field":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["supplies","truck"]},"styles":["solid"],"unicode":"e58d","label":"Truck Field","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 96c0-35.3 28.7-64 64-64l224 0c23.7 0 44.4 12.9 55.4 32l51.8 0c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2l4.2 0c35.3 0 64 28.7 64 64l0 32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-32c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-32zM384 224l85.9 0-42.7-96L384 128l0 96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 96c0-35.3 28.7-64 64-64l224 0c23.7 0 44.4 12.9 55.4 32l51.8 0c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2l4.2 0c35.3 0 64 28.7 64 64l0 32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-32c-17.7 0-32-14.3-32-32l0-96c0-17.7 14.3-32 32-32l0-32zM384 224l85.9 0-42.7-96L384 128l0 96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"truck-field-un":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["supplies","truck","united nations"]},"styles":["solid"],"unicode":"e58e","label":"Truck Field Un","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 32C60.7 32 32 60.7 32 96l0 32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-32c0-35.3-28.7-64-64-64l-4.2 0c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38l-51.8 0C364.4 44.9 343.7 32 320 32L96 32zm288 96l43.2 0 42.7 96L384 224l0-96zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 32C60.7 32 32 60.7 32 96l0 32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0c0 53 43 96 96 96s96-43 96-96l128 0c0 53 43 96 96 96s96-43 96-96l32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-32c0-35.3-28.7-64-64-64l-4.2 0c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38l-51.8 0C364.4 44.9 343.7 32 320 32L96 32zm288 96l43.2 0 42.7 96L384 224l0-96zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52 0-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16l0 96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52 0 43.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144l0 64c0 8.8 7.2 16 16 16s16-7.2 16-16l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-64c0-8.8 7.2-16 16-16s16 7.2 16 16z"}},"free":["solid"]},"truck-front":{"changes":["6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["shuttle","truck","van"]},"styles":["solid"],"unicode":"e2b7","label":"Truck Front","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 80C0 35.8 35.8 0 80 0L432 0c44.2 0 80 35.8 80 80l0 288c0 26.2-12.6 49.4-32 64l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-256 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48C12.6 417.4 0 394.2 0 368L0 80zm129.9 72.2L112 224l288 0-17.9-71.8C378.5 138 365.7 128 351 128l-190 0c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 80C0 35.8 35.8 0 80 0L432 0c44.2 0 80 35.8 80 80l0 288c0 26.2-12.6 49.4-32 64l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-256 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48C12.6 417.4 0 394.2 0 368L0 80zm129.9 72.2L112 224l288 0-17.9-71.8C378.5 138 365.7 128 351 128l-190 0c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"}},"free":["solid"]},"truck-medical":{"aliases":{"names":["ambulance"],"unicodes":{"composite":["1f691"],"secondary":["10f0f9"]}},"changes":["3.0.0","5.0.0","5.0.7","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ambulance","clinic","covid-19","emergency","emt","er","help","hospital","mobile","support","vehicle"]},"styles":["solid"],"unicode":"f0f9","label":"Truck Medical","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 48C0 21.5 21.5 0 48 0L368 0c26.5 0 48 21.5 48 48l0 48 50.7 0c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3l0 18.7 0 32 0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 48zM416 256l128 0 0-18.7L466.7 160 416 160l0 96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80l0 48-48 0c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"}},"free":["solid"]},"truck-monster":{"aliases":{"unicodes":{"secondary":["10f63b"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["offroad","vehicle","wheel"]},"styles":["solid"],"unicode":"f63b","label":"Truck Monster","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M288 64l0 64 128 0L368 64l-80 0zM419.2 25.6L496 128l80 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64l-64 0c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0-80c0-26.5 21.5-48 48-48l96 0c20.1 0 39.1 9.5 51.2 25.6zM152 256l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M288 64l0 64 128 0L368 64l-80 0zM419.2 25.6L496 128l80 0c17.7 0 32 14.3 32 32l0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64l-64 0c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0-80c0-26.5 21.5-48 48-48l96 0c20.1 0 39.1 9.5 51.2 25.6zM152 256l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6l16 0c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8l0 16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512l-16 0c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392l0-16c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"}},"free":["solid"]},"truck-moving":{"aliases":{"unicodes":{"secondary":["10f4df"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cargo","inventory","rental","vehicle"]},"styles":["solid"],"unicode":"f4df","label":"Truck Moving","voted":false,"svg":{"solid":{"last_modified":1720211011,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 304l0 80 0 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16L416 384l33.6 0c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16l1.6 0c17.7 0 32-14.3 32-32l0-64 0-16 0-10.3c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5L480 144l0-48c0-35.3-28.7-64-64-64L64 32zM585 256l-105 0 0-64 48.8 0c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 304l0 80 0 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16L416 384l33.6 0c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16l1.6 0c17.7 0 32-14.3 32-32l0-64 0-16 0-10.3c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5L480 144l0-48c0-35.3-28.7-64-64-64L64 32zM585 256l-105 0 0-64 48.8 0c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"truck-pickup":{"aliases":{"unicodes":{"composite":["1f6fb"],"secondary":["10f63c"]}},"changes":["5.2.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cargo","maintenance","pick-up","pickup","pickup truck","truck","vehicle"]},"styles":["solid"],"unicode":"f63c","label":"Truck Pickup","voted":false,"svg":{"solid":{"last_modified":1720211012,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M368.6 96l76.8 96L288 192l0-96 80.6 0zM224 80l0 112L64 192c-17.7 0-32 14.3-32 32l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l33.1 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l66.3 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l33.1 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c0-17.7-14.3-32-32-32l-48.6 0L418.6 56c-12.1-15.2-30.5-24-50-24L272 32c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M368.6 96l76.8 96L288 192l0-96 80.6 0zM224 80l0 112L64 192c-17.7 0-32 14.3-32 32l0 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l33.1 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l66.3 0c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16l33.1 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0-64c0-17.7-14.3-32-32-32l-48.6 0L418.6 56c-12.1-15.2-30.5-24-50-24L272 32c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z"}},"free":["solid"]},"truck-plane":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airplane","plane","transportation","truck","vehicle"]},"styles":["solid"],"unicode":"e58f","label":"Truck Plane","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M200 0c-30.6 0-56 54.7-56 86.1l0 106.5L7.8 274.3C2.9 277.2 0 282.4 0 288l0 64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37 0 81.2-50 40c-3.8 3-6 7.6-6 12.5l0 32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15l0-32.6c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1 0-3.5 0-82.5L256 184l0-1.1s0 0 0 0l0-96.9C256 54.7 231.5 0 200 0zm88 176l0 224c0 20.9 13.4 38.7 32 45.3l0 42.7c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-40 160 0 0 40c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-42.7c18.6-6.6 32-24.4 32-45.3l0-224c0-26.5-21.5-48-48-48l-256 0c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7l151.4 0c9.2 0 17.2 6 20.5 14.7L576 304l-224 0 15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M200 0c-30.6 0-56 54.7-56 86.1l0 106.5L7.8 274.3C2.9 277.2 0 282.4 0 288l0 64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37 0 81.2-50 40c-3.8 3-6 7.6-6 12.5l0 32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15l0-32.6c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1 0-3.5 0-82.5L256 184l0-1.1s0 0 0 0l0-96.9C256 54.7 231.5 0 200 0zm88 176l0 224c0 20.9 13.4 38.7 32 45.3l0 42.7c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-40 160 0 0 40c0 13.3 10.7 24 24 24l16 0c13.3 0 24-10.7 24-24l0-42.7c18.6-6.6 32-24.4 32-45.3l0-224c0-26.5-21.5-48-48-48l-256 0c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7l151.4 0c9.2 0 17.2 6 20.5 14.7L576 304l-224 0 15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"truck-ramp-box":{"aliases":{"names":["truck-loading"],"unicodes":{"secondary":["10f4de"]}},"changes":["5.0.9","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["box","cargo","delivery","inventory","moving","rental","vehicle"]},"styles":["solid"],"unicode":"f4de","label":"Truck Ramp Box","voted":false,"svg":{"solid":{"last_modified":1720211014,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 0l0 400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8 352 64c0-35.3 28.7-64 64-64L640 0zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 0l0 400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8 352 64c0-35.3 28.7-64 64-64L640 0zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z"}},"free":["solid"]},"tty":{"aliases":{"names":["teletype"],"unicodes":{"secondary":["10f1e4"]}},"changes":["4.2.0","5.0.0","5.7.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["communication","deaf","telephone","teletypewriter","text"]},"styles":["solid"],"unicode":"f1e4","label":"Tty","voted":false,"svg":{"solid":{"last_modified":1717101285,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4l0-54.8c-49.6-18.1-104-18.1-153.6 0l0 54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm0 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM144 320l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4l0-54.8c-49.6-18.1-104-18.1-153.6 0l0 54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm0 96c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zM144 320l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm112-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32zm16 80l32 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16l0-32c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 32c0 8.8-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16l0-32z"}},"free":["solid"]},"tumblr":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f173","label":"Tumblr","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"}},"free":["brands"]},"turkish-lira-sign":{"aliases":{"names":["try","turkish-lira"]},"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Turkish Lira Sign","currency"]},"styles":["solid"],"unicode":"e2bb","label":"Turkish Lira Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M96 32c17.7 0 32 14.3 32 32l0 35.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9l0 29.4 119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9 128 416l63.8 0c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480L96 480c-17.7 0-32-14.3-32-32l0-167.9-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6l0-29.4-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6 64 64c0-17.7 14.3-32 32-32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M96 32c17.7 0 32 14.3 32 32l0 35.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9l0 29.4 119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9 128 416l63.8 0c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480L96 480c-17.7 0-32-14.3-32-32l0-167.9-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6l0-29.4-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6 64 64c0-17.7 14.3-32 32-32z"}},"free":["solid"]},"turn-down":{"aliases":{"names":["level-down-alt"],"unicodes":{"composite":["2935"],"secondary":["10f3be"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","down","level-down","right arrow curving down"]},"styles":["solid"],"unicode":"f3be","label":"Turn Down","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5l88 0 0-192c0-17.7-14.3-32-32-32L32 96C14.3 96 0 81.7 0 64L0 32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192 88 0c9.6 0 18.2 5.7 22 14.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5l88 0 0-192c0-17.7-14.3-32-32-32L32 96C14.3 96 0 81.7 0 64L0 32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192 88 0c9.6 0 18.2 5.7 22 14.5z"}},"free":["solid"]},"turn-up":{"aliases":{"names":["level-up-alt"],"unicodes":{"composite":["2934"],"secondary":["10f3bf"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","level-up","right arrow curving up"]},"styles":["solid"],"unicode":"f3bf","label":"Turn Up","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5l88 0 0 192c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192 88 0c9.6 0 18.2-5.7 22-14.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5l88 0 0 192c0 17.7-14.3 32-32 32l-80 0c-17.7 0-32 14.3-32 32l0 32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192 88 0c9.6 0 18.2-5.7 22-14.5z"}},"free":["solid"]},"tv":{"aliases":{"names":["television","tv-alt"],"unicodes":{"composite":["f8e5"],"primary":["f8e5"],"secondary":["10f26c","10f8e5"]}},"changes":["4.4.0","5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["computer","display","monitor","television"]},"styles":["solid"],"unicode":"f26c","label":"Tv","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 64l0 288 512 0 0-288L64 64zM0 64C0 28.7 28.7 0 64 0L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 64zM128 448l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 64l0 288 512 0 0-288L64 64zM0 64C0 28.7 28.7 0 64 0L576 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 416c-35.3 0-64-28.7-64-64L0 64zM128 448l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-384 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"}},"free":["solid"]},"twitch":{"changes":["4.2.0","5.0.0","5.12.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1e8","label":"Twitch","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"}},"free":["brands"]},"twitter":{"changes":["2.0.0","5.0.0"],"ligatures":[],"search":{"terms":["social network","tweet"]},"styles":["brands"],"unicode":"f099","label":"Twitter","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"}},"free":["brands"]},"typo3":{"changes":["5.0.1","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f42b","label":"Typo3","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z"}},"free":["brands"]},"u":{"aliases":{"unicodes":{"composite":["75"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter U","Latin Small Letter U","letter"]},"styles":["solid"],"unicode":"55","label":"U","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M32 32c17.7 0 32 14.3 32 32l0 224c0 70.7 57.3 128 128 128s128-57.3 128-128l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 224c0 106-86 192-192 192S0 394 0 288L0 64C0 46.3 14.3 32 32 32z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M32 32c17.7 0 32 14.3 32 32l0 224c0 70.7 57.3 128 128 128s128-57.3 128-128l0-224c0-17.7 14.3-32 32-32s32 14.3 32 32l0 224c0 106-86 192-192 192S0 394 0 288L0 64C0 46.3 14.3 32 32 32z"}},"free":["solid"]},"uber":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f402","label":"Uber","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z"}},"free":["brands"]},"ubuntu":{"changes":["5.6.0","6.5.0"],"ligatures":[],"search":{"terms":["linux","operating system","os"]},"styles":["brands"],"unicode":"f7df","label":"Ubuntu","voted":true,"svg":{"brands":{"last_modified":1691602229,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M469.2 75A75.6 75.6 0 1 0 317.9 75a75.6 75.6 0 1 0 151.2 0zM154.2 240.7A75.6 75.6 0 1 0 3 240.7a75.6 75.6 0 1 0 151.2 0zM57 346C75.6 392.9 108 433 150 461.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0 -151.2 0 75.6 75.6 0 1 0 151.2 0zM444 351.6c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58S255.8 70.4 285.2 70c.2-5.9 .9-11.9 2-17.7c3.6-16.7 11.1-32.3 21.8-45.5c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M469.2 75A75.6 75.6 0 1 0 317.9 75a75.6 75.6 0 1 0 151.2 0zM154.2 240.7A75.6 75.6 0 1 0 3 240.7a75.6 75.6 0 1 0 151.2 0zM57 346C75.6 392.9 108 433 150 461.1s91.5 42.6 142 41.7c-14.7-18.6-22.9-41.5-23.2-65.2c-6.8-.9-13.3-2.1-19.5-3.4c-26.8-5.7-51.9-17.3-73.6-34s-39.3-38.1-51.7-62.5c-20.9 9.9-44.5 12.8-67.1 8.2zm395.1 89.8a75.6 75.6 0 1 0 -151.2 0 75.6 75.6 0 1 0 151.2 0zM444 351.6c18.5 14.8 31.6 35.2 37.2 58.2c33.3-41.3 52.6-92.2 54.8-145.2s-12.5-105.4-42.2-149.4c-8.6 21.5-24 39.6-43.8 51.6c15.4 28.6 22.9 60.8 21.9 93.2s-10.7 64-28 91.6zM101.1 135.4c12.4 2.7 24.3 7.5 35.1 14.3c16.6-24.2 38.9-44.1 64.8-58S255.8 70.4 285.2 70c.2-5.9 .9-11.9 2-17.7c3.6-16.7 11.1-32.3 21.8-45.5c-47.7-3.8-95.4 6-137.6 28.5S94.3 91.7 70.8 133.4c2.7-.2 5.3-.3 8-.3c7.5 0 15 .8 22.4 2.3z"}},"free":["brands"]},"uikit":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f403","label":"UIkit","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z"}},"free":["brands"]},"umbraco":{"changes":["5.11.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f8e8","label":"Umbraco","voted":false,"svg":{"brands":{"last_modified":1660014472,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 510 512\\"><path d=\\"M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z\\"/></svg>","viewBox":[0,0,510,512],"width":510,"height":512,"path":"M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z"}},"free":["brands"]},"umbrella":{"aliases":{"unicodes":{"secondary":["10f0e9"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["protection","rain","storm","wet"]},"styles":["solid"],"unicode":"f0e9","label":"Umbrella","voted":false,"svg":{"solid":{"last_modified":1717159606,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M288 0c17.7 0 32 14.3 32 32l0 17.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7L256 32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2l0 114.3c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4l0-114.3c8.5-7.6 19.7-12.2 32-12.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M288 0c17.7 0 32 14.3 32 32l0 17.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7L256 32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2l0 114.3c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4l0-114.3c8.5-7.6 19.7-12.2 32-12.2z"}},"free":["solid"]},"umbrella-beach":{"aliases":{"unicodes":{"composite":["1f3d6"],"secondary":["10f5ca"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["beach","beach with umbrella","protection","recreation","sand","shade","summer","sun","umbrella"]},"styles":["solid"],"unicode":"f5ca","label":"Umbrella Beach","voted":false,"svg":{"solid":{"last_modified":1717158125,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M346.3 271.8l-60.1-21.9L214 448 32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-261.9 0 64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M346.3 271.8l-60.1-21.9L214 448 32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-261.9 0 64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z"}},"free":["solid"]},"uncharted":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e084","label":"Uncharted Software","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z"}},"free":["brands"]},"underline":{"aliases":{"unicodes":{"secondary":["10f0cd"]}},"changes":["2.0.0","5.0.0","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["edit","emphasis","format","modify","text","writing"]},"styles":["solid"],"unicode":"f0cd","label":"Underline","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M16 64c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 88.4-71.6 160-160 160s-160-71.6-160-160L64 96 48 96C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M16 64c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-16 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-16 0 0 128c0 88.4-71.6 160-160 160s-160-71.6-160-160L64 96 48 96C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32z"}},"free":["solid"]},"uniregistry":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f404","label":"Uniregistry","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"}},"free":["brands"]},"unity":{"changes":["5.12.0","5.14.0","6.0.0-beta3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e049","label":"Unity 3D","voted":true,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z"}},"free":["brands"]},"universal-access":{"aliases":{"unicodes":{"secondary":["10f29a"]}},"changes":["4.6.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["uer","users-people"]},"styles":["solid"],"unicode":"f29a","label":"Universal Access","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3l0 50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6l0-50.1c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"}},"free":["solid"]},"unlock":{"aliases":{"unicodes":{"composite":["1f513"],"secondary":["10f09c"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","lock","open","padlock","password","privacy","private","protect","unlock","unlocked"]},"styles":["solid"],"unicode":"f09c","label":"Unlock","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144l0 48-16 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-240 0 0-48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144l0 48-16 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-240 0 0-48z"}},"free":["solid"]},"unlock-keyhole":{"aliases":{"names":["unlock-alt"],"unicodes":{"secondary":["10f13e"]}},"changes":["3.1.0","5.0.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["admin","lock","padlock","password","privacy","private","protect"]},"styles":["solid"],"unicode":"f13e","label":"Unlock Keyhole","voted":false,"svg":{"solid":{"last_modified":1717161914,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 64c-44.2 0-80 35.8-80 80l0 48 240 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0 0-48C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 64c-44.2 0-80 35.8-80 80l0 48 240 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0 0-48C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0z"}},"free":["solid"]},"unsplash":{"changes":["5.13.1","5.14.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e07c","label":"Unsplash","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z"}},"free":["brands"]},"untappd":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f405","label":"Untappd","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z"}},"free":["brands"]},"up-down":{"aliases":{"names":["arrows-alt-v"],"unicodes":{"composite":["2195","2b0d"],"secondary":["10f338"]}},"changes":["5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Up Down Black Arrow","arrow","arrows-v","expand","portrait","resize","tall","up-down arrow","vertical"]},"styles":["solid"],"unicode":"f338","label":"Up Down","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160l56 0 0 192-56 0c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4l-56 0 0-192 56 0c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160l56 0 0 192-56 0c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4l-56 0 0-192 56 0c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z"}},"free":["solid"]},"up-down-left-right":{"aliases":{"names":["arrows-alt"],"unicodes":{"secondary":["10f0b2"]}},"changes":["2.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrow","arrows","bigger","enlarge","expand","fullscreen","move","position","reorder","resize"]},"styles":["solid"],"unicode":"f0b2","label":"Up Down Left Right","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"}},"free":["solid"]},"up-long":{"aliases":{"names":["long-arrow-alt-up"],"unicodes":{"secondary":["10f30c"]}},"changes":["5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["long-arrow-up","upgrade","upload"]},"styles":["solid"],"unicode":"f30c","label":"Up Long","voted":false,"svg":{"solid":{"last_modified":1717165340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192l72 0 0 288c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192l72 0 0 288c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"}},"free":["solid"]},"up-right-and-down-left-from-center":{"aliases":{"names":["expand-alt"],"unicodes":{"secondary":["10f424"]}},"changes":["1.0.0","5.0.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["arrows","bigger","enlarge","expand","fullscreen","maximize","resize","resize","scale","size"]},"styles":["solid"],"unicode":"f424","label":"Up Right And Down Left From Center","voted":false,"svg":{"solid":{"last_modified":1717165339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M344 0L488 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512L24 512c-13.3 0-24-10.7-24-24L0 344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M344 0L488 0c13.3 0 24 10.7 24 24l0 144c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512L24 512c-13.3 0-24-10.7-24-24L0 344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"}},"free":["solid"]},"up-right-from-square":{"aliases":{"names":["external-link-alt"],"unicodes":{"secondary":["10f35d"]}},"changes":["5.0.0","5.11.0","6.0.0-beta1","6.2.0","6.2.1","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["external-link","new","open","share","upgrade"]},"styles":["solid"],"unicode":"f35d","label":"Up Right From Square","voted":false,"svg":{"solid":{"last_modified":1717165341,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-128c0-17.7-14.3-32-32-32L352 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-128c0-17.7-14.3-32-32-32L352 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"}},"free":["solid"]},"upload":{"aliases":{"unicodes":{"secondary":["10f093"]}},"changes":["1.0.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["hard drive","import","publish","upgrade"]},"styles":["solid"],"unicode":"f093","label":"Upload","voted":false,"svg":{"solid":{"last_modified":1717160270,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 109.3L288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-242.7-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352l128 0c0 35.3 28.7 64 64 64s64-28.7 64-64l128 0c35.3 0 64 28.7 64 64l0 32c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64l0-32c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 109.3L288 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-242.7-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352l128 0c0 35.3 28.7 64 64 64s64-28.7 64-64l128 0c35.3 0 64 28.7 64 64l0 32c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64l0-32c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"ups":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["United Parcel Service","package","shipping"]},"styles":["brands"],"unicode":"f7e0","label":"UPS","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z"}},"free":["brands"]},"upwork":{"changes":["6.5.0","6.5.2"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e641","label":"Upwork","voted":false,"svg":{"brands":{"last_modified":1706728509,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 641 512\\"><path d=\\"M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9c11.9-95.3 46.8-125.4 92.8-125.4c45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4c-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141c0 41.1 13.3 78.4 37.6 105.1c25 27.5 59.2 41.8 98.8 41.8c78.8 0 133.8-60.4 133.8-146.9V112.1c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17c22.2 14 47.7 21.9 73.9 22.8c0 0 4 .2 6.1 .2c81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z\\"/></svg>","viewBox":[0,0,641,512],"width":641,"height":512,"path":"M494.7 295.6c-50.3 0-83.5-38.9-92.8-53.9c11.9-95.3 46.8-125.4 92.8-125.4c45.5 0 80.9 36.4 80.9 89.7s-35.4 89.7-80.9 89.7zm0-237.8c-81.9 0-127.8 53.4-141 108.4c-14.9-28-25.9-65.5-34.5-100.3H206v141c0 51.1-23.3 89-68.8 89s-71.6-37.8-71.6-89l.5-141H.8v141c0 41.1 13.3 78.4 37.6 105.1c25 27.5 59.2 41.8 98.8 41.8c78.8 0 133.8-60.4 133.8-146.9V112.1c8.2 31.2 27.8 91.1 65.3 143.6l-35 199.4h66.4l23.1-141.3c7.6 6.3 15.7 12 24.2 17c22.2 14 47.7 21.9 73.9 22.8c0 0 4 .2 6.1 .2c81.2 0 145.9-62.9 145.9-147.8s-64.8-148.1-146-148.1z"}},"free":["brands"]},"usb":{"changes":["4.5.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f287","label":"USB","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z"}},"free":["brands"]},"user":{"aliases":{"unicodes":{"composite":["1f464","f2c0"],"secondary":["10f007"]}},"changes":["1.0.0","5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["adult","bust","bust in silhouette","default","employee","gender-neutral","person","profile","silhouette","uer","unspecified gender","username","users-people"]},"styles":["solid","regular"],"unicode":"f007","label":"User","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"},"regular":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z"}},"free":["regular","solid"]},"user-astronaut":{"aliases":{"unicodes":{"secondary":["10f4fb"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["avatar","clothing","cosmonaut","nasa","space","suit","uer"]},"styles":["solid"],"unicode":"f4fb","label":"User Astronaut","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128l0 64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9l0-64c0-16.8-12.9-30.5-29.3-31.9zM336 144l0 16c0 53-43 96-96 96l-32 0c-53 0-96-43-96-96l0-16c0-26.5 21.5-48 48-48l128 0c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512l98.3 0 0-64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 64 98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16l0 48 32 0 0-48c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128l0 64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9l0-64c0-16.8-12.9-30.5-29.3-31.9zM336 144l0 16c0 53-43 96-96 96l-32 0c-53 0-96-43-96-96l0-16c0-26.5 21.5-48 48-48l128 0c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512l98.3 0 0-64c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32l0 64 98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16l0 48 32 0 0-48c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"}},"free":["solid"]},"user-check":{"aliases":{"unicodes":{"secondary":["10f4fc"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","enable","uer","users-people","validate","working"]},"styles":["solid"],"unicode":"f4fc","label":"User Check","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"}},"free":["solid"]},"user-clock":{"aliases":{"unicodes":{"secondary":["10f4fd"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","users-people"]},"styles":["solid"],"unicode":"f4fd","label":"User Clock","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16z"}},"free":["solid"]},"user-doctor":{"aliases":{"names":["user-md"],"unicodes":{"secondary":["10f0f0"]}},"changes":["2.0.0","5.0.0","5.0.3","5.0.7","5.0.11","6.0.0-beta1","6.0.0-beta2","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","health","job","medical","nurse","occupation","physician","profile","surgeon","uer","worker"]},"styles":["solid"],"unicode":"f0f0","label":"User Doctor","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1l0 50.8c27.6 7.1 48 32.2 48 62l0 40c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l0-24c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 24c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-40c0-29.8 20.4-54.9 48-62l0-57.1c-6-.6-12.1-.9-18.3-.9l-91.4 0c-6.2 0-12.3 .3-18.3 .9l0 65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7l0-59.1zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1l0 50.8c27.6 7.1 48 32.2 48 62l0 40c0 8.8-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l0-24c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 24c8.8 0 16 7.2 16 16s-7.2 16-16 16l-16 0c-8.8 0-16-7.2-16-16l0-40c0-29.8 20.4-54.9 48-62l0-57.1c-6-.6-12.1-.9-18.3-.9l-91.4 0c-6.2 0-12.3 .3-18.3 .9l0 65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7l0-59.1zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"user-gear":{"aliases":{"names":["user-cog"],"unicodes":{"secondary":["10f4fe"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","together","uer","users-people"]},"styles":["solid"],"unicode":"f4fe","label":"User Gear","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7l0 .9c0 9.2 2.7 18.5 7.9 26.3L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8l0 30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8l0-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9l0-30.5zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304l91.4 0c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7l0 .9c0 9.2 2.7 18.5 7.9 26.3L29.7 512C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8l0 30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8l0-30.5c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9l0-30.5zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z"}},"free":["solid"]},"user-graduate":{"aliases":{"unicodes":{"secondary":["10f501"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["uer","users-people"]},"styles":["solid"],"unicode":"f501","label":"User Graduate","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9l0 57.1c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-57.1L48 93.3l0 65.1 15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9l-32 0c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4l0-71.8C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9l0 57.1c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-57.1L48 93.3l0 65.1 15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9l-32 0c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4l0-71.8C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z"}},"free":["solid"]},"user-group":{"aliases":{"names":["user-friends"],"unicodes":{"composite":["1f465"],"secondary":["10f500"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bust","busts in silhouette","crowd","employee","silhouette","together","uer","users-people"]},"styles":["solid"],"unicode":"f500","label":"User Group","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM609.3 512l-137.8 0c5.4-9.4 8.6-20.3 8.6-32l0-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM609.3 512l-137.8 0c5.4-9.4 8.6-20.3 8.6-32l0-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"}},"free":["solid"]},"user-injured":{"aliases":{"unicodes":{"secondary":["10f728"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","users-people"]},"styles":["solid"],"unicode":"f728","label":"User Injured","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M240 80l102.7 0c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80l81.4 0 91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16L97 112c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7L96 512l147.7 0L181.5 408.2 124 312.4zm33-7.2L204.3 384l67.7 0c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48l82.3 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512L64 512l0-166.6C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48l-48.5 0 57.1 95.2C303 507.2 320 487.6 320 464z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M240 80l102.7 0c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80l81.4 0 91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16L97 112c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7L96 512l147.7 0L181.5 408.2 124 312.4zm33-7.2L204.3 384l67.7 0c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48l82.3 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512L64 512l0-166.6C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48l-48.5 0 57.1 95.2C303 507.2 320 487.6 320 464z"}},"free":["solid"]},"user-large":{"aliases":{"names":["user-alt"],"unicodes":{"secondary":["10f406"]}},"changes":["5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","users-people"]},"styles":["solid"],"unicode":"f406","label":"User Large","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320l-189.4 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320l-189.4 0z"}},"free":["solid"]},"user-large-slash":{"aliases":{"names":["user-alt-slash"],"unicodes":{"secondary":["10f4fa"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disabled","disconnect","employee","uer","users-people"]},"styles":["solid"],"unicode":"f4fa","label":"User Large Slash","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512L528 512 284.3 320l-59 0C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0 .3 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512L528 512 284.3 320l-59 0C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7l450.6 0 .3 0z"}},"free":["solid"]},"user-lock":{"aliases":{"unicodes":{"secondary":["10f502"]}},"changes":["5.0.11","5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","padlock","privacy","uer","users-people"]},"styles":["solid"],"unicode":"f502","label":"User Lock","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l362.8 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7l-91.4 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l362.8 0c-5.4-9.4-8.6-20.3-8.6-32l0-128c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7l-91.4 0zM528 240c17.7 0 32 14.3 32 32l0 48-64 0 0-48c0-17.7 14.3-32 32-32zm-80 32l0 48c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80z"}},"free":["solid"]},"user-minus":{"aliases":{"unicodes":{"secondary":["10f503"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["delete","employee","negative","remove","uer"]},"styles":["solid"],"unicode":"f503","label":"User Minus","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM472 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM472 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"}},"free":["solid"]},"user-ninja":{"aliases":{"unicodes":{"composite":["1f977"],"secondary":["10f504"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["assassin","avatar","dangerous","deadly","fighter","hidden","ninja","sneaky","stealth","uer"]},"styles":["solid"],"unicode":"f504","label":"User Ninja","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L160 96z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L160 96z"}},"free":["solid"]},"user-nurse":{"aliases":{"unicodes":{"secondary":["10f82f"]}},"changes":["5.7.0","5.12.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covid-19","doctor","health","md","medical","midwife","physician","practitioner","surgeon","uer","worker"]},"styles":["solid"],"unicode":"f82f","label":"User Nurse","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 128l0-57.8c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30l0 57.8-.3 0c.2 2.6 .3 5.3 .3 8l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-2.7 .1-5.4 .3-8l-.3 0zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80l0-16-160 0 0 16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48l0 16-16 0c-4.4 0-8 3.6-8 8l0 16c0 4.4 3.6 8 8 8l16 0 0 16c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-16 16 0c4.4 0 8-3.6 8-8l0-16c0-4.4-3.6-8-8-8l-16 0 0-16c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 128l0-57.8c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30l0 57.8-.3 0c.2 2.6 .3 5.3 .3 8l0 40c0 70.7-57.3 128-128 128s-128-57.3-128-128l0-40c0-2.7 .1-5.4 .3-8l-.3 0zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80l0-16-160 0 0 16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7L30.7 512C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48l0 16-16 0c-4.4 0-8 3.6-8 8l0 16c0 4.4 3.6 8 8 8l16 0 0 16c0 4.4 3.6 8 8 8l16 0c4.4 0 8-3.6 8-8l0-16 16 0c4.4 0 8-3.6 8-8l0-16c0-4.4-3.6-8-8-8l-16 0 0-16c0-4.4-3.6-8-8-8l-16 0c-4.4 0-8 3.6-8 8z"}},"free":["solid"]},"user-pen":{"aliases":{"names":["user-edit"],"unicodes":{"secondary":["10f4ff"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","modify","uer","users-people"]},"styles":["solid"],"unicode":"f4ff","label":"User Pen","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l293.1 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1l-91.4 0zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l293.1 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1l-91.4 0zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z"}},"free":["solid"]},"user-plus":{"aliases":{"unicodes":{"secondary":["10f234"]}},"changes":["4.3.0","5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","avatar","employee","follow","positive","sign up","signup","team","uer"]},"styles":["solid"],"unicode":"f234","label":"User Plus","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM504 312l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM504 312l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"}},"free":["solid"]},"user-secret":{"aliases":{"unicodes":{"composite":["1f575"],"secondary":["10f21b"]}},"changes":["4.3.0","5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.5.1","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["detective","sleuth","spy","uer","users-people"]},"styles":["solid"],"unicode":"f21b","label":"User Secret","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48l-59.9 0C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4l-59.9 0c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208l-12.4 0c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2L168 224c-22.1 0-40-17.9-40-40l0-14.4c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4l0 14.4c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48l-59.9 0C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4l-59.9 0c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208l-12.4 0c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2L168 224c-22.1 0-40-17.9-40-40l0-14.4c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4l0 14.4c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z"}},"free":["solid"]},"user-shield":{"aliases":{"unicodes":{"secondary":["10f505"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","protect","safety","uer"]},"styles":["solid"],"unicode":"f505","label":"User Shield","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3l-91.4 0zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7l0-187.8L591.4 312z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3l-91.4 0zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7l0-187.8L591.4 312z"}},"free":["solid"]},"user-slash":{"aliases":{"unicodes":{"secondary":["10f506"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ban","delete","deny","disabled","disconnect","employee","remove","uer"]},"styles":["solid"],"unicode":"f506","label":"User Slash","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7l388.6 0c3.9 0 7.6-.7 11-2.1l-261-205.6z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7l388.6 0c3.9 0 7.6-.7 11-2.1l-261-205.6z"}},"free":["solid"]},"user-tag":{"aliases":{"unicodes":{"secondary":["10f507"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","users-people"]},"styles":["solid"],"unicode":"f507","label":"User Tag","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1l0-33c-15.9-4.7-32.8-7.2-50.3-7.2l-91.4 0zM384 224c-17.7 0-32 14.3-32 32l0 82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7L384 224zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1l0-33c-15.9-4.7-32.8-7.2-50.3-7.2l-91.4 0zM384 224c-17.7 0-32 14.3-32 32l0 82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7L384 224zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"user-tie":{"aliases":{"unicodes":{"secondary":["10f508"]}},"changes":["5.0.11","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["administrator","avatar","business","clothing","employee","formal","offer","portfolio","professional","suit","uer"]},"styles":["solid"],"unicode":"f508","label":"User Tie","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M96 128a128 128 0 1 0 256 0A128 128 0 1 0 96 128zm94.5 200.2l18.6 31L175.8 483.1l-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7l131.7 0c0 0 0 0 .1 0l5.5 0 112 0 5.5 0c0 0 0 0 .1 0l131.7 0c17 0 30.7-13.8 30.7-30.7c0-75.5-51.9-138.9-121.9-156.4c-8.1-2-15.9 3.3-17.9 11.3l-36 146.9L238.9 359.2l18.6-31c6.4-10.7-1.3-24.2-13.7-24.2L224 304l-19.7 0c-12.4 0-20.1 13.6-13.7 24.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M96 128a128 128 0 1 0 256 0A128 128 0 1 0 96 128zm94.5 200.2l18.6 31L175.8 483.1l-36-146.9c-2-8.1-9.8-13.4-17.9-11.3C51.9 342.4 0 405.8 0 481.3c0 17 13.8 30.7 30.7 30.7l131.7 0c0 0 0 0 .1 0l5.5 0 112 0 5.5 0c0 0 0 0 .1 0l131.7 0c17 0 30.7-13.8 30.7-30.7c0-75.5-51.9-138.9-121.9-156.4c-8.1-2-15.9 3.3-17.9 11.3l-36 146.9L238.9 359.2l18.6-31c6.4-10.7-1.3-24.2-13.7-24.2L224 304l-19.7 0c-12.4 0-20.1 13.6-13.7 24.2z"}},"free":["solid"]},"user-xmark":{"aliases":{"names":["user-times"],"unicodes":{"secondary":["10f235"]}},"changes":["4.3.0","5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["archive","delete","employee","remove","uer","uncheck","x"]},"styles":["solid"],"unicode":"f235","label":"User Xmark","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"}},"free":["solid"]},"users":{"aliases":{"unicodes":{"secondary":["10f0c0"]}},"changes":["2.0.0","5.0.0","5.0.3","5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","together","uer","users-people"]},"styles":["solid"],"unicode":"f0c0","label":"Users","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192l42.7 0c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0L21.3 320C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7l42.7 0C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3l-213.3 0zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352l117.3 0C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7l-330.7 0c-14.7 0-26.7-11.9-26.7-26.7z"}},"free":["solid"]},"users-between-lines":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["covered","crowd","employee","group","people","together","uer"]},"styles":["solid"],"unicode":"e591","label":"Users Between Lines","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 24C0 10.7 10.7 0 24 0L616 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 48C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24l592 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64l96 0c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6L64 352c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6l96 0c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32l-82.4 0zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1l96 0c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 24C0 10.7 10.7 0 24 0L616 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 48C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24l592 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64l96 0c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6L64 352c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6l96 0c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32l-82.4 0zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1l96 0c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"users-gear":{"aliases":{"names":["users-cog"],"unicodes":{"secondary":["10f509"]}},"changes":["5.0.11","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["employee","uer","users-people"]},"styles":["solid"],"unicode":"f509","label":"Users Gear","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7l-42.7 0C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2l-103.2 0C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l300.6 0c-2.1-5.2-3.2-10.9-3.2-16.4l0-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3l0-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6l0 3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3l-2.9 1.7c-9.2 5.3-20.4 4-29.6-1.3s-16.1-14.5-16.1-25.1l0-3.4c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9l0 3.4c0 10.6-6.9 19.8-16.1 25.1s-20.4 6.6-29.6 1.3l-2.9-1.7c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l2.9 1.7c9.2 5.3 13.7 15.8 13.7 26.4s-4.5 21.1-13.7 26.4l-3 1.7c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3l2.9-1.7c9.2-5.3 20.4-4 29.6 1.3s16.1 14.5 16.1 25.1l0 3.4c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9l0-3.4c0-10.6 6.9-19.8 16.1-25.1s20.4-6.6 29.6-1.3l2.9 1.7c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-3-1.7c-9.2-5.3-13.7-15.8-13.7-26.4s4.5-21.1 13.7-26.4l3-1.7zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7l-42.7 0C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2l-103.2 0C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l300.6 0c-2.1-5.2-3.2-10.9-3.2-16.4l0-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3l0-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6l0 3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3l-2.9 1.7c-9.2 5.3-20.4 4-29.6-1.3s-16.1-14.5-16.1-25.1l0-3.4c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9l0 3.4c0 10.6-6.9 19.8-16.1 25.1s-20.4 6.6-29.6 1.3l-2.9-1.7c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l2.9 1.7c9.2 5.3 13.7 15.8 13.7 26.4s-4.5 21.1-13.7 26.4l-3 1.7c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3l2.9-1.7c9.2-5.3 20.4-4 29.6 1.3s16.1 14.5 16.1 25.1l0 3.4c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9l0-3.4c0-10.6 6.9-19.8 16.1-25.1s20.4-6.6 29.6-1.3l2.9 1.7c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-3-1.7c-9.2-5.3-13.7-15.8-13.7-26.4s4.5-21.1 13.7-26.4l3-1.7zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z"}},"free":["solid"]},"users-line":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","employee","group","need","people","together","uer"]},"styles":["solid"],"unicode":"e592","label":"Users Line","voted":false,"svg":{"solid":{"last_modified":1717159418,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32l85.6 0c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4l-96 0c-35.3 0-64 28.7-64 64zm461.6 32l82.4 0c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64l-96 0c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4l-96 0c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32l85.6 0c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4l-96 0c-35.3 0-64 28.7-64 64zm461.6 32l82.4 0c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64l-96 0c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4l-96 0c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"}},"free":["solid"]},"users-rays":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","crowd","employee","focused","group","people","uer"]},"styles":["solid"],"unicode":"e593","label":"Users Rays","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"users-rectangle":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","employee","focus","group","people","reached","uer"]},"styles":["solid"],"unicode":"e594","label":"Users Rectangle","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l448 0c53 0 96-43 96-96l0-320c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l448 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32L64 96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0C119.9 256 96 279.9 96 309.3zM461.2 336l56.1 0c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M96 0C43 0 0 43 0 96L0 416c0 53 43 96 96 96l448 0c53 0 96-43 96-96l0-320c0-53-43-96-96-96L96 0zM64 96c0-17.7 14.3-32 32-32l448 0c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32L64 96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0C119.9 256 96 279.9 96 309.3zM461.2 336l56.1 0c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"}},"free":["solid"]},"users-slash":{"aliases":{"unicodes":{"secondary":["10e073"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disabled","disconnect","employee","together","uer","users-people"]},"styles":["solid"],"unicode":"e073","label":"Users Slash","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320l178.1 0c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192l-15.2 0zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l330.7 0c10.5 0 19.5-6 23.9-14.8L324.9 352l-63.6 0zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320l178.1 0c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192l-42.7 0c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320l213.3 0c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192l-15.2 0zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7l330.7 0c10.5 0 19.5-6 23.9-14.8L324.9 352l-63.6 0zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z"}},"free":["solid"]},"users-viewfinder":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["crowd","focus","group","people","targeted","uer"]},"styles":["solid"],"unicode":"e595","label":"Users Viewfinder","voted":false,"svg":{"solid":{"last_modified":1717159419,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M48 48l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 0C14.3 0 0 14.3 0 32L0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-104c0-17.7-14.3-32-32-32L504 0c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 480c0 17.7 14.3 32 32 32l104 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c17.7 0 32-14.3 32-32l0-104c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M48 48l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 0C14.3 0 0 14.3 0 32L0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7l56.1 0c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4l-69.3 0zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3l-69.3 0c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6l56.1 0zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1l-80 0c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-104c0-17.7-14.3-32-32-32L504 0c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 480c0 17.7 14.3 32 32 32l104 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l104 0c17.7 0 32-14.3 32-32l0-104c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0z"}},"free":["solid"]},"usps":{"changes":["5.6.0","5.8.0"],"ligatures":[],"search":{"terms":["american","package","shipping","usa"]},"styles":["brands"],"unicode":"f7e1","label":"United States Postal Service","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"}},"free":["brands"]},"ussunnah":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f407","label":"us-Sunnah Foundation","voted":false,"svg":{"brands":{"last_modified":1677678764,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 482 512\\"><path d=\\"M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z\\"/></svg>","viewBox":[0,0,482,512],"width":482,"height":512,"path":"M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z"}},"free":["brands"]},"utensils":{"aliases":{"names":["cutlery"],"unicodes":{"composite":["1f374","f0f5"],"secondary":["10f2e7"]}},"changes":["5.0.0","6.0.0-beta1","6.0.0-beta2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["cooking","cutlery","dining","dinner","eat","food","fork","fork and knife","knife","restaurant"]},"styles":["solid"],"unicode":"f2e7","label":"Utensils","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M416 0C400 0 288 32 288 176l0 112c0 35.3 28.7 64 64 64l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 0-112 0-208c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7L80 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224.4c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16l0 134.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8L64 16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M416 0C400 0 288 32 288 176l0 112c0 35.3 28.7 64 64 64l32 0 0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128 0-112 0-208c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7L80 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224.4c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16l0 134.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8L64 16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z"}},"free":["solid"]},"v":{"aliases":{"unicodes":{"composite":["76"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter V","Latin Small Letter V","letter"]},"styles":["solid"],"unicode":"56","label":"V","voted":false,"svg":{"solid":{"last_modified":1717164891,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z"}},"free":["solid"]},"vaadin":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f408","label":"Vaadin","voted":false,"svg":{"brands":{"last_modified":1660014460,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z"}},"free":["brands"]},"van-shuttle":{"aliases":{"names":["shuttle-van"],"unicodes":{"composite":["1f690"],"secondary":["10f5b6"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0-beta2","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["airport","bus","machine","minibus","public-transportation","transportation","travel","vehicle"]},"styles":["solid"],"unicode":"f5b6","label":"Van Shuttle","voted":false,"svg":{"solid":{"last_modified":1720211013,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M64 104l0 88 96 0 0-96L72 96c-4.4 0-8 3.6-8 8zm482 88L465.1 96 384 96l0 96 162 0zm-226 0l0-96-96 0 0 96 96 0zM592 384l-16 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 104C0 64.2 32.2 32 72 32l120 0 160 0 113.1 0c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2L640 336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M64 104l0 88 96 0 0-96L72 96c-4.4 0-8 3.6-8 8zm482 88L465.1 96 384 96l0 96 162 0zm-226 0l0-96-96 0 0 96 96 0zM592 384l-16 0c0 53-43 96-96 96s-96-43-96-96l-128 0c0 53-43 96-96 96s-96-43-96-96l-16 0c-26.5 0-48-21.5-48-48L0 104C0 64.2 32.2 32 72 32l120 0 160 0 113.1 0c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2L640 336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"}},"free":["solid"]},"vault":{"changes":["6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bank","important","investment","lock","money","premium","privacy","safe","salary"]},"styles":["solid"],"unicode":"e2c5","label":"Vault","voted":false,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M64 0C28.7 0 0 28.7 0 64L0 416c0 35.3 28.7 64 64 64l16 0 16 32 64 0 16-32 224 0 16 32 64 0 16-32 16 0c35.3 0 64-28.7 64-64l0-352c0-35.3-28.7-64-64-64L64 0zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3L480 336c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-114.7c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M64 0C28.7 0 0 28.7 0 64L0 416c0 35.3 28.7 64 64 64l16 0 16 32 64 0 16-32 224 0 16 32 64 0 16-32 16 0c35.3 0 64-28.7 64-64l0-352c0-35.3-28.7-64-64-64L64 0zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3L480 336c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-114.7c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z"}},"free":["solid"]},"vector-square":{"aliases":{"unicodes":{"secondary":["10f5cb"]}},"changes":["5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anchors","lines","object","render","shape"]},"styles":["solid"],"unicode":"f5cb","label":"Vector Square","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M368 80l32 0 0 32-32 0 0-32zM352 32c-17.7 0-32 14.3-32 32L128 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-192c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM96 160c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l-192 0c0-17.7-14.3-32-32-32l0-192zM48 400l32 0 0 32-32 0 0-32zm320 32l0-32 32 0 0 32-32 0zM48 112l0-32 32 0 0 32-32 0z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M368 80l32 0 0 32-32 0 0-32zM352 32c-17.7 0-32 14.3-32 32L128 64c0-17.7-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64l0 64c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l0-192c17.7 0 32-14.3 32-32l0-64c0-17.7-14.3-32-32-32l-64 0zM96 160c17.7 0 32-14.3 32-32l192 0c0 17.7 14.3 32 32 32l0 192c-17.7 0-32 14.3-32 32l-192 0c0-17.7-14.3-32-32-32l0-192zM48 400l32 0 0 32-32 0 0-32zm320 32l0-32 32 0 0 32-32 0zM48 112l0-32 32 0 0 32-32 0z"}},"free":["solid"]},"venus":{"aliases":{"unicodes":{"composite":["2640"],"secondary":["10f221"]}},"changes":["4.3.0","5.0.0","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["female","female sign","gender","woman"]},"styles":["solid"],"unicode":"f221","label":"Venus","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1l0 34.9-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-34.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1l0 34.9-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l32 0 0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32 32 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-32 0 0-34.9z"}},"free":["solid"]},"venus-double":{"aliases":{"unicodes":{"composite":["26a2"],"secondary":["10f226"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Doubled Female Sign","female","gender","lesbian"]},"styles":["solid"],"unicode":"f226","label":"Venus Double","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9c-26.6-4.9-51.1-15.7-72-31.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9c-26.6-4.9-51.1-15.7-72-31.1z"}},"free":["solid"]},"venus-mars":{"aliases":{"unicodes":{"composite":["26a4"],"secondary":["10f228"]}},"changes":["4.3.0","5.0.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Interlocked Female and Male Sign","female","gender","heterosexual","male"]},"styles":["solid"],"unicode":"f228","label":"Venus Mars","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0L616 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1l0 34.9 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-34.9C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0L616 0c13.3 0 24 10.7 24 24l0 112c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z"}},"free":["solid"]},"vest":{"aliases":{"unicodes":{"secondary":["10e085"]}},"changes":["5.15.0","5.15.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["biker","fashion","style"]},"styles":["solid"],"unicode":"e085","label":"Vest","voted":false,"svg":{"solid":{"last_modified":1717101198,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2L224 464c0 26.5 21.5 48 48 48l128 0c26.5 0 48-21.5 48-48l0-193.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6l0-17.5 0-73.7 0-6.3c0-26.5-21.5-48-48-48l-4.5 0c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0L112 0C85.5 0 64 21.5 64 48l0 6.3L64 128l0 17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5L0 464c0 26.5 21.5 48 48 48l128 0c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464l0-168.2c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2L224 464c0 26.5 21.5 48 48 48l128 0c26.5 0 48-21.5 48-48l0-193.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6l0-17.5 0-73.7 0-6.3c0-26.5-21.5-48-48-48l-4.5 0c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0L112 0C85.5 0 64 21.5 64 48l0 6.3L64 128l0 17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5L0 464c0 26.5 21.5 48 48 48l128 0c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464l0-168.2c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"}},"free":["solid"]},"vest-patches":{"aliases":{"unicodes":{"secondary":["10e086"]}},"changes":["5.15.0","5.15.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["biker","fashion","style"]},"styles":["solid"],"unicode":"e086","label":"Vest Patches","voted":false,"svg":{"solid":{"last_modified":1717101197,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3L192 464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512L48 512c-26.5 0-48-21.5-48-48L0 270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L64 128l0-73.7L64 48C64 21.5 85.5 0 112 0l4.5 0c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0L336 0c26.5 0 48 21.5 48 48l0 6.3 0 73.7 0 17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-168.2c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280l0 8 0 32c0 8.8 7.2 16 16 16l32 0 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3L192 464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512L48 512c-26.5 0-48-21.5-48-48L0 270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6L64 128l0-73.7L64 48C64 21.5 85.5 0 112 0l4.5 0c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0L336 0c26.5 0 48 21.5 48 48l0 6.3 0 73.7 0 17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6L448 464c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-168.2c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280l0 8 0 32c0 8.8 7.2 16 16 16l32 0 8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z"}},"free":["solid"]},"viacoin":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f237","label":"Viacoin","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z"}},"free":["brands"]},"viadeo":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2a9","label":"Viadeo","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z"}},"free":["brands"]},"vial":{"aliases":{"unicodes":{"composite":["1f9ea"],"secondary":["10f492"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ampule","chemist","chemistry","experiment","knowledge","lab","sample","science","test","test tube"]},"styles":["solid"],"unicode":"f492","label":"Vial","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5L0 416c0 53 43 96 96 96l5.5 0c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96-101.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5L0 416c0 53 43 96 96 96l5.5 0c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96-101.5 0z"}},"free":["solid"]},"vial-circle-check":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ampule","chemist","chemistry","enable","not affected","ok","okay","success","test tube","tube","vaccine","validate","working"]},"styles":["solid"],"unicode":"e596","label":"Vial Circle Check","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l64 0 64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 170.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96L32 96C14.3 96 0 81.7 0 64zM96 96l0 96 64 0 0-96L96 96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l64 0 64 0 64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 170.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96L32 96C14.3 96 0 81.7 0 64zM96 96l0 96 64 0 0-96L96 96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"}},"free":["solid"]},"vial-virus":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ampule","coronavirus","covid-19","flue","infection","lab","laboratory","pandemic","test","test tube","vaccine"]},"styles":["solid"],"unicode":"e597","label":"Vial Virus","voted":false,"svg":{"solid":{"last_modified":1720283169,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5L224 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0L96 32 32 32zM96 192l0-96 64 0 0 96-64 0zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l0 288c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5L224 96c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0L96 32 32 32zM96 192l0-96 64 0 0 96-64 0zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"}},"free":["solid"]},"vials":{"aliases":{"unicodes":{"secondary":["10f493"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ampule","experiment","knowledge","lab","sample","science","test","test tube"]},"styles":["solid"],"unicode":"f493","label":"Vials","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80L32 96C14.3 96 0 81.7 0 64zM136 96L88 96l0 160 48 0 0-160zM288 64c0-17.7 14.3-32 32-32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-304c-17.7 0-32-14.3-32-32zM424 96l-48 0 0 160 48 0 0-160z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80L32 96C14.3 96 0 81.7 0 64zM136 96L88 96l0 160 48 0 0-160zM288 64c0-17.7 14.3-32 32-32l56 0 48 0 56 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 304c0 44.2-35.8 80-80 80s-80-35.8-80-80l0-304c-17.7 0-32-14.3-32-32zM424 96l-48 0 0 160 48 0 0-160z"}},"free":["solid"]},"viber":{"changes":["5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f409","label":"Viber","voted":false,"svg":{"brands":{"last_modified":1660014468,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z"}},"free":["brands"]},"video":{"aliases":{"names":["video-camera"],"unicodes":{"secondary":["10f03d"]}},"changes":["1.0.0","5.0.0","5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["camera","film","movie","record","video-camera"]},"styles":["solid"],"unicode":"f03d","label":"Video","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M0 128C0 92.7 28.7 64 64 64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2l0 256c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1l0-17.1 0-128 0-17.1 14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M0 128C0 92.7 28.7 64 64 64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2l0 256c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1l0-17.1 0-128 0-17.1 14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z"}},"free":["solid"]},"video-slash":{"aliases":{"unicodes":{"secondary":["10f4e2"]}},"changes":["5.0.9","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["add","create","disabled","disconnect","film","new","positive","record","video"]},"styles":["solid"],"unicode":"f4e2","label":"Video Slash","voted":false,"svg":{"solid":{"last_modified":1717160269,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2l0-256c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9l0 17.1 0 128 0 5.8-32-25.1L416 128c0-35.3-28.7-64-64-64L113.9 64 38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5l0 256c0 35.3 28.7 64 64 64l256 0c23.4 0 43.9-12.6 55-31.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2l0-256c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9l0 17.1 0 128 0 5.8-32-25.1L416 128c0-35.3-28.7-64-64-64L113.9 64 38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5l0 256c0 35.3 28.7 64 64 64l256 0c23.4 0 43.9-12.6 55-31.3z"}},"free":["solid"]},"vihara":{"aliases":{"unicodes":{"secondary":["10f6a7"]}},"changes":["5.3.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["buddhism","buddhist","building","monastery"]},"styles":["solid"],"unicode":"f6a7","label":"Vihara","voted":false,"svg":{"solid":{"last_modified":1717161042,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9l-7.5 0 0 56.1 6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4L544 288l0 65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24l-40 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-40 0c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7L96 288l-39.4 0c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1 0-8.1 0-48-7.5 0c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128l-96 0-96 0 0 64 72 0 48 0 72 0 0-64zM160 288l0 64 136 0 24 0 24 0 136 0 0-64-136 0-24 0s0 0 0 0l-24 0-136 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9l-7.5 0 0 56.1 6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4L544 288l0 65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24l-40 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-160 0 0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-40 0c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7L96 288l-39.4 0c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1 0-8.1 0-48-7.5 0c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128l-96 0-96 0 0 64 72 0 48 0 72 0 0-64zM160 288l0 64 136 0 24 0 24 0 136 0 0-64-136 0-24 0s0 0 0 0l-24 0-136 0z"}},"free":["solid"]},"vimeo":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f40a","label":"Vimeo","voted":false,"svg":{"brands":{"last_modified":1660014466,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"}},"free":["brands"]},"vimeo-v":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":["vimeo"]},"styles":["brands"],"unicode":"f27d","label":"Vimeo V","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"}},"free":["brands"]},"vine":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1ca","label":"Vine","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z"}},"free":["brands"]},"virus":{"aliases":{"unicodes":{"secondary":["10e074"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bug","coronavirus","covid-19","flu","health","infection","pandemic","sick","vaccine","viral"]},"styles":["solid"],"unicode":"e074","label":"Virus","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5L288 32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5L288 32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"virus-covid":{"changes":["6.0.0","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bug","covid-19","flu","health","infection","pandemic","vaccine","viral","virus"]},"styles":["solid"],"unicode":"e4a8","label":"Virus Covid","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 33.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3l33.6 0 0-16c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-33.6 0c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1l0 33.6 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-33.6c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280L48 280l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24l0 16 33.6 0c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1L232 48l-16 0c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 24c0-13.3 10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0 0 33.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3l33.6 0 0-16c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-33.6 0c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1l0 33.6 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l16 0 0-33.6c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280L48 280l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24l0 16 33.6 0c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1L232 48l-16 0c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"}},"free":["solid"]},"virus-covid-slash":{"changes":["6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bug","covid-19","disabled","flu","health","infection","pandemic","vaccine","viral","virus"]},"styles":["solid"],"unicode":"e4a9","label":"Virus Covid Slash","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7l33.6 0 0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16-33.6 0c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6L344 48l16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5L112 232l0-16c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16 33.6 0c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1l0 33.6-16 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7l33.6 0 0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16-33.6 0c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6L344 48l16 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 33.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5L112 232l0-16c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16 33.6 0c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1l0 33.6-16 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-33.6c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z"}},"free":["solid"]},"virus-slash":{"aliases":{"unicodes":{"secondary":["10e075"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bug","coronavirus","covid-19","cure","disabled","eliminate","flu","health","infection","pandemic","sick","vaccine","viral"]},"styles":["solid"],"unicode":"e075","label":"Virus Slash","voted":false,"svg":{"solid":{"last_modified":1717158078,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14L96 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-31.2 23.6-52.7 50-55.7z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1l11.5 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5L352 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 11.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14L96 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l11.5 0c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6l0 11.5c0 17.7 14.3 32 32 32s32-14.3 32-32l0-11.5c0-31.2 23.6-52.7 50-55.7z"}},"free":["solid"]},"viruses":{"aliases":{"unicodes":{"secondary":["10e076"]}},"changes":["5.13.0","5.14.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["bugs","coronavirus","covid-19","flu","health","infection","multiply","pandemic","sick","spread","vaccine","viral"]},"styles":["solid"],"unicode":"e076","label":"Viruses","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M192 0c13.3 0 24 10.7 24 24l0 13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168l13.5 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-13.5 0c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5l0 13.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l13.5 0c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5L168 24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M192 0c13.3 0 24 10.7 24 24l0 13.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168l13.5 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-13.5 0c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5l0 13.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-13.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l13.5 0c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5L168 24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"}},"free":["solid"]},"vk":{"changes":["3.2.0","5.0.0","6.0.0-beta3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f189","label":"VK","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z"}},"free":["brands"]},"vnv":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f40b","label":"VNV","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z"}},"free":["brands"]},"voicemail":{"aliases":{"unicodes":{"secondary":["10f897"]}},"changes":["5.9.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["answer","inbox","message","phone"]},"styles":["solid"],"unicode":"f897","label":"Voicemail","voted":true,"svg":{"solid":{"last_modified":1717101284,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144l352 0c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80l-112.5 0zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144l352 0c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80l-112.5 0zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"}},"free":["solid"]},"volcano":{"aliases":{"unicodes":{"composite":["1f30b"],"secondary":["10f770"]}},"changes":["5.5.0","5.10.2","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["caldera","eruption","lava","magma","mountain","smoke","volcano"]},"styles":["solid"],"unicode":"f770","label":"Volcano","voted":false,"svg":{"solid":{"last_modified":1717159608,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1l-41.8 0c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2l41.8 0c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2L52.2 512C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1l-41.8 0c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2l41.8 0c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2L52.2 512C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z"}},"free":["solid"]},"volleyball":{"aliases":{"names":["volleyball-ball"],"unicodes":{"composite":["1f3d0"],"secondary":["10f45f"]}},"changes":["5.0.5","5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ball","beach","game","olympics","sport","volleyball"]},"styles":["solid"],"unicode":"f45f","label":"Volleyball","voted":false,"svg":{"solid":{"last_modified":1717159340,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z"}},"free":["solid"]},"volume-high":{"aliases":{"names":["volume-up"],"unicodes":{"composite":["1f50a"],"secondary":["10f028"]}},"changes":["1.0.0","5.0.0","5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","higher","loud","louder","music","sound","speaker","speaker high volume"]},"styles":["solid"],"unicode":"f028","label":"Volume High","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z"}},"free":["solid"]},"volume-low":{"aliases":{"names":["volume-down"],"unicodes":{"composite":["1f508"],"secondary":["10f027"]}},"changes":["1.0.0","5.0.0","5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","lower","music","quieter","soft","sound","speaker","speaker low volume"]},"styles":["solid"],"unicode":"f027","label":"Volume Low","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z"}},"free":["solid"]},"volume-off":{"aliases":{"unicodes":{"secondary":["10f026"]}},"changes":["1.0.0","5.0.0","5.3.0","5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","ban","music","mute","quiet","silent","sound"]},"styles":["solid"],"unicode":"f026","label":"Volume Off","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160 64 160c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l67.8 0L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448l0-384z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160 64 160c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l67.8 0L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448l0-384z"}},"free":["solid"]},"volume-xmark":{"aliases":{"names":["volume-mute","volume-times"],"unicodes":{"secondary":["10f6a9"]}},"changes":["5.3.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["audio","music","quiet","sound","speaker"]},"styles":["solid"],"unicode":"f6a9","label":"Volume Xmark","voted":true,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"}},"free":["solid"]},"vr-cardboard":{"aliases":{"unicodes":{"secondary":["10f729"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["3d","augment","google","reality","virtual"]},"styles":["solid"],"unicode":"f729","label":"Vr Cardboard","voted":true,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M576 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l120.4 0c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4L576 448c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M576 64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l120.4 0c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4L576 448c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"}},"free":["solid"]},"vuejs":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f41f","label":"Vue.js","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"}},"free":["brands"]},"w":{"aliases":{"unicodes":{"composite":["77"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter W","Latin Small Letter W","letter"]},"styles":["solid"],"unicode":"57","label":"W","voted":false,"svg":{"solid":{"last_modified":1717164892,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z"}},"free":["solid"]},"walkie-talkie":{"aliases":{"unicodes":{"secondary":["10f8ef"]}},"changes":["5.11.0","6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["communication","copy","intercom","over","portable","radio","two way radio"]},"styles":["solid"],"unicode":"f8ef","label":"Walkie Talkie","voted":false,"svg":{"solid":{"last_modified":1717158400,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144L0 300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9L32 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-92.1c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9L384 144c0-26.5-21.5-48-48-48l-16 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-32 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-48 0 0-72zm0 136l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24l0 72L48 96C21.5 96 0 117.5 0 144L0 300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9L32 464c0 26.5 21.5 48 48 48l224 0c26.5 0 48-21.5 48-48l0-92.1c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9L384 144c0-26.5-21.5-48-48-48l-16 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-32 0c0-17.7-14.3-32-32-32s-32 14.3-32 32l-48 0 0-72zm0 136l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"}},"free":["solid"]},"wallet":{"aliases":{"unicodes":{"secondary":["10f555"]}},"changes":["5.0.13","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["billfold","cash","currency","money","salary"]},"styles":["solid"],"unicode":"f555","label":"Wallet","voted":true,"svg":{"solid":{"last_modified":1717158770,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L80 128c-8.8 0-16-7.2-16-16s7.2-16 16-16l368 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L80 128c-8.8 0-16-7.2-16-16s7.2-16 16-16l368 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"}},"free":["solid"]},"wand-magic":{"aliases":{"names":["magic"],"unicodes":{"secondary":["10f0d0"]}},"changes":["2.0.0","5.0.0","5.1.0","6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["autocomplete","automatic","mage","magic","spell","wand","witch","wizard"]},"styles":["solid"],"unicode":"f0d0","label":"Wand Magic","voted":false,"svg":{"solid":{"last_modified":1717161911,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z"}},"free":["solid"]},"wand-magic-sparkles":{"aliases":{"names":["magic-wand-sparkles"]},"changes":["6.0.0-beta1","6.0.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["auto","magic","magic wand","trick","witch","wizard"]},"styles":["solid"],"unicode":"e2ca","label":"Wand Magic Sparkles","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z"}},"free":["solid"]},"wand-sparkles":{"aliases":{"unicodes":{"secondary":["10f72b"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["autocomplete","automatic","fantasy","halloween","holiday","magic","weapon","witch","wizard"]},"styles":["solid"],"unicode":"f72b","label":"Wand Sparkles","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7l0 21.4c0 8.8-7.2 16-16 16l-15.8 0c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9l0-27.6c0-8.8 7.2-16 16-16l34.6 0c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7l0 21.4c0 8.8-7.2 16-16 16l-15.8 0c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9l0-27.6c0-8.8 7.2-16 16-16l34.6 0c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z"}},"free":["solid"]},"warehouse":{"aliases":{"unicodes":{"secondary":["10f494"]}},"changes":["5.0.7","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["building","capacity","garage","inventory","storage"]},"styles":["solid"],"unicode":"f494","label":"Warehouse","voted":false,"svg":{"solid":{"last_modified":1717161041,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M0 488L0 171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4L640 488c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-264c0-17.7-14.3-32-32-32l-384 0c-17.7 0-32 14.3-32 32l0 264c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24l0-56 384 0 0 56c0 13.3-10.7 24-24 24zM128 400l0-64 384 0 0 64-384 0zm0-96l0-80 384 0 0 80-384 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M0 488L0 171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4L640 488c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-264c0-17.7-14.3-32-32-32l-384 0c-17.7 0-32 14.3-32 32l0 264c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24l0-56 384 0 0 56c0 13.3-10.7 24-24 24zM128 400l0-64 384 0 0 64-384 0zm0-96l0-80 384 0 0 80-384 0z"}},"free":["solid"]},"watchman-monitoring":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e087","label":"Watchman Monitoring","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z"}},"free":["brands"]},"water":{"aliases":{"unicodes":{"secondary":["10f773"]}},"changes":["5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["lake","liquid","ocean","sea","swim","wet"]},"styles":["solid"],"unicode":"f773","label":"Water","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"water-ladder":{"aliases":{"names":["ladder-water","swimming-pool"],"unicodes":{"secondary":["10f5c5"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["ladder","recreation","swim","water"]},"styles":["solid"],"unicode":"f5c5","label":"Water Ladder","voted":false,"svg":{"solid":{"last_modified":1717159338,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7l0 96.3 192 0 0-96.3C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7L448 361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-96.5-192 0 0 96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1l0-233.3zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7l0 96.3 192 0 0-96.3C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7L448 361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3c0 0 0 0 0 0l0-96.5-192 0 0 96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1l0-233.3zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1c0 0 0 0 0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c0 0 0 0 0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"}},"free":["solid"]},"wave-square":{"aliases":{"unicodes":{"secondary":["10f83e"]}},"changes":["5.8.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["frequency","pulse","signal"]},"styles":["solid"],"unicode":"f83e","label":"Wave Square","voted":false,"svg":{"solid":{"last_modified":1717158402,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M128 64c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 352 96 0 0-160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 160c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-352-96 0 0 160c0 17.7-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-160z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M128 64c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 352 96 0 0-160c0-17.7 14.3-32 32-32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 160c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-352-96 0 0 160c0 17.7-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0 0-160z"}},"free":["solid"]},"waze":{"changes":["5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f83f","label":"Waze","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"}},"free":["brands"]},"web-awesome":{"changes":["6.5.2","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["awesome","coding","components","crown","web"]},"styles":["solid","brands"],"unicode":"e682","label":"Web Awesome","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"},"brands":{"last_modified":1709237138,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M372.2 52c0 20.9-12.4 39-30.2 47.2L448 192l104.4-20.9c-5.3-7.7-8.4-17.1-8.4-27.1c0-26.5 21.5-48 48-48s48 21.5 48 48c0 26-20.6 47.1-46.4 48L481 442.3c-10.3 23-33.2 37.7-58.4 37.7l-205.2 0c-25.2 0-48-14.8-58.4-37.7L46.4 192C20.6 191.1 0 170 0 144c0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.1-3.1 19.4-8.4 27.1L192 192 298.1 99.1c-17.7-8.3-30-26.3-30-47.1c0-28.7 23.3-52 52-52s52 23.3 52 52z"}},"free":["brands","solid"]},"webflow":{"changes":["6.5.0","6.5.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e65c","label":"Webflow","voted":false,"svg":{"brands":{"last_modified":1696611549,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 64L435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64H171.1V204.8l3.8 0L244.9 64H374.3V203.9l3.8 0L450.7 64H640z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 64L435.8 463.2H244l85.5-165.5h-3.8C255.1 389.3 149.9 449.5 0 463.2V300.1s95.9-5.7 152.3-64.9H0V64H171.1V204.8l3.8 0L244.9 64H374.3V203.9l3.8 0L450.7 64H640z"}},"free":["brands"]},"weebly":{"changes":["5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5cc","label":"Weebly","voted":true,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z"}},"free":["brands"]},"weibo":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f18a","label":"Weibo","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z"}},"free":["brands"]},"weight-hanging":{"aliases":{"unicodes":{"secondary":["10f5cd"]}},"changes":["5.1.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["anvil","heavy","measurement"]},"styles":["solid"],"unicode":"f5cd","label":"Weight Hanging","voted":false,"svg":{"solid":{"last_modified":1717159339,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32L120 128c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512l416 0c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128l-45.5 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32L120 128c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512l416 0c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128l-45.5 0z"}},"free":["solid"]},"weight-scale":{"aliases":{"names":["weight"],"unicodes":{"secondary":["10f496"]}},"changes":["5.0.7","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["health","measurement","scale","weight"]},"styles":["solid"],"unicode":"f496","label":"Weight Scale","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-56.2 0zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64L64 64C28.7 64 0 92.7 0 128L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64l-56.2 0zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z"}},"free":["solid"]},"weixin":{"changes":["4.1.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1d7","label":"Weixin (WeChat)","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z"}},"free":["brands"]},"whatsapp":{"changes":["4.3.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f232","label":"What\'s App","voted":false,"svg":{"brands":{"last_modified":1660014465,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"}},"free":["brands"]},"wheat-awn":{"aliases":{"names":["wheat-alt"]},"changes":["6.0.0-beta1","6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["agriculture","autumn","fall","farming","grain"]},"styles":["solid"],"unicode":"e2cd","label":"Wheat Awn","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z"}},"free":["solid"]},"wheat-awn-circle-exclamation":{"changes":["6.1.0","6.1.2","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["affected","failed","famine","food","gluten","hunger","starve","straw"]},"styles":["solid"],"unicode":"e598","label":"Wheat Awn Circle Exclamation","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16z"}},"free":["solid"]},"wheelchair":{"aliases":{"unicodes":{"secondary":["10f193"]}},"changes":["4.0.0","5.0.0","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["disabled","uer","users-people"]},"styles":["solid"],"unicode":"f193","label":"Wheelchair","voted":false,"svg":{"solid":{"last_modified":1720207363,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4l5.1 0c.4 0 .8 0 1.3 0l94.1 0c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9l-68.5 0-9.6-48 63.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-76.2 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4l5.1 0c.4 0 .8 0 1.3 0l94.1 0c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9l-68.5 0-9.6-48 63.4 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-76.2 0z"}},"free":["solid"]},"wheelchair-move":{"aliases":{"names":["wheelchair-alt"]},"changes":["6.0.0-beta1","6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["access","disabled","handicap","impairment","physical","uer","wheelchair symbol"]},"styles":["solid"],"unicode":"e2ce","label":"Wheelchair Move","voted":false,"svg":{"solid":{"last_modified":1720207358,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224l97.4 0c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288l-70.3 0c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224l97.4 0c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288l-70.3 0c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"}},"free":["solid"]},"whiskey-glass":{"aliases":{"names":["glass-whiskey"],"unicodes":{"composite":["1f943"],"secondary":["10f7a0"]}},"changes":["5.6.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","bar","beverage","bourbon","drink","glass","liquor","neat","rye","scotch","shot","tumbler","tumbler glass","whisky"]},"styles":["solid"],"unicode":"f7a0","label":"Whiskey Glass","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5l253 0c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32L32 32zM87.7 224L69 96l374 0L424.3 224 87.7 224z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5l253 0c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32L32 32zM87.7 224L69 96l374 0L424.3 224 87.7 224z"}},"free":["solid"]},"whmcs":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f40d","label":"WHMCS","voted":false,"svg":{"brands":{"last_modified":1660014481,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z"}},"free":["brands"]},"wifi":{"aliases":{"names":["wifi-3","wifi-strong"],"unicodes":{"secondary":["10f1eb"]}},"changes":["4.2.0","5.0.0","5.3.0","5.10.1","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["connection","hotspot","internet","network","signal","wireless","www"]},"styles":["solid"],"unicode":"f1eb","label":"Wifi","voted":false,"svg":{"solid":{"last_modified":1717158401,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"}},"free":["solid"]},"wikipedia-w":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f266","label":"Wikipedia W","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z"}},"free":["brands"]},"wind":{"aliases":{"unicodes":{"secondary":["10f72e"]}},"changes":["5.4.0","5.5.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["air","blow","breeze","fall","seasonal","weather"]},"styles":["solid"],"unicode":"f72e","label":"Wind","voted":false,"svg":{"solid":{"last_modified":1717159607,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M288 32c0 17.7 14.3 32 32 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c53 0 96-43 96-96s-43-96-96-96L320 0c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32l32 0c53 0 96-43 96-96s-43-96-96-96L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32zM128 512l32 0c53 0 96-43 96-96s-43-96-96-96L32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M288 32c0 17.7 14.3 32 32 32l32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l320 0c53 0 96-43 96-96s-43-96-96-96L320 0c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32l32 0c53 0 96-43 96-96s-43-96-96-96L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32zM128 512l32 0c53 0 96-43 96-96s-43-96-96-96L32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32z"}},"free":["solid"]},"window-maximize":{"aliases":{"unicodes":{"composite":["1f5d6"],"secondary":["10f2d0"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Maximize","browser","computer","development","expand"]},"styles":["solid","regular"],"unicode":"f2d0","label":"Window Maximize","voted":false,"svg":{"solid":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32s14.3-32 32-32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"},"regular":{"last_modified":1717161912,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M.3 89.5C.1 91.6 0 93.8 0 96L0 224 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-192 0-128c0-35.3-28.7-64-64-64L64 32c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224l416 0 0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M.3 89.5C.1 91.6 0 93.8 0 96L0 224 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-192 0-128c0-35.3-28.7-64-64-64L64 32c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224l416 0 0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z"}},"free":["regular","solid"]},"window-minimize":{"aliases":{"unicodes":{"composite":["1f5d5"],"secondary":["10f2d1"]}},"changes":["4.7.0","5.0.0","5.10.1","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Minimize","browser","collapse","computer","development"]},"styles":["solid","regular"],"unicode":"f2d1","label":"Window Minimize","voted":false,"svg":{"solid":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l448 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416z"},"regular":{"last_modified":1717161910,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l464 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432z"}},"free":["regular","solid"]},"window-restore":{"aliases":{"unicodes":{"secondary":["10f2d2"]}},"changes":["4.7.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["browser","computer","development"]},"styles":["solid","regular"],"unicode":"f2d2","label":"Window Restore","voted":false,"svg":{"solid":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z"},"regular":{"last_modified":1717161913,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M432 48L208 48c-17.7 0-32 14.3-32 32l0 16-48 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-48 16 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-192L48 256l0 192zM64 128l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M432 48L208 48c-17.7 0-32 14.3-32 32l0 16-48 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-48 16 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-192L48 256l0 192zM64 128l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192c0-35.3 28.7-64 64-64z"}},"free":["regular","solid"]},"windows":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":["microsoft","operating system","os"]},"styles":["brands"],"unicode":"f17a","label":"Windows","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"}},"free":["brands"]},"wine-bottle":{"aliases":{"unicodes":{"secondary":["10f72f"]}},"changes":["5.4.0","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","beverage","cabernet","drink","glass","grapes","merlot","sauvignon"]},"styles":["solid"],"unicode":"f72f","label":"Wine Bottle","voted":false,"svg":{"solid":{"last_modified":1717161162,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z"}},"free":["solid"]},"wine-glass":{"aliases":{"unicodes":{"composite":["1f377"],"secondary":["10f4e3"]}},"changes":["5.0.9","5.1.0","5.10.1","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","bar","beverage","cabernet","drink","glass","grapes","merlot","sauvignon","wine","wine glass"]},"styles":["solid"],"unicode":"f4e3","label":"Wine Glass","voted":false,"svg":{"solid":{"last_modified":1717161163,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M32.1 29.3C33.5 12.8 47.4 0 64 0L256 0c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6l0 99.6 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0-80 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 0-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7l143.8 0-5.3-64L93.4 64l-5.3 64z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M32.1 29.3C33.5 12.8 47.4 0 64 0L256 0c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6l0 99.6 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-80 0-80 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 0-99.6C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7l143.8 0-5.3-64L93.4 64l-5.3 64z"}},"free":["solid"]},"wine-glass-empty":{"aliases":{"names":["wine-glass-alt"],"unicodes":{"secondary":["10f5ce"]}},"changes":["5.1.0","5.10.1","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.4.1","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["alcohol","beverage","cabernet","drink","grapes","merlot","sauvignon"]},"styles":["solid"],"unicode":"f5ce","label":"Wine Glass Empty","voted":false,"svg":{"solid":{"last_modified":1717161161,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6l0 99.6-48 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0L64 0zM81.9 203.1L93.4 64l133.1 0 11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6l0 99.6-48 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-48 0 0-99.6c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0L64 0zM81.9 203.1L93.4 64l133.1 0 11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z"}},"free":["solid"]},"wirsindhandwerk":{"aliases":{"names":["wsh"]},"changes":["6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e2d0","label":"wirsindhandwerk","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z"}},"free":["brands"]},"wix":{"changes":["5.1.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f5cf","label":"Wix","voted":true,"svg":{"brands":{"last_modified":1660014463,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z"}},"free":["brands"]},"wizards-of-the-coast":{"changes":["5.4.0"],"ligatures":[],"search":{"terms":["Dungeons & Dragons","d&d","dnd","fantasy","game","gaming","tabletop"]},"styles":["brands"],"unicode":"f730","label":"Wizards of the Coast","voted":false,"svg":{"brands":{"last_modified":1660014478,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z"}},"free":["brands"]},"wodu":{"changes":["5.15.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"e088","label":"Wodu","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z"}},"free":["brands"]},"wolf-pack-battalion":{"changes":["5.0.12","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f514","label":"Wolf Pack Battalion","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z"}},"free":["brands"]},"won-sign":{"aliases":{"names":["krw","won"],"unicodes":{"composite":["20a9"],"secondary":["10f159"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Won Sign","currency"]},"styles":["solid"],"unicode":"f159","label":"Won Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l40.9 0 56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288l46 0L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288l40.9 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.6 0 50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224l-64 0L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224l-64 0L62.4 53.9zm78 234.1l26.6 0-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1-14 0zm96 64l26.6 0-15.2 45.6L345 288z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l40.9 0 56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288l46 0L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288l40.9 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-19.6 0 50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224l-64 0L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224l-64 0L62.4 53.9zm78 234.1l26.6 0-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1-14 0zm96 64l26.6 0-15.2 45.6L345 288z"}},"free":["solid"]},"wordpress":{"changes":["4.1.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f19a","label":"WordPress Logo","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"}},"free":["brands"]},"wordpress-simple":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f411","label":"Wordpress Simple","voted":false,"svg":{"brands":{"last_modified":1660014459,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z"}},"free":["brands"]},"worm":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["dirt","garden","worm","wriggle"]},"styles":["solid"],"unicode":"e599","label":"Worm","voted":false,"svg":{"solid":{"last_modified":1720207364,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 96c0-53 43-96 96-96l38.4 0C439.9 0 480 40.1 480 89.6l0 86.4 0 16 0 184c0 75.1-60.9 136-136 136s-136-60.9-136-136l0-80c0-22.1-17.9-40-40-40s-40 17.9-40 40l0 168c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-168c0-75.1 60.9-136 136-136s136 60.9 136 136l0 80c0 22.1 17.9 40 40 40s40-17.9 40-40l0-184-32 0c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 96c0-53 43-96 96-96l38.4 0C439.9 0 480 40.1 480 89.6l0 86.4 0 16 0 184c0 75.1-60.9 136-136 136s-136-60.9-136-136l0-80c0-22.1-17.9-40-40-40s-40 17.9-40 40l0 168c0 26.5-21.5 48-48 48s-48-21.5-48-48l0-168c0-75.1 60.9-136 136-136s136 60.9 136 136l0 80c0 22.1 17.9 40 40 40s40-17.9 40-40l0-184-32 0c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"}},"free":["solid"]},"wpbeginner":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f297","label":"WPBeginner","voted":false,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z"}},"free":["brands"]},"wpexplorer":{"changes":["4.7.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2de","label":"WPExplorer","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z"}},"free":["brands"]},"wpforms":{"changes":["4.6.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f298","label":"WPForms","voted":false,"svg":{"brands":{"last_modified":1660014469,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z"}},"free":["brands"]},"wpressr":{"aliases":{"names":["rendact"]},"changes":["5.4.2"],"ligatures":[],"search":{"terms":["rendact"]},"styles":["brands"],"unicode":"f3e4","label":"wpressr","voted":false,"svg":{"brands":{"last_modified":1660014476,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"}},"free":["brands"]},"wrench":{"aliases":{"unicodes":{"composite":["1f527"],"secondary":["10f0ad"]}},"changes":["2.0.0","5.0.0","5.0.13","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["configuration","construction","equipment","fix","mechanic","modify","plumbing","settings","spanner","tool","update","wrench"]},"styles":["solid"],"unicode":"f0ad","label":"Wrench","voted":false,"svg":{"solid":{"last_modified":1717159386,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7L336 192c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7L336 192c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"}},"free":["solid"]},"x":{"aliases":{"unicodes":{"composite":["78"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter X","Latin Small Letter X","letter","uncheck"]},"styles":["solid"],"unicode":"58","label":"X","voted":false,"svg":{"solid":{"last_modified":1717164888,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"}},"free":["solid"]},"x-ray":{"aliases":{"unicodes":{"secondary":["10f497"]}},"changes":["5.0.7","5.10.2","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["health","medical","radiological images","radiology","skeleton"]},"styles":["solid"],"unicode":"f497","label":"X Ray","voted":false,"svg":{"solid":{"last_modified":1717158079,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 320c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16l0 32-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48-112 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l112 0 0 70.6L189.1 307c-5.2-2-10.6-3-16.2-3l-2.1 0c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6l120.8 0c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8l-2.2 0c-5.5 0-11 1-16.2 3L272 326.6l0-70.6 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-112 0 0-48 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0 0-32c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l0 320c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32L32 96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16l0 32-80 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0 0 48-112 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l112 0 0 70.6L189.1 307c-5.2-2-10.6-3-16.2-3l-2.1 0c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6l120.8 0c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8l-2.2 0c-5.5 0-11 1-16.2 3L272 326.6l0-70.6 112 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-112 0 0-48 80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0 0-32c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"}},"free":["solid"]},"x-twitter":{"changes":["6.4.2"],"ligatures":[],"search":{"terms":["elon","twitter","x"]},"styles":["brands"],"unicode":"e61b","label":"X Twitter","voted":false,"svg":{"brands":{"last_modified":1690904784,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"}},"free":["brands"]},"xbox":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f412","label":"Xbox","voted":false,"svg":{"brands":{"last_modified":1660014467,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z"}},"free":["brands"]},"xing":{"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f168","label":"Xing","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z"}},"free":["brands"]},"xmark":{"aliases":{"names":["close","multiply","remove","times"],"unicodes":{"composite":["1f5d9","2715","2716","274c","d7"],"secondary":["10f00d"]}},"changes":["1.0.0","5.0.0","5.0.13","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Cancellation X","Multiplication Sign","Multiplication X","cancel","close","cross","cross mark","error","exit","incorrect","mark","multiplication","multiply","notice","notification","notify","problem","sign","uncheck","wrong","x","×"]},"styles":["solid"],"unicode":"f00d","label":"Xmark","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"}},"free":["solid"]},"xmarks-lines":{"changes":["6.1.0","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["barricade","barrier","fence","poison","roadblock"]},"styles":["solid"],"unicode":"e59a","label":"Xmarks Lines","voted":false,"svg":{"solid":{"last_modified":1717158124,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 416zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"}},"free":["solid"]},"y":{"aliases":{"unicodes":{"composite":["79"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter Y","Latin Small Letter Y","letter","yay","yes"]},"styles":["solid"],"unicode":"59","label":"Y","voted":false,"svg":{"solid":{"last_modified":1717164889,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-149.7L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-149.7L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z"}},"free":["solid"]},"y-combinator":{"changes":["4.4.0","5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f23b","label":"Y Combinator","voted":false,"svg":{"brands":{"last_modified":1660014473,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z"}},"free":["brands"]},"yahoo":{"changes":["4.1.0","5.0.0","5.0.3","5.13.1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f19e","label":"Yahoo Logo","voted":false,"svg":{"brands":{"last_modified":1660014471,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z"}},"free":["brands"]},"yammer":{"changes":["5.8.0","6.0.0-beta1"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f840","label":"Yammer","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z"}},"free":["brands"]},"yandex":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f413","label":"Yandex","voted":false,"svg":{"brands":{"last_modified":1660014464,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 256 512\\"><path d=\\"M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z\\"/></svg>","viewBox":[0,0,256,512],"width":256,"height":512,"path":"M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z"}},"free":["brands"]},"yandex-international":{"changes":["5.0.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f414","label":"Yandex International","voted":false,"svg":{"brands":{"last_modified":1660014462,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z"}},"free":["brands"]},"yarn":{"changes":["5.6.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f7e3","label":"Yarn","voted":true,"svg":{"brands":{"last_modified":1660014474,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 496 512\\"><path d=\\"M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z\\"/></svg>","viewBox":[0,0,496,512],"width":496,"height":512,"path":"M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z"}},"free":["brands"]},"yelp":{"changes":["4.2.0","5.0.0","5.7.0","5.8.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f1e9","label":"Yelp","voted":false,"svg":{"brands":{"last_modified":1660014483,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"}},"free":["brands"]},"yen-sign":{"aliases":{"names":["cny","jpy","rmb","yen"],"unicodes":{"composite":["a5"],"secondary":["10f157"]}},"changes":["3.2.0","5.0.0","6.0.0-beta1","6.0.0-beta3","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Yen Sign","currency"]},"styles":["solid"],"unicode":"f157","label":"Yen Sign","voted":false,"svg":{"solid":{"last_modified":1720207576,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 320 512\\"><path d=\\"M58.6 46.3C48.8 31.5 29 27.6 14.2 37.4S-4.4 67 5.4 81.8L100.2 224 48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 32-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-32 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.2 0L314.6 81.8c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.3z\\"/></svg>","viewBox":[0,0,320,512],"width":320,"height":512,"path":"M58.6 46.3C48.8 31.5 29 27.6 14.2 37.4S-4.4 67 5.4 81.8L100.2 224 48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 32-80 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l80 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-80 0 0-32 80 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-52.2 0L314.6 81.8c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.3z"}},"free":["solid"]},"yin-yang":{"aliases":{"unicodes":{"composite":["262f"],"secondary":["10f6ad"]}},"changes":["5.3.0","5.10.2","5.11.0","5.11.1","6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["daoism","opposites","religion","tao","taoism","taoist","yang","yin","yin yang"]},"styles":["solid"],"unicode":"f6ad","label":"Yin Yang","voted":false,"svg":{"solid":{"last_modified":1717159385,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 512 512\\"><path d=\\"M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z\\"/></svg>","viewBox":[0,0,512,512],"width":512,"height":512,"path":"M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"}},"free":["solid"]},"yoast":{"changes":["4.6.0","5.0.0","5.0.3"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f2b1","label":"Yoast","voted":false,"svg":{"brands":{"last_modified":1660014482,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 448 512\\"><path d=\\"M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z\\"/></svg>","viewBox":[0,0,448,512],"width":448,"height":512,"path":"M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"}},"free":["brands"]},"youtube":{"aliases":{"unicodes":{"composite":["f16a"]}},"changes":["3.2.0","5.0.0"],"ligatures":[],"search":{"terms":["film","video","youtube-play","youtube-square"]},"styles":["brands"],"unicode":"f167","label":"YouTube","voted":false,"svg":{"brands":{"last_modified":1660014461,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 576 512\\"><path d=\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\"/></svg>","viewBox":[0,0,576,512],"width":576,"height":512,"path":"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"}},"free":["brands"]},"z":{"aliases":{"unicodes":{"composite":["7a"]}},"changes":["6.0.0-beta1","6.2.0","6.3.0","6.4.0","6.5.0","6.6.0","6.7.0"],"ligatures":[],"search":{"terms":["Latin Capital Letter Z","Latin Small Letter Z","letter"]},"styles":["solid"],"unicode":"5a","label":"Z","voted":false,"svg":{"solid":{"last_modified":1717164890,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 384 512\\"><path d=\\"M0 64C0 46.3 14.3 32 32 32l320 0c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416 352 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96 32 96C14.3 96 0 81.7 0 64z\\"/></svg>","viewBox":[0,0,384,512],"width":384,"height":512,"path":"M0 64C0 46.3 14.3 32 32 32l320 0c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416 352 416c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96 32 96C14.3 96 0 81.7 0 64z"}},"free":["solid"]},"zhihu":{"changes":["5.2.0"],"ligatures":[],"search":{"terms":[]},"styles":["brands"],"unicode":"f63f","label":"Zhihu","voted":true,"svg":{"brands":{"last_modified":1660014458,"raw":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 640 512\\"><path d=\\"M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z\\"/></svg>","viewBox":[0,0,640,512],"width":640,"height":512,"path":"M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z"}},"free":["brands"]}}')},40831:(e,t,s)=>{let i,a=!1;const l=s(16668),o=s(40521),c=s(73580),n=l.component.extend({updateOnMouseLeave:!1,potentialDisplayType:"",controls_init(e){this.featuredTooltip=new o({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("post-list/post-featured-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.featuredTooltip.FORCE_CLOSE}),a||(TVE.main.on("before_device_change",()=>{const e=TVE.apply_filters("tcb.post_list.device_change_selectors",TVE.identifier("post_list"));[...TVE.inner_$(e)].sort(e=>e.classList.contains("edit_mode")?1:-1).forEach(e=>{setTimeout(()=>{TVE.Components.carousel.carouselManager.addDotsResponsiveClasses(TVE.inner_$(e))},100)})}),TVE.main.on("after_device_change",()=>{const e=TVE.apply_filters("tcb.post_list.device_change_selectors",TVE.identifier("post_list"));[...TVE.inner_$(e)].sort(e=>e.classList.contains("edit_mode")?1:-1).forEach(e=>{setTimeout(()=>{TVE.PostList.layout.applyLayout(TVE.inner_$(e))},100)})}),a=!0),e.Type.change=(t,s)=>{const i=TVE.PostList.utils.readValue(t,"type"),a=s.dataset.value,l="carousel"===a;let o=parseInt(t.mediaAttr("data-columns"));if("carousel"!==a&&"carousel"===i&&this.displayTypeTooltip&&!this.displayTypeTooltip.canChange){const t=e.Type.$el.find(".tve-btn-group").offset().top+20;this.displayTypeTooltip.display(t,6),this.potentialDisplayType=a}else{switch(a){case"grid":case"masonry":o=1===o?3:o;break;case"carousel":break;default:o=1}l?(TVE.Components.carousel.carouselManager.resetCarouselSettings(),TVE.Components.carousel.carouselManager.carouselSettings.set("slidesToShow",parseInt(e.ColumnsNumber.getValue()),{silent:!0})):"carousel"===i&&TVE.Components.carousel.carouselManager.unlinkCarousel(t),TVE.Components.carousel.$el.toggle(l),TVE.Components.carousel.toggleDropdown("docked",!1),e.HorizontalSpace.$el.toggle("list"!==a),e.VerticalSpace.$el.toggle(!l),t.mediaAttr("data-columns",o),e.ColumnsNumber.update(t),t.attr("data-type",a),e.HorizontalSpace.update(t),e.Type.update(t),TVE.PostList.layout.resetSpaceCss(t,"_ALL"),TVE.PostList.layout.applyLayout(t),TVE.Components.layout.controls.Alignment.$('[data-value="none"]').trigger("click"),TVE.Editor_Page.reposition_icons(),e.PaginationType.$el.toggleClass("tcb-disabled",l),l&&(e.PaginationType.setValue("none",!0),TVE.PostList.utils.getPaginationForList(t).remove())}},e.Type.update=t=>{TVE.PostList.utils.readValue(t,"type",!0,e.Type)},e.ColumnsNumber.input=function(t,s){const i="carousel"===e.Type.getValue();i&&TVE.Components.carousel.setResponsiveSettings("slidesToShow",parseInt(s.value)||3),t.mediaAttr("data-columns",s.value),"desktop"!==TVE.main.device||i||(s.value>1&&"list"===TVE.PostList.utils.readValue(t,"type")?t.attr("data-type","grid"):1===parseInt(s.value)&&t.attr("data-type","list")),e.Type.update(t),TVE.PostList.layout.resetSpaceCss(t),TVE.PostList.layout.applyLayout(t),"change"===this.currentEventType&&TVE.Components.layout.controls.Alignment.$('[data-value="none"]').trigger("click")},e.ColumnsNumber.change=(t,s)=>{e.ColumnsNumber.input(t,s),e.HorizontalSpace.setConfig(),e.HorizontalSpace.update(t)},e.ColumnsNumber.update=function(t){const s="carousel"===e.Type.getValue();let i;i=s?TVE.Components.carousel.carouselManager.getResponsiveSetting("slidesToShow"):t.mediaAttr("data-columns");const a=s&&(TVE.Components.carousel.carouselManager.carouselSettings.get("adaptiveHeight")||TVE.Components.carousel.carouselManager.carouselSettings.get("fade"));this.$el.toggleClass("tcb-disabled",a),this.setValue(i)},e.HorizontalSpace.change=e.VerticalSpace.change=function(e,t){setTimeout(()=>{TVE.SkipUpdate=!0,this.input(e,t),TVE.SkipUpdate=!1},10)},e.VerticalSpace.input=_.throttle((e,t)=>{e.mediaAttr("data-vertical-space",t.value),TVE.PostList.layout.applyLayout(e,!1)},50),e.VerticalSpace.update=function(e){this.setValue(e.mediaAttr("data-vertical-space"))},e.HorizontalSpace.input=_.throttle(function(e,t){this.applyElementCss({"--tve-gallery-horizontal-space":t.value+"px !important"},e,"",""),e.mediaAttr("data-horizontal-space",t.value),TVE.PostList.layout.applyLayout(e,!1)},50),e.HorizontalSpace.update=function(t){let s;this.$el.toggle("list"!==TVE.PostList.utils.readValue(t,"type")&&1!==parseInt(t.mediaAttr("data-columns"))),s="carousel"===e.Type.getValue()?t.tcbCss("--tve-gallery-horizontal-space"):t.mediaAttr("data-horizontal-space"),this.setValue(s)},e.HorizontalSpace.setConfig=function(e,t,s){const i=TVE.ActiveElement;if(i&&i.length){const e=parseInt(i.mediaAttr("data-columns")),t=i.width()/((e-1)*(e+1))-1;this.originalConfig.max=t,parseInt(i.mediaAttr("data-horizontal-space"))>t&&i.mediaAttr("data-horizontal-space",t)}TVE.Views.Base.control.prototype.setConfig.call(this,e,t,s)},e.ContentSize&&(e.ContentSize.change=e=>{TVE.PostList.content.updatePostContent(e)},e.ContentSize.update=function(e){let t=e.find(TVE.identifier("post_content")).attr("data-size");void 0===t&&(t="words"),this.setValue(t)}),e.WordsTrim&&(e.WordsTrim.input=e=>{TVE.PostList.content.updatePostContent(e)},e.WordsTrim.update=function(e){let t=e.find(TVE.identifier("post_content")).attr("data-words");void 0===t&&(t=TVE.PostList.constants.DEFAULT_EXCERPT_WORDS),this.setValue(t)}),e.ReadMoreText&&(e.ReadMoreText.onInput=e=>{TVE.PostList.content.updatePostContent(e)},e.ReadMoreText.change=()=>{},e.ReadMoreText.update=function(e){let t=e.find(TVE.identifier("post_content")).attr("data-read_more");void 0===t&&(t=TVE.PostList.constants.DEFAULT_READ_MORE),this.setValue(t)}),e.PaginationType.change=(e,t)=>{let s=TVE.PostList.utils.getPaginationForList(e);if(0===s.length){s=TVE.inner_$(TVE.CONST.post_list_pagination.pagination_wrapper).insertAfter(e);const t=TVE.apply_filters("tcb.post_list.identifier",e.attr("data-css"),e);s.attr("data-list",t)}e.attr("data-pagination-type",t.value),s.attr("data-type",t.value),s.html(TVE.CONST.post_list_pagination[t.value]),"numeric"===t.value?TVE.PostList.content.renderPaginationForPostList(e):s.removeAttr("data-css data-ct"),s.removeClass("tcb-permanently-hidden")},e.PaginationType.update=function(e){const t=TVE.PostList.utils.getPaginationForList(e);this.setValue(t.attr("data-type")||"none"),TVE.PostList.utils.toggleControlsForFeature(this.$el)},e.Linker&&(e.Linker.change=function(e,t){e.attr("data-disabled-links",t.checked?1:0)},e.Linker.update=function(e){this.setChecked(1===parseInt(e.attr("data-disabled-links")))}),e.Featured&&(e.Featured.change=function(e,t){let s=TVE.PostList.utils.getFeaturedPostList(e),i=s.length;const a=e.prev().hasClass("tcb-featured-list");if(t.checked){const t=TVE.outer.$document.find("#tve-post-list-featured-placeholder").html();i||a||(e.before(t),TVE.Editor_Page.reposition_icons())}else!i&&a&&(s=e.prev(),i=s.length),i&&(s.is(TVE.identifier("post_list"))&&(e.removeAttr("data-featured-list"),TVE.PostList.utils.applyQuery(e)),s.remove(),TVE.Editor_Page.reposition_icons());e.attr("data-featured-content",t.checked?1:0)},e.Featured.update=function(e){let t=TVE.PostList.utils.getFeaturedPostList(e);0===t.length&&(t=e.prev()),t.hasClass("tcb-featured-list")||e.attr("data-featured-content",0),this.setChecked(1===parseInt(e.attr("data-featured-content"))),TVE.PostList.utils.toggleControlsForFeature(this.$el)},e.Featured.openTooltip=()=>(this.featuredTooltip.isOpen()?this.featuredTooltip.onCancel():this.featuredTooltip.open(null,this.$(".tve-switch-info")),!1)),e.NumberOfItems.input=function(e,t){e.attr("data-posts_per_page",t.value)},e.NumberOfItems.change=function(e,t){const s=TVE.PostList.utils.readQueryFromElement(e[0]);s.posts_per_page=t.value,TVE.PostList.utils.fetchPosts(s,t=>{const s=[];_.each(t.posts,e=>{s[parseInt(e.order)]=e}),s.length&&(TVE.PostList.content.syncPostList(e.find(TVE.identifier("article")).first(),e,s),TVE.PostList.content.bindPostListActions(e),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e))}),TVE.PostList.utils.applyQuery(e,s)},e.NumberOfItems.update=function(e){this.setValue(e.attr("data-posts_per_page")||e.find(TVE.identifier("article")).length)},"post_list"===this.key&&c.toggleListElements(!1,!0)},after_update(){const e=this.controls.ContentSize.getValue(),t=TVE.ActiveElement.find(TVE.identifier("post_content")).length>0,s="carousel"===this.controls.Type.getValue(),i=TVE.Components.carousel.controls.Fade.getValue();this.$(".post-list-content-controls").toggle(t),t&&this.controls.WordsTrim.$el.toggle("words"===e),TVE.PostList.utils.toggleControlsForFeature(this.controls.Featured.$el),TVE.PostList.utils.toggleControlsForFeature(this.controls.PaginationType.$el),this.controls.HorizontalSpace.$el.toggleClass("tcb-disabled",s&&i),this.controls.PaginationType.$el.toggleClass("tcb-disabled",s)},stateChange(){},getStates:()=>[],editMode(){c.enterEditMode(TVE.ActiveElement,this.getStates(),this.stateChange)},filterPosts(){this.q_modal.open()},after_init(){void 0===i&&(i=s(25425),this.q_modal=new i({el:TVE.modal.get_element("post-list-query")})),this.displayTypeTooltip||TVE.CONST.dismissed_tooltips.includes("displayTypePostList")||(this.displayTypeTooltip=new TVE.Views.other.WarningTooltip({template:TVE.tpl("util/carousel-display-type-tooltip"),type:"displayTypePostList",className:"tcb-tooltip-container tcb-display-type-tooltip",identifier:`${TVE.identifier("post_list")}${TVE.Models.CarouselManager.carouselSelector}`,control:this.controls.Type,afterApplyChange:()=>{this.controls.Type.setActive(this.potentialDisplayType,!0)}}),this.$el.find('[data-view="Type"] .tve-btn-group').append(this.displayTypeTooltip.$el))}});e.exports=n},40878:e=>{e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/select",beforeInitialize(e){"function"==typeof e.onSelect&&(this.onSelect=e.onSelect.bind(this)),TVE.add_action("tcb.conditional_display.modal_clicked",e=>{0===this.$(e.target).length&&this.close()}),this.listenTo(this.model,"change:list",this.render)},afterRender(){this.$defaultValue=this.$(".default-value");const e=this.$("ul");_.each(this.model.get("list"),t=>{e.append(`<li class="click" data-fn="setValue" data-value="${t.value}">${t.label}</li>`)});const t=this.model.get("selected");void 0!==t&&t?this.setValue(t):this.model.get("placeholderText").length&&this.setPlaceholder()},setPlaceholder(){this.$el.addClass("is-placeholder"),this.$defaultValue.removeAttr("data-value").html(this.model.get("placeholderText"))},selectToggle(){this.isOpen()||this.$el.closest(".tcb-modal-content").find(".tcb-conditional-display-select").removeClass("active"),this.$el.toggleClass("active")},setValue(e){this.$el.removeClass("is-placeholder");let t="";if("string"==typeof e||"number"==typeof e)t=e;else{const s=e.currentTarget;if(s.classList.contains("active"))return void this.close();t=s.dataset.value}const s=this.$("ul li").removeClass("active").filter(`[data-value="${t}"]`).addClass("active").text();this.$el.removeClass("active").find(".default-value").attr("data-value",t).html(s),"object"==typeof e&&this.onSelect(t,s,e)},getValue(){return this.$defaultValue.attr("data-value")},open(){this.$el.addClass("active")},close(){this.$el.removeClass("active")},isOpen(){return this.$el.hasClass("active")},onSelect(){},setList(e){this.model.set("list",e).trigger("change:list")}})},41006:(e,t,s)=>{const i=s(56164);e.exports=i.extend({_template:TVE.tpl("controls/drop-panel-light"),item_template:()=>TVE.tpl("controls/lead-generation/radio-style-picker"),read_from_element(){const e=this.readFrom().attr("data-value");return this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",e),e},input(e){e.attr("data-value",this.model.selected),this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",this.model.selected)},after_render(){this.$(".drop-panel").addClass("mt-10")},apply(){this.model.selected_old=this.model.selected,this.trigger("change",this.model.selected,this)},cancel(e){this.model.selected!==this.model.selected_old&&(e.attr("data-value",this.model.selected_old),this.component.controls.StyleChange.$(".tve-radio-picker").attr("data-value",this.model.selected_old))},setStyleColor(e,t,s){t=TVE.getActualColorFromVariableValue(t,s);const i=this.el.querySelector(".scroll-content.tve-style-options");i&&setTimeout(i.style.setProperty(e,t)),this.component.controls.StyleChange.el.style.setProperty(e,t)}})},41013:(e,t,s)=>{!function(t){const i=s(47228),a=s(7757);e.exports=s(16668).control.extend({template:TVE.tpl("controls/color-picker"),events:{"click .input":"openEditPanel"},after_initialize(){this.gradient_drop_panel=new i({el:this.$('.tve-control[data-view="FontGradient"]')[0]}),this.gradient_drop_panel.on("onInput",e=>{this.setValue(e,"input")}),this.gradient_drop_panel.on("onApply",e=>{this.setValue(e,"change")}),t('<div class="sp-replacer sp-light "><div class="sp-preview sp-transparent"><div class="sp-preview-inner sp-clear-display"></div></div></div>').insertAfter(this.$(".color-picker")),this.$(".color-picker").hide(),this.model.config.options.hasInput?this.$(".sp-replacer").addClass("has-input"):this.$(".color-input-container").hide(),this.$preview=this.$(".sp-preview-inner"),this.$label=this.$(".color-input")},openEditPanel(e){if(!this.gradient_drop_panel.isOpen()){var t;this.gradient_drop_panel.open(TVE.ActiveElement,e.currentTarget);let s=a(this.$preview[0].style["background-image"])[0];s&&"url"!==(null===(t=s)||void 0===t?void 0:t.type)||(s=this.gradient_drop_panel.get_default_data()),this.gradient_drop_panel.picker.setValue(s)}return!1},updateGradientPreview(e){if(e&&"none"!==e){const t=e.includes("linear")?"linear-gradient":"radial-gradient";this.$preview[0].style["background-image"]=e,this.$preview.removeClass("sp-clear-display"),this.$label.attr("placeholder",t)}else this.$preview.addClass("sp-clear-display"),this.$label.attr("placeholder","None");e&&this.$preview.toggleClass("tcb-css-variable-identifier",e.includes("var("))},onInput(e){TVE.SkipUpdate=!0,this.setValue(e,!1,!0),TVE.SkipUpdate=!1},setValue(e,t){"function"==typeof this[t]&&this[t](e)},getValue(){return this.gradient_drop_panel.picker.getCss()},change(e){this.input(e)},reflow(){this.gradient_drop_panel.spectrum("reflow")},getExtraClass(){let e="";return this.get_config("no-space")&&(e+=" no-space"),e},reApply(){this.change(this.getValue())},cancel(){},isOpen(){return this.gradient_drop_panel.spectrum("container").is(":visible")}})}(jQuery)},41021:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("lead-generation/state"),after_initialize(){this.$dom={fields:this.$(".state-fields")},TVE.add_action("tve.lg.edit.input",e=>{e.hasClass("tve_lg_state")&&this.setChildField(e)}),TVE.add_action("tve.lg.changeType",(e,t)=>{"state"===t&&this.resetSettings(e)})},update(){},setChildField(e){const t=e.find('input[data-field="state"]').attr("data-field-linked");""!==t?e.attr("data-child-field",t):e.removeAttr("data-child-field")},resetSettings(e){e.$(".tve-lg-field-placeholder").val(TVE.t.state_placeholder)}})},41180:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("controls/lead-generation/lg-send-params"),_template:TVE.tpl("controls/lead-generation/api-drop-panel"),after_initialize(){},after_render(){},onOpen(){const e=this.model.get("form_fields"),t={};this.$(".variable-list").html(""),Object.keys(e).forEach(s=>{if("password"!==e[s].type){const i=e[s].fieldName||s;let a=TVE.inner.window.TCB_Front.reservedTerms.includes(i.toLowerCase())?`tve_${i}`:i.replace("[]","");a=a.replace(/\s/g,"_"),t[a]=e[s].id.includes("checkbox")?"[value,value]":"[value]",this.$(".variable-list").append(`<li class="tve-param-to-be-sent" style="display:block">${a}</li>`)}}),this.$(".query-string").html(`?${Object.keys(t).map(e=>`${e}=${t[e]}`).join("&")}`)},handleOpenPanel:TVE.$.noop,onCancel(){this.hide()},onClose(){}})},41325:(e,t,s)=>{const i=s(37261),a=s(48828);e.exports=i.extend({controls_init(e){i.prototype.controls_init.call(this,e),this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s;const i=t.icon.is("symbol");s=i?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,TVE.is_group_editing&&0===e.closest(TVE.apply_filters("tcb.group.editing.change.icons.for",self.group_editing_change_icons_for)).length&&((e=e.filter(".edit_mode")).length||(e=TVE.ActiveElement)),e.is(".tve_s_icon")?e.html(s):e.find(".tve_s_icon").html(s),TVE.do_action("icon_element_changed",e,t.icon.data("filter")),e.find("a").attr("data-id",i?t.icon.attr("id"):t.icon.data("filter")),this.update(e)},this.controls.Slider.input=function(e,t){const s={"font-size":t.value+this.getUM()+" !important"},i=e.is(TVE.identifier("social_follow_item"))?e.find(":not(.tcb-excluded-from-group-item) .tve_s_icon"):e;this.applyElementCss(s,e.parents(".thrv_social_follow")," .tve_social_items",""),this.applyElementCss(s,i,"",""),!TVE.SKIP_CSS_STATE&&this.component.controls.StyleChange&&this.component.controls.StyleChange.update()},this.controls.NetworkColor.input=function(e){const t=this.applyTo().filter(".edit_mode"),s=t.attr("data-network"),i=TVE.renderers.social_follow.config.style.replace("tve_links_style_","--tcb-local-color-style-");if(i&&!i.includes("1"))t.head_css({[i]:TVE.isCssVariable(e)?e:e.toHexString()},!1,"",!0,`.tve_s_item[data-network="${s}"]`);else if(i.includes("1")){TVE.isCssVariable(e)&&(e=a(TVE.getCssVariableValue(e)));const l=e.toRgb(),o=e.toRgb();o.a=l.a-.2;const c=`linear-gradient(to bottom right, rgba(${o.r},${o.g},${o.b},${o.a}) 50%, rgba(${l.r},${l.g},${l.b},${l.a}) 50%)`;t.head_css({[i]:c},!1,"",!0,`.tve_s_item[data-network="${s}"]`)}},this.controls.NetworkColor.update=function(){const e=this.applyTo(!1,!0).filter(".edit_mode"),t=TVE.renderers.social_follow.config.style.replace("tve_links_style_","--tcb-local-color-style-"),s=e.tcbCssVar(t);s&&this.setValue(s)}},update(){i.prototype.update.apply(this,arguments);const e=TVE.ActiveElement.parents(TVE.identifier("social_follow")),t=TVE.ActiveElement.filter(".edit_mode"),s=e.is(TVE.identifier("social_follow_item"))&&!e.hasClass("tcb-custom-branding-social"),a=t.find("svg.tcb-icon,.tve_sc_icon").attr("data-id");this.controls.NetworkColor.$el.toggle(s),a&&t.find("a").attr("data-id",a)}})},41453:(e,t,s)=>{e.exports=s(20583).base.extend({save(){const e=TVE.ajax_data("save_link_post_types","post",{post_types:this.checkbox_values(".post-type")});jQuery.ajax(e).done(function(e){TVE.page_message(e.message)}),this.close()}})},41479:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(86210),c=s(62204),n=s(26843),r=n.getDefaultOptions({onOpen:()=>{TVE.$("body").find(".select2-container--open").addClass("tve-conditional-select tve-conditional-autocomplete")}}),d=s(65295);e.exports=o.extend({template:"conditional-display/modal/condition/autocomplete-comparator",extraInitialize(e){this.$extraContainer=e.$extraContainer},afterRender(){this.$select=this.$("select"),this.$selectedTagsContainer=TVE.$('<ul class="tcb-condition-display-autocomplete-tag-container"></ul>').appendTo(this.$extraContainer),this.initSelect(this.$select)},initSelect(e,t){const s=a({},r);this.placeholderText=c.getFieldData(this.model.get("field")).autocomplete_placeholder,s.placeholder=this.placeholderText,s.ajax=a(a({},s.ajax),{url:TVE.CONST.routes.base+"/conditional-display/field-options",data:e=>({field:this.model.get("field"),search:e.term}),processResults:e=>{const t=[];return e.forEach(e=>{t.push({id:e.value,value:e.value,text:e.label})}),{results:t}}}),n.initSelect2(e,s,e=>this.selectCallback(e,t)),this.updateSelect2(this.selectedValue)},selectCallback(){const e=this.$select.find("option:selected"),t=[];this.$extraContainer.toggleClass("hidden",0===e.length),e.length&&(e.each((e,s)=>t.push({value:s.value,label:TVE.$(s).text()})),this.renderSelectedTags(t)),this.save(t.map(e=>e.value)),this.$select.next(".select2-container").find("input").attr("placeholder",this.placeholderText)},renderSelectedTags(e,t=!1){this.$selectedTagsContainer.empty(),e.forEach(e=>{const s=TVE.$(TVE.tpl("conditional-display/modal/condition/autocomplete-tag")({data:e}));this.$selectedTagsContainer.append(s),this.initTagRemoveCallback(s),t&&this.$select.append(new Option(e.label,e.value,!0,!0))})},updateSelect2(e){this.$extraContainer.toggleClass("hidden",0===e.length),e&&(d.toggleLoading(this.$extraContainer),TVE.$.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:TVE.CONST.routes.base+"/conditional-display/field-options",method:"GET",data:{field:this.model.get("field"),values:e},success:e=>{d.toggleLoading(this.$extraContainer,!1),this.renderSelectedTags(e,!0)}}))},initTagRemoveCallback(e){e.find(".select2-selection__choice__remove").off("click").on("click",t=>{e.remove(),this.$select.find(`option[value="${t.target.dataset.value}"`).remove();const s=this.$select.val();this.save(s),this.$extraContainer.toggleClass("hidden",0===s.length)})},save(e){this.setModel(e)}})},41500:(e,t,s)=>{const i=s(16668),a=s(10547);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.placeholder.update=function(e){this.setValue(e.filter(".edit_mode").find("textarea").attr("placeholder"))},this.controls.placeholder.input=function(e){const t=this.getValue();e.filter(".edit_mode").find("textarea").attr("placeholder",t).attr("data-placeholder",t)},this.controls.ShowLabel.update=function(e){this.setChecked(a.labelVisible(e))},this.controls.ShowLabel.change=(e,t)=>{a.toggleFieldLabel(e,t.checked,"textarea"),TVE.ElementEditIcons.show_icons(e)},this.controls.icon_side.update=function(){const e=this.applyTo(!1,!1,!0);if(e.find(".thrv_icon").length<=0)return this.$el.hide(),void this.$el.next().hide();this.$el.show(),this.$el.next().show();let t=e.head_css("right",null,this.config.css_suffix,!0,this.config.css_prefix);t=parseInt(t);const s=0===t?"right":"left";this.setActive(s),this.padding_control=TVE.Components.layout.controls.MarginAndPadding,this["padding-left"]||(this["padding-left"]=this.padding_control.getValue("padding","left")),this["padding-right"]||(this["padding-right"]=this.padding_control.getValue("padding","right"))},this.controls.icon_side.applyStyles=function(e,t){const s=this.applyTo(!1,!1,!0).closest(".tve_lg_input_container"),i=t.dataset.value,a="left"===i?{left:0,right:"auto",transform:"translate(50%, -50%)"}:{right:0,left:"auto",transform:"translate(-50%, -50%)"};this.applyElementCss(a,s,this.config.css_suffix,this.config.css_prefix);const l=void 0!==this.padding_control?this.padding_control.config:this.config,o=s.find(".thrv_icon").outerWidth(),c={};c["padding-"+i]=2*this["padding-"+i]+o+"px !important",c["padding-"+("left"===i?"right":"left")]=this["padding-"+("left"===i?"right":"left")]+"px !important",this.applyElementCss(c,s," input",l.css_prefix),void 0!==this.padding_control?this.padding_control.update():this.update()},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s;(e=e.removeClass("aligncenter").filter(".edit_mode")).find(".thrv_icon").remove(),s=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,e.prepend('<div class="thrv_wrapper thrv_icon">'+s+"</div>"),this.update(),this.component.controls.icon_side.applyStyles(e,{dataset:{value:"right"}}),this.component.controls.icon_side.update()},this.controls.ModalPicker.update=function(){const t=this.applyTo().filter(".edit_mode").find(".thrv_icon");t.length||this.updateValue("none"),e.update_menu(t.length>0)},this.controls.required.update=function(e){const t=e.filter(".edit_mode").find("input");if(t.length){let e=t[0].dataset.required;this.enable();const s=TVE.Components.lead_generation.leadGenerationModel.get("apis");"email"!==t[0].type||_.isEmpty(s)||TVE.Components.lead_generation.fieldOptions.isEmailFieldMandatory(s)&&(e="1",t.attr("data-required","1"),this.disable()),this.setChecked(e&&"1"===e)}},this.controls.required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:0)},this.controls.ShowLabel.update=function(e){const t=TVE.getLGInputIdentifier(e.filter(".edit_mode")),s=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${t}"]`);this.setChecked(s.length>0)},this.controls.ShowLabel.change=(e,t)=>{e=e.filter(".edit_mode");const s=TVE.getLGInputIdentifier(e),i=e.closest(".thrv_lead_generation_container").find(`[data-label-for="${s}"]`);if(t.checked){const t=e.find("input"),i=t.attr("data-field")||t.attr("type");TVE.inner_$(TVE.createLGInputLabel(s,i.replace("mapping_",""))).insertBefore(e)}else i.length>0&&i.remove()},TVE.add_action("tve.lg.edit.mode.enter",e=>{e.find(".tve-lg-textarea-counter .tve-fill-text-dynamic").attr("contenteditable",!1)}),TVE.add_action("tve.icon.style.apply",()=>{TVE.ActiveElement.closest(".tve_lg_input_container.tve_lg_input").length&&this.controls.icon_side.applyStyles(TVE.ActiveElement,{dataset:{value:this.controls.icon_side.getValue()}})})},remove_icon(){const e=this.controls.ModalPicker.applyTo(),t=void 0!==this.controls.icon_side.padding_control?this.controls.icon_side.padding_control.config:this.controls.icon_side.config;e.head_css({"padding-left":"15px","padding-right":"15px"},null,this.controls.icon_side.config.rem_ic_css_suf,!1,t.css_prefix),this.controls.ModalPicker.applyTo().find(".thrv_icon").remove(),this.controls.ModalPicker.update()}})},41535:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const i=s(50732),l=s(17305),o=s(40521),c=s(77466),n=s(25995),r=s(29222),d=s(41021);DateTimeField=s(93966);const h=window.ThriveDropBoxPicker;TVE.CONST.storage_apis.dropbox&&TVE.CONST.storage_apis.dropbox.client_id&&h.init(TVE.CONST.storage_apis.dropbox.client_id);const p={_def(e,t){e.html(""),t.$(".btn-apply").tcbRemoveClass("tve-disabled")},file(e,s){s.currentInputData.initialFileSetup=s.currentInputData.initialFileSetup||{},e.html(TVE.tpl("controls/lead-generation/custom-settings/file")({apis:TVE.CONST.storage_apis,settings:s.currentInputData.initialFileSetup})),s.$(".btn-apply").tcbToggleClass("tve-disabled",TVE.CONST.lead_generation.file_upload_validation&&TVE._.isEmpty(TVE.CONST.storage_apis)),e.find("[data-paneltlt-hover]").each((e,s)=>{new o({tooltipElem:t(s),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl(s.dataset.template),options:{hover_delay:50,leave_delay:1e3,"z-index":99}})});const i=e.find(".dropbox-chooser"),a=h.chooser(i,{},s.currentInputData.initialFileSetup.folder_name||s.currentInputData.initialFileSetup.folder,e=>{s.$('input[data-field="folder"]').val(e[0].id),s.currentInputData.initialFileSetup.folder_name=e[0].name});e.off("change.tcb-file").on("change.tcb-file",'.settings-file[data-field="api"]',t=>{e.find(".file-api-options").tcbToggleClass("tcb-hide",""===t.currentTarget.value),e.find(".has-error").tcbRemoveClass("has-error"),requestAnimationFrame(()=>e.find('[data-field="folder"]').val("").trigger("focus")),i.toggle("dropbox"===t.currentTarget.value),e.find(".folder-url").toggle("dropbox"!==t.currentTarget.value),s.currentInputData.initialFileSetup.folder_name="",a&&a.setButtonText("")}),s.$required.prop("checked",Boolean(s.currentInputData.initialFileSetup.required||0)),e.find("#file-service").select2({placeholder:TVE.t.fileStorageChoose,theme:"tve-lg-api",templateResult:TVE.select2ImageItemRenderer,templateSelection:TVE.select2ImageItemRenderer})}},g={mapping_avatar_picker:"Avatar Picker",mapping_file:"File upload",gdpr:"GDPR"},m={file(e,t){if(!TVE.CONST.lead_generation.file_upload_validation)return e.fileSetup=a({api:""},TVE.Components.lead_generation_file.options.default_config),!0;if(TVE._.isEmpty(TVE.CONST.storage_apis))return!1;e.fileSetup=a(a({},e.initialFileSetup),{},{required:t.$required.prop("checked")?1:0});let s=!1;const i=t.$(".settings-file").each((t,i)=>{i.value||(i.classList.add("has-error"),i.parentNode.classList.add("has-error"),s=!0),e.fileSetup[i.dataset.field]=i.value});return s&&i.first().trigger("focus"),s||(e.fileSetup.folder=e.fileSetup.folder.trim(),"google_drive"!==e.fileSetup.api)||(e.fileSetup.folder=e.fileSetup.folder.replace(/\?(.*)$/,""),e.fileSetup.folder=e.fileSetup.folder.split("/").pop()),!s}},u=function(e=""){e||(e=Object.keys(tcb_main_const.apis_custom_fields_mapper)[0]);const t=[];function s(e){_.each(e,e=>{const s=JSON.parse(JSON.stringify(e));t.push(s)})}function i(e,t){let s=!1;return _.each(e,e=>{!1===s&&e.id===t&&(s=!0)}),s}return s(tcb_main_const.apis_default_form_fields[e]),s(tcb_main_const.apis_custom_fields_mapper[e]),{api:e,isDefaultField:t=>i(tcb_main_const.apis_default_form_fields[e],t),getFields:()=>t,getHiddenFields(){return TVE.apply_filters("tve.lg.hidden.fields",[this.getField("mapping_hidden")])},getField(e){return this.available(e)?_.findWhere(this.getFields(),{id:e}):null},available(e,t){const s=!t&&"gdpr"===e;return i(this.getFields(),e)||s},pushIntoList(e){_.each(this.getFields(),t=>{i(e,t.id||"")||e.push(t)})},isHidden(e){return this.getHiddenFields().some(t=>(null==t?void 0:t.id)===e)},hasPlaceholder:e=>!["mapping_file","mapping_avatar_picker","mapping_radio","mapping_checkbox","mapping_select"].includes(e),hasAdvanced:e=>!["mapping_file","mapping_avatar_picker","mapping_radio","mapping_checkbox","mapping_select","country","state","gdpr","date"].includes(e),hasLabel:e=>!e.includes("hidden")}};e.exports=i.extend({template:TVE.tpl("controls/lead-generation/edit-field"),_template:TVE.tpl("controls/drop-panel-light"),specialTemplateTypes:["radio","checkbox","textarea","file","avatar_picker"],disabledFieldMapping:["name","phone","email","password","confirm_password"],currentInputData:{type:"",placeholder:"",fieldName:"",required:!1,mapping:{}},defaultFieldsTypes:[{id:"name",placeholder:"Name",unique:!0},{id:"phone",placeholder:"Phone",unique:!0}],emailType:[{id:"email",placeholder:"Email",unique:!0}],gdprType:[{id:"gdpr",placeholder:"GDPR Checkbox",unique:!0}],editMode:!1,currentInputField:null,fieldIsAvailable(e,t=!1){return this.mappingFields.available(e,t)},after_render(){this.$type=this.$("select.tve-lg-field-type-select"),this.$typeBox=this.$(".tve-lg-field-type"),this.$placeholder=this.$(".tve-lg-field-placeholder"),this.$lblPlaceholder=this.$(".tve-lg-placeholder > .label"),this.$required=this.$(".tve-lg-field-required"),this.$label=this.$(".tve-lg-field-label"),this.$countryState=this.$(".tve-lg-country--state input"),this.$countryId=this.$(".tve-lg-country--id input"),this.$fieldMappingControls=this.$(".tcb-field-mapping-controls"),this.$fieldMappingList=this.$("#tcb-apis-fields-mapping"),this.$fieldMappingUnsupported=this.$("#tcb-field-mapping-unsupported"),this.$customSettings=this.$(".custom-field-settings"),this.smartComplete=new l({component:this.component,$droppanel:this.$el}),this.$(".popup-content").append(this.smartComplete.$el),new o({tooltipElem:this.$(".tcb-unav-field-mapping-tooltip"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/unav-field-mapping-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),this.$nameError=this.$(".tve-lg-name-error"),this.$fieldName=this.$(".tve-lg-field-name"),this.fieldNameTooltip=new o({tooltipElem:this.$(".tve-field-name-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/field-name-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),this.fieldNumberAutofillTooltip=new o({tooltipElem:this.$(".tve-field-number-autofill-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/field-number-autofill-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),this.fieldCountryAutofillTooltip=new o({tooltipElem:this.$(".tve-field-country-autofill-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/lg-country-autofill-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),this.fieldDateAutofillTooltip=new o({tooltipElem:this.$(".tve-field-date-autofill-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/field-date-autofill-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}})},initialize(){i.prototype.initialize.apply(this,arguments),TVE.add_action("tve.lg.api.disconnect",e=>{"wordpress"===e&&this.component.getWrapper("form").find('[data-field*="password"]').parent().remove()}),TVE.add_filter("tcb.allow_input_focus",(e,t)=>(this.$(t.target).length&&(e=!1),e)),this.mappingFields=u()},getFields(){const e=this.component.leadGenerationModel.get("apis");this.mappingFields=u(TVE.apply_filters("tve.lg_fields.mapping_fields_api","",e)),this.fieldTypes=this.mappingFields.getFields();const t=this.fieldTypes.findIndex(e=>"email"===e.id);this.fieldTypes[t].mandatory=this.isEmailFieldMandatory(e),this.fieldTypes.push(this.gdprType[0]),this.component.leadGenerationModel.set("fieldTypes",this.fieldTypes)},getUsedInputs(){const e=[];return _.each(this.collection.models,t=>{e.push(t.get("fieldType"))}),e},renderTypes(){this.$type.empty();const e=this.getUsedInputs();_.each(this.fieldTypes,function(t){this.$type.append(jQuery("<option>",{text:t.placeholder,value:t.id,disabled:t.unique&&e.includes(t.id)||"state"===t.id}))},this)},setDefaultData(e=this.currentInputData.type){let t="",s=!1,i=!1;if(e=e||this.$type.val()){const a=e.replace("mapping_",""),l=["checkbox","radio"].includes(a)?`.tve_lg_${a}:not(.tcb-lg-consent, .tcb-lg-number)`:`[data-field*="${a}"]`;let o=TVE.ActiveElement.find(l).length;switch(t=g[e]||`${TVE.ucFirst(a)} ${++o>1?o:""}`,t=t.trim(),t=TVE.apply_filters("tve.lg_fields.default_field_name",t,e,o),a){case"select":s=i=!0;break;case"email":s=!0}}this.$fieldName.val(t),this.currentInputData.fieldName=t,this.$required.prop("checked",s),this.$label.prop("checked",i),this.$(".tve-lg-field-gdpr-value").val(TVE.Components.lead_generation_gdpr.default_value)},openFieldNameTooltip(){return this.fieldNameTooltip.isOpen()?this.fieldNameTooltip.onClose():this.fieldNameTooltip.open(null,this.fieldNameTooltip.tooltipElem),!1},openFieldNumberAutofillTooltip(){return this.fieldNumberAutofillTooltip.isOpen()?this.fieldNumberAutofillTooltip.onClose():this.fieldNumberAutofillTooltip.open(null,this.fieldNumberAutofillTooltip.tooltipElem),!1},openFieldCountryAutofillTooltip(){return this.fieldCountryAutofillTooltip.isOpen()?this.fieldCountryAutofillTooltip.onClose():this.fieldCountryAutofillTooltip.open(null,this.fieldCountryAutofillTooltip.tooltipElem),!1},openFieldDateAutofillTooltip(){return this.fieldDateAutofillTooltip.isOpen()?this.fieldDateAutofillTooltip.onClose():this.fieldDateAutofillTooltip.open(null,this.fieldDateAutofillTooltip.tooltipElem),!1},onOpen(){this.editMode||(this.renderTypes(),this.clearInputs(),this.currentInputData.type=this.$type.val(),this.setDefaultData()),this.renderCustomSettings(this.currentInputData.type),this.renderFieldsMapping(),this.$typeBox.toggleClass("tcb-hidden","api"!==TVE.ActiveElement.attr("data-connection")),"email"===this.currentInputData.type&&this.isEmailFieldMandatory(TVE.ActiveElement.data("lg").get("apis"))?this.$required.attr("disabled","disabled"):this.$required.removeAttr("disabled"),this.toggleFieldProps(this.currentInputData.type),this.$(".tve-lg-check-type").addClass("tcb-hidden"),this.disableMapping(),this.$nameError.hide(),TVE.do_action("tve.lg.fields.open",this),this.renderFieldsMapping(),this.setupField("number",n,"control-number"),this.setupField("country",r,"control-country"),this.setupField("state",d,"control-state"),this.setupField("date",DateTimeField,"control-date"),this.setupConsent(),this.toggleFieldData(),TVE.do_action("tve.lg.changeDefaultValue",this,this.currentInputData.type,this.editMode),TVE.do_action("tve.lg.onOpen",this),"number"===this.currentInputData.type.replace("mapping_","")?(this.checkNumberFieldSettings(),this.$(".tve-field-number-autofill-info").removeClass("tcb-hidden")):this.$(".tve-field-number-autofill-info").addClass("tcb-hidden"),"country"===this.currentInputData.type.replace("mapping_","")?(this.$(".tcb-edit-country").show(),this.$(".tve-field-country-autofill-info").removeClass("tcb-hidden"),this.editMode&&localStorage.setItem("has-state",this.$countryState.is(":checked"))):(this.$(".tcb-edit-country").hide(),this.$(".tve-field-country-autofill-info").addClass("tcb-hidden")),"state"===this.currentInputData.type.replace("mapping_","")?this.$(".tve-lg-field-type-select").addClass("tve-disabled"):this.$(".tve-lg-field-type-select").removeClass("tve-disabled"),"date"===this.currentInputData.type.replace("mapping_","")?(this.checkDateFieldSettings(),this.$(".tve-field-date-autofill-info").removeClass("tcb-hidden")):this.$(".tve-field-date-autofill-info").addClass("tcb-hidden")},renderZapierFieldsOnOpen(){this.$fieldMappingControls=this.$(".tcb-field-mapping-controls"),this.$fieldMappingUnsupported=this.$("#tcb-field-mapping-unsupported"),this.$fieldMappingList=this.$("#tcb-apis-fields-mapping");const e=this.component.leadGenerationModel.get("apis");Object.keys(e).forEach(e=>{"zapier"===e&&(this.$fieldMappingList.show(),this.$fieldMappingControls.show(),this.$fieldMappingUnsupported.hide())})},toggleFieldData(e=this.currentInputData.type){const t="gdpr"===e,s=this.mappingFields.isHidden(e);this.$(`[data-settings-field=${e}]`).show(),this.$("[data-settings-field]").hide(),this.$(`[data-settings-field=${e}]`).show(),this.consent.$el.toggle(t),this.$(".tve-lg-value").toggle(t),this.$(`[data-settings-field=${e}]`).show(),this.$("[data-settings-field]").hide(),this.$(`[data-settings-field=${e}]`).show();const i=TVE.apply_filters("tve.lg.fields.is_field_required",!s&&!t,e.replace("mapping_",""),this);this.$required.closest(".control-grid").toggleClass("tcb-hidden",!i),this.$label.closest(".control-grid").toggleClass("tcb-hidden",s),this.$lblPlaceholder.html(s?TVE.t.label:TVE.t.placeholder),this.renderZapierFieldsOnOpen()},after_open(){this.$placeholder.trigger("focus")},setupConsent(){this.$(".tve-lg-value").toggle("gdpr"===this.currentInputData.type),this.component.leadGenerationView.read("consent"),this.consent||(this.consent=new c({el:this.$el.find(".control-consent"),model:this.component.config.consent,component:this.component})),this.consent.update()},setupField(e,t,s){this.component.leadGenerationView.read(e),this[e]||(this[e]=new t({el:this.$(`.${s}`),model:this.component.config[e],component:this.component})),this[e].update(this.currentInputField)},clearInputs(){this.currentInputData.type="",this.currentInputData.fieldName="",this.currentInputData.mapping={},this.$placeholder.val(""),this.$required.prop("checked",!1),this.$label.prop("checked",!1),this.$countryState.prop("checked",!1),this.$countryId.val(""),this.currentInputField=null,this.smartComplete.clearInputs(),this.$fieldName.val(""),this.$(".tve-lg-field-data").removeClass("tcb-hidden"),this.currentInputData.initialFileSetup=a({},TVE.Components.lead_generation_file.options.default_config)},changeType(e,t){this.currentInputData.type=t.value,this.toggleFieldData(),this.toggleFieldProps(t.value),this.renderFieldsMapping(),this.renderCustomSettings(this.currentInputData.type),this.disableMapping(),this.$(".btn-apply").removeClass("tcb-disabled"),this.smartComplete.setType(t.value.replace("mapping_","")),this.setDefaultData(),this.$placeholder.val("");let s=t.value?t.value.replace("mapping_",""):"";s=s?s.charAt(0).toUpperCase()+s.slice(1):"",this.$placeholder.val(s),TVE.do_action("tve.lg.changeType",this,t.value.replace("mapping_","")),TVE.do_action("tve.lg.changeDefaultValue",this,t.value),"number"===this.currentInputData.type.replace("mapping_","")?(this.checkNumberFieldSettings(),this.$(".tve-field-number-autofill-info").removeClass("tcb-hidden")):this.$(".tve-field-number-autofill-info").addClass("tcb-hidden"),"country"===this.currentInputData.type.replace("mapping_","")?(this.$(".tcb-edit-country").show(),this.$(".tve-field-country-autofill-info").removeClass("tcb-hidden")):(this.$(".tcb-edit-country").hide(),this.$(".tve-field-country-autofill-info").addClass("tcb-hidden")),"date"===this.currentInputData.type.replace("mapping_","")?(this.checkDateFieldSettings(),this.$(".tve-field-date-autofill-info").removeClass("tcb-hidden")):this.$(".tve-field-date-autofill-info").addClass("tcb-hidden"),this.renderZapierFieldsOnOpen()},disableMapping(){return!!this.disabledFieldMapping.includes(this.$type.val())&&(this.$fieldMappingUnsupported.hide(),this.$fieldMappingList.hide(),this.$fieldMappingControls.hide(),!0)},toggleFieldProps(e){const t=this.mappingFields.isHidden(e),s=this.mappingFields.hasAdvanced(e);this.$(".tve-lg-placeholder").toggleClass("tcb-hidden",t||!s),this.$(".tve-advanced-controls").toggleClass("tcb-hidden",!s),this.$(".settings-label").tcbToggleClass("tcb-hidden",t||!this.mappingFields.hasLabel(e)),this.$(".field-type-toggle").tcbRemoveClass("tcb-hidden").filter(`.field-hidden-${e}`).tcbAddClass("tcb-hidden")},changePlaceholder(e,t){this.currentInputData.placeholder=t.value},changeFieldName(e,t){const s=t.value;let i=!0,a="";s&&(/^[a-zA-Z]/g.test(s)?/[^\w\-\s:.]/g.test(s)&&(i=!1,a=TVE.t.lg_err.name_char):(i=!1,a=TVE.t.lg_err.name_start)),this.$nameError.text(a),this.$nameError.toggle(!i),this.$(".btn-apply").toggleClass("tcb-disabled",!i),i&&(this.currentInputData.fieldName=s)},valid_options(){if("number"===this.currentInputData.type.replace("mapping_","")){const e=this.$(".min-field-placeholder").val(),t=this.$(".max-field-placeholder").val();if(e&&t&&parseInt(e)>parseInt(t))return!1}return!0},onApply(e){TVE.$document.off("keydown.drop_panel");let t=this.FORCE_CLOSE;const s="country"===this.$type.val(),i=this.$countryState.is(":checked"),a="true"===localStorage.getItem("has-state");let l=!0;if(this.validate()){e.data("lg")||(e=TVE.ActiveElement=e.closest(".thrv_lead_generation"));const s=e.data("lg").get("type").replace("-",""),i="insert"+TVE.ucFirst(s)+"Input";"function"==typeof this[i]&&this[i](),t=!0,l=this.editMode,this.component.controls.FieldsControl.update(e),this.component.controls.HiddenFieldsControl.update(e)}if(t){if(this.hide(),s&&i&&!a)this.insertApiInput("state");else if(s&&l&&!i){const t=this.component.controls.FieldsControl.collection,s=this.currentInputField.data("state-selector"),i=e.find(".tve_lg_input_container").index(e.find(`[data-state-selector="${s}"].tve_lg_state`)),a=t.at(i);a&&"state"===a.get("fieldType")&&(t.remove(a),this.component.controls.FieldsControl.trigger("item_remove",i,a))}localStorage.removeItem("has-state")}},onCancel(){this.hide(),this.currentInputField=null},insertCustomhtmlInput(){const e=this.$placeholder.val(),t="radio"===this.currentInputData.type||"checkbox"===this.currentInputData.type;let s=this.currentInputField.find("input");!s.length&&this.currentInputField.is("input")&&(s=this.currentInputField),t||(s.attr("placeholder",e),s.attr("data-placeholder",e)),this.$required.is(":checked")?s.attr("data-required",1):s.removeAttr("data-required");const i=TVE.ActiveElement.find(`[data-label-for="${this.currentInputField.attr("data-label")}"]`);if(this.$label.is(":checked")){const e=TVE.getLGInputIdentifier(this.currentInputField),t=TVE.createLGInputLabel(e,s.attr("type"));i.length&&this.editMode||(i.remove(),jQuery(t).insertBefore(this.currentInputField))}else i.remove();s.attr("data-name",this.currentInputData.fieldName),s.is("select")&&s.find("[disabled]").val(e).text(e),this.smartComplete.setData(s)},insertApiInput(e,t){var s;let i=e||this.$type.val();const a=null===(s=i)||void 0===s?void 0:s.replace("mapping_","");let l,o="",c=!1;if((t=t||this.editMode)&&_.filter(this.mappingFields.getHiddenFields(),e=>{const t=this.currentInputField.data("field")?this.currentInputField.data("field"):i;return e.id&&e.id===t}).length&&(c="mapping_hidden"===i,t=!1,o=this.currentInputField.attr("name"),TVE.ActiveElement.find(`[data-label-for="${this.currentInputField.attr("data-label")}"]`).remove(),this.currentInputField.remove()),l=t&&this.currentInputField.find('[data-field="'+i+'"]').length?this.currentInputField.clone():this.renderField({type:i,strippedName:a}),!i)return;const n=l.is("div")?l.find("input:not(.consent-config, .tve-lg-dropdown-input),textarea"):l,r=i,d=this.currentInputData.initialType!==r,h=this.component.getWrapper("form");if(this.fieldIsAvailable(i)){if(!this.mappingFields.isDefaultField(i)&&"gdpr"!==i){const e=parseInt(1e3*Math.random()+"");i=i+"_"+e,"checkbox"===a&&(i+="[]")}l.find("input:not(.consent-config, .tve-lg-dropdown-input)").attr("name",i)}let p=TVE.ActiveElement.find(".tve_lg_input:not(.tcb-excluded-from-group-item)").first().attr("data-css");const g=e?e.charAt(0).toUpperCase()+e.slice(1):this.$placeholder.val(),m=this.currentInputField&&this.currentInputField.attr("data-label"),u=this.getFieldType(a),v={name:!t&&"gdpr"!==a||"checkbox"===a?i:n.attr("name")||i,placeholder:g,"data-field":r,"data-required":this.$required.is(":checked")||"email"===e?1:0,"data-validation":"email"===r?"email":"","data-placeholder":g,"data-name":e?g:this.currentInputData.fieldName};if(p=TVE.apply_filters("tve.lg_field.data_css",p,l,this.currentInputField),p&&l.attr("data-css",p),m&&l.attr("data-label",m),l.find(".tve-password-strength-wrapper").remove(),"password"===r&&l.find("input").after(TVE.tpl("lead-generation/apis/extra/password-strength")()),this.mappingFields.isDefaultField(r)||(v["data-mapping"]=TVE.Base64.encode(TVE.serialize(this.getInputMapping()))),"country"===a)l.attr("data-state",Number(this.$countryState.is(":checked"))),l.attr("data-state-selector",this.$countryId.val()),v["data-placeholder"]=this.$placeholder.val();else if("state"===a){l.attr("data-state-selector",this.$countryId.val());const e=l.find("input").attr("placeholder")||this.$placeholder.val();v["data-placeholder"]=e,v.placeholder=e,t||(v["data-required"]=0,v["data-placeholder"]=TVE.t.state_placeholder)}this.mappingFields.isHidden(r)&&(delete v["data-required"],delete v["data-validation"],delete v.placeholder,v.value=this.smartComplete.$defaultValue.val()),n.attr(v),TVE.apply_filters("tve.lg_field.set_type",!["textarea","description"].includes(r.replace("mapping_","")),r)&&n.prop("type",u),this.smartComplete.setData(n),t&&this.currentInputField?(l.insertBefore(this.currentInputField),this.currentInputField.remove()):"hidden"===u?(c&&o&&n.attr("name",o),h.append(n)):this.insertField(l),"hidden"!==u&&this.renderLabel(l,{type:i,strippedName:a,typeChanged:d},t);let f=l;l.hasClass("tve_lg_input_container")||(f=l.find(".tve_lg_input_container")),TVE.do_action("tve.lg.edit.input","hidden"===u?n:f,this,a),this.component.onEditInput("hidden"===u?n:f,this,a),"file"===u&&(l.hasClass("tve_lg_file")||(l=l.find(".tve_lg_file")),l.tcbJsonData("file-setup",this.currentInputData.fileSetup),t||TVE.Components.lead_generation_file.applyFormColorPalette(TVE.ActiveElement),this.component.syncFileUploadSettings()),this.component.update(TVE.ActiveElement)},updateMappingInput(){const e=TVE.ActiveElement.find([".tve_lg_input_container input:not(.consent-config, .tve-lg-dropdown-input):not([type=radio]):not([type=checkbox])",".tve_lg_input_container textarea",".tve_lg_input_container.tve_lg_radio",".tve_lg_input_container.tve_lg_checkbox",'.tve_lg_input_container input[type="file"]'].join(",")+","+this.component.getHiddenFieldsSelector({input:!0})),s={};if(e.length&&e.each((e,i)=>{if((i.classList.contains("tve_lg_radio")||i.classList.contains("tve_lg_checkbox"))&&(i=t(i).find("input").first()[0]),i.dataset.mapping&&(s[i.name]=TVE.unserialize(TVE.Base64.decode(i.dataset.mapping)),s[i.name]._field=i.dataset.field,i.name.includes("country"))){const e=i.name.replace("country","state"),t=i.dataset.field;s[e]=TVE.unserialize(TVE.Base64.decode(i.dataset.mapping)),s[e]._field="country"===t?"state":t.replace("country","state")}}),0===Object.keys(s).length)return;TVE.ActiveElement.find("form > input#tve_mapping").remove();const i=t("<input/>",{type:"hidden",id:"tve_mapping",name:"tve_mapping",value:TVE.Base64.encode(TVE.serialize(s))});TVE.ActiveElement.find("form").append(i)},updateLabels(){const e=this.component.getWrapper("form"),s=e.find(['[data-field^="mapping"]','input[name="name"]','input[name="email"]','input[name="phone"]','input[name="password"]','input[name="confirm_password"]','input[name="user_consent"]','input[name="gdpr"]','[data-field="number"]','[data-field="country"]','[data-field="state"]','[data-field="date"]','input[data-field="nickname"]','input[data-field="url"]','[data-field="description"]','[data-field="question"]','[data-field="role"]','[data-field="title"]','[data-field="website_url"]'].join(",")),i=[];s.each(function(e,t){const s=t.getAttribute("data-name")||t.getAttribute("placeholder"),a=t.getAttribute("name");s&&(i[a]=s)}),e.find('input[name="tve_labels"]').remove();const a=t("<input/>",{type:"hidden",id:"tve_labels",name:"tve_labels",value:TVE.Base64.encode(TVE.serialize(i))});e.append(a)},editField(e,s){this.currentInputField=TVE.inner_$(e.get("item"));const i=this.currentInputField.is("div")?this.currentInputField.find("input,select,textarea"):this.currentInputField,l=!!e.get("hidden");this.smartComplete.editField(e),this.currentInputData=a(a({},this.currentInputData),{type:l?"hidden":i.attr("data-field")||i.attr("type"),fieldName:e.get("fieldName")}),e.has("initialFileSetup")&&(this.currentInputData.initialFileSetup=a({},e.get("initialFileSetup"))),this.currentInputData.initialType=this.currentInputData.type,this.currentInputData.mapping=i.attr("data-mapping")?TVE.unserialize(TVE.Base64.decode(i.attr("data-mapping"))):{};const o=["radio","checkbox"].includes(this.currentInputData.type&&this.currentInputData.type.replace("mapping_",""));l||(this.renderTypes(),this.$type.val(i.attr("data-field")),this.$type.find('option[value="'+i.attr("data-field")+'"]').removeAttr("disabled"),this.$placeholder.val(i.attr("data-placeholder")||i.attr("placeholder")),this.$required.prop("checked",!!parseInt(i.attr("data-required"))),this.$label.prop("checked",TVE.ActiveElement.find(`[data-label-for="${this.currentInputField.attr("data-label")}"]`).length),this.$(".tve-lg-placeholder").toggleClass("tcb-hidden",o),this.$required.closest(".control-grid").toggleClass("tcb-hidden",o),this.$(".tve-lg-field-gdpr-value").val(i.filter(".user_consent").val()),"country"===this.currentInputData.type?(this.$countryState.prop("checked",!!parseInt(this.currentInputField.attr("data-state"))),this.$countryId.val(this.currentInputField.attr("data-state-selector"))):"state"===this.currentInputData.type&&this.$countryId.val(this.currentInputField.attr("data-state-selector"))),this.$lblPlaceholder.html(this.mappingFields.isHidden(this.currentInputData.type)?TVE.t.label:TVE.t.placeholder),this.editMode=!0,this.$(".tve-lg-field-data").toggleClass("tcb-hidden",l),this.$label.closest(".control-grid").toggleClass("tcb-hidden",l||o),this.$fieldName.val(this.currentInputData.fieldName),this.open(null,t(s))},onClose(){this.editMode=!1,this.smartComplete.onClose(),localStorage.removeItem("has-state")},getFieldType(e){return-1!==e.indexOf("gdpr")&&(e="checkbox"),e.includes("number")&&(e="number"),e.includes("country")&&(e="text"),e.includes("state")&&(e="text"),e.includes("date")&&(e="text"),-1!==e.indexOf("password")?e="password":this.mappingFields.isHidden("mapping_"+e)?e="hidden":["email","text","hidden","radio","checkbox","file","number","date"].includes(e)||(e="text"),e},update(){this.getFields(),"api"===TVE.ActiveElement.attr("data-connection")&&(this.updateMappingInput(),this.updateLabels())},refreshFields(){const e=this.component.leadGenerationModel.get("apis"),t=this;Object.keys(e).forEach(s=>{t.apiSupportsMapping(s,t.$type.val())&&(t.$fieldMappingList.find(`.${s}`).addClass("refreshing"),t.$fieldMappingList.addClass("loading"),TVE.ajax("get_api","GET",{extra:{list_id:e[s].list||0},api:s,force:1}).done(function(e){TVE.CONST.connected_apis_custom_fields[s]=void 0!==e.api_custom_fields?e.api_custom_fields:[],t.$fieldMappingList.find(`.${s}`).remove(),t.renderIndividualApiFields(s),0===t.$fieldMappingList.find(".refreshing").length&&t.$fieldMappingList.removeClass("loading")}))})},renderFieldsMapping(){if(this.disableMapping())return;this.$fieldMappingList.empty();const e=this.component.leadGenerationModel.get("apis");let t=!1;Object.keys(e).forEach(e=>{this.apiSupportsMapping(e,this.$type.val())&&(t||(t=!TVE._.isEmpty(TVE.CONST.connected_apis_custom_fields[e])),this.renderIndividualApiFields(e))}),this.$fieldMappingControls.toggle(t),this.$fieldMappingList.toggle(t),this.$fieldMappingUnsupported.toggle(!t)},renderIndividualApiFields(e){if("email"===e)return;const s=TVE.tpl("controls/lead-generation/api-fields"),i=TVE.tpl("controls/lead-generation/api-no-custom-fields"),a=TVE.tpl("controls/lead-generation/api-zapier");this.$fieldMappingUnsupported=this.$("#tcb-field-mapping-unsupported"),this.$fieldMappingList.append(s({api_name:TVE.CONST.api_connections[e],api_key:e}));const l=this.$(`select[data-api-key="${e}"]`);let c,n=TVE.CONST.connected_apis_custom_fields[e];if(["mailchimp","aweber","campaignmonitor","wordpress"].includes(e)&&(c=this.component.leadGenerationModel.get("apis")[e].list,n=n[c]),n&&0===n.length&&!c){"zapier"===e?l.parent().html(a()):l.parent().html(i());const t={tooltipElem:this.$(".tcb-unavailable-tooltip"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:"zapier"===e?TVE.tpl("controls/lead-generation/unavailable-zapier-tooltip"):TVE.tpl("controls/lead-generation/unavailable-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}};new o(t)}else this.hasFields=!0;_.each(n,s=>{const i=t("<option/>").attr("value",s.id).html(s.label);this.editMode&&this.currentInputData.mapping[e]==s.id&&i.prop("selected",!0),l.append(i)})},mappingField(e,t){this.currentInputData.mapping[t.dataset.apiKey]=t.value},renderCustomSettings(e){e&&(e=e.replace("mapping_",""),(p[e]||p._def)(this.$customSettings,this))},validate(){const e=this.currentInputData.type.replace("mapping_","");return"function"!=typeof m[e]||m[e](this.currentInputData,this)},renderField(e){let t,{strippedName:s}=e;if(s=TVE.apply_filters("tcb.lg_field.stripped_name",s),this.specialTemplateTypes.includes(s)?(t=TVE.inner_$(TVE.tpl("controls/lead-generation/lg-"+s)(this.currentInputData)),t.find(".tve_lg_"+s+"_wrapper").each((e,t)=>{const i=TVE.inner_$(t),a=TVE.CSS_Rule_Cache.generate_id("tve-lg-"+s+"-");i.find("input").attr("id",a),i.find("label").attr("for",a)})):t=["select","gdpr","number","date","country","state"].includes(s)?TVE.inner_$(TVE.tpl("controls/lead-generation/lg-"+s)()):TVE.inner_$(TVE.tpl("controls/lead-generation/lg-input")()),this.editMode&&"gdpr"!==s){const e=this.currentInputField.find("input,textarea").attr("name");t.find("input,textarea").attr("name",e)}return t},insertField(e){let t=TVE.ActiveElement.find(".tve_submit_container, .tve-form-button");const s=t.parent();s.hasClass("tcb-clear")&&(t=s);const i=t.closest(".thrv_lead_generation .thrv-columns");i.length?e.insertAfter(i):e.insertBefore(t)},renderLabel(e,t,s){s=s||this.editMode;const{strippedName:i,typeChanged:a}=t,l=TVE.ActiveElement.find(`[data-label-for="${e.attr("data-label")}"]`);if(e=e.length>1?e.first():e,s||"state"!==i)if(this.$label.is(":checked")){const t=TVE.getLGInputIdentifier(e),o=TVE.createLGInputLabel(t,i);(!l.length||!s||s&&a)&&(l.remove(),TVE.inner_$(o).insertBefore(e))}else l.remove();else l.remove()},apiSupportsMapping:(e,t)=>!0,getInputMapping(){return this.currentInputData.mapping},checkEmailField(e){const t=this.getUsedInputs();_.findWhere(tcb_main_const.apis_default_form_fields[e],{id:"email"})&&!t.includes("email")&&this.insertApiInput("email")},isEmailFieldMandatory:e=>Object.keys(e).some(e=>{var t;return null===(t=_.findWhere(tcb_main_const.apis_default_form_fields[e],{id:"email"}))||void 0===t?void 0:t.mandatory}),checkIfNumber(e,t=!0){let s=!1,i=!1;e.on("keyup",function(t){switch(t.key){case"Backspace":s=-1!==e.val().indexOf("-"),i=-1!==e.val().indexOf(".");break;case"-":s=!0;break;case".":i=!0}}),e.on("keypress",function(e){const a=["0","1","2","3","4","5","6","7","8","9","-"];return t&&a.push("."),!!a.includes(e.key)&&!("-"===e.key&&s||"."===e.key&&i)&&void 0})},checkNumberFieldSettings(){const e=this.$(".min-field-placeholder"),t=this.$(".max-field-placeholder"),s=this.$(".min-max-placeholder-error"),i=this.$(".starting-field"),a=this.$(".starting-value-error"),l=this.$(".lg-show-instructions-switch"),o=this.$(".decimal-precision-field"),c=this.$(".step-field"),n=this.$(".btn-apply");s.addClass("tcb-hidden"),a.addClass("tcb-hidden"),n.removeClass("tcb-disabled"),navigator.userAgent.match(/firefox|fxios/i)?(this.checkIfNumber(e),this.checkIfNumber(t),this.checkIfNumber(i),this.checkIfNumber(c,!1)):c.on("keypress",function(e){if("."===e.key||","===e.key||"-"===e.key)return!1});let r=!0,d=!0,h=!0;function p(e){return o.val()>0?parseFloat(e.val()):parseInt(e.val())}function g(){const s=p(e),a=p(t),o=p(i);r=!0,d=!0,h=!0,Number.isNaN(s)?(t.removeAttr("min"),i.removeAttr("min")):(t.attr("min",s),i.attr("min",s),s>a&&(r=!1)),Number.isNaN(a)?(e.removeAttr("max"),i.removeAttr("max")):(e.attr("max",a),i.attr("max",a),a<s&&(d=!1)),Number.isNaN(o)?h=!0:(o<s||o>a)&&(h=!1),l.toggle(!Number.isNaN(s)||!Number.isNaN(a))}e.on("keyup change",g),t.on("keyup change",g),i.on("keyup change",g),o.on("change",function(){const s={1:"0.1",2:"0.01",3:"0.001",4:"0.0001"}[o.val()]||null;e.attr("step",s),t.attr("step",s),i.attr("step",s)}),c.on("keyup change",function(){e.attr("step",c.val()),t.attr("step",c.val()),i.attr("step",c.val())}),this.$(".min-field-placeholder, .max-field-placeholder, .starting-field").on("keyup change",function(){r&&d?s.addClass("tcb-hidden"):s.removeClass("tcb-hidden"),h?a.addClass("tcb-hidden"):a.removeClass("tcb-hidden"),r&&d&&h?n.removeClass("tcb-disabled"):n.addClass("tcb-disabled")})},limitEndTime(){const e=t(".start-time-row .hour"),s=t(".start-time-row .minutes"),i=t(".start-time-row .ampm"),a=t(".end-time-row .hour"),l=a.find("option"),o=t(".end-time-row .minutes"),c=o.find("option"),n=t(".end-time-row .ampm"),r=e=>{e?("AM"===n.val()&&n.val("PM"),t('.end-time-row .ampm option[value="AM"]').attr("disabled","disabled")):t('.end-time-row .ampm option[value="AM"]').removeAttr("disabled")},d=(e,s)=>{e.each(function(){const e=t(this);s(e)?t(this).attr("disabled","disabled"):t(this).removeAttr("disabled")})},h=()=>{const t=parseInt(e.val(),10),a=parseInt(s.val(),10),o=(t+1).toString().padStart(2,"0"),h=(a+5).toString().padStart(2,"0");"PM"===i.val()?(r(!0),"55"===s.val()?p(!0,o):g(t,h)):(r(!1),"55"===s.val()?p(!1,o):"AM"===n.val()?g(t,h):(d(l,()=>!1),d(c,()=>!1)))},p=(t,s)=>{t?"12"===e.val()?m():u(s):"AM"===n.val()?"12"===e.val()?m():"11"===e.val()?(a.val("12"),n.val("PM"),d(l,()=>!1),r(!0)):u(s):d(l,()=>!1),d(c,()=>!1)},g=(t,s)=>{"12"===e.val()?d(l,()=>!1):((a.val()<e.val()||"12"===a.val())&&a.val(e.val()),d(l,e=>parseInt(e.val(),10)<t||12===parseInt(e.val(),10))),e.val()===a.val()?(o.val()<s&&o.val(s),d(c,e=>parseInt(e.val(),10)<s)):d(c,()=>!1)},m=()=>{"12"===a.val()&&a.val("01"),d(l,e=>12===parseInt(e.val(),10))},u=t=>{a.val()<=e.val()&&(a.val(t),o.val("00")),d(l,e=>parseInt(e.val(),10)<t||12===parseInt(e.val(),10))};e.on("change",h),s.on("change",h),i.on("change",h),a.on("change",h),n.on("change",h),h()},checkDateFieldSettings(){const e=t(".tve-lg-field-limit-hours");e.is(":checked")?this.limitEndTime():e.on("click",this.limitEndTime)}})}(jQuery)},41621:(e,t,s)=>{e.exports=s(16668).component.extend({group_class:"tcb-group-editing",group_item_class:"tcb-group-editing-item",not_group_item_class:"tcb-excluded-from-group-item",dynamic_group_item_class_prf:"dynamic-group-",identifier:null,select_values_base:null,select_values_collection:null,mainElement:null,childElement:null,group_shortcode_classes:".thrv_toggle, .thrv-tabbed-content, .thrv-content-block, .thrv-lp-block, body.tve_lp, .tve-elem-with-group",group_elements_classes:"",canUnlock:!0,group_elements_selectors:"",updateOnMouseLeave:!1,controls_init(){const e=this;Object.values(TVE.Elements).forEach(e=>{e.has_group&&(this.group_elements_classes+=`${e.identifier.trim()},`,e.has_group.select_values.forEach(t=>{this.group_elements_selectors+=`${(e.has_group.elem_selector||e.identifier).trim()} ${t.selector},`}))}),this.group_elements_selectors=this.group_elements_selectors.slice(0,-1),this.group_elements_classes=`${this.group_shortcode_classes},${this.group_elements_classes}`.slice(0,-1),TVE.add_filter("text_block_element",(e,t=!1)=>{const s=TVE.ActiveElement.is(`${TVE.TEXT_BLOCK},${TVE.TEXT_HEADINGS}`),i=e[0].tagName;let a=s?TVE.ActiveElement:e;return a.hasClass(this.group_item_class)&&!a.hasClass(this.not_group_item_class)&&(s?(t&&(a=a.filter(".edit_mode")),e=a.filter(`:not(.${this.not_group_item_class})`).find(TVE.BLOCK_ELEMENTS).filter(i)):e=this.mainElement.find(`.${this.group_item_class}:not(.${this.not_group_item_class})`)),e}),TVE.add_filter("tcb_filter_html_before_save",function(t){return t.find("."+e.group_class).removeClass(e.group_class+" tcb-child-selector-no_title tcb-child-selector-no_icons"),t.find("."+e.group_item_class).removeClass(e.group_item_class),t}),TVE.add_action("tcb.show_icons",(t,s,i)=>{i&&i.for_edit()&&0===t.closest(e.group_class).length&&(TVE.ElementEditIcons.$lock.hide(),TVE.ElementEditIcons.$unlock.hide())}),TVE.add_action("tcb.editor.undo",()=>{TVE.Editor_Page.$body.find(`.${this.group_class},.${this.group_item_class}`).removeClass(`${this.group_class} ${this.group_item_class}`)}),TVE.add_filter("tcb.generate_new_css_id",_.bind(function(e,t){const s=TVE.inner_$(t);return(!TVE.is_group_editing||!(t.classList.contains(this.group_item_class)&&!t.classList.contains(this.not_group_item_class)||TVE.BLOCK_ELEMENTS.includes(t.tagName.toLowerCase())&&s.closest(".thrv_wrapper")[0].classList.contains(this.group_item_class)&&!s.closest(".thrv_wrapper")[0].classList.contains(this.not_group_item_class)))&&e},this)),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.find(`.${this.group_class},.${this.group_item_class}`).addBack().removeClass(`${this.group_class} ${this.group_item_class}`)}),TVE.main.states_dropdown.on("state_change",_.bind(function(e){this.$el.toggle("default"===e)},this)),TVE.main.states_dropdown.on("done",_.bind(function(){this.mainElement&&this.$el.show()},this)),TVE.main.on("clear_focus",()=>this.close_group_options()),this.controls.preview.update=function(t){const s=t.filter(".edit_mode");let i;if(!s.hasClass(e.group_class)){if(e.render_preview(),s.hasClass(e.not_group_item_class)){const t=e.mainElement.find(e.identifier).index(s);i="_"+(e.identifier+t),e.handle_icons(!0)}else i=null,e.select_values_collection.each(function(e){s.is(e.get("selector"))&&(i=e.get("value"))},this),e.handle_icons(!1);this.setValue(i),e.checkUnlocking(i)}},this.controls.preview.change=function(t,s){let i;if("_"!==s.value.charAt(0)){const t=e.select_values_collection.findWhere({value:s.value}).get("selector");i=e.mainElement.find(t+":not(."+e.not_group_item_class+")"),i=TVE.apply_filters("tcb.group_edit.grouped_elements",i),TVE.do_action("tcb_group_edit_preview_change",{selector:t,elements:i,value:s.value})}else{const t=e.select_values_collection.findWhere({value:s.value}).get("selector");i=TVE.inner_$(t),TVE.do_action("tcb_group_edit_preview_change_locked",{element:t})}let a=i.filter(":visible");a.length||(a=i),a[0].click(),i.is(TVE.TEXT_INLINE+","+TVE.TEXT_BLOCK)&&TVE.froala.force_focus(a.first(),!1)},this.controls.ButtonToggle.update=function(t){const s=t.filter(".edit_mode");if(s.hasClass(e.group_class))return;const i=s.hasClass(e.not_group_item_class);this.setActive(i)},this.controls.ButtonToggle.change=function(t,s){const i=t.filter(".edit_mode");let a=!1;if(i.hasClass(e.group_class))return;i.hasClass(e.not_group_item_class)?(i.removeClass(e.not_group_item_class),TVE.ActiveElement=e.mainElement.find("."+e.group_item_class).not("."+e.not_group_item_class),this.setActive(!1),e.handle_icons(!1)):(a=!0,i.addClass(e.not_group_item_class),TVE.ActiveElement=i,TVE.ActiveElement.attr("data-css")&&e.mainElement.find('[data-css="'+TVE.ActiveElement.attr("data-css")+'"]').length>1&&TVE.ActiveElement.head_css_copy(TVE.ActiveElement),this.setActive(!0),e.handle_icons(!0)),s.from_el_icons&&i.is(TVE.TEXT_INLINE+","+TVE.TEXT_BLOCK)&&TVE.froala.force_focus(i,!1),e.controls.preview.update(t);const l={activeElement:i,mainElement:e.mainElement,unlocked:a,not_in_group_class:i.hasClass(e.not_group_item_class)?e.not_group_item_class:""};TVE.do_action("tcb.group_edit.status",l),TVE.do_action("tcb.group_edit."+TVE._type(l.mainElement)+"."+(a?"unlocked":"locked"),l)},TVE.main.on("element_selected",t=>{const s=t.attr("data-group-editing-parent");let i=t;s&&(i=i.closest(s).parent());let a=i.closest(e.group_elements_classes),l=e.group_elements_selectors;if(t.attr("class").indexOf(e.dynamic_group_item_class_prf)>-1){const s=TVE.getClassThatContains(t,e.dynamic_group_item_class_prf).replace(e.dynamic_group_item_class_prf,"");_.each(t.parents(e.group_shortcode_classes),function(t){const i=TVE.inner_$(t),o=e.get_group_config(i);if(o[s]){const t=TVE.Elements[TVE._type(i)].identifier;_.each(o,function(s,i){l+=","+t+" ."+e.dynamic_group_item_class_prf+i}),l=l.trim().replace(/(^,)|(,$)/g,""),a=i}})}const o=t.is(l);if(o&&a.length&&a.hasClass(e.group_class)){let s=e.find_elem(t);s||(s=e.find_elem(t.parent().closest(e.group_elements_classes))),e.identifier=s.selector,e.mainElement.find("."+e.group_item_class).removeClass(e.group_item_class),e.mainElement.find(e.identifier).addClass(e.group_item_class),t.hasClass(e.group_item_class)&&!t.hasClass(e.not_group_item_class)&&(TVE.ActiveElement=e.mainElement.find("."+e.group_item_class+":not(."+e.not_group_item_class+")")),TVE.ActiveElement=TVE.apply_filters("tcb.group_edit.selected_elements",TVE.ActiveElement),TVE.ElementEditIcons.show(),e.handle_icons(!1)}else if(o&&_.isEmpty(e.mainElement)&&a.length>0&&0===t.closest("."+e.group_class).length){TVE.ActiveElement=a,e.open_group_options(TVE._type(a));const s=e.find_elem(t);if(t.is(e.group_elements_classes)||!s)return TVE.ActiveElement=t,void e.close_group_options();e.childElement=t;let i=!0;if(e.identifier=s.selector,e.mainElement.find("."+e.group_item_class).removeClass(e.group_item_class),e.mainElement.find(e.identifier).addClass(e.group_item_class),t.hasClass(e.group_item_class)&&!t.hasClass(e.not_group_item_class)?TVE.ActiveElement=e.mainElement.find("."+e.group_item_class+":not(."+e.not_group_item_class+")"):TVE.ActiveElement=t,TVE.ActiveElement=TVE.apply_filters("tcb.group_edit.selected_elements",TVE.ActiveElement),!e.mainElement.is(".thrv_widget_menu")&&(_.some(TVE.ActiveElement,function(e){if(!_.isEmpty(e.dataset.css))return i=!1,!0}),i)){const e=TVE.CSS_Rule_Cache.uniq_id(TVE.ActiveElement);_.each(TVE.ActiveElement,function(t){t.dataset.css=e})}}else{if(!e.mainElement)return;if(e.close_group_options(),!1===o||0===a.length||t.is(e.group_elements_classes))TVE.main.element_selected(t);else{if(t.is(e.group_elements_classes))return;e.childElement=t,TVE.ActiveElement=a,e.open_group_options(TVE._type(TVE.ActiveElement)),TVE.Editor_Page.selection_manager.show_icons(t);const s=TVE.get_element_identifier(t);e.identifier!==s&&(e.identifier=s,e.mainElement.find("."+e.group_item_class).removeClass(e.group_item_class),e.mainElement.find(e.find_elem(t).selector).addClass(e.group_item_class)),t.hasClass(e.group_item_class)&&!t.hasClass(e.not_group_item_class)?TVE.ActiveElement=e.mainElement.find("."+e.group_item_class+":not(."+e.not_group_item_class+")"):TVE.ActiveElement=t}}})},before_update(){const e=TVE.apply_filters("tve.group.has-exit-group-styling",!0,TVE.ActiveElement);this.$(".exit-group-styling").toggle(e)},find_elem(e){let t=null;return _.some(this.select_values_base,function(s){if(e.is(s.selector))return t=s,!0}),t},handle_icons(e){TVE.ElementEditIcons.$lock.toggle(!e),TVE.ElementEditIcons.$unlock.toggle(e)},render_preview(){const e=[];let t,s=null,i=0;const a=TVE.Components[TVE._type(this.mainElement)];a&&"function"==typeof a.unlockedItemName&&(t=_.bind(a.unlockedItemName,a)),_.each(this.select_values_base,function(a){const l=this.mainElement.find(a.selector);0!==l.filter(":visible").length&&(s=l.filter("."+this.not_group_item_class),delete a.disabled,s.length===l.length&&(a.disabled="disabled"),e.push(a),_.each(s,function(s){const o=TVE.inner_$(s);i=l.index(s),e.push({value:"_"+(a.selector+i),selector:s,name:t?" -- "+t(a,o,i):a.singular.replace("%s",1+i),no_unlock:a.no_unlock||!1})},this))},this),this.controls.preview.build_options(e),this.select_values_collection.reset(e)},enter_group_mode(e){TVE.is_group_editing=!0,this.mainElement=TVE.apply_filters("tcb.group.enter_group_mode.main_element",TVE.ActiveElement),this.identifier=e,this.select_values_base=[],TVE.Elements[e].has_group&&(this.select_values_base=_.clone(TVE.apply_filters(`tcb.group_edit.${e}.options`,TVE.Elements[e].has_group.select_values))),this.mainElement.is(this.group_shortcode_classes)&&_.each(this.get_group_config(this.mainElement),(e,t)=>{this.select_values_base.push({value:"all_"+t,selector:"."+this.dynamic_group_item_class_prf+t,name:e.name,singular:e.singular})}),this.select_values_collection=new Backbone.Collection(this.select_values_base),this.controls.preview.build_options(this.select_values_base),this.mainElement.addClass(this.group_class),TVE.do_action("tcb.group.enter_group_mode.after",this.mainElement)},exit_group_mode(){TVE.is_group_editing&&(TVE.is_group_editing=!1,this.mainElement&&(this.mainElement.tcbRemoveClass(this.group_class),this.mainElement.find("."+this.group_item_class).tcbRemoveClass(this.group_item_class)),delete this.mainElement,delete this.childElement)},get_group_config(e){return this.shortcode_config=TVE.shortcode_manager(e.find(".thrive-group-edit-config:first"),"group_edit"),this.shortcode_settings=this.shortcode_config.get(),this.shortcode_settings},checkUnlocking(e=this.controls.preview.getValue()){if(!this.select_values_collection)return this.canUnlock=!0;const t=this.select_values_collection.findWhere({value:e});this.canUnlock=!(t&&t.get("no_unlock")),this.canUnlock||(TVE.ElementEditIcons.$lock.hide(),TVE.ElementEditIcons.$unlock.hide()),this.controls.ButtonToggle.$el.toggleClass("tcb-hidden",!this.canUnlock)}})},41649:(e,t,s)=>{const i=s(18445),a=Backbone.Model.extend({defaults:()=>({key:"",label:"",icon:"",preview_icon:""})}),l=Backbone.Collection.extend({model:a});e.exports=i.extend({template:TVE.tpl("login/options"),submit_options:tcb_main_const.post_login_actions,currentState:"login",before_initialize(){this.submitOptionsCollection=new l(this.submit_options)},after_initialize(){this.$options=this.$("#tve-login-options-wrapper")},onOpen(){this.currentModel=this.submitOptionsCollection.findWhere({key:this.getInitialValue()}),this.renderOptions(),this.$(`.optin-option-card[data-key=${this.currentModel.get("key")}]`).addClass(this.selected_class)},onApply(){this.component.settingsModel.set(this.getSettingsKey(),this.currentModel.get("key")),this.component.settingsModel.write(),this.updateSubmitPreview(this.currentModel),this.hide()},onCancel(){this.hide()},setState(e="login"){return this.currentState=e,this.submit_options=TVE.CONST[`post_${e}_actions`],this.submitOptionsCollection.reset(this.submit_options),this},reset(){this.currentModel=this.submitOptionsCollection.findWhere({key:this.getInitialValue()}),this.updateSubmitPreview(this.currentModel)},updateSubmitPreview(e){const t=this.component.$el.find(`.tve-${this.currentState}-options-wrapper`),s=t.find(".preview"),i=t.find(".submit-value"),a=t.parent().find(".form-values");s.html(TVE.icon(e.get("preview_icon")||e.get("icon"))),i.html(e.get("label")),"login"===this.currentState?(a.hide(),this.component.$el.find(".success-message-switch .tve-switch-info").toggle("noRedirect"!==e.attributes.key)):a.toggle(this.currentModel.get("icon").includes("url"))},getSettingsKey(){return"register"===this.currentState?"post_register_action":"submit_action"},getInitialValue(){return this.component.settingsModel.get(this.getSettingsKey())}})},41663:(e,t,s)=>{const i=s(86210);e.exports=i.extend({template:"conditional-display/modal/condition/boolean-comparator",afterRender(){this.$select=this.$("select"),this.selectedValue?this.$select.val(this.selectedValue):this.setModel(this.$select.val())},selectChanged(e){this.setModel(e.currentTarget.value)}})},41669:e=>{"use strict";e.exports=jQuery},41671:(e,t,s)=>{const i=s(56164),a={};e.exports=i.extend({template:TVE.tpl("controls/custom-menu/style-picker"),after_initialize(){i.prototype.after_initialize.apply(this,arguments),TVE.add_action("tcb.menu_item_templates",e=>{this.model.config.items=e,this.render()})},read_from_element(){if(this.parent_control.isVisible){let e=!_.isEmpty(this.model.config.items);this.$(".style-set").tcbHide().filter(".set-"+this.menu.config("template")).tcbShow("flex").length||(e=!1),this.$(".no-templates").toggle(!e),this.$(".btn-apply").toggleClass("tcb-disabled",!e);const t=TVE.ActiveElement.find(">a").css("font-family");if(t&&void 0===a[t]){const e=TVE.CSS_Rule_Cache.getImportCss(t);if(a[t]=!0,e){const t=e+this.$style.text();this.$style.text(t)}}this.$(".menu-preview a").css("font-family",t)}else this.menu&&this.menu.config("template")&&this.$(".style-set").tcbHide().filter(".set-"+this.menu.config("template")).tcbShow("flex");return""},after_render(){let e="";_.each(this.model.config.items,t=>{const s=".set-"+t.id;_.each(t.styles,(t,i)=>{if(t){this.$(s+" li.li-"+i).css(t.css.computed||{});const a=t.css[TVE.main.responsive.desktop.media];_.each(a,t=>{e+=s+" li.li-"+i+t.suffix+"{"+TVE.CSS_Rule_Cache.objectToCss(t.css)+"}"})}})}),this.$style=this.$(".preview-style").text(e),this.$(".btn-apply").toggleClass("tcb-disabled",_.isEmpty(this.model.config.items)),this.$(".tve-style-options").scrollbar()},getSelected(){if(!this.model.selected)return null;const e=this.model.selected.split("::");return this.model.config.items[e[0]].styles[e[1]].css},input(e){this.applyTemplate(e,this.getSelected())},cancel(e){e.each((e,t)=>{this.originalStyles[e]&&this.applyTemplate(TVE.inner_$(t),this.originalStyles[e])})},apply(e){this.model.selected&&(this.input(e),this.component.update())},onOpen(){this.model.selected="",this.originalStyles=[],TVE.ActiveElement.each((e,t)=>{this.originalStyles[e]=this.menu.getItemStyle(t)})},applyTemplate(e,t){this.menu.applyItemTemplate(e,t),this.component.controls.HoverEffect.input(e,{value:t.cls||""})}})},41698:e=>{let t;const s=["tve-content-box-background","tve-page-section-out","tve-cb","tve-page-section-in","tve-image-overlay"];!function(e){function i(e,t){const s=TVE.state_manager.get_state();return t.is(".tcb-flex-col")&&"expanded"===s?e:(e=TVE.apply_filters(`tcb.state_change.${TVE._type(TVE.ActiveElement)}`,e,s),TVE.state_manager.css_class()+e)}t=function(t){t.on("state_change",function(e){a.change(e)}),t.on("done",function(){a.reset()}),TVE.add_action("tcb.focus_element.before",e=>{e.hasClass("tve-state-expanded")||e.hasClass("tcb-lg-consent")||!a.is_expanded()||setTimeout(()=>{a.change("default",!0,{skip_update:!1,keepClass:!0}),t.s="default"})}),e(window).on("tcb_main_ready",function(){TVE.main.on("after_device_change",()=>{!a.is_default()&&TVE.ActiveElement&&setTimeout(()=>TVE.ActiveElement.tve_overlay(),240)})});const a={default:"default",hover:"hover",active:"active",expanded:"expanded",jump:"jump",_parent:null,_element:null,_state:"default",set_state(e){e||(e=this.default),TVE.main.$cpanel.removeClass("state-"+this.get_state()),TVE.main.$cpanel.addClass("state-"+e),TVE.main.sidebar_extra.$el.removeClass("state-"+this.get_state()),TVE.main.sidebar_extra.$el.addClass("state-"+e),this._state=e},get_hover_state_parents:()=>s,get_state(){return this._state},get_pseudo(){return this.is_default()?"":`:${this.get_state()}`},is_default(){return this.get_state()===this.default},is_hover(){return this.get_state()===this.hover},is_jump(){return this.get_state()===this.jump},is_active(){if(!TVE.ActiveElement)return!1;const e=TVE._type(TVE.ActiveElement),t=TVE.Elements[e].active&&TVE.ActiveElement.is(TVE.Elements[e].active);return this.get_state()===this.active||t},getStateLabel(){let e=this.get_state();return this.is_expanded()&&(e=TVE.Elements[TVE._type(TVE.ActiveElement)].expanded_state_label),e},is_expanded(){return this.get_state()===this.expanded},css_class(e){return this.is_default()?"":`${e?"":"."}tve-state-${this.get_state()}`},set_parent(e){this._parent=e},get_parent(){return this._parent},set_element(s){this._element=s;const i=TVE._type(s),a=this.get_state();e.each(TVE.Elements[TVE._type(s)].components,function(e){const t=TVE.Components[e],s=TVE.apply_filters(`tcb.state.hide.${t.key}.${i}`,"default"!==a&&!t.extra_states,a,t);t.el.classList[s?"add":"remove"]("tcb-hidden")}),TVE.main.$cpanel.toggleClass("hide-extra-states","default"!==a),t.toggleExtraStates(TVE.Elements[TVE._type(s)])},get_element(){return this._element},is_child(e){return e||(e=this.get_element()),null!==this.get_parent()&&null!==this.get_element()&&(!!this.is_active()||this.get_parent().has(e)&&!this.get_parent().is(e))},allowSelection(e){return this.is_expanded()||this.is_default()||this.is_child(e)||this.is_jump()||this.get_parent().is(e)},change(e,s,a={}){if(void 0===s&&(s=!0),!TVE.ActiveElement)return;let l=TVE.ActiveElement;const o=TVE.apply_filters("tcb.state_manager.change.edit_mode",l.filter(".edit_mode"));this.get_parent()&&!l.is(this.get_parent())&&(l=this.get_parent()),a.keepClass||this.removeTarget(o).removeClass(this.css_class(!0)),this.set_state(e),this.set_element(l),o.addClass(this.css_class(!0)),TVE.remove_filter("tcb_head_css_suffix",i),TVE.main.EditMode.in_edit()?TVE.main.EditMode.refresh():TVE.remove_element_overlay(),this.is_default()?(TVE.main.remove_navigation_root(this.get_parent()),TVE.prevent_blur=!1,TVE.Editor_Page.editor.find(".tve-state-default,.tve-state-hover,.tve-state-active").removeClass("tve-state-default tve-state-hover tve-state-active"),this.set_parent(null),TVE.inner.$body.removeClass("tcb-states"),TVE.main.$cpanel.find(".tcb-hidden").removeClass("tcb-hidden"),TVE.main.trigger("default_state"),l.closest(".canvas-mode").length&&l.closest(".canvas-mode")[0].style.setProperty("outline","")):this.is_hover()?(TVE.main.trigger("hover_state"),TVE.prevent_blur=!0,this.set_parent(l),o.tve_overlay(),TVE.inner.$body.addClass("tcb-states"),TVE.main.set_navigation_root(this.get_parent())):this.is_active()?(TVE.prevent_blur=!0,this.set_parent(l),o.tve_overlay(),TVE.inner.$body.addClass("tcb-states"),TVE.main.set_navigation_root(this.get_parent()),TVE.add_filter("tcb_head_css_suffix",i)):this.is_expanded()&&TVE.add_filter("tcb_head_css_suffix",i),delete TVE.SkipUpdate,TVE.do_action("tcb.state.change.before.update."+TVE._type(l),e),a.skip_update||TVE.main.update_components(),TVE.main.active_element_navigation(),TVE.do_action("tcb.state.change."+TVE._type(l),e),TVE.do_action("tcb.state.change",e),s&&(t.update_dom(e),t.s=e)},reset(){this.change("default")},removeTarget(e){return e.hasClass("tcb-group-editing-item")&&"expanded"===this.get_state()&&(e=e.filter(".edit_mode")),e},needs_hover_state_parent(e){if(!e)return!1;if(e.jquery&&(e=e[0]),void 0===e.dataset.tcb_hover_state_parent){e.dataset.tcb_hover_state_parent="";for(let t,i=0;t=s[i++];)if(e.classList.contains(t)){e.dataset.tcb_hover_state_parent="1";break}}return"false"!==e.dataset.tcb_hover_state_parent&&e.dataset.tcb_hover_state_parent}};return a}}(jQuery),e.exports=t},41875:(e,t,s)=>{const i=s(54239);e.exports=i.extend({convertUM(e){const t=this.applyTo(!0),s=t.parentNode,i=this.$el.find(".tve-input, .tve-slider"),a=TVE.getComputedStyle(s,"width");let l=TVE.getComputedStyle(t,"maxWidth");switch(l="string"==typeof l&&-1!==l.indexOf("%")?parseFloat(l)*this.model.config.max/100:l||a,e){case"vw":l=parseFloat(100*l/document.documentElement.clientWidth).toFixed(1);break;case"%":l=parseFloat(100*l/TVE.getComputedStyle(s,"width")).toFixed(1);break;default:l=parseInt(l)}i.val(l)},isDefault(){const e=this.$el.find(".tve-input").val(),t=this.$(".width-input");return void 0!==t&&t.attr("placeholder","auto"),"auto"===e||"none"===e},umChange(e,t){const s=t.getAttribute("data-value");this.$('.tve-input-um[data-value="'+s+'"]').hasClass("active")||(this.setUM(s),this.isDefault()||(this.convertUM(s),this.currentEventType="change",this.change(this.applyTo(),this.$el.find(".tve-input")[0]),delete this.currentEventType))},onInput(e,t){t.value=this.prepareValue(t.value,this.getUM()),this.$el.find("input").val(t.value),TVE.SkipUpdate=!0,this.input(e,t),TVE.ElementEditIcons.toggle(!1)},setValue(e,t){const s=this.$el.find(".tve-input"),i=this.$el.find(".tve-slider");return void 0!==e&&isNaN(e)&&0===e.indexOf("auto")?(this.setUM("px"),s.val("auto"),i.val(this.model.config.max)):(this.setUM(this.readUM(e)),e=parseFloat(e),isNaN(e)&&(e="auto"),s.val(e),"auto"===e?i.val(this.model.config.max):i.val(e),t&&s.trigger("input")),TVE.do_action("tcb.set_max_width_value",e,this.applyTo()),this},update(){const e=this.applyTo();let t=e.head_css("max-width")||e.css("max-width");"none"===t&&(t="auto"),this.setValue(t)},input(e,t){let s=this.getUM(),i=t.value;("auto"===i||isNaN(i)||""===i)&&(s="",i="none"),this.applyElementCss({"max-width":i+s+(this.config.important?" !important":"")},e,this.config.css_suffix,this.config.css_prefix)},change(e,t){this.input(e,t)},afterConfig(){this.model.config.max=parseInt(this.applyTo().parent().css("width"))}})},42103:(e,t,s)=>{const i=s(50732),a=s(17305),l=s(74144);e.exports=i.extend({template:TVE.tpl("login/edit-form-label"),after_initialize(e){this.component=e.component},after_render(){this.$label=this.$(".tcb-ce-item-label"),this.$placeholder=this.$(".tcb-ce-item-placeholder"),this.smartComplete&&this.smartComplete.destroy(),this.smartComplete=new a({$droppanel:this.$el}),this.$(".autofill").append(this.smartComplete.$el),this.controls=l.initControls(this.$el);const e=this;this.controls.showLabel.input=function(){e.model.set("labelVisible",this.isChecked())}},getData(e){const t=e.find("input,textarea");return{item:e,$input:t,label:e.find(".tcb-label, .tve-input-option-text").text(),labelVisible:"none"!==e.find(".tcb-removable-label").css("display"),placeholder:e.find("input,textarea").attr("placeholder"),type:e.find("input").attr("type"),defaultValue:t.attr("default-value")||t.attr("value"),autofillType:t.attr("data-complete-type")||"",autofillValue:t.attr("data-complete-value")||""}},changeSetting(e,t){const s={};s[t.getAttribute("data-setting")]=t.value,this.model.set(s)},reset(e){this.model=e,this.dom(),this.smartComplete.editField(e)},dom(){this.$label.val(this.model.get("label")?this.model.get("label").trim():""),this.$placeholder.val(this.model.get("placeholder")),this.$(".for-text-input").toggleClass("tcb-hidden","checkbox"===this.model.get("type")),this.controls.showLabel.setChecked(this.model.get("labelVisible"))},cancel(){this.model.get("__new")?this.collection.at(this.collection.length-1).destroy():this.model.restoreState()},apply(){this.smartComplete.setData(this.model.get("$input")),this.model.unset("__new"),this.collection.trigger("change")}})},42146:e=>{var t;t=jQuery,e.exports=Backbone.Model.extend({saveState(){return this.__saved_state={},t.extend(!0,this.__saved_state,this.attributes),this},restoreState(e){if(!this.__saved_state)return this;this.set(this.__saved_state,{silent:void 0!==e&&e})}})},42244:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(){this.controls.InnerBorders.update=function(e){this.setChecked(!e.hasClass("tve_no_inner_border")),this.component.inner_border_update()},this.controls.InnerBorders.input=function(e,t){e.toggleClass("tve_no_inner_border",!t.checked),this.component.inner_border_update()},this.controls.border_th.remove_sides().$(".border-boxes").parent().addClass("justify-start").html(this.$("#h-border")),this.controls.border_td.remove_sides().$(".border-boxes").parent().addClass("justify-start").html(this.$("#c-border"))},table_borders:()=>s(87650),inner_border_update(){this.$(".inner-border")[this.controls.InnerBorders.isChecked()?"show":"hide"](),this.controls.border_th.update(),this.controls.border_td.update()}})},42488:(e,t,s)=>{!function(t){const i=s(59577);function a(e,s){return void 0!==s?(e.each((e,i)=>t(i).data("item").set("level",s,{silent:!0})),e.removeClass("level-0 level-1").addClass("level-"+s).attr("data-level",s)):parseInt(e.attr("data-level"))}function l(e){const t=a(e),s='[data-level="'+(t+1)+'"], [data-level="'+(t+2)+'"], [data-level="'+(t+3)+'"]';return e.nextUntil('[data-level="'+t+'"]',s)}e.exports=i.extend({attach_collection(){return i.prototype.attach_collection.apply(this,arguments),this.collection.on("change",()=>{this.updateTree()}),this.collection},update(){void 0===this.collection&&this.attach_collection(new Backbone.Collection),this.collection.DURING_UPDATE=!0,this.collection.reset(this.getFlat()),this.updateTree(),delete this.collection.DURING_UPDATE},getFlat(){const e=[];function t(s,i){s.level=i,e.push(s),s.children&&s.children.forEach(e=>{e.parent=s.id,t(e,i+1)})}return this.tree=this.get_items(this.readFrom()),this.tree.forEach(e=>t(e,0)),e},updateTree(){var e,t;let s,i=0;const a=e=>{const t=[],i=e.get("level")+1;let l;for(;(l=this.collection.at(s+1))&&l.get("level")===i;)s++,l.attributes.children=a(l),t.push(l.attributes);return t};this.collection.each((e,t)=>{0===e.get("level")&&(s=t,this.tree[i]=e.attributes,this.tree[i].children=a(e),i++)}),this.tree.splice(i,this.tree.length),null!==(e=this.component)&&void 0!==e&&null!==(t=e.menuView)&&void 0!==t&&t.model&&this.component.menuView.model.set("tree",this.tree)},render(){const e=this._sortable;this._sortable=!1,i.prototype.render.call(this),this._sortable=e,this._sortable&&this.$el.data("ui-sortable")&&this.$el.sortable("destroy"),this.$(".preview-list-item").length&&this._sortable&&this.$el.sortable({handle:".preview-list-sort-handle",forcePlaceholderSize:!0,stop:_.bind(this.order_changed,this),helper:(e,s)=>{const i=a(s),o=l(s);let c=s.outerHeight();return this.dragged={$children:o,item:s.data("item"),level:i,deepestLevel:0,childItems:o.map((e,s)=>t(s).data("item"))},o.length&&(this.dragged.deepestLevel=_.max(o.map((e,s)=>(c+=t(s).outerHeight(!0),parseInt(s.dataset.level))))-i),t("<div></div>").append(s.clone(!0).removeAttr("data-level")).append(o).css("height",c).css("width",s.outerWidth(!0)+"px")},start:(e,t)=>{this.$el.sortable("refreshPositions"),t.placeholder.removeClass("preview-list-item").css({marginTop:t.item.css("marginTop"),visibility:"visible",height:t.helper.outerHeight()})},sort:(e,t)=>{const s=t.position.left+25*this.dragged.level,i=t.placeholder.prevAll().not(t.item).first(),l=t.placeholder.nextAll().not(t.item).first();let o=Math.floor(s/25);o+this.dragged.deepestLevel>this.model.config.max_levels&&(o=this.model.config.max_levels-this.dragged.deepestLevel),i.length?(o>a(i)+1&&(o=a(i)+1),l.length&&o<a(l)&&(o=a(l))):o=0,o<0&&(o=0),t.placeholder.css("margin-left",25*o).attr("data-level",o)}}),this.$el.find(".preview-list-sort-handle").toggleClass("tcb-hidden",1===this.collection.length)},order_changed(e,s){const i=a(s.placeholder),l=i-this.dragged.level;t(s.item).data("item")?(a(s.item,i),this.dragged.$children.each((e,s)=>{const i=this.dragged.childItems[e].get("level")+l;a(t(s).data("item",this.dragged.childItems[e]),i<=this.model.config.max_levels?i:this.model.config.max_levels)}),s.item.after(this.dragged.$children),this.$(".preview-list-item").each((e,s)=>{const i=t(s).data("item");this.collection.remove(i,{silent:!0}),this.collection.push(i,{silent:!0}),delete i.attributes.children}),this.collection.trigger("change",{op:"sort"})):this.render()},item_remove(e,s){const i=t(s).closest(".preview-list-item"),a=_.map(i.add(l(i)),e=>t(e).data("item"));this.collection.remove(a,{silent:!0}),this.collection.trigger("change",{op:"remove",item:a[0].attributes})},tab_click(e,t){return this.getEditPanel(this.collection.at(parseInt(t.getAttribute("data-index")))).open(null,t),!1},getEditPanel:()=>null})}(jQuery)},42782:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({template:TVE.tpl("controls/responsive"),updateOnMouseLeave:!1,events:()=>_.extend(i.component.prototype.events,{"keyup .tve-input-control":"setTwitterCount","keyup .tve-tweet-via-control input":"setTwitterCount"}),controls_init(){const e=this;this.controls.LabelText.update=function(){const t=this.applyTo().find(".thrv_tw_qs_button_text").html();this.setValue(e.stripHtml(t))},this.controls.LabelText.change=function(){const t=this.applyTo(),s=t.find(".thrv_tw_qs_button_text"),i=TVE.renderers.base.read_element_props(t);s.html(e.stripHtml(this.$("input").val()));const a=TVE.renderers.base.read_element_props(t);e.addUndoManagerAction(t,i,a)},this.controls.TweetText.update=function(t){const s=t.find(".thrv_tw_quote").html(),i=e.stripHtml(s).replace(/^\s+|\s+$/g,"");this.setValue(i),e.setTwitterCount()},this.controls.TweetText.input=function(){const t=e.stripHtml(this.$("textarea").val()),s=this.applyTo(),i=TVE.renderers.base.read_element_props(s);e.setTwitterCount(),s.find(".thrv_tw_quote p").hasClass("tve-froala")?s.find(".thrv_tw_quote p").froalaEditor("html.set",t):s.find(".thrv_tw_quote p").html(t);const a=TVE.renderers.base.read_element_props(s);e.addUndoManagerAction(s,i,a)},this.controls.ShareUrlCheckbox.update=function(t){const s=!!t.attr("data-use_custom_url");e.controls.ShareUrlInput.$el.hide(),s&&e.controls.ShareUrlInput.$el.show(),this.isChecked()!==s&&this.setChecked(s)},this.controls.ShareUrlCheckbox.change=function(t,s){const i=TVE.renderers.base.read_element_props(t);s.checked?(t.attr("data-use_custom_url",!0),e.controls.ShareUrlInput.$el.show()):(t.attr("data-use_custom_url",""),e.controls.ShareUrlInput.$el.hide());const a=TVE.renderers.base.read_element_props(t);e.addUndoManagerAction(t,i,a)},this.controls.ShareUrlInput.update=function(e){const t=e.attr("data-custom_url");this.setValue(t)},this.controls.ShareUrlInput.change=function(t,s){const i=TVE.renderers.base.read_element_props(t),a=TVE.addHttp(s.value);this.setValue(a),TVE.isValidUrl(a)?t.attr("data-custom_url",a):TVE.page_message(TVE.t.UrlInvalid,!0,5e3);const l=TVE.renderers.base.read_element_props(t);e.addUndoManagerAction(t,i,l)},this.controls.ViaUsername.update=function(e){const t=e.attr("data-via");this.setValue(t)},this.controls.ViaUsername.change=function(t,s){const i=TVE.renderers.base.read_element_props(t),a=s.value;e.setTwitterCount(),t.attr("data-via",a);const l=TVE.renderers.base.read_element_props(t);e.addUndoManagerAction(t,i,l)},TVE.add_action("tcb.element.selected.tweet",e=>{e.hasClass("tve-twitter-x")||e.attr("data-element-name","Click to Tweet")})},setTwitterCount(){const e=this.controls.TweetText.getValue(),t=this.controls.ViaUsername.getValue();let s=256-e.length;t.length&&(s-=6+t.length),this.$(".tve-twitter-count").html(s),this.$(".tve-twitter-count").toggleClass("red",s<0)},stripHtml(e){const t=document.createElement("DIV");return t.innerHTML=e,t.textContent||t.innerText||""},preview(){window.open(this.getUrl(),"_blank")},addUndoManagerAction(e,t,s){const i=this;TVE.UndoManager.add({undo(){i.undo_sequence(e,t)},redo(){i.undo_sequence(e,s)}})},undo_sequence(e,t){e.html(t.html);for(const s in t.data)e.attr(s,t.data[s])},getUrl(){const e=TVE.ActiveElement,t=e.attr("data-use_custom_url")&&e.attr("data-custom_url")?e.attr("data-custom_url"):window.location.href;let s=e.attr("data-url")+"?text="+encodeURIComponent(e.find("p").text())+"&url="+encodeURIComponent(t);return e.attr("data-via").length>0&&(s+="&via="+e.attr("data-via")),s}})},42786:(e,t,s)=>{const i=s(62204);e.exports=Backbone.Model.extend({idAttribute:"ID",urlRoot:TVE.CONST.routes.base+"/conditional-display/global-set",constructor:function(e){e.rules=new Backbone.Collection(e.rules),Backbone.Model.apply(this,arguments)},sync(e,t,s){(s=s||{}).cache=!1;const i=s.beforeSend;return s.beforeSend=function(e){if(e.setRequestHeader("X-WP-Nonce",TVE.CONST.rest_nonce),"function"==typeof i)return i.apply(this,arguments)},Backbone.sync(e,t,s)},toJSON(){const e=_.clone(this.attributes);return this.get("ID")&&!this.get("is_global_save")&&(delete e.rules,delete e.label),e.rules&&e.rules.forEach(e=>{e.unset("is_first",{silent:!0}),e.unset("is_valid",{silent:!0}),e.unset("is_condition_loading",{silent:!0})}),e},customValidate(){let e=!0;return this.get("rules").forEach(t=>{const s=this.isRuleComplete(t);t.set("is_valid",s?1:0),e=e&&s}),e},isRuleComplete(e){return!!e.get("ID")||!!e.get("entity")&&!!e.get("field")&&this.isConditionValid(e)},isConditionValid(e){let t=i.getFieldData(e.get("field")).is_boolean;if(!t){const s=e.get("condition");if(t=s&&s.value,t||0===t){const e=s.value;t=Array.isArray(e)||"string"==typeof e?e.length>0:e instanceof Date||("object"==typeof e?Object.keys(e).length:Number.isInteger(e))}t=TVE.apply_filters("tcb.conditional_display.is_condition_valid",t,s)}return!!t}})},42899:(e,t,s)=>{const i=s(20583),a=s(16171);let l=null;e.exports=i.base.extend({editor:null,hasCodeMirror:!1,no_preview_html:'<div class="tve_shortcode_overlay"><span>No preview available.</span></div>',iframe_cover:'<div class="tve_iframe_cover"></div>',after_initialize(){const e=TVE.codemirror_editor_settings("#tcb-custom-html-code","htmlmixed");e?(this.hasCodeMirror=!0,this.editor=e):this.editor=this.$("#tcb-custom-html-code")},save(){const e=TVE.ActiveElement,t=this.hasCodeMirror?this.editor.getValue():this.editor.val(),s=e.html();let i=t.trim();e.removeClass("tcb-elem-placeholder"),i.length>0&&(i=a.convert_script_tags(i)),i=this.prepare_content_for_save(i),e.html(i);const l=e.find("img");e.height()<=10&&(0===l.length||l.closest("code.tve_noscript").length>0)?(e.append(this.no_preview_html),i+=this.no_preview_html):e.find("iframe").length&&0===e.find("."+jQuery(this.iframe_cover).attr("class")).length&&(e.append(jQuery(this.iframe_cover)),i+=this.iframe_cover),e.trigger("click"),TVE.UndoManager.add({undo(){e.html(s)},redo(){e.html(i)}}),this.close()},after_open(){this.hasCodeMirror&&(this.editor.refresh(),this.editor.setCursor(this.editor.lineCount(),0)),this.editor.focus()},before_open(){const e=a.revert_script_tags(this.prepare_content_for_load());this.hasCodeMirror?TVE.ActiveElement.hasClass("tcb-elem-placeholder")?this.editor.setValue(""):this.editor.setValue(e):TVE.ActiveElement.hasClass("tcb-elem-placeholder")?this.editor.val(""):this.editor.val(e)},prepare_content_for_save:e=>e,prepare_content_for_load:()=>TVE.ActiveElement.html()},{get_instance:e=>(l||(l=new TVE.CustomHTML({el:e})),l)})},43397:(e,t,s)=>{const i=s(37261),a=s(52306),l=s(54239);e.exports=i.extend({extra_states:!0,controls_init(e){const t=this;i.prototype.controls_init.call(this,e),this.controls.ColorPicker.change=function(){a.prototype.change.apply(this,arguments),t.updateCarouselSettings(TVE.ActiveElement.filter(".edit_mode"),!1)},this.controls.Slider.change=function(e,s){const i=e.parents(TVE.Models.CarouselManager.carouselSelector);l.prototype.change.apply(this,arguments),this.applyElementCss({"--tve-arrow-size":s.value+"px"},i,"",""),t.updateCarouselSettings(TVE.ActiveElement.filter(".edit_mode"))},this.controls.IconPicker.updatePreview=function(e,t){const s=TVE.ActiveElement.filter(".edit_mode"),i=s.length?s.children().first()[0].outerHTML:"";this.$(".preview-item").html(TVE.tpl("controls/icon/style-picker")({key:t||this.previewValue,icon:i})),this.setStyle(t?t.split("_")[1]:""),this.component.controls.StylePicker.setIcon(i)},TVE.add_action("icon_element_changed",e=>{e.hasClass("tcb-carousel-arrow")&&this.updateCarouselSettings(e)}),TVE.add_filter("allow_dragenter",(e,t)=>(t.is(TVE.identifier("carousel_arrows"))&&(e=!1),e))},after_update(){const e=TVE.ActiveElement.hasClass("tcb-carousel-arrows-styled");this.updateControls(e)},update(){i.prototype.update.apply(this,arguments),this.after_update()},updateControls(e){const t=e?TVE.t.resetCarousel:TVE.t.customizeCarouselArrows;TVE.ActiveElement.toggleClass("tcb-carousel-arrows-styled",e),this.$(".tve-choose-icon").toggle(e),this.$(".hide-states").toggle(e),this.controls.ColorPicker.$el.toggle(e),this.$(".tve-ghost-green-button").text(t)},customizeArrows(){const e=TVE.ActiveElement.hasClass("tcb-carousel-arrows-styled");this.updateControls(!e),e&&this.resetArrows()},resetArrows(){const e=TVE.ActiveElement.parents(TVE.Models.CarouselManager.carouselContainerSelector),t=e.tcbJsonData("carousel-settings"),s=TVE.ActiveElement.first(),i=TVE.ActiveElement.last();TVE.ActiveElement.attr("data-css",""),s.html(TVE.inner.window.TCB_Front.icons.get("chevron-left-solid")).find("svg").addClass("tcb-icon").removeClass("edit_mode"),i.html(TVE.inner.window.TCB_Front.icons.get("chevron-right-solid")).find("svg").addClass("tcb-icon").removeClass("edit_mode"),s[0]&&(t.prevArrow=s[0].outerHTML.replace(/"/g,"'")),i[0]&&(t.nextArrow=i[0].outerHTML.replace(/"/g,"'")),e.tcbJsonData("carousel-settings",t),this.controls.Slider.applyElementCss({"--tve-arrow-size":""},TVE.ActiveElement.parents(TVE.Models.CarouselManager.carouselSelector),"",""),TVE.Components.carousel_arrows.update()},updateCarouselSettings(e,t=!0){const s=JSON.parse(e.parents(TVE.Models.CarouselManager.carouselContainerSelector).attr("data-carousel-settings")),i=e.siblings(".tcb-group-editing-item"),a=e.parents(TVE.Models.CarouselManager.carouselSelector);let l;const o=e.clone(),c=i.clone();o.removeClass("edit_mode tve-state-hover").find(".resize-sensor").remove(),c.removeClass("edit_mode tve-state-hover").find(".resize-sensor").remove(),e.hasClass("slick-prev")&&(s.prevArrow=o[0].outerHTML.replace(/"/g,"'"),i.length&&(s.nextArrow=c[0].outerHTML.replace(/"/g,"'")),l=".slick-prev"),e.hasClass("slick-next")&&(s.nextArrow=o[0].outerHTML.replace(/"/g,"'"),i.length&&(s.prevArrow=c[0].outerHTML.replace(/"/g,"'")),l=".slick-next"),a.find(TVE.Models.CarouselManager.carouselContainerSelector).tcbJsonData("carousel-settings",s),TVE.Components.carousel.carouselManager.updateCarouselSettings(a),t&&TVE.Components.carousel.carouselManager.applyCarousel(TVE.Components.carousel.carouselManager.carouselSettings,e.parents(TVE.Models.CarouselManager.carouselSelector));const n=a.find(".tcb-carousel-arrow");n.length&&(n.filter(l).addClass("edit_mode"),TVE.ActiveElement=n)}})},43445:(e,t,s)=>{const i=s(16668),a=s(31321),l=s(48828),o="data-tve-custom-colour";e.exports=i.component.extend({updateOnMouseLeave:!1,before_update(){this.auto_update_overlay(),(TVE.ActiveElement.attr("style")||TVE.ActiveElement.attr(o))&&(this.auto_update(TVE.ActiveElement).auto_update(TVE.ActiveElement.children(".tve_p_lb_close")),TVE.ActiveElement.children(".tve_p_lb_close").head_css({"border-style":"inherit !important","border-width":"inherit !important"}),this.update_globals(TVE.ActiveElement))},auto_update(e){const t={};return e[0].style.borderWidth&&(t["border-width"]=e[0].style.borderWidth+" !important"),e[0].style.maxWidth&&(t["max-width"]=e[0].style.maxWidth+" !important"),e[0].style.backgroundImage&&(t["background-image"]=e[0].style.backgroundImage+" !important"),t["border-style"]=e.css("border-style")+" !important",t["background-color"]=e.css("background-color")+" !important",t["border-color"]=e.css("border-color")+" !important",e.hasClass("tve_p_lb_close")&&(t.color=e.css("color")+" !important",t["border-width"]=t["border-style"]="inherit !important"),a(e),e.removeAttr(o).removeAttr("style").head_css(t),this},auto_update_overlay(){const e=TVE.inner_$(".tve_p_lb_overlay");if(e[0].style.opacity||e.attr(o)){const t=l(e.css("background-color")),s=parseFloat(e.css("opacity")||1);t.setAlpha(s),e.head_css({"background-color":t.toString()+" !important"}),e.removeAttr("style").removeAttr(o)}},update_globals(e){if(!e.length)return;const t=TVE.CONST.tve_globals;let s=e.attr("data-css");s&&(t.content_css=s,delete t.l_cb,delete t.l_cbs,delete t.l_cmw,delete t.l_ccls,delete t.l_cimg,delete t.l_cbw),s=e.children(".tve_p_lb_close").attr("data-css"),s&&(t.close_css=s,delete t.l_ccc),s=TVE.inner_$(".tve_p_lb_overlay").attr("data-css"),s&&(t.overlay_css=s,delete t.l_ob,delete t.l_oo)},controls_init(e){const t=this;function s(e){t.$(".close-controls")[e?"show":"hide"]()}TVE.add_filter("tcb_save_post_data_before",function(e){return t.update_globals(TVE.inner_$(".tve_p_lb_content")),e}),e.Switch.update=function(e){const t=e.is(":visible");this.setChecked(t),s(t)},e.Switch.change=function(e){e.head_css({display:(this.isChecked()?"block":"none")+" !important"}),s(this.isChecked())},e.CloseColor.update=function(e){this.setValue(e.css("color"))},e.CloseColor.input=function(e){this.applyTo().head_css({color:e+" !important"})},e.BorderColor.update=function(e){this.setValue(e.css("border-color"))},e.BorderColor.input=function(e){this.applyTo().head_css({"border-color":e+" !important"})},e.IconBg.update=function(e){this.setValue(e.css("background-color"))},e.IconBg.input=function(e){this.applyTo().head_css({"background-color":e+" !important"})},e.OverlayColor.update=function(e){this.setValue(e.css("background-color"))},e.OverlayColor.input=function(e){this.applyTo().head_css({"background-color":e+" !important"})}}})},43456:(e,t,s)=>{e.exports=s(16668).control.extend({template:TVE.tpl("controls/button-group"),toggle:!1,initialize(e){this.model&&this.render(e),e.toggle&&(this.toggle=e.toggle)},triggerChange(e,t){const s="function"==typeof this.applyStyles,i=s=>{this.currentEventType="change",this[s](e,t),this.trigger("change"),delete this.currentEventType};s?(this.currentEventType="input",this.applyStyles(e,t),delete this.currentEventType,setTimeout(()=>TVE.Editor_Page.reposition_icons()),setTimeout(()=>i("applyStyles"),100)):i("change")},_click(e,t){if(TVE.apply_filters("tcb.button-group.click",!0,e,this)){if(this.toggle&&t.className.includes("active"))return t.classList.remove("active"),this.triggerChange(e,t),!1;if(this.model.config.checkbox){if(t.classList.toggle("active"),this.model.config.required&&!this.getValue())return void t.classList.add("active")}else this.clearActive(),t.classList.add("active")}this.triggerChange(e,t)},setActive(e,t=!1){if(this.model.config.checkbox||this.clearActive(),Array.isArray(e))this.$(".tve-btn").each(function(){this.classList[e.includes(this.dataset.value)?"add":"remove"]("active")});else{const s=this.$('.tve-btn[data-value="'+e+'"]');s.length?s.addClass("active"):this.$(".default").addClass("active"),t&&this.$(".active").trigger("click")}},toggleChanged(e,t){this.$(`[data-value="${e}"]`).toggleClass("changed",t)},toggleActive(e,t){void 0===t&&(t=!this.isActive(e)),this.$(`.tve-btn[data-value="${e}"]`).toggleClass("active",t)},setValue(e,t=!1){this.setActive(e,t)},removeActive(e){this.$(`.tve-btn[data-value="${e}"]`).removeClass("active")},getValue(){return this.$(".tve-btn.active").attr("data-value")||null},isActive(e){return this.$(`.tve-btn.active[data-value="${e}"]`).length>0},clearActive(){this.$(".tve-btn").removeClass("active")},toggleDisabled(e,t){return this.$(`[data-value="${e}"]`).toggleClass("tcb-disabled",t),this},toggleInfoText(e){return this.$(".info-text").css("display",e?"":"none"),this},summary(e,t){return(t=t||!0)?(this.$(".control-summary").text(this.get_summary(e)).show(),this):(this.$(".control-summary").hide(),this)},hasSelectedValue(e){return this.$(`[data-value="${e}"]`).hasClass("active")},get_css_class(){let e="";return this.model.config.name&&!this.model.config["full-width"]||(e+="full-width"),this.model.config.no_border&&(e+=" hide-borders"),this.model.config.large_buttons&&(e+=" tcb-large-buttons"),this.model.config.small_buttons&&(e+=" tcb-small-buttons"),this.model.config.large_buttons_text&&(e+=" tcb-large-buttons tcb-large-buttons-text"),e?e+" ":""},get_buttons(){return this.model.config.buttons},get_summary(e={}){const t=[];if(this.$(".tve-btn.active").each(function(){t.push(this.dataset.name||this.textContent)}),t.length===this.model.config.buttons.length)return e.all||"All";if(!t.length)return e.none||"None";let s=t.pop();return t.length&&(s=t.join(", ")+" & "+s),s+(e.suffix||"")},openInstructionsLightbox(e,t){TVE.modal_open("instructions",{element:TVE.ActiveElement,target:t})},redirectToInstructionsUrl(e,t){const s=t.getAttribute("data-link");s?window.open(s,"_blank"):console.error("No URL found in data-link attribute.")},updateButtonContent(e,t){this.$(`[data-value="${t}"]`).html(e)}})},43692:(e,t,s)=>{const i=s(42146),a=s(55007);e.exports=Backbone.Collection.extend({model:i,labels:{url:TVE.t.image,solid:TVE.t.solid_color,pattern:TVE.t.pattern,"linear-gradient":TVE.t.lin_grad,"repeating-linear-gradient":TVE.t.rep_lin_grad,"radial-gradient":TVE.t.rad_grad,"repeating-radial-gradient":TVE.t.rep_rad_grad},prepareItem(e){if("repeating-linear-gradient"!==e.type&&"repeating-radial-gradient"!==e.type||(e.real_type=e.type,e.type="pattern"),e.label=this.labels[e.type],"url"===e.type)e=this.prepareUrlItem(e);else{let t="";(e.colorStops[0].css_variable&&TVE.isGlobalColorActive(e.colorStops[0].css_variable)||e.gradient_css_variable&&TVE.isGlobalGradientActive(e.gradient_css_variable))&&(t=" tcb-css-variable-identifier tcb-relative-icon-inline",TVE.isGlobalVariablePromoted(e.colorStops[0].css_variable||e.gradient_css_variable)&&(t+=" tcb-tpl-var")),e.gradient_css_variable&&!TVE.isGlobalGradientActive(e.gradient_css_variable)&&(e.gradient_css_variable=null),e.colorStops[0].css_variable&&!TVE.isGlobalColorActive(e.colorStops[0].css_variable)&&(e.colorStops[0].css_variable=null);let s=a(e);if(s.includes(TVE.CONST.colors.dynamic_prefix)){let t=e.colorStops[0].value;const i=TVE.getCssVariableValue(e.colorStops[0].css_variable);t=TVE.isCssVariable(t)?TVE.getCssVariableValue(t):t.toRgbString(),t&&i&&(s=`linear-gradient(${t},${t})`)}if(e.colorStops[0].css_variable&&e.colorStops[0].css_variable.includes(TVE.CONST.colors.dynamic_prefix)){const t=TVE.getDynamicColors(),i=e.colorStops[0].css_variable,a=i?TVE.getRawCssVariableName(i).replace(TVE.CONST.colors.dynamic_prefix,""):"",l=t?t.filter(e=>e.id.includes(a)):[],o=l.length?l[0].label:"",c=`${TVE.getRawCssVariableName(i)}-default`;let n=TVE.ActiveElement.length?TVE.ActiveElement.head_css(c,!1,"",!0,""):"";const r=TVE.ActiveElement.length?TVE.ActiveElement.head_css(c,!1,"",!0,"")||TVE.getCssVariableValue(c)||n:"";n||(n=TVE.getCssVariableValue(c)||(TVE.getMainAccentColor()?TVE.getCssVariableValue(TVE.getMainAccentColor().variable):"")||"#0a0a0a"),TVE.PostList.utils.isInPostListEditMode()&&TVE.main.EditMode.element().find("article").each((e,t)=>{const s=TVE.PostList.utils.getArticleID(TVE.inner_$(t));n&&TVE.write_css(`article#post-${s}`,{[c]:n},TVE.main.responsive.desktop.media),r&&TVE.write_css(`article#post-${s}`,{[TVE.getRawCssVariableName(i)]:r},TVE.main.responsive.desktop.media)}),o?e.label=o:(e.label=TVE.t.notAvailable,s=""),e.dynamic_icon=!0,e.dynamic_ui=TVE.tpl("controls/dynamic-color-picker-preview-item")({dynamicVar:c,color:n})}e.icon='<span class="sp-transparent" style="background-size:4px"><span class="tcb-icon-inline'+t+'" style="background-size:'+e.size+";background-image:"+s+'"></span></span>'}return e},prepareUrlItem:e=>{if(e.icon=`<span class="sp-transparent"><span class="tcb-icon-14w">${TVE.icon("bk-img")}</span></span>`,e.value){let t=e.value;t.includes(TVE.CONST.dynamic_prefix)&&(t=TVE.getCssVariableValue(t).replace('url("',"").replace('")',"")),e.label=t.substring(t.lastIndexOf("/")+1)}else e.label="";return e},add(e,t){return t=t||{at:0},Backbone.Collection.prototype.add.call(this,e,t)},reset(e){return e=_.map(e,this.prepareItem,this),Backbone.Collection.prototype.reset.call(this,e)}})},43700:e=>{e.exports={WRITE_MULTI_CSS:!0,shouldWriteMultipleCSS(){return this.WRITE_MULTI_CSS&&TVE.editingTypogrpahy},getSelectors:function(e,t=TVE.typographySelectorScope){switch(e){case"all":return Object.values(TVE.CONST.default_styles).map(e=>e[t]);case"headings":return Object.keys(TVE.CONST.default_styles).filter(e=>e.startsWith("h")).map(e=>TVE.CONST.default_styles[e][t]);case"texts":return Object.keys(TVE.CONST.default_styles).filter(e=>!e.startsWith("h")&&"pre"!==e).map(e=>TVE.CONST.default_styles[e][t]);default:return[TVE.CONST.default_styles[e][t]]}},except:(...e)=>TVE.Components.default_typography.$el.find(".dropdown-content > *").not(e.map(e=>`[data-view="${e}"],.${e}`).join(",")),controls:(...e)=>TVE.Components.default_typography.$el.find(".dropdown-content > *").filter(e.map(e=>`[data-view="${e}"],.${e}`).join(",")),hoverSelector:e=>(e.selector=e.current_element.dataset.selector.split(",").map(e=>e+":hover").join(","),e.state_preview_selector=e.current_element.dataset.selector.split(",").map(e=>e+".tve-state-hover").join(","),e),init(e="lp_selector"){TVE.typographySelectorScope=e,TVE.editingTypogrpahy=!0,TVE.inner.$body.addClass("editing-typography"),TVE.Editor_Page.editor.find("#tcb-typography [data-selector-key]").each((e,t)=>t.dataset.selector=this.getSelectors(t.dataset.selectorKey).join(",")),TVE.Editor_Page.focus_element(TVE.inner_$(".thrv-typography").first()),TVE.main.set_navigation_root(TVE.ActiveElement),TVE.main.active_element_navigation(),TVE.add_filter("hover_head_css_selector",this.hoverSelector,100)},done(){delete TVE.typographySelectorScope,delete TVE.editingTypogrpahy,TVE.inner.$body.removeClass("editing-typography"),TVE.remove_filter("hover_head_css_selector",this.hoverSelector,100)}}},43821:(e,t,s)=>{const i=s(16668),a="h1,h2,h3,h4,h5,h6",l=()=>{TVE.ActiveElement.is(".thrv_text_element, .thrv-plain-text")&&TVE.Components.text.control_enter_handle()},o=s(58540);e.exports=i.component.extend({extra_states:!0,controls_init(e){const t=this;TVE.main.off("ctrl-enter-pressed",l).on("ctrl-enter-pressed",l),TVE.add_filter("tve.change.icon.custom_left_action.text",e=>(e.empty().html(TVE.tpl("util/element-icon")({icon:"sync-regular",text:"Refresh"})),e)),TVE.add_action("tcb.element.duplicate",function(e,t){e.is(TVE.TEXT_HEADINGS+","+TVE.TEXT_BLOCK)&&(TVE.froala.force_focus(e,!1),TVE.froala.has_selection()&&(TVE.froala.editor.selection.setAtEnd(TVE.froala.editor.$el.get(0)),TVE.froala.editor.selection.restore())),t.find(a).removeAttr("id")}),o.init(this),this.highlights=o,e.ToggleControls.update=function(){const e="tcb-text-font-size";this.clearActive(),this.setActive(e),t.$(".tcb-text-toggle-element").hide(),t.$("."+e).show()},e.ToggleControls.input=_.bind(function(t,s){const i=s.getAttribute("data-value");this.$(".tcb-text-toggle-element").hide(),this.$("."+i).show(),"tcb-text-line-height"===i&&e.LineHeight.before_update(t)},this),e.ToggleColorControls&&(e.ToggleColorControls.update=function(){const e=TVE.froala.hasGradient(),s=e?"tcb-text-gradient-color":"tcb-text-solid-color";this.clearActive(),this.setActive(s),t.$(".tcb-color-toggle-element").hide(),t.$("."+s).show(),t.toggleGradientControls(e)},e.ToggleColorControls.input=(e,s)=>{const i=s.getAttribute("data-value"),a=i.includes("gradient"),l=TVE.froala.get_selection_element(),c=TVE.froala.editor.selection.text();o.removeHighlights(e),this.$(".tcb-color-toggle-element").hide(),this.$("."+i).show(),c&&(l.text()===c?l.is("span")||TVE.froala.exec("format.apply","span"):(TVE.froala.exec("format.remove","span",{class:"tcb-text-gradient"}),TVE.froala.exec("format.apply","span"))),TVE.froala.toggleGradient(a),t.controls.FontGradient.update(),t.toggleGradientControls(a)}),e.FontColor.update=function(){TVE.froala.editor&&this.setValue(t.read_text_css("color"))},e.FontColor.input=function(e){TVE.BROWSER.mozilla&&TVE.froala.has_selection()&&!TVE.froala.editor.selection.isFull()&&!TVE.froala.selectionIsFullBlock()||(e=e?e.toString():"",t.doAction("format.applyStyle","color",e||"inherit",!0,!1,this),e||this.setValue(TVE.froala.get_css("color",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ")))},e.FontColor.change=function(e){e=e?e.toString():"",t.doAction("format.applyStyle","color",e||"inherit",!0,!1,this),t.apply_head_css()},e.FontGradient&&(e.FontGradient.update=function(){const e=t.read_text_css("--tcb-gradient-text-value")||TVE.froala.get_selection_element().tcbCss("--tcb-gradient-text-value")||"";this.updateGradientPreview(e),this.setValue(e)},e.FontGradient.input=function(e){t.doAction("format.applyStyle","--tcb-gradient-text-value",e,!1,!1,t.controls.FontGradient),this.updateGradientPreview(e)},e.FontGradient.change=function(e){TVE.froala.toggleGradient(!0),this.input(e),t.apply_head_css()}),e.FontBaseColor&&(e.FontBaseColor.update=function(){this.$el.find(".tve-color-info").attr({"data-side":"bottom","data-tooltip":"The color will be used for underlines and strikethroughs"}),this.setValue(TVE.froala.get_css("--tcb-text-decoration-color",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "))},e.FontBaseColor.input=function(e){e=e?e.toString():"",t.doAction("format.applyStyle","--tcb-text-decoration-color",e,!0,!1,this)},e.FontBaseColor.change=function(e){this.input(e),t.apply_head_css()}),e.FontSize.update=function(){this.setValue(TVE.froala.get_css("font-size",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "))},e.FontSize.input=function(e,s){TVE.BROWSER.mozilla&&TVE.froala.has_selection()&&!TVE.froala.editor.selection.isFull()&&!TVE.froala.selectionIsFullBlock()||t.doAction("format.applyStyle","font-size",s.value+this.getUM(),!0,!1,this)},e.FontSize.change=function(e,s){t.doAction("format.applyStyle","font-size",s.value+this.getUM(),!0,!1,this),t.apply_head_css()},e.FontSize.convertUM=function(e){return this.pixel_em_conversion(e,TVE.froala.get_selection_element().closest("div"))},e.LineHeight.update=function(){const e=TVE.froala.get_block_element();let t=e.head_css("line-height",!1,this.config.css_suffix,!1,this.config.css_prefix);t||(t=e.css("line-height"),"normal"===t&&(t="1.12em"),t&&-1!==t.indexOf("px")&&(t=parseFloat(t)/parseFloat(e.css("font-size"))+"em")),this.setValue(t)},e.LineHeight.input=function(e,t){const s=TVE.apply_filters("tve.text_element.css.suffix",!1);this.applyElementCss({"line-height":t.value+this.getUM()+" !important"},TVE.froala.get_block_element(),s,this.config.css_prefix,!0)},e.LineHeight.convertUM=function(e){this.pixel_em_conversion(e,TVE.froala.get_block_element())},e.LetterSpacing.update=function(){let e=TVE.froala.get_css("letter-spacing",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ");e&&"normal"!==e||(e=0),this.setValue(e)},e.LetterSpacing.input=function(e,s){TVE.BROWSER.mozilla&&TVE.froala.has_selection()&&!TVE.froala.editor.selection.isFull()&&!TVE.froala.selectionIsFullBlock()||t.doAction("format.applyStyle","letter-spacing",s.value+this.getUM(),!1,!1,this)},e.LetterSpacing.change=function(e,s){t.doAction("format.applyStyle","letter-spacing",s.value+this.getUM(),!1,!1,this),t.apply_head_css()},e.LetterSpacing.convertUM=function(e){this.pixel_em_conversion(e,TVE.froala.get_block_element())},e.LetterSpacing.prepareValue=e=>(TVE.SKIP_CSS_STATE||(e=parseFloat(e).toFixed(2),isNaN(e)&&(e=0)),e),e.FontFace.update=function(e){if(!TVE.froala.editor)return;const t=TVE.froala.get_selection_element();if(this.seems_custom=-1!==String(t.attr("class")).indexOf("ttfm")||-1!==String(t.closest(TVE.froala.get_block_element()).attr("class")).indexOf("ttfm"),this.seems_custom||!t.attr("data-selector")&&!(e=>{if(!e.attr("data-css"))return!1;const t=e.clone();e.after(t.hide());const s=t.css("font-family");t.attr("data-css","");const i=t.css("font-family");return t.remove(),s!==i})(t)?this.initial_font=TVE.froala.get_css("font-family",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "):(this.initial_font=TVE.froala.get_css("font-family",!1,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "),this.initial_font=TVE.apply_filters("tcb.text.read_font",this.initial_font,t,"font-family")),this.inherited=!this.initial_font||"inherit"===this.initial_font,this.inherited)this.initial_font=t.css("font-family");else{const e=t.clone().children().remove().end().text(),s=t.children()[0];0===e.length&&s&&(this.initial_font=TVE.getComputedStyle(s,"font-family",!0))}this.initial_weight=TVE.froala.get_css("font-weight");const s=TVE.froala.get_selection_element();"bold"===this.initial_weight&&(this.initial_weight=s.closest("p").css("font-weight"));const i=jQuery(TVE.froala.editor.selection.element()).find("strong");i.length?this.initial_bold=i.css("font-weight"):this.initial_bold=TVE.froala.editor.tcb.getBlockElement().head_css("font-weight",null," strong",!0,this.config.css_prefix)||TVE.froala.editor.tcb.getBlockElement().head_css("font-weight",null," strong"),this.readFont(e),this.setInputValue(this.initial_font)},e.FontFace.setInputValue=_.debounce(function(e){if(this.seems_custom&&"google"===this.section){const e=TVE.froala.has_selection()?TVE.froala.get_selection_element():TVE.froala.get_block_element();this.remove_custom_font(e)}void 0===e&&(e=TVE.getComputedStyle(TVE.froala.has_selection(),"fontFamily",!0)),e=e.length&&"inherit"===this.__original_section?"Inherit: ["+e+"]":e,this.parent_control.set_value(e)},50),e.TextStyle.getElement=function(){return TVE.froala.get_block_element().closest(":not(a)")},e.TextTransform.change=function(e,s){t.doAction("format.applyStyle","text-transform",s.getAttribute("data-value"),!0,!1,this),t.apply_head_css()},e.TextTransform.update=function(){this.setActive(TVE.froala.get_css("text-transform",!0,!1,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ")||"none")},e.HeadingToggle&&(e.HeadingToggle.update=function(){const e=TVE.froala.get_block_element();this.$el.toggleClass("tcb-hidden",!e.is(a)),this.setChecked(!e.attr("data-hide"))},e.HeadingToggle.change=(t,s)=>{const i=TVE.froala.get_block_element();i.is(a)&&(s.checked?i.removeAttr("data-hide"):i.attr("data-hide",!0),e.HeadingRename.update(),e.HeadingAltText.update())},e.HeadingRename.update=function(){const e=TVE.froala.get_block_element(),t=e.is(a)&&!e.attr("data-hide")&&!e.closest(".tve-content-list").length;this.$el.toggleClass("tcb-hidden",!t),this.setChecked(e.attr("data-alt-text"))},e.HeadingRename.change=(t,s)=>{const i=TVE.froala.get_block_element();e.HeadingAltText.$el.toggleClass("tcb-hidden",!s.checked),s.checked?e.HeadingAltText.getValue()&&i.attr("data-alt-text",e.HeadingAltText.getValue()):i.removeAttr("data-alt-text")},e.HeadingAltText.update=function(){const e=TVE.froala.get_block_element();let t="";e.is(a)&&(t=e.attr("data-alt-text"));const s=t&&!e.attr("data-hide");this.$el.toggleClass("tcb-hidden",!s),this.setValue(t)},e.HeadingAltText.change=function(){TVE.froala.get_block_element().attr("data-alt-text",this.getValue().replace(/"/g,"'"))})},doAction(e,t,s,i,a=!1,l=null){const o=TVE.froala.has_selection(),c=o&&(o.classList.contains("thrive-shortcode-content")||o.classList.contains("thrive-inline-shortcode")),n=TVE.froala.get_selection_element();if(this.active_node&&TVE.inner_$.contains(TVE.inner.document.body,this.active_node[0])||(this.active_node=n),!TVE.froala.get_block_element().is(this.active_node)&&!n.is(this.active_node)&&0===this.active_node.find(n).length)return;("LI"===o.nodeName||c)&&(a=!0);const r=TVE.froala.editor.selection.isFull(),d=TVE.froala.selectionIsFullBlock();let h=a||!o||r||d;if(h&&["background-color","--tcb-text-highlight-color","--tcb-gradient-text-value"].includes(t)&&(h=!1),h){let e={},a=TVE.froala.get_block_element();c&&(a=TVE.inner_$(o)),a.is("a")&&(a=a.parent().closest(TVE.BLOCK_ELEMENTS)),a.is(".thrive-shortcode-content")&&(a=a.closest(".thrive-inline-shortcode")),e[t]=i?s+" !important":s,"color"===t&&(e["--tcb-applied-color"]=s&&String(s).replace(/var/g,"var$")+" !important"||""),e=TVE.apply_filters("tve.text_control.css",e,a);const n=TVE.apply_filters("tve.text_element.css.suffix","");!1!==this.applyStyleFilter(a,e)&&(l||this.controls.FontColor).applyElementCss(e,a,n,TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" "),"font-size"===t&&a.removeClass("rfs rft"),(r||d)&&(e[t]="",(l||this.controls.FontColor).applyElementCss(e,a.find("span"),"","",!0),"font-size"===t&&a.find("> span").removeClass("rfs rft"))}else{if("color"===t){const t=s&&String(s).replace(/var/g,"var$")+" !important"||"";TVE.froala.exec(e,"--tcb-applied-color",t)}s=i?s+" !important":s,TVE.froala.exec(e,t,s),"font-size"===t&&n.removeClass("rfs rft"),TVE.do_action("tve.text_control.selection.css",n,t,s)}this.active_node=n},apply_head_css(){TVE.froala.has_selection()&&TVE.froala.editor.$el.find("span[style]").each(function(){const e=TVE.inner_$(this),t=TVE.CSS_Rule_Cache.cssToObject(e.attr("style"),!0);e.head_css(t),"desktop"!==TVE.main.device&&this.removeAttribute("style")})},applyStyleFilter:(e,t)=>TVE.apply_filters("tcb.text.apply_style",!0,e,t),typefocus_control:()=>s(71898),clear_formatting(){function e(e){return e.classList&&e.classList.contains("thrive-inline-shortcode")?(e.removeAttribute("data-css"),e.removeAttribute("style"),!0):e.classList&&e.classList.contains("thrive-shortcode-content")}if(TVE.USE_GLOBALSHEET){const e={FontColor:["color","--tcb-applied-color"],FontBackground:["background-color"],FontGradient:["background-image"],FontSize:["font-size"],LineHeight:["line-height"],LetterSpacing:["letter-spacing"],FontFace:["font-family"],TextTransform:["text-transform"]};_.each(e,(e,t)=>{const s={},i=this.controls[t],a="LineHeight"!==t?TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ":"";e.forEach(e=>{s[e]=""}),i.applyTo().head_css(s,!1,i.config.css_suffix,!1,a)}),TVE.Editor_Page.reposition_icons()}else if(TVE.froala.has_selection())TVE.froala.exec("commands.clearFormatting",e),TVE.froala.editor&&(TVE.froala.editor.selection.save(),TVE.froala.editor.selection.restore());else{const t=TVE.froala.get_block_element();t.removeAttr("data-css").removeAttr("style"),t.removeClass(function(e,t){return(t.match(/(^|\s)ttfm\S+/g)||[]).join(" ")}),t.find("span, font").each(function(){const t=jQuery(this);e(this)||t.replaceWith(t.text())}),TVE.do_action("tcb.text.clear_formatting",t)}TVE.Editor_Page.reposition_icons(),TVE.froala.editor.events.focus(),this.update()},control_enter_handle(){const e=TVE.ActiveElement.parent(),t=e.hasClass("tcb-clear"),s=TVE.ActiveElement.find(".fr-element").html(),i=TVE.ActiveElement.froalaEditor("selection.element").outerHTML,a=TVE.ActiveElement.froalaEditor("selection.element"),l=TVE.ActiveElement.froalaEditor("selection.endElement");let o="",c=s.substring(s.indexOf(i)+i.length,s.length),n=s.substring(0,s.indexOf(i));const r=(c.match(/<\/\w*>/g)||[]).length-(c.match(/<[^\/][\w\d\s]*>/g)||[]).length;c=this.remove_tags_without_content_after_split(c),n=this.remove_tags_without_content_after_split(n),o=0===r?'<p class="">'+jQuery("<div></div>").append(l).html()+"</p>":this.rebuild_html_after_split(a,r)+jQuery("<div></div>").append(l).html(),TVE.ActiveElement.html(o+c),TVE.ActiveElement.html(this.remove_tags_without_content_after_split(TVE.ActiveElement.html())),TVE.Editor_Page.before_action().duplicate_element(TVE.ActiveElement).after_action(),TVE.ActiveElement.find(".fr-element").html(n),TVE.froala.force_focus(t?e.next():TVE.ActiveElement.next(),!1)},rebuild_html_after_split(e,t){let s="",i="";for(let a=0;a<t;a++){const t=jQuery(e).parent(),a=t.attr("data-css"),l=t.attr("style");i="<"+e.parentElement.nodeName.toLowerCase(),void 0!==a&&(i=`${i} data-css="${a}"`),""!==e.parentNode.classList.toString()&&(i=`${i} class="${e.parentNode.classList.toString()}"`),void 0!==l&&(i=`${i} style="${l}"`),i+=" >",e=e.parentElement,s=i+s}return s},remove_tags_without_content_after_split(e){let t=e.replace(/<(\w*)[^\>]*>(<br>)*<\/\1>/g,"");for(;e.length>t.length;)e=t,t=t.replace(/<(\w*)[^\>]*>(<br>)*<\/\1>/g,"");return t},read_text_css(e){let t=this.active_node=TVE.froala.get_selection_element(),s=TVE.apply_filters("wrapper_selector",TVE.CONST.global_css_prefix)+" ",i="";if(TVE.froala.get_block_element()[0]!==t[0]&&t[0]&&"span"===t[0].tagName.toLowerCase()&&(s=""),TVE.froala.editor&&t.closest(TVE.froala.editor.$el).length>0&&t.parentsUntil(TVE.froala.editor.$el,"[data-css]").length>0&&!1===t[0].hasAttribute("data-css")){t=t.parentsUntil(TVE.froala.editor.$el,"[data-css]").first(),"color"===e&&(i=this.controls.FontColor.appliedColor(t));const a=TVE.apply_filters("tve.text_element.css.suffix",!1);i=i||t.head_css(e,!1,a,!0,s)}else i=TVE.froala.get_css(e,!0,!1,s);return i},lineSpacingControl:()=>s(32434),toggleAdvancedHighlightsTab(e){o.toggleDropdown(!e.target.classList.contains("open"))},before_update(){const e=TVE.apply_filters("tve.text.disable.animations",!1);TVE.Components.scroll.$el.toggleClass("tcb-hide",e),TVE.Components.animation.$el.toggleClass("tcb-hide",e),this.active_node=TVE.froala.get_selection_element()},toggleGradientControls(e){this.controls.FontBackground.$el.toggle(!e),this.$(".tcb-highlights-advanced-tab-header, .tcb-highlights-advanced-tab-content").toggle(!e)}})},43990:(e,t,s)=>{!function(t){const i=s(20583);e.exports=i.base.extend({events:{"click .tcb-modal-save":"save","click .tcb-modal-close":"close","click .close-icon"(e){t(e.currentTarget).parent().remove()}},initialize(){this.$template_name=this.$("#tve-template-name")},validate(){return!_.isEmpty(this.$template_name.val())||(TVE.page_message(TVE.t.tpl_name_required,!0),!1)},save(){if(!this.validate())return;const e=TVE.stylesheet.cssRules?TVE.stylesheet.cssRules:TVE.stylesheet.rules,t=this.$template_name.val().trim(),s=[],i=new FormData;let a="";if(Object.values(TVE.CONST.content_templates).some(e=>e.label===t))return void TVE.page_message(TVE.t.existing_template,!0);for(let t,i=0;t=e[i++];)if(t.type===CSSRule.IMPORT_RULE){const e=TVE.FontManager.read_font_name(t.cssText);TVE.FontManager.is_font_used(e)&&void 0===s[e]&&(s[e]=1,a+=t.cssText)}TVE.main.overlay(),i.append("template_name",t),i.append("template_content",TVE.Editor_Page.content_manager.get_clean_content({},TVE.Editor_Page.editor)),i.append("template_category","[#page#]"),i.append("post_id",TVE.CONST.post_id),i.append("custom_css",TVE.Editor_Page.content_manager.get_stylesheet_rules());const l=TVE.Editor_Page.editor.collect_head_css();l[0]=a,i.append("media_rules",JSON.stringify(l));const o=TVE.getContentToPreview(TVE.Editor_Page.editor);TVE.generateElementPreview(o,e=>{e&&i.append("img_data",e,t+".png"),this.execute_ajax(this,i),TVE.inner_$(".preview-cloned-content").remove()},{bgcolor:"white",style:{top:0,left:0,right:0,bottom:0}},!0)},execute_ajax(e,t){t.append("custom","save_user_template"),t.append("action",TVE.CONST.ajax.action),t.append("nonce",TVE.CONST.nonce),jQuery.ajax({type:"POST",url:TVE.CONST.ajax_url,data:t,processData:!1,contentType:!1,success(t){TVE.page_message(TVE.t.TemplateSave,!1,5e3),e.close(),TVE.CONST.content_templates=t.content_templates},complete(){TVE.main.overlay("close")},error(e){TVE.page_message(TVE.getDetailedErrorMessage(e,"","",!0),!0)}})},before_open(){this.$template_name.val("")}})}(jQuery)},44038:(e,t,s)=>{e.exports=s(50732).extend({template:TVE.tpl("controls/pricing-table/edit-price-box"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(e){this.price_instance_controls=e.price_instance_controls},after_render(){this.$label=this.$("#tcb-price-box-label")},reset(e){this.model=e,this.listenTo(this.model,"change",this.write),this.dom()},write(){this.model.get("item").attr("data-label",this.model.get("label"))},dom(){this.$label.val(this.model.get("label"))},change_settings(e,t){const s={};s[t.getAttribute("data-setting")]=t.value,this.model.set(s)},cancel(){this.model.get("__new")?this.model.destroy():this.model.restoreState()},apply(){this.model.get("__new")&&(this.model.unset("__new",{silent:!0}),this.price_instance_controls.add_price_box_callback(this.model))}})},44546:(e,t,s)=>{!function(t){const i=s(16668).base_view,a=s(60731);let l=!1;e.exports=i.extend({dragged_elem:null,events:()=>_.extend({},i.prototype.events,{"click .tve-element-pin":"pin_element","dragstart .tve-element":"drag_start",dragend:"drag_end","click .tve-element":"insert_element"}),after_initialize(e){this.search=new a({el:this.$("#el-search"),$elements:this.$(".tve-element"),text_selector:".tve-e-name"}),this.sidebar=e.sidebar,TVE.add_action("tcb.dragover",this.bind(this.maybe_hide_drawer)),TVE.add_action("tcb.dragover_body",this.bind(this.maybe_hide_drawer)),TVE.add_action("tcb.elements.drag_start",this.bind(this.drag_start)),TVE.add_action("tcb.elements.drag_end",this.bind(this.drag_end)),TVE.add_action("tcb.elements.insert_element",this.bind(this.insert_element))},pin_element(e){const s=t(e.currentTarget.parentNode),i=s.closest(".tve-category"),a=i.data("category")!==TVE.CONST.pinned_category,l=i.siblings().filter('[data-category="'+(a?TVE.CONST.pinned_category:e.currentTarget.dataset.cat)+'"]'),o=[];return e.currentTarget.classList.toggle("pinned",a),l.find(".c-items").append(s.detach()),l.show(),a&&l.addClass("expanded"),i.find(".tve-element").length||i.hide(),(a?l:i).find("button.pinned").each(function(){o.push(this.parentNode.dataset.elem)}),TVE.ajax("update_option","post",{option_name:"tcb_pinned_elements",option_value:o}),!1},drag_start(e){if(TVE.apply_filters("tcb.sidebar.disable_element_drag","mobile"===TVE.main.device))return!1;l=!0;const s=t(e.target);e.originalEvent.dataTransfer.setData("text/plain",""),e.originalEvent.dataTransfer.effectAllowed="all",e.target.style.opacity=.6,e.stopPropagation(),this.dragged_elem=this._build_elem_data(s),TVE.drag.mainDragStart(this.dragged_elem)},drag_end(e){e&&(e.target.style.opacity=1),this.dragged_elem=null,TVE.drag.dragend(!0)},_build_elem_data(e){const t=e.data();return TVE.apply_filters("tcb.elements.build_elem_data",{type:t.elem,static_element:TVE.main.static_element(t.elem)},e)},insert_element(e){return TVE.apply_filters("tcb.elements.allow_insert_on_click",!0,e)&&TVE.drag.insertFromParent(this._build_elem_data(t(e.currentTarget))),!1},toggleIntegrationElements(e){this.$('.tve-category[data-category="Thrive Integrations"]')[0].style.display=e?"block":"none"},toggle_elements(e,t){const s=[];_.forEach(e,e=>{this.$(".tve-element").filter(`[data-elem=${e}]`).each(function(){this.setAttribute("data-is-hidden",t?"0":"1"),this.style.display=t?"block":"none";const e=this.parentNode.parentNode;e.classList.contains("tve-category")&&(t?e.style.display="block":s.includes(e)||s.push(e))})}),t||s.forEach(function(e){e.querySelectorAll('.tve-element[data-is-hidden="1"]').length===e.querySelectorAll(".tve-element").length&&(e.style.display="none")})},maybe_hide_drawer(){l&&(this.sidebar.hide_drawers(),l=!1)}})}(jQuery)},44684:e=>{class t extends Backbone.Collection{hasSplit=!1;get totalWidth(){let e=0;return this.each(t=>{t.get("collapsed")||(e+=this.getItemSize(t))}),e}get collapsed(){return this.filter(e=>e.get("collapsed"))}get visible(){return this.filter(e=>!e.get("collapsed"))}reset(e=[]){super.reset(e.reverse())}split(e){if(this.hasSplit=!1,!this.length)return;let t=0;for(;this.totalWidth>=e&&t<this.length;)this.models[t].index=t,this.models[t++].set("collapsed",!0),this.hasSplit=!0;this.models[t].is_first=!0,this.models[this.length-1].is_last=!0;for(let e=t;e<this.length;e++)this.models[e].index=e,this.models[e].disabled=this.models[e].get("element").data("breadcrumbs.disabled")}getItemSize(e){return 8*e.get("name").length+25}}e.exports=t},44823:(e,t,s)=>{const i=s(16668).control;e.exports=i.extend({template:TVE.tpl("controls/contact-form/settings"),set_model(e){return this.model instanceof Backbone.Model?(this.model.clear({silent:!0}),this.model.set(e,{silent:!0}),this.model):this.model=new Backbone.Model(e)},open_modal(){}})},45488:(e,t,s)=>{const i=s(20583),a=s(16102),l=s(40521);e.exports=i.base.extend({currentData:{},after_initialize(){this.enableConfirmation=new a({el:this.$el.find(".tve-email-enable-confirmation")}),this.enableConfirmation.change=(e,t)=>{this.currentData.send_confirmation_email=t.checked,this.$('.dropdown-header[data-prop="confirmation"]').toggleClass("open",t.checked),this.$('.dropdown-header[data-prop="primary"]').toggleClass("open",!t.checked)},this.enableConfirmation.update=()=>{this.enableConfirmation.setChecked(!!this.currentData&&this.currentData.send_confirmation_email)},this.fromEmailTooltip=new l({tooltipElem:this.$(".tve-from-email-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/tooltip/from-email-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99},customTarget:this.$(".tve-from-email-tooltip-target")}),this.emailShortcodeTooltip=new l({tooltipElem:this.$(".tve-email-shortcode-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/tooltip/email-shortcode-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99},customTarget:this.$(".tve-email-shortcode-tooltip-target")}),this.emailShortcodeTooltip2=new l({tooltipElem:this.$(".tve-email-shortcode-info-2"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/tooltip/email-shortcode-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99},customTarget:this.$(".tve-email-shortcode-tooltip-target-2")}),TVE.add_filter("tcb.allow_input_focus",(e,t)=>(t.target.classList.contains("prevent-focus")&&(e=!1),e)),TVE.add_filter("tcb.droppanel.enter.pressed",(e,t)=>(t.hasClass("tve-email-data")&&(e=!1),e)),this.$selectShortcode=this.$(".tve-select-shortcode")},events:()=>_.extend({},i.base.prototype.events(),{"click .dropdown-header":"toggleContent"}),clearErrors(){this.$(".tcb-error").text(""),this.$(".tcb-input-error").removeClass("tcb-input-error")},toggleContent(e){("confirmation"!==e.currentTarget.dataset.prop||this.enableConfirmation.isChecked())&&this.$(e.currentTarget).toggleClass("open")},toggleRecipients(e,t){t.textContent=t.textContent.includes("+")?"- CC/BCC":"+ CC/BCC",this.$(".tve-email-more-recipients").toggleClass("tcb-hidden")},addShortcode(e,t){const s=this.component.model.get("focusedField")||t.dataset.target,i=this.$(t).siblings(".tve-email-shortcode").find("select").val();("email_subject"!==s&&"email_confirmation_subject"!==s||"[all_form_fields]"!==i&&"[uploaded_files]"!==i)&&((e,t)=>{const s=e.value,i=e.selectionStart,a=e.selectionEnd;e.value=s.slice(0,i)+t+s.slice(a),e.selectionStart=e.selectionEnd=i+t.length,jQuery(e).trigger("change"),jQuery(e).focus()})(this.$(`[data-prop="${s}"]`)[0],i)},reset(e){this.component=e,this.currentData=this.component.model.toJSON(),"own_site"!==this.currentData.list?this.$(".tve-from-email-info").show():this.$(".tve-from-email-info").hide(),this.renderShortcodesList(),this.enableConfirmation.update(),this.backwardsCompat(),this.resetDom(),this.clearErrors(),this.currentData.show_errors&&this.getErrors()},renderShortcodesList(){this.$selectShortcode.empty(),_.each(this._getShortcodes(),e=>{if(Object.keys(e.shortcodes).length){let t=`<optgroup label="${e.label}">`;_.each(e.shortcodes,e=>{t+=`<option data-label='${e.label}' value="${e.value}">${e.value}</option>`}),t+="</optgroup>",this.$selectShortcode.append(t)}})},_getShortcodes(){const e=JSON.parse(JSON.stringify(TVE.CONST.lg_email_shortcodes));return TVE.apply_filters("tve.lg.email.shortcodes",e)},backwardsCompat(){let e="";Object.keys(this.currentData).filter(e=>e.includes("include")).forEach(t=>{this.currentData[t]&&(e+=` [${t.replace("include_","")}]`),this.currentData[t]=0}),this.currentData.email_message.includes("[ form_fields ]")?this.currentData.email_message=this.currentData.email_message.replace("[ form_fields ]",`[all_form_fields]${e}`):this.currentData.email_message+=e,Object.keys(this.currentData).forEach(e=>{this.currentData[e]&&"string"==typeof this.currentData[e]&&(this.currentData[e]=this.currentData[e].replace(/(<br \/>)|(<br\/>)|(<br >)|(<br>)/g,"\n"))})},resetDom(){const e=TVE.ActiveElement.find("[data-mapping]"),t=this.currentData.cc.length||this.currentData.bcc.length;if(this.$(".tve-email-more-recipients").toggleClass("tcb-hidden",!t),this.$(".tve-add-more").text((t?"-":"+")+" CC/BCC"),Object.keys(this.currentData).forEach(e=>{this.$el.find(`[data-prop="${e}"]`).val(this.currentData[e])}),this.$('[data-prop="confirmation"]').removeClass("open"),this.$('[data-prop="primary"]').addClass("open"),this.$selectShortcode.find('optgroup[label="Custom fields"]').remove(),e.length){const t=TVE.$('<optgroup label="Custom fields"></optgroup>');e.each(function(){const e=TVE.inner_$(this),s=e.closest(".tve_lg_input_container"),i=this.getAttribute("name"),a=(e.attr("data-name")||s.siblings(`[data-label-for="${s.attr("data-label")}"]`).text()||e.attr("data-placeholder")||e.attr("type")||this.tagName.toLowerCase()).replace(/"/g,"'");t.find(`option[value="[${i}]"]`).length||t.append(`<option data-label="${a}" value="[${i}]">[${i}]</option>`)}),t.insertBefore(this.$selectShortcode.find('optgroup[label="Other"]'))}this.$selectShortcode.select2({minimumResultsForSearch:-1,dropdownPosition:"below",theme:"tve-lg-email-shortcodes",templateResult:e=>{return(t=e).element&&t.element.dataset.label?jQuery(`<div class="tve-lg-shortcode-option"><span class="tve-lg-shortcode-value ml-5">${t.text}</span><span class="tve-lg-shortcode-option mr-5">${t.element.dataset.label}</span></div>`):t.text;var t}})},setValue(e,t){this.currentData[t.dataset.prop]=t.value},getErrors(){const e=this.component.validate(this.currentData);let t=!1;return this.clearErrors(),_.isEmpty(e)||(Object.keys(e).forEach(t=>{const s=this.$(`[data-error-prop="${t}"]`);s.text(e[t]),s.prev().addClass("tcb-input-error")}),this.$('.dropdown-header[data-prop="primary"]').addClass("open"),this.$(".tcb-modal-content").animate({scrollTop:0}),t=!0),t},save(){this.getErrors()||(this.currentData.show_errors=!1,this.component.model.set(this.currentData),this.close(),TVE.Components.lead_generation.apiOptions.onApply())}})},45649:e=>{e.exports={generateShortcode(e){const t=TVE.Components.responsivevideo.controls.responsive_video,s=e.attr("data-type"),i={"data-type":s,"data-query":t.queryString(s)};return"youtube"===s&&(i["data-cookie"]=e.attr("data-no-cookie")),{extra_params:TVE.buildAttrStringFromObject(i),$shortcodeElement:e.find(".tcb-responsive-video"),shortcodeAttr:!1,key:"video"}},customFieldInput(e,t,s=null,i=!1){e=e.closest(".thrv_responsive_video ");const a=TVE.Components.responsivevideo.controls.ExternalFields,l=TVE.CONST.dynamic_placeholder_elements[e.attr("data-placeholder-el")],o=TVE.Components.responsivevideo,c=o.controls.responsive_video.video_settings.providers;let n={mime_type:"video/mp4",mime:"video/mp4",id:"0",width:"auto",height:"auto",title:"Placeholder",url:"",name:t,alt:"Placeholder"};s?n=s:l&&(n=l),n.name=t,n.mime_type=n.mime;const r=a.getCFValues("video",e,t,n),d=r.video_src?r.video_src:"external";switch(r.url!==n.url&&e.attr("data-type",d),o.$(".v-source").val(d).trigger("change"),e.attr("data-url",r.value),d){case"external":c.external.attachment=r;break;case"youtube":c.youtube.config={url:r.value},c.youtube.validate_url(r.value,!1);break;case"vimeo":const e=new RegExp("(http|https)?:\\/\\/(www\\.)?vimeo.com\\/(?:channels\\/(?:\\w+\\/)?|groups\\/([^\\/]*)\\/videos\\/|)(\\d+)(?:|\\/\\?)\\/?([a-zA-Z0-9]+)?").exec(r.value);let t;t=e[4]?e[4]:!!r.value.match(new RegExp("https?://(.+)?player.vimeo.com/video/(.+?)\\?"))&&RegExp.$2;const s=e[5];c.vimeo.config={hash:s,url:r.value,id:t},c.vimeo.url_valid=!0;break;case"wistia":c.wistia.config={url:r.value,id:c.wistia.video_id(r.value)},c.wistia.url_valid=!0;break;case"vooplayer":c.vooplayer.validate_url(r.value,!1);break;case"bunnynet":c.bunnynet.validate_url(r.value,!1)}const h=e.find(".tcb-responsive-video");h.next().is(".video_overlay")&&h.before(h.next()),o.controls.responsive_video.apply({customFieldName:r.name,stopSync:i,element:e,forceElement:!0}),"0"===n.id&&(e.attr("data-controls","0"),e.find(".tcb-responsive-video").removeAttr("controls")),TVE.PostList.utils.isInsidePostList(h)&&h.attr("data-post-list",1)}}},45835:(e,t,s)=>{e.exports=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(){this.controls.NumberSuffix.update=function(e){const t=e.closest(".tve-toc").tcbJsonData("number-suffix");this.setValue(t[e.attr("data-level")]||"")},this.controls.NumberSuffix.change=(e,t)=>{const s=e.closest(".tve-toc"),i=e.attr("data-level"),a=s.tcbJsonData("number-suffix");a[i]=t.value,s.tcbJsonData("number-suffix",a),TVE.Components.toc.writeCfg(s),TVE.Components.toc.refresh(s),TVE.Editor_Page.focus_element(s.find(`.tve-toc-number${i}`).first())}}})},45934:(e,t,s)=>{const i=s(93359),a={circle:s(75010),brush:s(20248),line:s(54380),"double-line":s(5086),wavy:s(79471),"wavy-2":s(86020),"marker-zig-zag":s(89108),"marker-background":s(83753),bubble:s(69972),divergent:s(63038),"crossed-lines":s(97171),"clean-rounded":s(50521),"flat-marker":s(49660),"wavy-3":s(91691),"pen-sketch":s(98212),squiggle:s(28789),"dotted-rectangle":s(27438),"regular-line":s(97963),"rounded-line":s(82996),"cursive-line":s(47278)};e.exports=class{static getInstance(e,t){let s;if(t&&"none"!==t)if(void 0===a[t])console.warn(`A highlight class for this type ("${t}") does not exist!`),s=null;else{const i=e.data(`highlight-instance-${t}`);void 0===i?(s=new a[t](e),e.data(`highlight-instance-${t}`,s)):s=i}else s=new i(e);return s}}},45966:(e,t,s)=>{!function(){const t=s(43700);let i=!0;e.exports={priorities:{head_css_selector:100},actions:{"tcb.write_css":(e,s,a)=>{if(t.shouldWriteMultipleCSS()){const e=t.getSelectors(TVE.ActiveElement.attr("data-selector-key"));i&&e.length>1&&(i=!1,e.forEach(e=>TVE.write_css(e,s,a)),i=!0)}},"tcb.element.selected":e=>{if(TVE.editingTypogrpahy)switch(TVE.inner_$(".tcb-element-title").html(TVE.get_element_name(e)),TVE.main.$("#tve-main-frame").removeClass((e,t)=>t.split(" ").filter(e=>e.includes("typography-")).join(" ")).addClass("typography-"+TVE.ActiveElement.attr("data-selector-key")),TVE.ActiveElement.attr("data-selector-key")){case"all":t.except("FontColor","FontFace","clear-formatting").addClass("control-hide");break;case"headings":t.controls("typography-button-toggle-controls").addClass("control-hide");break;case"texts":t.controls("line-spacing").addClass("control-hide");break;case"plaintext":t.except("FontColor","FontFace","clear-formatting","typography-button-toggle-controls","FontSize","LineHeight","LetterSpacing").addClass("control-hide")}}},filters:{"tcb.components.hide":(e,t)=>{if(TVE.editingTypogrpahy){let s=["default_typography","shadow"];switch(TVE.ActiveElement.attr("data-selector-key")){case"pre":case"blockquote":s=[...s,"background","layout","borders"];break;case"link":case"p_link":case"li_link":case"heading_link":case"plaintext_link":s=["link","shadow"];break;case"ul":s=["layout","borders"];break;case"plaintext":s=["default_typography"]}e=!s.includes(t)}return e},head_css_selector:e=>{if(TVE.editingTypogrpahy){const t=TVE.typographySelectorScope,s=e.element.dataset.selectorKey;let i;switch(s){case"all":case"headings":i=TVE.CONST.default_styles.h1[t];break;case"texts":i=TVE.CONST.default_styles.p[t];break;default:i=TVE.CONST.default_styles[s][t]}e.selector=i}return e},"tcb.components.expanded_key":e=>(TVE.editingTypogrpahy&&"ul"===TVE.ActiveElement.attr("data-selector-key")&&(e="layout"),e),wrapper_selector:e=>(TVE.editingTypogrpahy&&(e=""),e),"tcb.force_important":e=>(TVE.editingTypogrpahy&&(e=!1),e)}}}()},46221:(e,t,s)=>{const i=s(3120);e.exports=TVE.Views.Controls.CentralStylePanel.Sidebar.extend({initSectionVars(){this.sections.vars=new i({el:this.$el.find('.c-s-p-section[data-section="vars"]'),sidebar:this.sidebar})}})},46439:e=>{e.exports={update(e,t,s){this.$select=this.$dom.find(".font-select"),this.font=this.fonts[t]?this.fonts[t].family:"",this.validate()&&s&&this.css(e)},validate(){return this.font&&this.font.trim().length>0},css(e){return e.seems_custom=!1,e.set(this.font),this.font},reset(){this.$select&&this.$select.val("")},setValue(e){var t;null!==(t=this.$select)&&void 0!==t&&t.length||(this.$select=this.$dom.find(".font-select")),this.$select.length&&this.$select.val(e)}}},46509:(e,t,s)=>{const i=s(62204),a=s(11845),l=s(81801),o={autocomplete:s(41479),boolean:s(41663),checkbox:s(33734),date:l,"date-and-time":l,dropdown:s(73242),input:s(88455),"input-number":s(79113),"string-comparison":s(85466),time:s(96361)};e.exports=TVE.Views.Base.base_view.extend({beforeInitialize(){this.listenTo(this.model,"change:condition",this.render.bind(this))},afterRender(){this.$extraContainer=this.$el.closest(a.RULE_CLASS).find(".tcb-condition-comparator-extra-container"),this.renderConditionComparison()},renderConditionComparison(){const e=this.model.get("condition");if(this.$extraContainer.empty().addClass("hidden"),!e)return void this.hide();this.$el.empty().attr("data-type",this.type);const t=i.getConditionData(e.key),s=new(0,o[t.control_type])({model:this.model,selectedValue:e.value||0===e.value?e.value:"",$extraContainer:this.$extraContainer});this.$el.html(s.$el),this.toggle(!s.isHidden())}})},46585:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.RedirectURL.update=function(e){this.setValue(e.attr("data-redirect-url"))},this.controls.RedirectURL.change=function(t,s){const i=TVE.addHttp(s.value),a=t.attr("data-redirect-url");this.$el.find("input").val(i),TVE.isValidUrl(i)||""===i?(t.attr("data-redirect-url",i),e.undo_manager_api(t,"data-redirect-url",a,i)):TVE.page_message(TVE.t.RedirectionUrlInvalid,!0,5e3)},this.controls.Time.update=function(e){this.setValue(e.attr("data-after"))},this.controls.Time.change=function(t,s){const i=t.attr("data-after");t.attr("data-after",s),e.undo_manager_api(t,"data-after",i,s)},this.controls.AutoScroll.update=function(e){this.setChecked(1===Number(e.attr("data-scroll")))},this.controls.AutoScroll.change=function(t,s){const i=t.attr("data-scroll"),a=s.checked?"1":"0";t.attr("data-scroll",a),e.undo_manager_api(t,"data-scroll",i,a)},TVE.main.on("after-element-removed",e=>{if(e.is(".tve_reveal_container:empty")){const t=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+TVE.t.placeholder_text+"</div>");e.append(t),e.addClass("tcb-parent-placeholder-empty")}return e})},undo_manager_api(e,t,s,i){TVE.UndoManager.add({undo(){e.attr(t,s)},redo(){e.attr(t,i)}})}})},46766:(e,t,s)=>{const i=s(16668),a=s(36510),l=s(66955),o=s(85814),c=s(40521),n="-cb",r="-bg";let d,h=!1;e.exports=i.component.extend({update_on_expand:!0,cache:{},updateOnMouseLeave:!1,controls_init(e){this.imgTooltipPanel=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/contentbox/image-tooltip"),anim_duration:300,apply:()=>{this.imgTooltipCallback()},validate:()=>!this.imgTooltipPanel.FORCE_CLOSE}),this.verticalPositionTooltip=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/contentbox/vertical-position-tooltip"),closeOnLeave:!0,tooltipElem:this.$(".tcb-vertical-info"),no_callback:!0,validate:()=>!this.verticalPositionTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:50}}),this.controls.cbLink=new l({el:this.$(".cb-link")[0],model:{config:{label:TVE.t.cb_link,class:"thrv-content-box"}},component:this}),this.controls.ToggleURL.update=function(e){const t=e.filter(".edit_mode").parent("a[href]").length>0,s=e.find("a").length>0;this.setChecked(t),this.$el.toggleClass("disabled-children",s).removeAttr("data-tooltip data-side"),s&&this.$el.attr({"data-side":"top","data-tooltip":TVE.t.prevent_nested_links}),this.component.$(".cb-link").toggle(t)},this.controls.ToggleURL.input=(e,t)=>{this.$(".cb-link").toggle(!!t.checked),this.controls.cbLink.toggleURL(t.checked)},this.stylepicker=new a({model:{config:this.config.style.config},component:this}),e.BoxHeight.input=function(e,t){this.prepareValue(t.value,this.getUM()),this.applyElementCss({"min-height":t.value+this.getUM()},e,"","")},e.BoxHeight.update=function(e){let t=e.head_css("min-height",!1,"",!0);t||(t=e.height()),this.setValue(t)},e.BoxHeight.change=function(e,t){i.control.prototype.change.call(this,e,t),TVE.do_action("tcb.contentbox.resized_height",e)},e.BoxWidth.input=function(e,t){this.prepareValue(t.value,this.getUM()),this.applyElementCss({"max-width":t.value+this.getUM()},e,"","")},e.BoxWidth.update=function(e){let t=e.head_css("max-width",null,null,!0),s=e.parent();t&&!isNaN(parseInt(t))||(t=e.outerWidth()),s.is("a")&&(s=s.parent()),this.model.config.max=parseInt(s.width()),this.setValue(t)},e.BoxWidth.change=function(e,t){i.control.prototype.change.call(this,e,t),TVE.do_action("tcb.contentbox.resized_width",e)},e.VerticalPosition.applyStyles=function(e,t){let s;e.removeClass("tcb-flex-center tcb-flex-end"),s=""===t.getAttribute("data-value")?{"justify-content":"",display:"block","flex-direction":""}:{"justify-content":t.getAttribute("data-value"),display:"flex","flex-direction":"column"},this.applyElementCss(s,e," > .tve-cb","")},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null," > .tve-cb",!0)||"");const t=e.find(".tve-cb").css("overflow-y"),s=["scroll","auto","hidden",""].includes(t);TVE.Components.contentbox.controls.VerticalPosition.$el.toggleClass("tcb-disabled",s)},e.VerticalPosition.openTooltip=()=>(this.verticalPositionTooltip.isOpen()?this.verticalPositionTooltip.onCancel():this.verticalPositionTooltip.open(null,this.$(".tcb-vertical-info")),!1),this.picker=(new o).on_select(this.changeImage,this),TVE.main.on("after-element-removed",e=>{if(e.is(".tve-cb:empty")&&!this.isSmallCB(e)&&!e.siblings(".tve-content-box-background").attr("data-css")){const t=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+TVE.t.placeholder_text+"</div>");e.append(t),e.addClass("tcb-parent-placeholder-empty"),TVE.do_action("tcb.contentbox_placeholder.render",e)}return e}),TVE.add_filter("tcb_filter_html_before_save",e=>TVE.compat.removePlaceholders(e)),TVE.add_filter("tcb.components.hide",function(e,t){return TVE.ActiveElement&&["Guarantee Box","Testimonial","Call to Action","Styled Box"].includes(TVE.ActiveElement.attr("data-element-name"))&&"shared-styles"===t&&(e=!0),e}),TVE.add_action("tcb.width_slider.change",()=>{if(TVE.ActiveElement.is(TVE.identifier("contentbox"))){const e=TVE.ActiveElement.find("> .tve-cb");if(this.isSmallCB(e)&&e.hasClass("tcb-parent-placeholder-empty"))e.removeClass("tcb-parent-placeholder-empty").empty();else if(e.is(":empty")&&!e.siblings(".tve-content-box-background").attr("data-css")){const t=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+TVE.t.placeholder_text+"</div>");e.addClass("tcb-parent-placeholder-empty").append(t)}}}),TVE.add_action("tcb.post_list.template_changed",e=>{TVE.compat.removePlaceholders(e)}),TVE.add_action("tcb.after-insert",(e,t)=>{t&&t.is(".tcb-replaceable-placeholder")&&(t.closest(".tve-cb").removeClass("tcb-parent-placeholder-empty"),t.hasClass("tve-dragged-over")||t.remove())}),TVE.add_action("tve.copy-paste-style.before-paste-contentbox",(e,t)=>{const s=t.attr("class").match(/(cb_style_\S*)/);if(null!=s&&s.length){const t=s[0];e.addClass(t),this._get_box_background_div(e).addClass(`${t}${r}`),this._get_box_inner_div(e).addClass(`${t}${n}`)}}),TVE.add_filter("tcb.elem.type.info",(e,t)=>{const s=t.attr("data-ct"),i=s?s.match(/^(stylebox|callaction|guaranteebox|testimonial)/g):"";return i&&(e=i[0]),e})},isSmallCB:e=>!!e.hasClass("tve-cb")&&e.outerWidth()<=150,_get_box_background_div:e=>(e=e||TVE.ActiveElement).children(".tve-content-box-background"),_get_box_inner_div:e=>(e=e||TVE.ActiveElement).children(".tve-cb"),global_style_input(e,t){this._get_box_background_div().removeAttr("data-css").removeClass(e+r).addClass(t+r),this._get_box_inner_div().removeAttr("data-css").removeClass(e+n).addClass(t+n)},global_style_sub_elements(){return[this._get_box_background_div(),this._get_box_inner_div()]},add_global_style(e,t=TVE.ActiveElement){this._get_box_background_div(t).removeAttr("data-css").removeAttr("data-selector").addClass(e+r),this._get_box_inner_div(t).removeAttr("data-css").removeAttr("data-selector").addClass(e+n)},unlink_global_style(e){this._get_box_background_div().removeClass(e+r),this._get_box_inner_div().removeClass(e+n)},delete_global_style(e){TVE.inner_$("."+e+r).removeClass(e+r),TVE.inner_$("."+e+n).removeClass(e+n)},add_global_style_transfer_data(e,t,s,i){e.find(".tve-content-box-background").attr("data-css")&&(s.push('[data-css="'+this._get_box_background_div(e).attr("data-css")+'"]'),i.push("."+t+r)),e.find(".tve-cb").attr("data-css")&&(s.push('[data-css="'+this._get_box_inner_div(e).attr("data-css")+'"]'),i.push("."+t+n))},unlink_global_style_transfer_data(e,t,s,i){s.push("."+t+r),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(this._get_box_background_div(e))+'"]'),s.push("."+t+n),i.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(this._get_box_inner_div(e))+'"]')},get_default_style_css(e){let t={"background-color":"",border:"","border-bottom":"","border-top":"","border-left":"","border-right":"","border-radius":"","box-shadow":"","background-image":"","background-size":"","background-attachment":"","background-position":"","background-repeat":""};const s=[];let i="rgb(0,0,0)";switch(e){case"cb_style_1":t={"background-color":"rgb(0, 152, 231) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),i="rgb(255, 255, 255)";break;case"cb_style_2":t={"background-color":"rgb(0, 152, 231) !important","background-image":"linear-gradient(150deg, rgba(255, 255, 255, 0) 0%, rgb(0, 105, 231) 100%) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),i="rgb(255, 255, 255)";break;case"cb_style_3":t={"border-radius":"20px 20px 0px 0px","box-shadow":"rgba(0, 152, 231, 0.4) 0px 8px 27px 0px, rgb(0, 152, 231) 0px 8px 0px 0px","background-color":"rgba(0, 169, 230, 0) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-top-left-radius":"10px","border-top-right-radius":"10px"},s.push({rules:t,media:TVE.main.responsive.mobile.media});break;case"cb_style_4":t={"border-radius":"20px","box-shadow":"rgba(21, 69, 94, 0.22) 0px 0px 27px 0px","background-color":"rgba(0, 169, 230, 0) !important","border-right":"3px solid rgba(0, 152, 231, 0.6) !important","border-left":"3px solid rgba(0, 152, 231, 0.6) !important","border-image":"initial !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-radius":"10px","border-top":"2px solid rgba(0, 152, 231, 0.6) !important","border-bottom":"2px solid rgba(0, 152, 231, 0.6) !important","border-right":"none !important","border-left":"none !important"},s.push({rules:t,media:TVE.main.responsive.mobile.media});break;case"cb_style_5":t={"border-radius":"500px","background-color":"rgba(0, 152, 231, 0.14) !important",border:"4px dashed rgba(0, 152, 231, 0.5) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-radius":"38px",border:"3px dashed rgba(0, 152, 231, 0.5) !important"},s.push({rules:t,media:TVE.main.responsive.mobile.media}),t={"border-radius":"277px"},s.push({rules:t,media:TVE.main.responsive.tablet.media});break;case"cb_style_6":t={"border-radius":"20px","box-shadow":"rgba(9, 105, 155, 0.4) 0px 21px 21px -18px","background-color":"rgba(67, 145, 213, 0) !important",border:"2px solid rgba(0, 152, 231, 0.5) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media});break;case"cb_style_7":t={"border-radius":"59px 0px",border:"2px solid rgba(0, 152, 231, 0.3) !important","background-color":"rgb(255, 255, 255) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-bottom-right-radius":"40px","border-top-left-radius":"40px"},s.push({rules:t,media:TVE.main.responsive.mobile.media});break;case"cb_style_8":t={"border-radius":"300px 0px 300px 300px","background-color":"rgb(0, 152, 231) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-radius":"20px 0px 20px 20px"},s.push({rules:t,media:TVE.main.responsive.mobile.media}),t={"border-bottom-right-radius":"200px","border-bottom-left-radius":"200px","border-top-left-radius":"200px"},s.push({rules:t,media:TVE.main.responsive.tablet.media}),i="rgb(255, 255, 255)";break;case"cb_style_9":t={"box-shadow":"rgba(0, 152, 231, 0.15) 21px 21px 0px -11px","border-right":"13px solid rgb(255, 255, 255) !important","border-bottom":"13px solid rgb(255, 255, 255) !important","background-color":"rgb(0, 152, 231) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-right":"8px solid rgb(255, 255, 255) !important;","border-bottom":"8px solid rgb(255, 255, 255) !important;"},s.push({rules:t,media:TVE.main.responsive.mobile.media}),i="rgb(255, 255, 255)";break;case"cb_style_10":t={"box-shadow":"rgba(10, 40, 56, 0.2) 0px 10px 20px 0px, rgb(0, 152, 231) 11px 0px 0px -5px inset",border:"1px solid rgba(0, 152, 231, 0.14) !important","background-color":"rgba(0, 152, 231, 0) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media});break;case"cb_style_11":t={border:"15px solid rgba(255, 255, 255, 0.2) !important","background-color":"rgb(0, 152, 231) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={border:"9px solid rgba(255, 255, 255, 0.2) !important"},s.push({rules:t,media:TVE.main.responsive.mobile.media}),i="rgb(255, 255, 255)";break;case"cb_style_12":t={"box-shadow":"rgba(0, 152, 231, 0.2) 0px 22px 0px -12px, rgba(0, 152, 231, 0.13) 0px 41px 0px -23px","background-color":"rgb(0, 152, 231) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),i="rgb(255, 255, 255)";break;case"cb_style_13":t={"border-width":"5px !important","border-style":"solid !important","border-color":"rgba(0, 152, 231, 0) rgba(0, 152, 231, 0.8) !important","border-image":"initial !important","background-color":"rgba(0, 152, 231, 0.05) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"border-right":"3px solid rgba(0, 152, 231, 0.8) !important","border-left":"3px solid rgba(0, 152, 231, 0.8) !important"},s.push({rules:t,media:TVE.main.responsive.mobile.media});break;case"cb_style_14":t={"box-shadow":"rgba(0, 152, 231, 0.15) -10px -11px 0px 0px, rgba(0, 152, 231, 0.15) 11px 11px 0px 0px","background-color":"rgb(255, 255, 255) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media}),t={"box-shadow":"rgba(0, 152, 231, 0.15) -8px -9px 0px 0px, rgba(0, 152, 231, 0.15) 8px 8px 0px 0px"},s.push({rules:t,media:TVE.main.responsive.mobile.media});break;case"cb_style_15":t={"background-color":"rgba(67, 145, 213, 0) !important",border:"2px solid rgba(0, 152, 231, 0.2) !important"},s.push({rules:t,media:TVE.main.responsive.desktop.media});break;default:s.push({rules:t,media:TVE.main.responsive.desktop.media}),s.push({rules:t,media:TVE.main.responsive.mobile.media}),s.push({rules:t,media:TVE.main.responsive.tablet.media})}return{css:s,font_color:i}},after_update(){TVE.Components.background.read_initial_state();const e=TVE.Components.background.hasLayersOfType("url");if(this.$(".tve-bg-img").toggleClass("tcb-hidden",!(e&&!TVE.getClassThatContains(TVE.ActiveElement,TVE.CONST.global_cls_prefix))),e){const e=TVE.Components.background.getCollectionByType("url");d=e[0],this.updateImgPreview(d&&d.get("value")),h=d&&d.get("value").includes("dynamic")}},after_init(){TVE.add_action("tcb-ready",()=>{TVE.inner_$(".thrv-content-box > .tve-cb").each((e,t)=>{const s=TVE.inner_$(t);"scroll"===s.head_css("overflow")&&TVE.refreshIconsOnScroll(s,t.dataset.css)})})},updateImgPreview(e){this.$(".preview").addClass("img").css("background-image","url("+e+")")},replaceBgImage(){return h?(TVE.Components.background.toggleDropdown("docked"),_.delay(()=>{TVE.Components.background.openLayer(d)})):this.picker.open(),!1},changeImage(e){this.updateImgPreview(e.url),TVE.Components.background.getCollectionByType("url")[0].set("value",e.url)},openTooltip(){return this.imgTooltipPanel.isOpen()?this.imgTooltipPanel.onCancel():this.imgTooltipPanel.open(null,this.$(".tve-cb-img-info")),!1},imgTooltipCallback(){TVE.Components.background.toggleHighlight(!0),setTimeout(()=>{TVE.Components.background.toggleHighlight()},3e3)}})},47148:(e,t,s)=>{const i=s(16668),a=".thrv_responsive_video";e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){TVE.add_filter("tcb_filter_html_before_save",e=>{const t=[`${a} iframe`,`${a}.tcb-lazy-load[data-type="external"] source`,`${a}.tcb-lazy-load .tcb-video-cover:not([data-preload="1"]) .tcb-video-cover-image`];return e.find(t.join(", ")).each((e,t)=>{(!TVE.CONST.allow_video_src||TVE.inner_$(t).closest(".tcb-lazy-load").length>0)&&(t.getAttribute("data-src")||t.setAttribute("data-src",t.getAttribute("src")),t.removeAttribute("src"))}),e.find(".tve_responsive_video_container video").each((e,t)=>{const s=TVE.inner_$(t),i=s.find("source"),a=i.attr("data-src")?"data-src":"src",l=i.attr(a);l&&!l.includes("#")&&(i.attr(a,l.concat("#t=0.1")),s.attr("preload","metadata"))}),e}),TVE.add_action("tcb.new-editor-content",e=>{TVE.inner.window.TCB_Front.handleIframes(e)})},responsive_video:()=>s(85182),responsive_video_style:()=>s(15392),responsiveVideoResize:()=>s(49115)})},47228:(e,t,s)=>{const i=s(50732),a=s(47644),l=s(55007),o=s(721);e.exports=o.extend({init_controls(){this.picker=new a({el:this.$(".gradient-layer")[0]}).on("change",_.bind(this.on_change,this))},on_change(e){let t;this.picker.edit_css_variable?(delete e.gradient_css_variable,t=l(e),TVE.changeCssVariableValue(TVE.getRawCssVariableName(this.picker.css_variable),t)):t=l(e),this.picker.favorite_gradients.on_gradient_change(t),this.trigger("onInput",t)},onApply(){i.prototype.onApply.apply(this,arguments);const e=this.picker.getCss();this.trigger("onApply",e)},apply(){},cancel(){}})},47278:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:6}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage(),s=e.strokeWidth<6?6:e.strokeWidth;return`<svg id='${this.constructor.getRandomId()}' viewBox='0 0 539 187' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation-first-line { \n\t\t\t\t\t0% { stroke-dashoffset: 615px; stroke-dasharray: 615px; } \n\t\t\t\t\t${t?.95*t:"95"}% { stroke-dashoffset: 0; stroke-dasharray: 615px; } \n\t\t\t\t}\n\t\t @keyframes draw-animation-point { \n\t\t\t\t\t0% { stroke-dashoffset: 27px; stroke-dasharray: 27px; } \n\t\t\t\t\t${t?.95*t:"95"}% { stroke-dashoffset: 27px; stroke-dasharray: 27px; } \n\t\t\t\t\t${t||"100"}% { stroke-dashoffset: 0; stroke-dasharray: 27px; } \n\t\t\t\t}\n\t\t .first-line { \n\t\t \t\tanimation: draw-animation-first-line forwards; \n\t\t }\n\t\t .point {\n\t\t \t\tanimation: draw-animation-point forwards; \n\t\t }\n\t\t\t\t.first-line, .point { ${this.getAnimationRules(!1)} }\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style> \n\t\t \t <g fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${s}">\n\t\t\t\t\t<path class="first-line" d="M17.5 85.5S.5 111.5 6 122s18.54 6.53 40 4.86c44.78-3.5 120.45-9.82 202.5-11.5 71.22-1.47 144.25 3.05 196.5 8 30.35 2.87 57.88 4.8 71.5 9.64 4.43 1.58 8 2.5 8.5 5.5s-2.5 5.07-7 5.5c-10.5 1-28 2-28 2"/>\n\t\t\t\t\t<path class="first-line" d="M17.5 85.5s-13 28-8.5 34.5 15.53 2.68 37 1c44.78-3.5 119.94-9.81 202-11.5 71.22-1.46 145.74 3.06 198 8 30.34 2.87 59.38 5.66 73 10.5 4.44 1.58 10.5 3.5 11.5 9s-5.25 10.5-11.5 11.5c-9.4 1.5-20.22 2.16-25 2.4-4.5.21-4-4.4-4-4.4"/>\n\t\t\t\t\t<ellipse class="point" cx="473.5" cy="149" rx="5.5" ry="3"/>\n\t\t\t\t </g> \n\t\t\t\t</svg>`}static getMinimumStrokeWidth(){return 6}}},47306:(e,t,s)=>{const i=s(16668),a=s(16102),l=s(54239);e.exports=i.control.extend({order:["top","left","bottom","right"],pointerOrder:["first","peak","last"],controls:{},defaultPoints:"0 0, 0 1, 1 1, 1 0",template:TVE.tpl("controls/decoration/pointer"),inverted:!1,pointerCoords:{first:{},peak:{},last:{}},after_initialize(){const e=this;this.controls.InvertedDecoration=new a({el:this.$el.find(".tve-pointer-inverted-angle"),model:{config:{label:TVE.t.Invert}}}),this.controls.InvertedDecoration.change=function(t,s){const i=e.getScreen();e.inverted=s.checked,t.find(".clip-path-"+i+e.side).attr("data-inverted",s.checked),s.value=t.find(".clip-path-"+i+e.side).attr("pointer-width"),e.controls.WidthSlider.input(t,s)},this.controls.WidthSlider=new l({el:this.$el.find(".tve-pointer-width"),model:{config:{default:"5",min:"0",max:"90",label:"Width",um:["%"]}}}),this.controls.HeightSlider=new l({el:this.$el.find(".tve-pointer-height"),model:{config:{default:"5",min:"0",max:"90",label:"Height",um:["%"]}}}),this.controls.WidthSlider.input=this.controls.HeightSlider.input=function(t){const s=e.getScreen();_.each(t,function(t){const i=TVE.inner_$(t);i.find(".clip-path-"+s+e.side+" ellipse").remove(),e[`change${TVE.ucFirst(e.side)}`](i)},this)}},setSide(e){this.side=e,this.update()},getScreen(){return this.component.getScreen()},getPreviousScreen(){return this.component.getPreviousScreen()},checkSVG(){return this.component.checkSVG()},changeBottom(e){const t=this.controls.WidthSlider.value(!1)/100,s=this.controls.HeightSlider.value(!1)/100,i=this.processPath(this.defaultPoints),a=this.pointerCoords,l=this.getScreen();let o;this.inverted?(o=a.first.y=a.last.y=i.bottom.y=i.left.y,a.peak.y=o-s,a.peak.x=.5):(o=i.left.y-s,a.first.y=a.last.y=i.left.y=i.bottom.y=o,a.peak.y=1,a.peak.x=.5),a.first.x=(1-t)/2,a.last.x=(1-t)/2+t,this.checkSVG(),e.find(".clip-path-"+l+this.side).first().attr("pointer-width",100*t).attr("pointer-height",100*s).attr("style",""),e.find(".clip-path-"+l+this.side+" polygon").first().attr("points",this.rebuildPath(i,a))},changeRight(e){const t=this.controls.WidthSlider.value(!1)/100,s=this.controls.HeightSlider.value(!1)/100,i=this.processPath(this.defaultPoints),a=this.pointerCoords,l=this.getScreen();let o;this.inverted?(i.right.x=a.first.x=a.last.x=i.bottom.x,a.peak.x=1-s,a.peak.y=.5):(o=i.bottom.x-s,a.first.x=a.last.x=i.bottom.x=i.right.x=o,a.peak.x=1,a.peak.y=.5),a.last.y=(1-t)/2,a.first.y=(1-t)/2+t,this.checkSVG(),e.find(".clip-path-"+l+this.side).first().attr("pointer-width",100*t).attr("pointer-height",100*s),e.find(".clip-path-"+l+this.side+" polygon").first().attr("points",this.rebuildPath(i,a))},changeTop(e){const t=this.controls.WidthSlider.value(!1)/100,s=this.controls.HeightSlider.value(!1)/100,i=this.processPath(this.defaultPoints),a=this.pointerCoords,l=this.getScreen();let o;this.inverted?(i.right.y=a.first.y=a.last.y=i.top.y,a.peak.y=s,a.peak.x=.5):(o=i.right.y+s,a.first.y=a.last.y=i.top.y=i.right.y=o,a.peak.y=0,a.peak.x=.5),a.last.x=(1-t)/2,a.first.x=(1-t)/2+t,this.checkSVG(),e.find(".clip-path-"+l+this.side).first().attr("pointer-width",100*t).attr("pointer-height",100*s),e.find(".clip-path-"+l+this.side+" polygon").first().attr("points",this.rebuildPath(i,a))},changeLeft(e){const t=this.controls.WidthSlider.value(!1)/100,s=this.controls.HeightSlider.value(!1)/100,i=this.processPath(this.defaultPoints),a=this.pointerCoords,l=this.getScreen();let o;this.inverted?(a.first.x=a.last.x=i.left.x=i.top.x,a.peak.x=s,a.peak.y=.5):(o=i.top.x+s,a.first.x=a.last.x=i.top.x=i.left.x=o,a.peak.x=0,a.peak.y=.5),a.first.y=(1-t)/2,a.last.y=(1-t)/2+t,this.checkSVG(),e.find(".clip-path-"+l+this.side).first().attr("pointer-width",100*t).attr("pointer-height",100*s),e.find(".clip-path-"+l+this.side+" polygon").first().attr("points",this.rebuildPath(i,a))},processPath(e){const t=e.split(", "),s=[],i=this;let a=[],l=0;return t.forEach(function(e){a=e.split(" "),s[i.order[l]]={x:Number(a[0]),y:Number(a[1])},l++}),s},update(){const e=this.applyTo(),t=this.getScreen(),s=e.find(".clip-path-"+t+this.side).length>0?t:this.getPreviousScreen(),i=e.find(".clip-path-"+s+this.side).attr("pointer-height"),a=e.find(".clip-path-"+s+this.side).attr("pointer-width");this.inverted="true"===e.find(".clip-path-"+s+this.side).attr("data-inverted"),"pointer"===e.find(".clip-path-"+s+this.side).attr("decoration-type")&&(this.controls.WidthSlider.setValue(a||5),this.controls.HeightSlider.setValue(i||5),this.controls.InvertedDecoration.setChecked(this.inverted),this.controls.WidthSlider.input(e),this.controls.HeightSlider.input(e))},rebuildPath(e,t){const s=[],i=this;return this.order.forEach(function(a,l){l===i.order.indexOf(i.side)&&i.pointerOrder.forEach(function(e){void 0!==t[e].x&&s.push(t[e].x+" "+t[e].y)}),void 0!==e[a].x&&s.push(e[a].x+" "+e[a].y)}),s.join(", ")}})},47491:(e,t,s)=>{!function(t){const i=s(16668),a=s(49194),l=s(12564),o=s(85917);e.exports=i.control.extend({template:TVE.tpl("controls/custom-fields/custom-fields"),hasDynamicFields:!1,hasCustomFields:!1,elements:o.getElements(),after_initialize(){this.tabs=new a({el:this.$el.find(".tve-custom-fields-tabs")[0],model:{config:{target:t(),name:"Element type",buttons:[{icon:"link",text:"&nbsp; Static",value:"static",tooltip:"Use a static source",tooltip_side:"top"},{icon:"database-regular",text:"&nbsp; Dynamic",value:"dynamic",tooltip:"Use a dynamic source",tooltip_side:"top"}]}}}),this.$dynamicOptions=this.$(".dynamic-fields-options"),this.$dynamicOptionsSelect=this.$dynamicOptions.find("select"),this.$fieldsOptions=this.$(".custom-fields-options"),this.$fieldsOptionsSelect=this.$fieldsOptions.find("select"),this.$ratingOptions=this.$(".rating-options"),this.$cfPlaceholderOpts=this.$(".custom-fields-placeholder-options"),this.$moreOpts=this.$(".custom-fields-more-options"),this.$imageTooltip=this.$(".acf-image-placeholder-tooltip"),this.tabs.change=(e,t)=>{const s=this.component.$el.find(".custom-fields-state"),i="static"===t.dataset.value;if(i?this.$moreOpts.hide():this.buildUI(e),s.hide().filter(`[data-state='${t.dataset.value}']`).show(),i&&(this.removeCustomField(),TVE.PostList.utils.checkForPostListSync(TVE.ActiveElement),this.component.update()),"responsivevideo"===TVE._type(e)){const e=this.component.controls.responsive_video.video_settings.lazyLoad;i||e.setChecked(!1,!0),e.$el.toggleClass("tcb-disabled",!i)}},this.tabs.update=e=>{const t=e.hasClass("tcb-custom-field-source")||e.hasClass("tcb-dynamic-field-source")?"dynamic":"static",s="dynamic"===t;this.tabs.setActive(t),s&&this.buildUI(e),s&&this.$fieldsOptions.toggle(e.hasClass("tcb-custom-field-source")),this.component.$el.find(".custom-fields-state").hide().filter(`[data-state="${t}"]`).show(),"responsivevideo"===TVE._type(e)&&this.component.controls.responsive_video.video_settings.lazyLoad.$el.toggleClass("tcb-disabled",s)},this.rating=this.$el.find(".rating-max");for(let e=1;e<=10;e++)this.rating.append(`<option value="${e}">${e}</option>`);this.file_picker={},this.file_picker.audio=new l({template_name:"util/custom-file-picker",config:{type:"audio"}}),this.$el.find(".custom-fields-placeholder-input .audio-picker-input").append(this.file_picker.audio.$el),this.file_picker.audio.on("select",_.bind(this.on_select,this)).on("remove",_.bind(this.on_remove,this)),this.file_picker.audio.type="audio",this.file_picker.responsivevideo=new l({template_name:"util/custom-file-picker",config:{type:"video"}}),this.$el.find(".custom-fields-placeholder-input .responsivevideo-picker-input").append(this.file_picker.responsivevideo.$el),this.file_picker.responsivevideo.on("select",_.bind(this.on_select,this)).on("remove",_.bind(this.on_remove,this)),this.file_picker.responsivevideo.type="responsivevideo",this.file_picker.image=new l({template_name:"util/custom-file-picker",config:{type:"image"}}),this.$el.find(".custom-fields-placeholder-input .image-picker-input").append(this.file_picker.image.$el),this.file_picker.image.on("select",_.bind(this.on_select,this)).on("remove",_.bind(this.on_remove,this)),this.file_picker.image.type="image",TVE.CONST.dynamic_placeholder_elements={},TVE.add_action("tcb.new-editor-content",e=>{TVE.inner.window.TCB_Front.dynamicElements.init(),e.find("[data-c-f-id]").addBack("[data-c-f-id]").each((e,t)=>{const s=TVE.inner_$(t).closest(TVE.Editor_Page.selection_manager.selectors.editable),i=TVE._type(s);"function"==typeof this.elements[i].customFieldInput&&this.elements[i].customFieldInput.call(this,s,t.getAttribute("data-c-f-id"))})})},removeCustomField(){const e=TVE.apply_filters("tcb.custom_fields.element",TVE.ActiveElement);e&&e.removeClass("tcb-custom-field-source tcb-dynamic-field-source").removeAttr("data-c-f-id data-d-f data-dynamic data-post-list data-placeholder-el").find("[data-c-f-id], [data-d-f]").removeAttr("data-c-f-id data-d-f data-post-list data-placeholder-el"),this.$fieldsOptionsSelect.val("")},selectCustomField(e,t){const s=TVE._type(e);"function"==typeof this.elements[s].customFieldInput?""!==t.value?(e.addClass("tcb-custom-field-source"),this.elements[s].customFieldInput.call(this,e,t.value)):this.removeCustomField():console.warn(`Callback for customFieldInput.${s} is not found!`),this.component.update()},getCFValues:o.getCFValues,updatePostList(e){TVE.PostList.utils.isInsidePostList(e)&&(e.attr("data-post-list",1),TVE.PostList.utils.checkForPostListSync(e,!0))},selectDynamicField(e,t){if(this.removeCustomField(),e=TVE.apply_filters("tcb.custom_fields.element",e),this.$moreOpts.toggle("custom"===t.value),t.value.length>0&&"custom"!==t.value){const s=TVE._type(e);"function"==typeof TVE.Components[s].dynamicFieldInput&&(e.addClass("tcb-dynamic-field-source"),TVE.Components[s].dynamicFieldInput(t.value))}this.$fieldsOptions.toggle("custom"===t.value)},changeRatingMax(){const e=this.rating.val(),t=TVE.Components.rating.controls.ratingValue;TVE.ActiveElement.attr("data-max",e),t.enable_disable(!0),t.update(TVE.ActiveElement,!0),t.option_changed(!0),this.rating.val(e)},selectPlaceholder(e,t){if(this.$(".custom-fields-placeholder-input").toggle("replace"===t.value),"hide"===t.value){if(e.attr("data-placeholder-el")&&(e.attr("data-placeholder-el")===e.find(".tcb-responsive-video").attr("data-id")||e.attr("data-placeholder-el")===e.attr("data-url"))||"0"===e.find(".tcb-responsive-video").attr("data-id")){const t=e.find(".tcb-responsive-video")?' data-post-list="1"':"";e.find(".tcb-responsive-video").replaceWith(`<video style="width: 100%;" playsinline="" class="tcb-responsive-video" data-title="Placeholder" data-id="0" data-c-f-id="${e.find(".tcb-responsive-video").attr("data-c-f-id")}"${t}"><source src="" type=""></video>`)}e.removeAttr("data-placeholder-el").removeAttr("data-placeholder-src");const t=TVE._type(e);if(this.file_picker[t]&&this.file_picker[t].set({}),"menu_item_image"===t){const s=e.attr("data-c-f-id")||e.find("[data-c-f-id]").attr("data-c-f-id");this.elements[t].customFieldInput(e,s,null)}}this.component.controls.ExternalFields.updatePostList(e)},onNumberInput(e,t){const s=e.attr("data-c-f-id")||e.find("[data-c-f-id]").attr("data-c-f-id"),i=TVE._type(e);switch(e.attr("data-placeholder-el",t.value),i){case"audio":case"responsivevideo":case"image":case"menu_item_image":e.attr("data-placeholder-src",t.src),this.elements[i].customFieldInput(e,s,TVE.CONST.dynamic_placeholder_elements[t.value]);break;case"megamenu_image":e.attr("data-placeholder-src",t.src),this.elements.menu_item_image.customFieldInput(e,s,TVE.CONST.dynamic_placeholder_elements[t.value]);break;default:this.elements[i].customFieldInput(e,s,t.value)}e.attr("data-placeholder-el",t.value)},onTextInput(e,t){const s=/([0-9]{4}-[0-9]{2}-[0-9]{2}:[0-9]{2}:[0-9]{2})/,i=/(-?[0-9]+\.[0-9]+),(-?[0-9]+\.[0-9]+)/;switch(TVE._type(e)){case"countdown":case"countdown_old":if(s.test(t.value)){const i=s.exec(t.value)[0].split(":");e.attr("data-placeholder-el",s.exec(t.value)[0]),this.elements[TVE._type(e)].customFieldInput(e,e.attr("data-c-f-id"),{date:i[0],hour:i[1],min:i[2]})}break;case"gmap":i.test(t.value)&&e.attr("data-placeholder-el",i.exec(t.value)[0])}},getElement:e=>TVE.apply_filters("tcb.custom_fields.element",e),update(e){const t=(e=this.getElement(e)).attr("data-placeholder-el");this.isInsidePostList=TVE.PostList.utils.isInsidePostList(e),this.key=this.isInsidePostList?`tcb_post_custom_fields_${this.config.config.key}`:this.config.config.key,this.sources=TVE.PostList.utils.isInsidePostList(e)?o.getPostlistFields(this.key):TVE.CONST.external_custom_fields,this.elType=TVE._type(e),this.elementHasCustomField=e.tcbHasClass("tcb-custom-field-source"),this.mainDropdownValues=TVE.apply_filters("tcb.custom-fields.main-dropdown-values",this.config.config.main_dropdown,this.elType),this.hasDynamicFields=!_.isEmpty(this.mainDropdownValues),this.hasCustomFields=!_.isEmpty(this.sources[this.key]),this.isRatingElement=e.tcbHasClass("thrv-rating"),this.hasPlaceholder=!!e.attr("data-placeholder-el")||"0"===e.attr("data-placeholder-el"),this.file_picker[this.elType]&&t&&!this.file_picker[this.elType].selection&&this.file_picker[this.elType].set({url:t,title:t}),this.tabs.$el.toggleClass("tcb-hidden",!(this.hasDynamicFields||this.hasCustomFields||this.elementHasCustomField)),this.tabs.update(e)},buildUI(e){if(this.showPlaceholderMenu(this.hasPlaceholder,this.elType,e.attr("data-placeholder-el")),!this.hasCustomFields&&this.mainDropdownValues&&null!==this.mainDropdownValues.custom&&delete this.mainDropdownValues.custom,this.$dynamicOptions.toggle(this.hasDynamicFields),this.$fieldsOptions.toggle(this.hasCustomFields&&("custom"===this.$dynamicOptionsSelect.val()||!this.hasDynamicFields)),this.$ratingOptions.toggle(this.isRatingElement),this.$cfPlaceholderOpts.val(this.hasPlaceholder?"replace":"hide"),this.$moreOpts.toggle(this.elementHasCustomField&&this.hasCustomFields),this.$imageTooltip.toggle("image"===this.elType),this.show(),e=e.filter(".edit_mode"),this.hasDynamicFields){const s=e.attr("data-d-f")?e:e.find(this.config.config.shortcode_element);let i="";s.length>0&&(i=s.attr("data-d-f")),this.$dynamicOptionsSelect.empty(),_.each(this.mainDropdownValues,(e,s)=>{const a={text:TVE.trimStringAfterWidth(e),value:s};("custom"===s&&this.elementHasCustomField||i===s)&&(a.selected="selected"),t("<option/>",a).appendTo(this.$dynamicOptionsSelect)})}if(this.hasCustomFields){let s="";const i=e.attr("data-c-f-id")?e:e.find(this.config.config.shortcode_element);this.isRatingElement&&this.rating.val(e.attr("data-max")),i.length>0&&(s=i.attr("data-c-f-id")),this.$fieldsOptionsSelect.html("").append('<option value="" disabled selected>Choose custom field</option>'),_.each(this.sources[this.key],(e,i)=>{const a={text:TVE.trimStringAfterWidth(e.label),value:i};s===i&&(a.selected="selected"),t("<option/>",a).appendTo(this.$fieldsOptionsSelect)})}else if(this.elementHasCustomField){const s=(e.attr("data-c-f-id")?e:e.find(this.config.config.shortcode_element)).attr("data-c-f-id");this.isRatingElement&&this.rating.val(e.attr("data-max")),this.$fieldsOptionsSelect.html("").append('<option value="" disabled>Choose custom field</option>'),t("<option/>",{text:"Custom field not set",value:s,selected:"selected"}).appendTo(this.$fieldsOptionsSelect),this.$moreOpts.show()}},on_select(e){const t=TVE.ActiveElement,s=TVE._type(t);e.id?TVE.CONST.dynamic_placeholder_elements[e.id]?this.onNumberInput(t,{value:e.id,src:"external"}):wp.media.attachment(e.id).fetch().then(()=>{TVE.CONST.dynamic_placeholder_elements[e.id]=wp.media.attachment(e.id).attributes,this.onNumberInput(t,{value:e.id,src:"external"})}):(e.src=this.detectUrlSource(e.url),t.attr("data-placeholder-src",e.src),t.attr("data-placeholder-el",e.url),this.file_picker[s].set({url:e.url,title:e.url}),this.elements[s].customFieldInput(t,t.find(".tcb-responsive-video").attr("data-c-f-id"),{value:e.url,url:e.url,video_src:e.src}))},on_remove(){this.selectPlaceholder(TVE.ActiveElement,{value:"hide"})},detectUrlSource(e){const t=new RegExp("https?://(.+)?(wistia.com|wi.st)/(medias|embed)/(.+)"),s=new RegExp("https?://(.+)?fast.wistia.net/embed/(.+?)/(.+)"),i=new RegExp("https?://(.+).(cdn.(vooplayer|spotlightr).com)/(publish|watch)/(.+)"),a=new RegExp("(http|https)?:\\/\\/(www\\.)?vimeo.com\\/(?:channels\\/(?:\\w+\\/)?|groups\\/([^\\/]*)\\/videos\\/|)(\\d+)(?:|\\/\\?)");return/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|shorts\/|\/|v\/|watch\?v=|watch\?.+&v=))((\w|-){11})(?:\S+)?$/.test(e)||/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|list\/|playlist\?list=|playlist\?.+&list=))((\w|-){34})(?:\S+)?$/.test(e)?"youtube":t.test(e)||s.test(e)?"wistia":i.test(e)?"vooplayer":a.test(e)?"vimeo":"external"},showPlaceholderMenu(e,t,s){const i=this.$el.find(".custom-fields-placeholder-input"),a=this;switch(i.toggle(e).children(":not(label)").hide(),"menu_item_image"!==t&&"megamenu_image"!==t||(t="image"),t){case"rating":case"fillcounter":case"progressbar":i.children('input[type="number"]').show().val(s);break;case"audio":case"responsivevideo":case"image":i.children("."+t+"-picker-input").show(),e&&s?TVE.CONST.dynamic_placeholder_elements[s]?a.file_picker[t].set({id:s,title:TVE.CONST.dynamic_placeholder_elements[s].title}):wp.media.attachment(s).fetch().then(function(){a.file_picker[t].set({id:s,title:wp.media.attachment(s).attributes.title}),TVE.CONST.dynamic_placeholder_elements[s]=wp.media.attachment(s).attributes}):a.file_picker[t].set({});break;case"countdown":case"gmap":i.children('input[type="text"]').show().val(s).attr("placeholder","gmap"===t?"Lat,Long":"YYYY-MM-DD:HH:MI")}}})}(jQuery)},47644:(e,t,s)=>{!function(t){const i=s(7757),a=s(55007),l=s(52306),o=s(16668),c=s(48828),n=s(57430);function r(e,t){return e.position-t.position}const d=_.bind;function h(e,s){this.gradient_css_variable=null,this.$el=e,this.$el.css("position","relative"),this.color_picker=s.color_picker,delete s.color_picker,this.color_picker.on_change=d(this.colorPickerChange,this),this.opts=t.extend(!0,{},s),this.original_opts=t.extend(!0,this.opts,{}),this.colorStops=[],this.$pointsContainer=this.$el.find(".gradient-picker-points"),this.updatePreview=d(this.updatePreview,this),this.previewClicked=d(this.previewClicked,this);const i=this.$el.find(".gradient-picker-preview");this.g2d=i[0].getContext("2d"),i.click(this.previewClicked),this.addPoints(s.colorStops),this.updatePreview(!1)}function p(e,s,i,a){this.$el=t("<div>",{class:"gradient-picker-point"}),this.$el.append('<div class="pt-color"></div>'),this.$el.append('<span class="pt-text"></span>'),this.$info=this.$el.find(".pt-text"),e.append(this.$el),this.$parentEl=e,this.color=s.value,this.css_variable=s.css_variable,this.position=void 0===s.position?parseFloat(s.length.value||0)/100:s.position,this.gradient=i,this.width=this.$el.outerWidth()||12,this.parentWidth=e.outerWidth()||236,this.$el.find(".pt-color").css("background-color",c(this.color).toRgbString()),this.$el.css("left",(this.parentWidth-this.width)*this.position),this.colorChanged=d(this.colorChanged,this),this.start=d(this.start,this),this.move=d(this.move,this),this.stop=d(this.stop,this);const l=this;this.$el.tve_draggable({start:d(l.start,l),move:d(l.move,l),stop:d(l.stop,l),dir:"right"}),this.max=this.parentWidth-this.width,this.min=0,this.info(),a&&this.select()}h.prototype={createPoint(e,t){return new p(this.$pointsContainer,e,this,t)},addPoints(e){if((e=void 0!==e?e:this.original_opts.colorStops)&&e.length){const t=100/(e.length-1);e.forEach(function(e,s){e.length||(e.length={type:"%",value:s*t}),this.colorStops.push(this.createPoint(e))},this),this.colorStops[0].select()}return this},colorPickerChange(e){this.cp&&this.cp.colorChanged(e)},updateOptions(e,s){this.opts=t.extend(!0,{},this.opts,e),this.updatePreview(s)},resetOptions(e){this.gradient_css_variable=null,this.original_opts=t.extend(!0,{},e),this.reset()},updatePreview(e){e=void 0===e||e,this.g2d.clearRect(0,0,this.g2d.canvas.width,this.g2d.canvas.height);const t=this.g2d.createLinearGradient(0,0,this.g2d.canvas.width,0);this.colorStops.sort(r),this.colorStops.forEach(function(e){t.addColorStop(e.position,e.color)}),this.g2d.fillStyle=t,this.g2d.fillRect(0,0,this.g2d.canvas.width,this.g2d.canvas.height),e&&this.opts.change(this.getValue())},getValue(){const e={type:this.opts.type,orientation:"linear-gradient"===this.opts.type?this.opts.orientation:"",colorStops:[],gradient_css_variable:this.gradient_css_variable};return this.colorStops.forEach(function(t){e.colorStops.push({css_variable:t.css_variable,type:"literal",value:t.color,length:{type:"%",value:100*t.position|0}})}),e},removeColorStop(e){const t=this.colorStops.indexOf(e);-1!==t&&(this.colorStops.splice(t,1),e.$el.remove())},removeAllColorStops(){return this.$pointsContainer.empty(),delete this.colorStops,this.colorStops=[],this},previewClicked(e){this.$pointsContainer.find(".gradient-picker-point").removeClass("active");const s=t(e.target).offset(),i=e.pageX-s.left,a=e.pageY-s.top,l=this.g2d.getImageData(i,a,1,1),o=this.createPoint({position:i/this.g2d.canvas.offsetWidth,value:"rgb("+l.data[0]+","+l.data[1]+","+l.data[2]+")"},!0);this.cp=o,this.colorStops.push(o),this.colorStops.sort(r),this.updatePreview(!0)},reset(){this.removeAllColorStops(),this.addPoints(this.original_opts.colorStops),this.updateOptions(this.original_opts,!1)},reflow(){this.removeAllColorStops(),this.addPoints()}},p.prototype={info(){this.$info.text(Math.round(100*(this.position||0))+"%")},colorChanged(e){this.css_variable=null,this.color=e,TVE.isCssVariable(this.color)&&(this.css_variable=this.color,this.color=c(TVE.getCssVariableValue(this.css_variable))),this.$el.find(".pt-color").css("background-color",this.color.toRgbString()),this.gradient.updatePreview()},select(){this.gradient.cp=this,this.gradient.color_picker.setValue(this.css_variable?this.css_variable:this.color),this.gradient.color_picker.options.showFavorites&&this.gradient.color_picker.favorites.on_color_show(),this.$parentEl.find(".gradient-picker-point").removeClass("active"),this.$el.addClass("active")},start(){this.startPosition=parseInt(this.$el.css("left")),this.select()},move(e){let t=this.startPosition+e;t=t>this.max?this.max:t,t=t<this.min?this.min:t,this.$el.css("left",t),this.position=t/(this.parentWidth-this.width),this.info(),this.gradient.updatePreview()},stop(){this.gradient.updatePreview()}},t.fn.gradientPicker=function(e){let s;return e=t.extend({change:t.noop},e),(s=this.data("gradient-picker"))||this.data("gradient-picker",s=new h(this,e)),s};const g=s(87109);e.exports=o.base_view.extend({template:TVE.tpl("controls/gradient-picker"),css_variable:null,edit_css_variable:null,initialize(){const e=this;this.render(),this.angle=new n({el:this.$(".tve-gradient-angle"),template:TVE.tpl("controls/gradient/knob"),model:{config:{um:["DEG"],min:0,max:360,type:"number",default:90}}}),this.color_picker=new l({el:this.$(".gradient-color-picker")[0],model:{config:{options:{move:d(function(e){TVE.SKIP_CSS_STATE=!0,this.color_picker.currentEventType="input";const t=this.color_picker.on_change(e);return TVE.SKIP_CSS_STATE=!1,delete this.color_picker.currentEventType,t},this),change:d(function(e){TVE.SKIP_CSS_STATE=!1,this.color_picker.currentEventType="change";const t=this.color_picker.on_change(e);return delete this.color_picker.currentEventType,t},this),output:"object",flat:!0,showButtons:!1,allowEmpty:!1,showInput:!0,showAlpha:!0,showFavorites:!0,showGlobals:!0,showActiveColorDetails:!0}}}}),this.color_picker.input=function(e){this.on_change(e)},this.angle.input=this.angle.change=function(t,s){e.picker.updateOptions({orientation:s.value+"deg"})},this.angle.alterKnobRotateDegree=function(e){return(e-=90)<-90&&(e+=90),e},this.angle.alterKnobValue=function(e){return(e+=90)>=360&&(e-=360),e},this.angle.alterAngleTheta=function(e){return e},this.picker=this.$el.gradientPicker(t.extend(!0,{},this.defaults(),{change:d(this.trigger_change,this),color_picker:this.color_picker})),this.favorite_gradients=new g({gradient_picker:this}),this.favorite_gradients.$el.prependTo(this.color_picker.colorPicker.spectrum("container").find(".sp-favorites-container"))},defaults:()=>({type:"linear-gradient",orientation:"180deg",colorStops:[{type:"literal",value:"#ffffff"},{type:"literal",value:"#000000"}]}),reflow(){this.color_picker.reflow(),this.picker.reflow()},trigger_change(e){this.trigger("change",e)},gradient_type(e,t){this.picker.updateOptions({type:t.value}),this.$(".gradient-orientation")["linear-gradient"===t.value?"show":"hide"]()},reset(){return this.setValue(this._orig),this.trigger_change(this.picker.getValue()),!1},setValue(e){let s=e;const a=_.isString(e);if(this.edit_css_variable||delete this.css_variable,a&&TVE.isCssVariable(e)||_.isObject(e)&&TVE.isCssVariable(e.gradient_css_variable)){const t=a?e:e.gradient_css_variable;TVE.isGlobalGradientActive(t)&&(this.css_variable=t)}a&&(s=i(e),s=s&&s.length?s[0]:[this.defaults()]),this._orig=t.extend(!0,{},s),this.picker.resetOptions(s),this.angle.setValue(s.orientation?parseInt(s.orientation):180),this.$(".gradient-style").val(s.type),this.$(".gradient-orientation")["linear-gradient"===s.type?"show":"hide"]()},getValue(){return this.picker.getValue()},getCss(){return a(this.picker.getValue())},render_favorites(){this.color_picker.options.showFavorites&&this.color_picker.render_favorites(),this.favorite_gradients.on_color_show()},toggle_gradient_controls(e){e=TVE.apply_filters("tcb.disable.enable.gradient.picker",e,this.$el),this.$(".gradient-picker").toggleClass("tcb-disabled",e);const t=this.color_picker.colorPicker.spectrum("container").find(".sp-color-inputs"),s=this.$el.find(".sp-dynamic-color-container").length>0;return t.toggleClass("tcb-disabled",e||s),this.favorite_gradients.has_template_gradients&&this.css_variable&&this.favorite_gradients.$(".templates-gradients-container").toggleClass("tcb-disabled",!e),this.css_variable&&(this.$(".fav-colors .tcb-favorites-toggle-content").toggleClass("tcb-disabled",e&&!this.edit_css_variable),this.color_picker.favorites.has_template_colors&&this.$(".fav-colors .tcb-templates-toggle-content").toggleClass("tcb-disabled",e&&!this.edit_css_variable)),TVE.do_action("tcb.gradient_picker.toggle_gradient_controls",this,e),!1}})}(jQuery)},47935:(e,t,s)=>{!function(){const t=s(88813),i="None";e.exports=t.extend({updateOnMouseLeave:!1,controls_init(e){TVE.Views.Components.Icon.prototype.controls_init.apply(this,arguments),e.Slider.getCssProps=()=>["font-size"];const t=this;e.Display&&(e.Display.update=t=>{if(e.Display.$el.toggle(this.menu.isCustom()),t.length>1&&(t=t.filter(".edit_mode")),t.length){const s=TVE.main.media_rule_index(),i=[];let a=TVE.getClassThatContains(t,`tcb-menu-display-${TVE.main.device}-`).replace(`tcb-menu-display-${TVE.main.device}-`,"");for(s>1&&i.push("tablet"),s>0&&i.push("desktop");!a&&i.length;)a=TVE.getClassThatContains(t,`tcb-menu-display-${i[0]}-`).replace(`tcb-menu-display-${i[0]}-`,""),i.shift();e.Display.setValue(a||"always")}},e.Display.change=(e,t)=>{const s=`tcb-menu-display-${TVE.main.device}-`;e.length>1&&(e=e.filter(".edit_mode")),e.removeClassContaining(s).addClass(`${s}${t.value}`)}),e.HasIconImage.update=function(e){const t=(e=e.filter(".edit_mode")).find("> a .m-icon, > .m-icon, .m-icon").is(":visible"),s=e.find("> a .tcb-mm-text, > a span.tve-disabled-text-inner, span.tve-disabled-text-inner").is(":visible"),i=e.find("> .tcb-mm-image, > .m-image, > .tcb-menu-item-image").is(":visible");let a;a=t?s?"icon-text":"icon":i?s?"image-text":"image":"text",this.setValue(a),delete this.$cachedIcon},e.HasIconImage.input=function(s,a){"desktop"===TVE.main.device||s.attr("data-item-display-desktop")||s.each((e,s)=>t.menu.addDefaultDeviceSettings(TVE.inner_$(s)));const l=e.ModalPicker.get_value();l&&(this.$cachedIcon=t.menu.$("symbol#"+s.find("> .m-icon, .tcb-mm-text > .m-icon, > a > .m-icon").data("icon")).clone()),l!==i&&this.$cachedIcon&&this.$cachedIcon.length?e.ModalPicker.input(s,"icon-"+l,this.$cachedIcon):e.ModalPicker.input(s,"icon-star"),t.menu.toggleMenuText(s,!1),t.menu.toggleImage(s,!0);const o=t.menu.$("symbol#"+s.find("> a .m-icon, > .m-icon").data("icon"));o.length&&!this.$cachedIcon&&(this.$cachedIcon=o.clone()),t.menu.toggleDeviceSettings(s,a.value),a.value.includes("-text")?t.update(["ImageSide"]):["image","icon"].includes(a.value)&&(t.setImageSide(s.find("> .tcb-mm-text"),"row"),t.setImageSide(s,"row")),t.updateDom(),TVE.Editor_Page.reposition_icons()},e.ImageSide.input=function(e,s){if(!e.hasClass(TVE.Components.group.not_group_item_class)){const i=t.menu.getPlacement(e);t.menu.setImageSettings("o",s.dataset.value,i)}t.setImageSide(e,s.dataset.value)},e.ImageSide.update=function(e){this.setValue(t.getImageSide(e.filter(".edit_mode")))},TVE.add_filter("tve.icon.modal.hide.packs",e=>(TVE.ActiveElement&&TVE._type(TVE.ActiveElement)===this.key&&e.push("custom"),e)),e.ModalPicker.update=function(e){const s=e.find(".m-icon").first().data("icon");this.updateValue(t.menu.getIconName(s)||i)},e.ModalPicker.input=function(s,i,a){let l;if(_.isString(i))l=i;else{const e=i.icon.find("use");l=e.length?e.attr("xlink:href").replace("#",""):i.icon.attr("id")}t.menu.addSvgIcon(l,s,a),TVE.Editor_Page.reposition_icons(),this.updateValue(l.replace(/icon-/g,"")),t.updateDom(),e.Slider.update(s),e.ColorPicker.update(s)}},before_update(){const e=TVE.ActiveElement.filter(".edit_mode");TVE.Components.menu.before_update(e.closest(".thrv_widget_menu")),this.menu=TVE.Components.menu.menuView,TVE.ActiveElement.each(function(e,t){t.setAttribute("data-selector",t.dataset.selector.replaceAll("tve-regular","thrv_widget_menu"))})},after_update(){this.updateDom()},__config_ImageSide:e=>(e.buttons=TVE.Views.Components.MegamenuItem.imageSideButtons,e),setImageSide(e,t){e.find(".tcb-mm-text").length&&!e.find(".tcb-mm-image").is(":visible")?e=e.find(".tcb-mm-text"):e.find(" > .tcb-mm-text").removeClassContaining(/tcb--\w+([^\s]+)/g),e.removeClassContaining(/tcb--\w+([^\s]+)/g).addClass(`tcb--${t}`),TVE.Editor_Page.reposition_icons()},getImageSide:e=>(e.find(".tcb-mm-text").length&&!e.find(".tcb-mm-image").is(":visible")&&(e=e.find(".tcb-mm-text")),e.css("flex-direction")||"row")},{imageSideButtons:[{value:"row",icon:"position-left",tooltip:"Left",icon_cls:"w-36 h-21"},{value:"row-reverse",icon:"position-right",tooltip:"Right",icon_cls:"w-36 h-21"},{value:"column",icon:"position-top",tooltip:"Top",icon_cls:"w-26 h-21"},{value:"column-reverse",icon:"position-bottom",tooltip:"Bottom",icon_cls:"w-26 h-21"}]})}()},48092:(e,t,s)=>{const i=s(10545),a=s(99350),l={actions:{"tcb.after-insert":e=>{const t=TVE.Elements[TVE._type(e)];if(t){if(t.identifier===TVE.identifier("logo")&&(!TVE.FLAGS.$dragged_element||TVE.FLAGS.$dragged_element.static_element)){const t=a.get(0);if(t){const s=t.get("src");s.length&&e.find("img").attr("src",s)}}}else console.warn("Corresponding element not found inside TVE.Elements for:",e)}},filters:{tcb_filter_html_before_save:(e,t,s)=>(t.is(TVE.identifier("contentbox"))||s.isPageSourceModal||i.saveLogo(e),e)}};e.exports=l},48335:(e,t,s)=>{const i=s(37261),a=`${TVE.CONST.colors.local_prefix}var`,l=`${TVE.CONST.colors.local_prefix}icon`;e.exports=i.extend({extra_states:!0,controls_init(e){const t=this;i.prototype.controls_init.call(this,e),this.controls.IconPicker.modalInput=function(e,t){const s=e.find("li");let i;i=t.icon&&t.icon.length&&t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,s.html(i);const a=e.parents(TVE.Models.CarouselManager.carouselSelector).find(TVE.Models.CarouselManager.carouselContainerSelector),l=JSON.parse(a.attr("data-carousel-settings"));l.tcbDots=e.hasClass("tcb-carousel-dots-styled")?e.find("svg")[0].outerHTML.replace(/"/g,"'"):"",a.tcbJsonData("carousel-settings",l),TVE.do_action("icon_element_changed",s,t.icon.data("filter")),this.update(e)},this.controls.IconPicker.updatePreview=function(e,t){const s=TVE.ActiveElement.find("li"),i=s.length?s.children().first()[0].outerHTML:"";this.$(".preview-item").html(TVE.tpl("controls/icon/style-picker")({key:t||this.previewValue,icon:i})),this.setStyle(t?t.split("_")[1]:""),this.component.controls.StylePicker.setIcon(i)},this.controls.Slider.input=function(e,s){e=e.find("li");let i=Number(s.value);(isNaN(i)||i<=0)&&(i=1,this.setValue(i));const a={};this.getCssProps().forEach(e=>a[e]=i+this.getUM()+" !important"),this.applyElementCss(a,e,"",t.getCarouselElementIdentifier(e),!0),!TVE.SKIP_CSS_STATE&&this.component.controls.StyleChange&&this.component.controls.StyleChange.update()},this.controls.Slider.update=function(e){this.setValue(e.find("li").tcbCss("font-size"))},this.controls.ColorPicker.input=function(e){const s=this.applyTo().find("li");e&&s.mediaAttr("data-style")&&s.mediaAttr("data-style").includes("inverted")&&(e="#fff"),this.applyElementCss({[l]:e,[a]:e&&String(e).replace("var","var$")||"",color:`${e} !important`,"--tve-applied-color":`${e} !important`},s,"",t.getColorPrefix(s),!0),this.component.controls.IconPicker.setControlColor(e),e||this.component.controls.ColorPicker.update(s)},this.controls.ColorPicker.update=function(e){e.is("ul.tcb-carousel-dots")&&(e=e.find("li"));const s=TVE.getCssVariableValue(a,e.addClass("tcb-local-vars-root")).replace("var$","var");TVE.state_manager.is_hover()&&e.addClass("tve-state-hover").siblings("li.tcb-dot").addClass("tve-state-hover"),this.component.controls.IconPicker&&this.component.controls.IconPicker.setControlColor(s),this.setValue(e.head_css("color",!1,"",!0,t.getCarouselElementIdentifier(e))||"#cdd3d8")},this.controls.HorizontalSpace.input=function(e,s){this.applyElementCss({"--tve-carousel-dots-space":s.value+this.getUM()},e.find("li"),"",t.getCarouselElementIdentifier(e),!0)},this.controls.HorizontalSpace.update=function(e){this.setValue(e.find("li").tcbCss("--tve-carousel-dots-space")||"5px")},this.controls.HorizontalSpace.convertUM=function(e){const t=TVE.ActiveElement.find("li").first(),s=TVE.ActiveElement,i=this.$(".tve-input, .tve-slider");let a;a=TVE.convertUM(t,e,s,"--tve-carousel-dots-space"),a=a===parseInt(a)?parseInt(a):parseFloat(a).toFixed(2),i.val(a)},TVE.add_filter("allow_dragenter",(e,t)=>(t.is(TVE.identifier("carousel_dots"))&&(e=!1),e)),TVE.add_filter("tve.icon.style.element",e=>(e.is(TVE.identifier("carousel_dots"))&&(e=e.find("li.tcb-dot")),e)),TVE.add_filter("head_css_selector",e=>(TVE.inner_$(e.element).closest(TVE.identifier("carousel_dots")).length&&(e.addPrefix=!1),e))},after_update(){const e=TVE.ActiveElement.hasClass("tcb-carousel-dots-styled");this.updateControls(e)},update(){i.prototype.update.apply(this,arguments),this.after_update()},updateControls(e){const t=e?TVE.t.resetCarousel:TVE.t.customizeCarouselDots;TVE.ActiveElement.toggleClass("tcb-carousel-dots-styled",e),this.$(".tve-choose-icon").toggle(e),this.$(".hide-states").toggle(e),this.controls.ColorPicker.$el.toggle(e),this.$(".tve-ghost-green-button").text(t)},customizeDots(){const e=TVE.ActiveElement.hasClass("tcb-carousel-dots-styled");this.updateControls(!e),e&&this.resetDots(),this.controls.ColorPicker.setValue(TVE.ActiveElement.find("li.tcb-dot").css("color"),!0)},resetDots(){const e=TVE.ActiveElement.find("li.tcb-dot");TVE.head_css_remove(e.attr("data-selector"),"_ALL",!0),e.html(TVE.inner.window.TCB_Front.icons.get("dot")).find("svg").addClass("tcb-icon"),TVE.Components.carousel_dots.update()},getCarouselElementIdentifier(e){const t=e.parents(TVE.Models.CarouselManager.carouselSelector);return TVE.get_element_identifier(t)},getColorPrefix:e=>TVE.apply_filters("tve.carousel_dots.color_prefix","",e)})},48416:(e,t,s)=>{e.exports=s(20583).base.extend({template:TVE.tpl("grace-period"),className:".tvd-modal tvd-license-modal tvd-modal-grace-period"})},48643:(e,t,s)=>{e.exports=s(32970).extend({update(){this.setValue(this.component.menuView.config("dropdown_icon")||this.$select.find("option").val())},changed(e,t){e.addClass("tve-custom-menu-upgrade"),this.component.menuView.config("dropdown_icon",t.value),e.find(".tve-item-dropdown-trigger").html("none"!==t.value?this.getHtml(t.value):"")},getHtml(e){return"none"===(e=e||_.first(Object.keys(this.model.paths)))?"":'<svg xmlns="http://www.w3.org/2000/svg" class="tve-dropdown-icon-up" viewBox="'+this.model.paths[e].box+'">'+this.model.paths[e].up+"</svg>"}})},48828:e=>{!function(){let t=/^[\s,#]+/,s=/\s+$/,i=0,a=Math,l=a.round,o=a.min,c=a.max,n=a.random;var r=function(e,n){if(n=n||{},(e=e||"")instanceof r)return e;if(!(this instanceof r))return new r(e,n);const d=function(e){let i={r:0,g:0,b:0},l=1,n=!1,r=!1;var d,h,p;return"string"==typeof e&&(e=function(e){e=e.replace(t,"").replace(s,"").toLowerCase();let i,a=!1;if(V[e])e=V[e],a=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(i=P.rgb.exec(e))?{r:i[1],g:i[2],b:i[3]}:(i=P.rgba.exec(e))?{r:i[1],g:i[2],b:i[3],a:i[4]}:(i=P.hsl.exec(e))?{h:i[1],s:i[2],l:i[3]}:(i=P.hsla.exec(e))?{h:i[1],s:i[2],l:i[3],a:i[4]}:(i=P.hsv.exec(e))?{h:i[1],s:i[2],v:i[3]}:(i=P.hsva.exec(e))?{h:i[1],s:i[2],v:i[3],a:i[4]}:(i=P.hex8.exec(e))?{a:(l=i[1],$(l)/255),r:$(i[2]),g:$(i[3]),b:$(i[4]),format:a?"name":"hex8"}:(i=P.hex6.exec(e))?{r:$(i[1]),g:$(i[2]),b:$(i[3]),format:a?"name":"hex"}:!!(i=P.hex3.exec(e))&&{r:$(i[1]+""+i[1]),g:$(i[2]+""+i[2]),b:$(i[3]+""+i[3]),format:a?"name":"hex"};var l}(e)),"object"==typeof e&&(e.hasOwnProperty("r")&&e.hasOwnProperty("g")&&e.hasOwnProperty("b")?(d=e.r,h=e.g,p=e.b,i={r:255*k(d,255),g:255*k(h,255),b:255*k(p,255)},n=!0,r="%"===String(e.r).substr(-1)?"prgb":"rgb"):e.hasOwnProperty("h")&&e.hasOwnProperty("s")&&e.hasOwnProperty("v")?(e.s=A(e.s),e.v=A(e.v),i=function(e,t,s){e=6*k(e,360),t=k(t,100),s=k(s,100);const i=a.floor(e),l=e-i,o=s*(1-t),c=s*(1-l*t),n=s*(1-(1-l)*t),r=i%6;return{r:255*[s,c,o,o,n,s][r],g:255*[n,s,s,c,o,o][r],b:255*[o,o,n,s,s,c][r]}}(e.h,e.s,e.v),n=!0,r="hsv"):e.hasOwnProperty("h")&&e.hasOwnProperty("s")&&e.hasOwnProperty("l")&&(e.s=A(e.s),e.l=A(e.l),i=function(e,t,s){let i,a,l;function o(e,t,s){return s<0&&(s+=1),s>1&&(s-=1),s<1/6?e+6*(t-e)*s:s<.5?t:s<2/3?e+(t-e)*(2/3-s)*6:e}if(e=k(e,360),t=k(t,100),s=k(s,100),0===t)i=a=l=s;else{const c=s<.5?s*(1+t):s+t-s*t,n=2*s-c;i=o(n,c,e+1/3),a=o(n,c,e),l=o(n,c,e-1/3)}return{r:255*i,g:255*a,b:255*l}}(e.h,e.s,e.l),n=!0,r="hsl"),e.hasOwnProperty("a")&&(l=e.a)),l=M(l),{ok:n,format:e.format||r,r:o(255,c(i.r,0)),g:o(255,c(i.g,0)),b:o(255,c(i.b,0)),a:l}}(e);this._originalInput=e,this._r=d.r,this._g=d.g,this._b=d.b,this._a=d.a,this._roundA=l(100*this._a)/100,this._format=n.format||d.format,this._gradientType=n.gradientType,this._r<1&&(this._r=l(this._r)),this._g<1&&(this._g=l(this._g)),this._b<1&&(this._b=l(this._b)),this._ok=d.ok,this._tc_id=i++};function d(e,t,s){e=k(e,255),t=k(t,255),s=k(s,255);const i=c(e,t,s),a=o(e,t,s);let l,n,r=(i+a)/2;if(i==a)l=n=0;else{const o=i-a;switch(n=r>.5?o/(2-i-a):o/(i+a),i){case e:l=(t-s)/o+(t<s?6:0);break;case t:l=(s-e)/o+2;break;case s:l=(e-t)/o+4}l/=6}return{h:l,s:n,l:r}}function h(e,t,s){e=k(e,255),t=k(t,255),s=k(s,255);const i=c(e,t,s),a=o(e,t,s);let l,n,r=i;const d=i-a;if(n=0===i?0:d/i,i==a)l=0;else{switch(i){case e:l=(t-s)/d+(t<s?6:0);break;case t:l=(s-e)/d+2;break;case s:l=(e-t)/d+4}l/=6}return{h:l,s:n,v:r}}function p(e,t,s,i){const a=[B(l(e).toString(16)),B(l(t).toString(16)),B(l(s).toString(16))];return i&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0):a.join("")}function g(e,t,s,i){var a;return[B((a=i,Math.round(255*parseFloat(a)).toString(16))),B(l(e).toString(16)),B(l(t).toString(16)),B(l(s).toString(16))].join("")}function m(e,t){t=0===t?0:t||10;const s=r(e).toHsl();return s.s-=t/100,s.s=S(s.s),r(s)}function u(e,t){t=0===t?0:t||10;const s=r(e).toHsl();return s.s+=t/100,s.s=S(s.s),r(s)}function v(e){return r(e).desaturate(100)}function f(e,t){t=0===t?0:t||10;const s=r(e).toHsl();return s.l+=t/100,s.l=S(s.l),r(s)}function _(e,t){t=0===t?0:t||10;const s=r(e).toRgb();return s.r=c(0,o(255,s.r-l(-t/100*255))),s.g=c(0,o(255,s.g-l(-t/100*255))),s.b=c(0,o(255,s.b-l(-t/100*255))),r(s)}function b(e,t){t=0===t?0:t||10;const s=r(e).toHsl();return s.l-=t/100,s.l=S(s.l),r(s)}function w(e,t){const s=r(e).toHsl(),i=(l(s.h)+t)%360;return s.h=i<0?360+i:i,r(s)}function y(e){const t=r(e).toHsl();return t.h=(t.h+180)%360,r(t)}function C(e){const t=r(e).toHsl(),s=t.h;return[r(e),r({h:(s+120)%360,s:t.s,l:t.l}),r({h:(s+240)%360,s:t.s,l:t.l})]}function z(e){const t=r(e).toHsl(),s=t.h;return[r(e),r({h:(s+90)%360,s:t.s,l:t.l}),r({h:(s+180)%360,s:t.s,l:t.l}),r({h:(s+270)%360,s:t.s,l:t.l})]}function E(e){const t=r(e).toHsl(),s=t.h;return[r(e),r({h:(s+72)%360,s:t.s,l:t.l}),r({h:(s+216)%360,s:t.s,l:t.l})]}function T(e,t,s){t=t||6,s=s||30;const i=r(e).toHsl(),a=360/s,l=[r(e)];for(i.h=(i.h-(a*t>>1)+720)%360;--t;)i.h=(i.h+a)%360,l.push(r(i));return l}function x(e,t){t=t||6;const s=r(e).toHsv();let i=s.h,a=s.s,l=s.v;const o=[],c=1/t;for(;t--;)o.push(r({h:i,s:a,v:l})),l=(l+c)%1;return o}r.prototype={isDark(){return this.getBrightness()<128},isLight(){return!this.isDark()},isValid(){return this._ok},getOriginalInput(){return this._originalInput},getFormat(){return this._format},getAlpha(){return this._a},getBrightness(){const e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},setAlpha(e){return this._a=M(e),this._roundA=l(100*this._a)/100,this},toHsv(){const e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString(){const e=h(this._r,this._g,this._b),t=l(360*e.h),s=l(100*e.s),i=l(100*e.v);return 1==this._a?"hsv("+t+", "+s+"%, "+i+"%)":"hsva("+t+", "+s+"%, "+i+"%, "+this._roundA+")"},toHsl(){const e=d(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString(){const e=d(this._r,this._g,this._b),t=l(360*e.h),s=l(100*e.s),i=l(100*e.l);return 1==this._a?"hsl("+t+", "+s+"%, "+i+"%)":"hsla("+t+", "+s+"%, "+i+"%, "+this._roundA+")"},toHex(e){return p(this._r,this._g,this._b,e)},toHexString(e){return"#"+this.toHex(e)},toHex8(){return g(this._r,this._g,this._b,this._a)},toHex8String(){return"#"+this.toHex8()},toRgb(){return{r:l(this._r),g:l(this._g),b:l(this._b),a:this._a}},toRgbString(){return 1==this._a?"rgb("+l(this._r)+", "+l(this._g)+", "+l(this._b)+")":"rgba("+l(this._r)+", "+l(this._g)+", "+l(this._b)+", "+this._roundA+")"},toPercentageRgb(){return{r:l(100*k(this._r,255))+"%",g:l(100*k(this._g,255))+"%",b:l(100*k(this._b,255))+"%",a:this._a}},toPercentageRgbString(){return 1==this._a?"rgb("+l(100*k(this._r,255))+"%, "+l(100*k(this._g,255))+"%, "+l(100*k(this._b,255))+"%)":"rgba("+l(100*k(this._r,255))+"%, "+l(100*k(this._g,255))+"%, "+l(100*k(this._b,255))+"%, "+this._roundA+")"},toName(){return 0===this._a?"transparent":!(this._a<1)&&(L[p(this._r,this._g,this._b,!0)]||!1)},toFilter(e){const t="#"+g(this._r,this._g,this._b,this._a);let s=t;const i=this._gradientType?"GradientType = 1, ":"";return e&&(s=r(e).toHex8String()),"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+t+",endColorstr="+s+")"},toString(e){const t=!!e;e=e||this._format;let s=!1;const i=this._a<1&&this._a>=0;return t||!i||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"name"!==e?("rgb"===e&&(s=this.toRgbString()),"prgb"===e&&(s=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(s=this.toHexString()),"hex3"===e&&(s=this.toHexString(!0)),"hex8"===e&&(s=this.toHex8String()),"name"===e&&(s=this.toName()),"hsl"===e&&(s=this.toHslString()),"hsv"===e&&(s=this.toHsvString()),s||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},_applyModification(e,t){const s=e.apply(null,[this].concat([].slice.call(t)));return this._r=s._r,this._g=s._g,this._b=s._b,this.setAlpha(s._a),this},lighten(){return this._applyModification(f,arguments)},brighten(){return this._applyModification(_,arguments)},darken(){return this._applyModification(b,arguments)},desaturate(){return this._applyModification(m,arguments)},saturate(){return this._applyModification(u,arguments)},greyscale(){return this._applyModification(v,arguments)},spin(){return this._applyModification(w,arguments)},_applyCombination(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous(){return this._applyCombination(T,arguments)},complement(){return this._applyCombination(y,arguments)},monochromatic(){return this._applyCombination(x,arguments)},splitcomplement(){return this._applyCombination(E,arguments)},triad(){return this._applyCombination(C,arguments)},tetrad(){return this._applyCombination(z,arguments)}},r.fromRatio=function(e,t){if("object"==typeof e){const t={};for(const s in e)e.hasOwnProperty(s)&&(t[s]="a"===s?e[s]:A(e[s]));e=t}return r(e,t)},r.equals=function(e,t){return!(!e||!t)&&r(e).toRgbString()==r(t).toRgbString()},r.random=function(){return r.fromRatio({r:n(),g:n(),b:n()})},r.mix=function(e,t,s){s=0===s?0:s||50;const i=r(e).toRgb(),a=r(t).toRgb(),l=s/100,o=2*l-1,c=a.a-i.a;let n;n=o*c==-1?o:(o+c)/(1+o*c),n=(n+1)/2;const d=1-n,h={r:a.r*n+i.r*d,g:a.g*n+i.g*d,b:a.b*n+i.b*d,a:a.a*l+i.a*(1-l)};return r(h)},r.readability=function(e,t){const s=r(e),i=r(t),a=s.toRgb(),l=i.toRgb(),o=s.getBrightness(),c=i.getBrightness(),n=Math.max(a.r,l.r)-Math.min(a.r,l.r)+Math.max(a.g,l.g)-Math.min(a.g,l.g)+Math.max(a.b,l.b)-Math.min(a.b,l.b);return{brightness:Math.abs(o-c),color:n}},r.isReadable=function(e,t){const s=r.readability(e,t);return s.brightness>125&&s.color>500},r.mostReadable=function(e,t){let s=null,i=0,a=!1;for(let l=0;l<t.length;l++){const o=r.readability(e,t[l]),c=o.brightness>125&&o.color>500,n=o.brightness/125*3+o.color/500;(c&&!a||c&&a&&n>i||!c&&!a&&n>i)&&(a=c,i=n,s=r(t[l]))}return s};const V=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};var L=r.hexNames=function(e){const t={};for(const s in e)e.hasOwnProperty(s)&&(t[e[s]]=s);return t}(V);function M(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function k(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");const s=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=o(t,c(0,parseFloat(e))),s&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function S(e){return o(1,c(0,e))}function $(e){return parseInt(e,16)}function B(e){return 1==e.length?"0"+e:""+e}function A(e){return e<=1&&(e=100*e+"%"),e}const P=function(){const e="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)",t="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?",s="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";return{rgb:new RegExp("rgb"+t),rgba:new RegExp("rgba"+s),hsl:new RegExp("hsl"+t),hsla:new RegExp("hsla"+s),hsv:new RegExp("hsv"+t),hsva:new RegExp("hsva"+s),hex3:/^([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex8:/^([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();e.exports=r}()},48873:(e,t,s)=>{const i=new(s(61081)),a=s(48828),l=s(49194),o=s(94491),c=s(50732),n=s(515),r=s(82540),d=c.extend({_template:TVE.tpl("controls/social-follow/social-follow-panel"),template:"",onOpen(e,t){const s=t.parentElement.dataset.key;this.selectedNetworks=TVE.CONST.dynamic_links?TVE.CONST.dynamic_links["Global Fields"].links.Social.map(e=>({key:e.id?e.id+"_share":"",name:e.name,url:e.url})):"",this.key=s,this.net={key:`${s}_share`},this.$link=e.find(`.tve_s_${this.net.key} a`),this.$link.attr("data-current-network",this.$link.attr("data-shortcode-id")),this.isDynamic=this.$link.hasClass("tve-dynamic-link"),this.isAuthorLink=this.$link.hasClass("tve-author-link"),this.LinkNoFollow.setChecked(!!this.$link&&"nofollow"===this.$link.attr("rel")),this.LinkNewTab.setChecked(!!this.$link&&"_blank"===this.$link.attr("target")),this.updateUI(!0)},after_render(){const e=this;this.ModalPicker=new r({el:this.$(".tcb-network-icon-picker"),model:{config:{label:"Icon"}}});const t=TVE.IconsModal.get_instance(TVE.modal.get_element("icons"));this.ModalPicker.setModal(t),this.ModalPicker.input=function(t,s){let i;const a=JSON.parse(t.attr("data-icons-identifiers"));i=s.icon.is("symbol")?TVE.svg_icon({path:s.icon.html(),viewBox:s.icon[0].getAttribute("viewBox"),name:s.icon.find("> title").first().text(),id:s.icon.attr("id")}):'<span class="tve_sc_icon '+s.icon.data("filter")+'" data-id="'+s.icon.data("filter")+'"></span>',e.$icon=TVE.inner_$(i),e.key&&(a[e.key]=i,t.attr("data-icons-identifiers",JSON.stringify(a))),this.update(t)},this.ModalPicker.update=function(){let t=e.$icon.attr("data-name")||e.$icon.attr("data-id");t||(t=e.$icon.attr("data-tve-icon")?e.$icon.attr("data-tve-icon").replace("icon-",""):""),t=t.replace("icon-",""),this.updateValue(t)},this.tabs=new l({el:this.$el.find(".tve-link-tabs")[0],model:this.tabsConfig()}),this.tabs.change=(e,t)=>{t.dataset.value&&"dynamic"===t.dataset.value?(this.tabs.setActive("dynamic"),this.updateDropdownValues()):this.tabs.setActive("static")},this.LinkNewTab=new n({el:this.$el.find(".elem-link-newtab"),model:{config:{label:TVE.t.newtab,default:!1}}}),this.LinkNewTab.input=(e,t)=>{t.checked?this.$link.attr("target","_blank"):this.$link.removeAttr("target"),TVE.Components.animation.update()},this.LinkNoFollow=new n({el:this.$el.find(".elem-link-nofollow"),model:{config:{name:"",label:TVE.t.nofollow,default:!1}}}),this.LinkNoFollow.input=(e,t)=>{t.checked?this.$link.attr("rel","nofollow"):this.$link.removeAttr("rel")},_.each(TVE.CONST.socialFollowNetworks,(e,t)=>{this.$("select.tcb-networks").append(`<option value="${t.replace("_share","")}">${e}</option>`)}),this.$("select.tcb-network-type").append('<option value="social">Global Site</option>'),TVE.CONST.author_social_links&&Object.keys(TVE.CONST.author_social_links).length&&this.$("select.tcb-network-type").append('<option value="author">Author</option>'),TVE.add_filter("tcb.droppanel.enter.pressed",()=>{const e=this.$el.find('.btn-apply[data-fn="deleteNetwork"]'),t=this.$el.find('.btn-apply[data-fn="onApply"]');return e.length&&e.is(":visible")?e.trigger("click"):t.length&&t.is(":visible")&&t.trigger("click"),!1})},tabsConfig:()=>({config:{target:".tve-link-boxes",buttons:[{icon:"link",value:"static",tooltip:TVE.t.linkType.static,tooltip_side:"top"},{icon:"database-regular",value:"dynamic",tooltip:TVE.t.linkType.dynamic,tooltip_side:"top"}]}}),updateUI(e=!1){const t=this.$link.attr("data-current-network")?this.$link.attr("data-current-network")+"_share":this.net.key,s=TVE.ActiveElement.tcbJsonData("custom-networks"),i=TVE.ActiveElement.tcbJsonData("icons-identifiers"),a=this.selectedNetworks.filter(e=>e.key===t).map(e=>e.name)[0];let l=TVE.ActiveElement.find(`.tve_s_${this.key}_share`).attr("data-name")||a,o=this.isAuthorLink?TVE.CONST.author_social_links[t.replace("_share","")]:this.selectedNetworks.filter(e=>e.key===t).map(e=>e.url)[0];t&&!a&&s[t]?(l=s[t].name,o=s[t].url,this.$(".tcb-delete-network").show(),this.isDynamic=!1):(this.isDynamic&&(l=a),this.$(".tcb-delete-network").hide()),this.updateDropdownValues(),this.$('.tcb-network-name[type="text"]').val(l),e&&this.$(".tcb-network-name-label").html(l),this.$('.tcb-network-url[type="text"]').val(this.$link.attr("href")?this.$link.attr("href"):o),this.$("select.tcb-networks").val(t.replace("_share","")),this.$("select.tcb-network-type").val(this.isAuthorLink?"author":"social"),this.$(".tcb-confirm-delete-network, .tcb-delete-confirm").hide(),this.$(".link-option-panel").show(),this.$(".link-option-panel .static-option").toggle(!this.isDynamic),this.$(".link-option-panel .dynamic-option").toggle(this.isDynamic),this.tabs.setActive(this.isDynamic?"dynamic":"static"),this.$icon=this.$link.find("svg"),!this.$icon.length&&i[this.key]&&(this.$icon=TVE.inner_$(i[this.key])),this.ModalPicker.update(TVE.ActiveElement)},validate(){if("dynamic"===this.tabs.getValue())return!0;const e=this.$(".tcb-network-name").val();if(0===e.length||0===e.replace(/[^a-zA-Z0-9]/g,"").length)return TVE.page_message(TVE.t.missingSocialName,!0),!1;const t=this.validateUrl(this.$('.tcb-network-url[type="text"]').val());return!!this.validateUrl(t)||(TVE.page_message(TVE.t.missing_invalid_url,!0),!1)},apply(e){this.isDynamic="dynamic"===this.tabs.getValue();const t={renderAll:!1,setDynamic:this.isDynamic?"dynamic":"static",href:this.isDynamic?"":this.validateUrl(this.$('.tcb-network-url[type="text"]').val()),name:this.isDynamic?this.$("select.tcb-networks option:selected").text():this.$('.tcb-network-name[type="text"]').val(),isAuthorLink:this.isAuthorLink,linkNewTab:this.LinkNewTab.isChecked(),linkNoFollow:this.LinkNoFollow.isChecked()},s=e.tcbJsonData("icons-identifiers");if(this.isDynamic){const t=i.findWhere({key:this.key}),s=e.find(`.tve_s_${this.key}_share a`);s.attr("data-shortcode-id",s.attr("data-current-network")),t.set({label:this.$('.tcb-network-name[type="text"]').val()})}else this.updateNetwork(e);TVE.renderers.social_follow.renderItem(this.net,e,TVE.inner_$(s[this.key])[0],t),TVE.Components.social_follow.controls.preview.update()},cancel(){"dynamic"!==this.tabs.getValue()||this.isDynamic||this.$link.removeAttr("data-shortcode-id")},changeNetwork(e,t){const s=e.find(`.tve_s_${this.key}_share`),i=this.getCustomNetworks(e);this.isAuthorLink="author"===this.$("select.tcb-network-type").val(),s.find("a").attr("data-current-network",t.value.replace("_share","")),i[`${this.key}_share`]||(this.isDynamic=!0,this.updateUI(!1))},changeNetworkType(e,t){const s=t.value;let i;this.$("select.tcb-networks").find("option").remove(),"author"===s?(_.each(TVE.CONST.author_social_links,(e,t)=>{this.$("select.tcb-networks").append('<option value="'+t+'">'+TVE.CONST.socialFollowNetworks[`${t}_share`]+"</option>")}),this.isAuthorLink=!0,i=this.$("select.tcb-networks").find(":selected")[0]):"social"===s&&(_.each(TVE.CONST.socialFollowNetworks,e=>{this.$("select.tcb-networks").append('<option value="'+s.replace("_share","")+'">'+e+"</option>")}),this.isAuthorLink=!1,i=this.$("select.tcb-networks").find(`option[value="${this.key}"]`)[0]),i&&!i.disabled&&this.changeNetwork(e,i),this.updateDropdownValues()},updateNetwork(e){const t=i.findWhere({key:this.key}),s=this.$('.tcb-network-name[type="text"]').val(),a=this.$('.tcb-network-url[type="text"]').val(),l=e.tcbJsonData("custom-networks"),o=`${this.key}_share`;t&&l[o]&&(s&&s!==l[o].name&&(t.set({label:s}),l[o].name=s),a&&a!==l[o].url&&(l[o].url=a),e.tcbJsonData("custom-networks",l))},showConfirm(){this.$(".link-option-panel").hide(),this.$(".tcb-confirm-delete-network, .tcb-delete-confirm").show()},deleteNetwork(e){const t=e.tcbJsonData("custom-networks"),s=i.where({key:this.key});t&&t[`${this.key}_share`]&&delete t[`${this.key}_share`],i.remove(s),e.tcbJsonData("custom-networks",t),c.close_all()},updateDropdownValues(){const e=this.$("select.tcb-networks");e.empty(),_.each(TVE.CONST.socialFollowNetworks,(t,s)=>{const i=s.replace("_share",""),a=`<option value="${i}" ${i===this.key||this.isAuthorLink?"":"disabled"}>${t}</option>`;this.isAuthorLink?void 0!==TVE.CONST.author_social_links[i]&&e.append(a):e.append(a)});const t=e.find(`option[value="${this.$link.attr("data-shortcode-id")}"]`);t.length&&!t.prop("disabled")&&e.val(this.$link.attr("data-shortcode-id"))},validateUrl:e=>(e&&!/^(?:[a-z]+:|#|\?|\.|\/(.*))/.test(e)&&(e="https://"+e),e),getCustomNetworks:e=>e.tcbJsonData("custom-networks")}),h=d.extend({_template:TVE.tpl("controls/social-follow/social-follow-create-panel"),after_render(){d.prototype.after_render.call(this)},updateUI(){this.$(".tcb-network-name").val(""),this.$(".tcb-network-url").val(""),this.$icon=this.$link.find("svg")||this.$link.find(".tve_sc_icon"),this.ModalPicker.update(TVE.ActiveElement),this.LinkNoFollow.setChecked(!0),this.LinkNewTab.setChecked(!0)},apply(e){const t=this.getCustomNetworks(e),s=e.attr("data-icons-identifiers")?JSON.parse(e.attr("data-icons-identifiers")):{},a={renderAll:!0,setDynamic:"static",href:this.validateUrl(this.$('.tcb-network-url[type="text"]').val()),name:this.$(".tcb-network-name").val(),isAuthorLink:!1,linkNewTab:this.LinkNewTab.isChecked(),linkNoFollow:this.LinkNoFollow.isChecked()},l=this.$(".tcb-network-name").val().replace(/[^a-zA-Z0-9]/g,"").toLowerCase()+"_share";t[l]={name:this.$(".tcb-network-name").val(),url:this.validateUrl(this.$(".tcb-network-url").val())},e.tcbJsonData("custom-networks",t),e.length&&_.each(t,(e,t)=>{t=t.replace("_share",""),i.findWhere({key:t})||i.add({key:t,label:e.name,checked:!0},{silent:!0})}),s[l.replace("_share","")]=this.$icon.length?this.$icon[0].outerHTML:"",e.attr("data-icons-identifiers",JSON.stringify(s)),i.trigger("change"),TVE.renderers.social_follow.renderItem({key:l},e,this.$icon[0],a),TVE.Components.social_follow.controls.preview.update(),TVE.Editor_Page.reposition_icons()},cancel(){}});e.exports=o.extend({lastSelectedStyle:null,controls_init(e){this.dropPanel=new d({}),this.customNetworkPanel=new h({}),o.prototype.controls_init.call(this,e),e.CustomBranding.update=function(t){const s=t.hasClass("tcb-custom-branding-social");this.setChecked(s),e.SocialFollowPalettes.$el.toggleClass("tcb-hidden",!s)},e.CustomBranding.change=function(t,s){e.SocialFollowPalettes.$el.toggleClass("tcb-hidden",!s.checked);const i=TVE.hasSmartColors(t),a=TVE.Components.social_follow.controls.SocialFollowPalettes,l=a.shortcodeConfig?a.shortcodeConfig.palettes[0].original.colors[a.masterVariables.colors[0]].val:"";if(s.checked){if(t.addClass("tcb-custom-branding-social"),i){const e=TVE.renderers.social_follow.config.style.replace("tve_links_style_","");if(["1","2","3","4","5"].includes(e))if(e.includes("1")){const e="linear-gradient(to bottom right, rgba(23, 23, 22, 0.7) 50%, rgba(23, 23, 22, 0.5) 50%)";a.updateControlValue("colors",`var(--tcb-local-color-${a.masterVariables.colors[0]})`,e)}else a.updateControlValue("colors",`var(--tcb-local-color-${a.masterVariables.colors[0]})`,l);else t.find(".tve_s_item").head_css({background:"",[`${TVE.CONST.cssVarPrefix}-background-image`]:"",[`${TVE.CONST.cssVarPrefix}-background-color`]:""},null,"",!1,`${TVE.CONST.global_css_prefix} .thrv_social_follow .tve_social_items `),TVE.Components.social_follow.controls.SocialFollowPalettes.matchGlobal(t)}}else t.removeClass("tcb-custom-branding-social"),a.masterVariables.colors&&a.updateControlValue("colors",`var(--tcb-local-color-${a.masterVariables.colors[0]})`,l)},e.Align.update=function(e){let t="";"100%"===e.css("min-width")?t="full":(TVE.Components.layout.controls.Alignment.update(),t=TVE.Components.layout.controls.Alignment.getValue()),this.setActive(t)},e.Align.input=(e,t)=>{const s="full"===t.dataset.value;e.find(".tve_social_items").toggleClass("social_full_width",s),this.toggleFullWidth(e,s),TVE.Components.layout.controls.Alignment.$(`[data-value="${s?"none":t.dataset.value}"]`).trigger("click")},TVE.Components.layout.controls.Alignment.on("change",function(){this.is_visible()&&this.update("Align")}),e.size.update=function(e){this.setValue(parseInt(e.find(".tve_social_items .tve_s_item:not(.tcb-excluded-from-group-item) .tve_s_icon").css("font-size")))},e.size.input=function(e,t){const s={"font-size":t.value+this.getUM()+" !important"};this.applyElementCss(s,e," .tve_social_items",""),this.applyElementCss(s,e.find(":not(.tcb-excluded-from-group-item) .tve_s_icon"),"","")}},after_init(){TVE.add_action("tcb.after_social_style_change",(e,t)=>{if(!e.is(TVE.identifier("social_follow")))return;this.lastSelectedStyle||(this.lastSelectedStyle=t.model.selected_old);const s=e.find(".tve_s_item"),i=t.model.selected.replace("tve_links_style_",""),l=this.lastSelectedStyle.replace("tve_links_style_","--tcb-local-color-style-"),o=t.model.selected.replace("tve_links_style_","--tcb-local-color-style-");s.each((e,t)=>{const s=TVE.inner_$(t),c=s.attr("data-network");let n=s.head_css(l,!1,"",!0,`.tve_s_item[data-network="${c}"]`);if(s.removeAttr("data-css"),n){if(i.includes("1")){TVE.isCssVariable(n)&&(n=a(TVE.getCssVariableValue(n))),"string"==typeof n&&(n=a(n));const e=n.toRgb(),t=n.toRgb();t.a=e.a-.2,n=`linear-gradient(to bottom right, rgba(${t.r},${t.g},${t.b},${t.a}) 50%, rgba(${e.r},${e.g},${e.b},${e.a}) 50%)`}else n.includes("to bottom right")&&(n="");s.head_css({[o]:n},!1,"",!0,`.tve_s_item[data-network="${c}"]`)}});const c=["1","2","3","4","5"].includes(i);this.controls.CustomBranding.setChecked(c,!0),this.lastSelectedStyle=t.model.selected,TVE.Editor_Page.reposition_icons()}),TVE.add_action("tcb.element.selected.social_follow",e=>{if(!e.hasClass("tcb-local-vars-root")){const t=TVE.tpl("elements/social-follow-palette-config");e.prepend(t),e.addClass("tcb-local-vars-root")}e.hasClass("thrv_social_follow")||e.addClass("tcb-custom-branding-social thrv_social_follow").find(".tve_social_items").addClass("tcb-social-follow tve-prevent-content-edit"),e.hasClass("tve_social_updated_author")?delete TVE.CONST.socialFollowNetworks.t_share:TVE.CONST.socialFollowNetworks.t_share="Twitter"}),TVE.add_filter("allow_drop",(e,t)=>{const s=TVE.main.EditMode.element();return TVE.main.EditMode.in_edit()&&s.is(TVE.identifier("social_follow"))&&t[0].is(".tve_s_item")&&!s.find(t[1].data("tt")).length&&(e=!1),e}),TVE.add_filter("element_drop",function(e){if(e.is(TVE.identifier("social_follow"))&&TVE.renderers.social_follow.config.style.replace("tve_links_style_","").includes("1")){const t=TVE.Components.social_follow.controls.SocialFollowPalettes,s="linear-gradient(to bottom right, rgba(23, 23, 22, 0.7) 50%, rgba(23, 23, 22, 0.5) 50%)";t.shortcodeConfig=t.getPaletteConfig(e),t._setPaletteVariables(),TVE.ActiveElement=e,t.updateControlValue("colors",`var(${TVE.CONST.colors.local_prefix}${t.masterVariables.colors[0]})`,s,t.getVariations()[0])}return e})},get_collection:()=>i,open_edit_panel(e,t){return this.dropPanel.isOpen()||this.dropPanel.open(TVE.ActiveElement,t),!1},open_selector_panel(e,t){return this.controls.selector.read_element(),this.controls.selector.open(null,t),!1},selector_control:()=>s(56671),previewListInitializer:()=>s(26514),editElement(e,t,s=TVE.ActiveElement){s.removeClass("canvas-mode"),s.find(".tve_social_items").removeClass("tve-prevent-content-edit"),TVE.main.EditMode.enter(s,{show_overlay:!0,blur:!0,element_selectable:!1,show_default_message:!0,restore_state:!0,can_insert_elements:!1,callbacks:{exit:()=>{s.find(".tve_social_items").addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(s.removeClass("canvas-mode"))}}}),TVE.Editor_Page.focus_element(s.find(".tve_s_item").first()),TVE.Editor_Page.reposition_icons()},render(){const e=TVE.ActiveElement;this.renderer.set_config({selected:this.get_collection().filter(e=>!0===e.get("checked")).map(e=>({key:`${e.get("key")}_share`,checked:!0}))},!1),this.renderer.render_to(e,!0)},toggleFullWidth(e,t){let s="";s="desktop"===TVE.main.device||t?t?"100%!important":"":"0!important",e.head_css({"min-width":s}),TVE.Editor_Page.reposition_icons()},createNetwork(e,t){return this.customNetworkPanel.isOpen()||this.customNetworkPanel.open(TVE.ActiveElement,t),!1}})},48927:(e,t,s)=>{const i=s(17819);e.exports=s(16668).component.extend({update(){this.$anim.find("option").hide().attr("disabled","disabled"),this.$anim.find("option[data-"+TVE.state_manager.get_state()+'="1"]').show().removeAttr("disabled"),this.$anim.find("optgroup").each((e,t)=>{const s=TVE.$(t),i=s.find("option[disabled]").length,a=s.find("option").length;TVE.apply_filters("tcb.css_animations.disable_option_group",i>=a,s)?s.attr("disabled","disabled").hide():s.removeAttr("disabled").show()}),this.$loop.parent().toggle(TVE.state_manager.is_default())},controls_init(){this.$trigger=this.$("#anim-trigger"),this.$loop=this.$(".anim-loop"),this.$anim=this.$("#anim-animation")},set_model(e){const t=TVE.state_manager.is_default()?"tve-viewport":"mouseover";return this.model=void 0!==e?e:new Backbone.Model({t,config:{anim:TVE.state_manager.is_default()?"slide_top":"grow",loop:!!TVE.state_manager.is_hover()}}),this.event_trigger=this.model.get("t"),this.$loop.prop("checked",!!this.model.get("config").loop),this.selected=this.model.get("config").anim,this.$anim.val(this.selected),this.handle_triggers([this.model.get("t")]),this},reset(){return this.handle_triggers([TVE.state_manager.is_default()?"tve-viewport":"mouseover"]),this.$anim.val(this.$anim.find("option").first().val()).trigger("change"),this.$loop.prop("checked",!1),this},select(e,t){return this.selected=this.$(t).val(),this.handle_triggers([TVE.state_manager.is_default()?"tve-viewport":"mouseover"]),this._preview(this.selected),!1},change_trigger(e,t){return this.event_trigger=this.$(t).val()||"tve-viewport",!1},handle_triggers(e){const t=this.$trigger.hide().find("select").empty();_.each(e,function(e){t.append('<option value="'+e+'">'+this.component.options.triggers[e].name+"</option>")},this),1!==e.length&&this.$trigger.show(),this.event_trigger&&t.val(this.event_trigger),t.trigger("change",[new Event("change"),t[0]])},validate(){return!!this.selected||(TVE.page_message(TVE.t.anim.missing,!0),!1)},apply_settings(e){if(!this.validate())return!1;this._ensure_default_state(e);const t=this.selected;if("function"==typeof this[t]){const e=TVE._type(TVE.ActiveElement),s=this.component.$element;let i,a=TVE.Components.background.controls.ColorPicker;const l=TVE.Components.background.controls.PreviewList.config;"image"===e&&(a=TVE.Components["image-effects"].controls.ImageOverlay),"column"===e?s.removeClass("tve-state-hover"):s.closest(".thrv_wrapper").removeClass("tve-state-hover"),i=a.readFrom().css(["background-color","background-attachment","background-image","background-position","background-repeat","background-size"]),this[t]({control:a,css:i},"default"),"column"===e?s.addClass("tve-state-hover"):s.closest(".thrv_wrapper").addClass("tve-state-hover"),i=a.applyTo(!1,!1,TVE.is_group_editing).head_css(["background-color","background-attachment","background-image","background-position","background-repeat","background-size"],!1,l.css_suffix||"",!0,l.css_prefix||""),this[t]({control:a,css:i},"hover")}return this.model.set({a:this.key,t:this.event_trigger,config:{anim:t,loop:this.$loop.prop("checked")?1:0}}),!0},_ensure_default_state(e){clearTimeout(this.preview_timeout),clearTimeout(this.preview_done_timeout),e.closest(".tcb-col, .thrv_wrapper").css("visibility","").removeClass("anim-preview tve_anim_start"),TVE.main.states_dropdown.$el.removeClass("tcb-disabled")},_preview(e,t){if(!(t=t||this.component.$element)||!t.length)return;const s=(t=t.closest(".edit_mode")).closest(".tcb-col, .thrv_wrapper"),a=s.attr("class"),l=this;TVE.inner.$body.addClass("tcb-anim"),TVE.inner.$body.removeClass("tcb-states"),setTimeout(function(){TVE.inner.$body.removeClass("tcb-anim"),TVE.inner.$body.addClass("tcb-states")},1500),s.removeClass(i.remove_classes),s.addClass("anim-preview").addClass("tve_ea_thrive_animation tve_anim_"+e).css({visibility:"hidden"}),this.preview_timeout=setTimeout(function(){s.css("visibility",""),s.addClass("tve_anim_start"),TVE.main.states_dropdown.$el.addClass("tcb-disabled"),l.preview_done_timeout=setTimeout(function(){s.attr("class",a),TVE.main.states_dropdown.$el.removeClass("tcb-disabled")},1100)},400)},preview(e,t){this._preview(e.get("config").anim,t)},adjust(e){if("object"!=typeof e&&!e.model)return!1;const t=e.model.get("config").anim;return"function"==typeof this[t]?this[t](e):null},sweep_to_right(e,t){const s=e.control,i=s.config.css_suffix||"",a=e.css,l=TVE.flag_modify_hover_selector;TVE.flag_modify_hover_selector=!1;const o="on_"+(t||TVE.state_manager.get_state()),c={on_hover:()=>(s.applyTo().head_css(a,!1,i+"::after"),TVE.flag_modify_hover_selector=l,!0),on_default:()=>(s.applyTo().head_css(a,!1,i+"::before",!1,"body:not(.tcb-states) "),TVE.flag_modify_hover_selector=l,!0)};return"function"==typeof c[o]&&c[o]()},sweep_to_left(){return this.sweep_to_right.apply(this,arguments)},sweep_to_bottom(){return this.sweep_to_right.apply(this,arguments)},sweep_to_top(){return this.sweep_to_right.apply(this,arguments)},bounce_to_right(){return this.sweep_to_right.apply(this,arguments)},bounce_to_left(){return this.sweep_to_right.apply(this,arguments)},bounce_to_top(){return this.sweep_to_right.apply(this,arguments)},bounce_to_bottom(){return this.sweep_to_right.apply(this,arguments)},radial_out(){return this.sweep_to_right.apply(this,arguments)},radial_in(){return this.sweep_to_right.apply(this,arguments)},rectangle_in(){return this.sweep_to_right.apply(this,arguments)},rectangle_out(){return this.sweep_to_right.apply(this,arguments)},shutter_out_vertical(){return this.sweep_to_right.apply(this,arguments)},shutter_out_horizontal(){return this.sweep_to_right.apply(this,arguments)}})},49115:(e,t,s)=>{const i="tve-video-drag-",a=/tve-video-drag-\w+/g;e.exports=s(16668).control.extend({frameHeight:null,elementOuterWidth:null,elementOuterHeight:null,$currentVideo:null,videoOuterHeight:null,videoOuterWidth:null,resizeWrapper:TVE.inner_$(".tve-video-resize"),update(){},getSizes(e){e=e.filter(":visible"),this.frameHeight=e.height(),this.elementOuterWidth=e.outerWidth(),this.elementOuterHeight=e.outerHeight(),this.$currentVideo||(this.$currentVideo=e.find("iframe,video").filter(":visible")),this.videoOuterHeight=this.$currentVideo.outerHeight(),this.videoOuterWidth=this.$currentVideo.outerWidth()},resizeHandler(e){if(TVE.ClickedElement&&e.length){const t=TVE.ClickedElement.offset();e.css({height:`${this.elementOuterHeight}px`,width:`${this.elementOuterWidth}px`,top:`${t.top}px`,left:`${t.left}px`,display:TVE.ClickedElement.is(":visible")?"block":"none"}),TVE.inner_$(".tve-video-drag-middle-horiz").addClass("tcb-permanently-hidden"),this.checkVideoSize()}},checkVideoSize(e=TVE.ActiveElement){let t=e.outerWidth()!==parseInt(this.$currentVideo.css("width"));return t||(t=e.outerHeight()!==parseInt(this.$currentVideo.css("height"))),this.$(".reset-size").toggleClass("tcb-hidden",!t),t&&this.handleVideoMove(),t},handleVideoMove(){const e={width:parseInt(this.$currentVideo.outerWidth()),height:parseInt(this.$currentVideo.outerHeight()),ratio:parseInt(this.$currentVideo.outerWidth())/parseInt(this.$currentVideo.outerHeight())},t=this;TVE.inner_$(".tve-drag-video").tveElementDrag({wrapper:TVE.ActiveElement,videoData:e,currentVideo:this.$currentVideo,start(){TVE.FLAGS.drag=!1,this.data("tve_draggable.options").wrapper.attr("draggable",!1),this.removeClassContaining(a)},move(e){const s=parseInt(t.$currentVideo.css("margin-top"))||0,l=parseInt(t.$currentVideo.css("margin-left"))||0,o=s+e.y,c=l+e.x,n=Math.round(t.elementOuterWidth-t.videoOuterWidth),r=Math.round(t.elementOuterHeight-t.videoOuterHeight),d=TVE.Components.layout.controls.Height.$inputs.height.$$size,h=e=>e>=1.95&&e<=2.05;if(this.removeClassContaining(a),TVE.inner_$(".tve-drag-helper").addClass("tcb-permanently-hidden"),d>100)if(c>=n&&c<=0){const e=h(n/c);TVE.inner_$(".tve-videoe-drag-middle-vert").toggleClass("tcb-permanently-hidden",!e),t.$currentVideo.css({"margin-left":c+"px"}),t.$currentVideo.mediaAttr("ml",c),t.$currentVideo.mediaAttr("center-h",e)}else this.addClass(i+(c<n?"right":"left"));else if(d<100)if(o<=0&&o>=r){const e=h(r/o);TVE.inner_$(".tve-video-drag-middle-horiz").toggleClass("tcb-permanently-hidden",!e),t.$currentVideo.css({"margin-top":o+"px"}),t.$currentVideo.mediaAttr("mt",o),t.$currentVideo.mediaAttr("center-v",e)}else this.addClass(i+(o<r?"bottom":"top"));setTimeout(()=>{this.removeClassContaining(a),TVE.inner_$(".tve-drag-helper").addClass("tcb-permanently-hidden")},3e3)},stop(){this.data("tve_draggable.options").wrapper.attr("draggable",!0),t.$currentVideo.tcbCss({"margin-top":"","margin-left":""}),TVE.FLAGS.drag=!1,t.$currentVideo.head_css({"margin-top":t.$currentVideo.mediaAttr("mt")+"px","margin-left":t.$currentVideo.mediaAttr("ml")+"px"})}})},removeResizeOverlay(){TVE.inner_$(".tve-video-resize").remove(),this.resizeWrapper="",this.$currentVideo=""},afterSizeChanges(){this.getSizes(TVE.ClickedElement),this.resizeHandler(this.resizeWrapper),this.resizeWrapper[0].style.display="block"}})},49194:(e,t,s)=>{e.exports=s(43456).extend({after_render(e){(e=e||{}).css_class=void 0===e.css_class?"btn-group-light":"",this.$el.addClass(e.css_class),this.$target=this.get_config("target")?this.$el.parent().find(this.model.config.target):this.$el.next(),0===this.$target.children().length&&this.get_config("target")&&(this.$target=this.$el.closest(".dropdown-content").find(this.model.config.target)),this.$target.children().each((e,t)=>{this.model.config.buttons[e]&&Object.assign(t.dataset,{tab:this.model.config.buttons[e].value})}),this.setActive(this.model.config.buttons[0].value)},_click(e,t){return this.setActive(t.dataset.value),this.triggerChange(e,t),!1},setActive(e,t=!1){this.$$selected!==e&&(this.clearActive(),this.$('[data-value="'+e+'"]').addClass("active"),this.$$selected=e,this.refresh(),t&&this.$(".active").trigger("click"))},refresh(){this.$target.children().hide().filter('[data-tab="'+this.$$selected+'"]').show()},update(){},change(){}})},49208:e=>{e.exports=(e,t)=>{class s{constructor(e){this.$cart=e,s.isEditorPage()&&this.initSelectors(),this.initEvents()}static get selector(){return".tcb-woo-mini-cart"}static get animationPosition(){return"-1000px"}get dataSelector(){let e=this.getAttr("css");return void 0===e&&(e=TVE.CSS_Rule_Cache.uniq_id(this.$cart)),`[data-css="${e}"]`}get $content(){if(!this.$cart.data("content")){const t=e('<div class="tcb-woo-mini-cart-content woocommerce"></div>');let i=this.getAttr("css");void 0===i&&s.isEditorPage()&&(i=TVE.CSS_Rule_Cache.uniq_id(this.$cart)),t.attr("data-css",i),this.$cart.find(s.isEditorPage()?".tcb-woo-mini-cart-items":".widget_shopping_cart_content").addClass("widget_shopping_cart_content").appendTo(t),s.isEditorPage()?e('<div class="tcb-woo-mini-cart-no-products">'+TVE.inner_$("#tve-woocommerce-mini-cart-no-products").html()+"</div>").appendTo(t):s.toggleEmptyCartClass(t),this.addCloseIcon(t),this.$cartContentWrapper=t.wrap('<div class="tcb-woo-mini-cart-content-wrapper"></div>').parent(),this.$cartContentWrapper.data("source",this.$cart).appendTo(this.$cart.closest("body")),this.refreshContentSelector(),this.$cart.data("content",this.$cartContentWrapper)}return this.$cart.data("content")}static isEditorPage(){return t.tve_frontend_options.is_editor_page}static defaultAttr(e){const t={trigger:"click",direction:"under",text:"Cart"};return e?t[e]:t}static toggleEmptyCartClass(e){const t=e.find(".woocommerce-mini-cart__empty-message");e.find(".widget_shopping_cart_content").toggleClass("tcb-woo-no-items",t.length>0)}getAttr(e){let t=this.$cart.attr(`data-${e}`);return void 0===t&&(t=s.defaultAttr(e)),t}setAttr(e,t){return this.$cart.attr(`data-${e}`,t)}initEvents(){if(e(t.document.body).on("wc_fragments_loaded",this.onCartFragmentsLoaded.bind(this)),s.isEditorPage())e(t.document.body).on("wc_fragments_loaded",this.initSelectors.bind(this));else{switch(this.getAttr("trigger")){case"click":this.$cart.off("click").on("click",this.toggle.bind(this));break;case"hover":this.$cart.off("mouseenter").on("mouseenter",this.toggle.bind(this))}e(t.document.body).on("click",e=>{setTimeout(()=>{const t=e.target;"tcb-cart-close-icon"!==t.className&&null!==t.closest(".tcb-woo-mini-cart-content")||null!==t.closest(s.selector)||null!==t.closest(".add_to_cart_button")||this.isOpen()&&this.toggle(!1)})})}}initSelectors(){["wc-cart-item","wc-cart-item-image","wc-cart-item-properties","wc-cart-item-title","wc-cart-total","wc-view-cart-button","wc-checkout-button","wc-cart-wrapper","wc-empty-cart"].forEach(e=>{const t=TVE.Elements[e].identifier.split(",").map(e=>`${this.dataSelector}${e.includes(".tcb-woo-mini-cart-content")?"":" "}${e}`).join(",").trim().replace(/ {2,}/g," ");this.$content.find(TVE.Elements[e].identifier).attr("data-selector",t).addClass("tve_no_icons tve_editable")}),["wc-cart-icon","wc-cart-count"].forEach(e=>{this.$cart.find(TVE.Elements[e].identifier).attr("data-selector",`${this.dataSelector} ${TVE.Elements[e].identifier}`).addClass("tve_no_icons tve_editable")})}onCartFragmentsLoaded(){s.isEditorPage()||(this.updateCartItemsCount(),this.updateCartTotalAmount(),s.toggleEmptyCartClass(this.$content)),this.addCloseIcon()}addCloseIcon(e=this.$content){0===e.find(".tcb-cart-close-icon").length&&e.find(".widget_shopping_cart_content").prepend('<span class="tcb-cart-close-icon"></span>')}updateCartItemsCount(){let e=0;this.$content.find(".woocommerce-mini-cart-item .quantity").each((t,s)=>{e+=parseInt(s.innerText)}),0===e&&(e=""),this.$cart.find(".tcb-woo-mini-cart-count").html(e)}updateCartTotalAmount(){this.$cart.find(".tcb-woo-mini-cart-amount").html(this.$content.find(".woocommerce-mini-cart__total .woocommerce-Price-amount").text())}toggle(e){"boolean"!=typeof e&&(e=!this.isOpen()),this.positionCart(e),this.refreshContentSelector()}isOpen(){return this.$content.hasClass("open")}hasSideAnimation(){const e=this.getAttr("direction");return"left"===e||"right"===e}positionCart(i=!0){if(this.$content.toggleClass("full-height",this.hasSideAnimation()),i&&this.$content.addClass("open"),s.isEditorPage()&&this.$content.css({left:"",right:"",top:"",opacity:"","max-height":"","max-width":""}).find(".cart_list > li").css({opacity:"",left:""}),this.hasSideAnimation()){const e=this.getAttr("direction");window.document.body.closest("html").classList.add("tve-hide-x-overflow"),this.$content.css({opacity:i?"0":"1",[e]:i?s.animationPosition:"0"}),this.$content.animate({[e]:i?"0":s.animationPosition,opacity:i?"1":"0"},{complete:()=>{this.$content.toggleClass("open",i),window.document.body.closest("html").classList.remove("tve-hide-x-overflow")}})}else{const s=this.$cart.offset(),a=s.top+this.$cart.height(),l=e(t).width(),o=this.$content.width();let c=l-s.left-this.$cart.width();s.left<o&&(c-=o-s.left+50),this.$content.css({top:a,right:c,"max-width":i?"0":"100%","max-height":i?"0":"100%"});const n=this.$content.find(".cart_list").addClass("animate-cart"),r=n.children();r.each((e,t)=>{i&&(t.style.left="200px",t.style.opacity="0"),setTimeout(()=>{t.style.left=i?"0":"200px",t.style.opacity=i?"1":"0"},50*(e+1))}),setTimeout(()=>{n.removeClass("animate-cart"),i||this.$content.removeClass("open")},50*r.length+(i?500:200)),this.$content.css({"max-height":i?"100%":"0","max-width":i?"100%":"0"})}}refreshContentSelector(){const e=this.$cart.closest('[class*="thrv_symbol_"]');if(void 0===this.$cartContentWrapper&&(this.$cartContentWrapper=this.$content),e.length){const t=e.attr("class").match(/(thrv_symbol_\d*)/g);t&&this.$cartContentWrapper.addClass(t[0]).attr("data-symbol-id",t[0])}else this.$cart.trigger("tcb_mini_cart_content_generated",this)}}return s}},49660:(e,t,s)=>{const i=s(12513);e.exports=class extends i{getHtml(){return'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 334.5 62.3" preserveAspectRatio=\'none\'>\n\t\t\t<path fill="#FFD72D" d="M326.4 19c-37.9-11.2-78.6-9.2-117.6-6.2-19.3 1.5-38.6 3.7-57.7 6.7 0-1.6-.2-3.1-.4-4.3-.4-2.9-1.9-9.9-5.9-9.7-22.6.9-45 4.1-67.3 7.5-.8-5.3-2.9-9.6-6.2-9.3-22.3 2-44 8.4-63.9 18.7-4.3 2.2-4.2 11.1-3.8 14.9.3 3 1.4 11.9 6.1 11.5 26.4-1.9 52.5-6.5 78.7-10.4-2.4 8.6-.8 23.7 6.5 20.8 18-7.1 37.9-9.8 56.9-12.8 19.2-3 38.4-5.2 57.7-6.7 37.5-2.9 77.9-5.4 114.4 5.4 5.2 1.5 6.6-5.8 7-9.6.4-3.6.4-15.1-4.5-16.5z"/>\n\t\t</svg>'}}},50280:e=>{const t=["","","","","","\ufeff"],s={encode:e=>{if("string"!=typeof e)throw new TypeError("Cannot encode "+typeof e+"s!");if(0===e.length)return"";let s="";for(let i=0;i<e.length;i++)s+=`${e.charAt(i)}${t[i%t.length]}`;return s},decode:e=>{if("string"!=typeof e)throw new TypeError("Cannot decode "+typeof e+"s!");let s="",i=!0;if(TVE.containAtLeastOneWord(e,t)){let a=0;for(let l=0;l<e.length;l++)t.includes(e.charAt(l))||(e.charAt(l+1)===t[a%t.length]?s+=e.charAt(l):i=!1,a++)}return i?s:""}};e.exports=s},50406:e=>{var t;t=jQuery,e.exports={hasCodeMirror:!1,init(){const e=TVE.codemirror_editor_settings("#tve-custom-css-code","css","lesser-dark");return this.$code=t(".tve-custom-code-wrapper"),this.$code.find(".code-expand").on("click",this.expand.bind(this)),this.$code.find(".code-apply").on("click",this.save.bind(this)),this.$code.find(".code-close").on("click",this.close.bind(this)),e?(this.hasCodeMirror=!0,this.editor=e):this.editor=t("#tve-custom-css-code"),this.close(),this},set(){const e=TVE.Editor_Page.get_custom_css();this.hasCodeMirror?this.editor.setValue(e):this.editor.val(e)},save(){let e;e=this.hasCodeMirror?this.editor.getValue():this.editor.val(),TVE.Editor_Page.add_custom_css(e),this.close()},open(){this.set(),this.$code.show(),this.hasCodeMirror&&(this.editor.refresh(),this.editor.setCursor(this.editor.lineCount(),0)),this.editor.focus()},close(){this.$code[0].style.display="none"},expand(){this.$code.toggleClass("full-width")}}},50521:(e,t,s)=>{const i=s(12513);e.exports=class extends i{getHtml(){return'<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-3 0 546 166" preserveAspectRatio=\'none\'>\n\t\t\t<rect width="540" height="130.052" y="17.886" fill="#F29FFF" rx="33.025"/>\n\t\t</svg>'}}},50717:e=>{var t;t=jQuery,e.exports={init(e,t){t.element_type=TVE._type(e),this.options=jQuery.extend({},this.get_default_options(),t)},get_default_options:()=>({file_name:"default.png",custom:"save_content_thumb",action:TVE.CONST.ajax.action,post_id:0}),savePreview(e,t){if(!e)return void TVE.page_message(TVE.t.element_for_thumb_is_missing,!0);this.init(e,t);const s=e=>{"function"==typeof this.options.callback?this.options.callback(e):this.saveFile(e)};if(t.blob)s(t.blob);else{const t=["header","footer"].includes(this.options.element_type),i={};void 0!==this.options.width&&(i.width=this.options.width),void 0!==this.options.height&&(i.height=this.options.height),TVE.do_action("tcb.symbol.before_preview",this.options);const a=TVE.getContentToPreview(e);TVE.generateElementPreview(a,e=>{s(e),TVE.inner_$(".preview-cloned-content").remove()},i,t)}},saveFile(e){if(!e)return null;const s=new FormData;s.append("tar_editor_page",1),s.append("preview_file",e,this.options.file_name),s.append("custom",this.options.custom),s.append("action",this.options.action),s.append("post_id",this.options.post_id),s.append("element_type",this.options.element_type),s.append("nonce",TVE.CONST.nonce),t.ajax({type:"POST",url:TVE.CONST.ajax_url,data:s,processData:!1,contentType:!1,success:e=>TVE.do_action("tcb.symbol.after_preview",e,this.options),error(){TVE.page_message(TVE.t.thumb_file_not_saved,!0)}})}}},50732:(e,t,s)=>{!function(t){const i=s(16668);let a=t(),l=1;const o=i.control.extend({_template:TVE.tpl("controls/drop-panel"),panel_position:"left",allow_force_close:!0,key(){return this.$el.data("view")||l++},initialize(e){t.extend(!0,this,e),void 0===this.template&&this.model.config.template&&(this.template=TVE.tpl(this.model.config.template)),this.template||(this.template=t.noop),this.append_element(e),this.$el.data("dp-instance",this).on("click",function(e){e.stopPropagation()}),i.control.prototype.initialize.apply(this,arguments),e&&e.no_buttons&&this.$el.addClass("panel-bare"),e&&e.class&&this.$el.addClass(e.class),this.el.style.display="none",TVE.add_action("tcb.editor_page.disable_clicks",_.bind(function(e){this.isOpen()&&e.panel_action_btn&&this.$(".action-buttons").addClass("tcb-disabled")},this)),TVE.add_action("tcb.editor_page.enable_clicks",_.bind(function(e){e.panel_action_btn&&this.$(".action-buttons").removeClass("tcb-disabled")},this))},getPanelClass:()=>"",handleOpenPanel(){},append_element(e){const s=e.appendTo||TVE.main["right"===this.panel_position?"$dropPanelsRight":"$dropPanels"];this.setElement(t("<div>",{id:"tcb-drop-"+(this.$el.data("view")||this.key()),class:`tcb-drop-panel ${this.getPanelClass()}`,html:this._template(),"data-view":this.key()}).appendTo(s)[0])},render(){return this.$(".popup-content").html(this.template()),"function"==typeof this.after_render&&this.after_render(),this},addToOpened(){a=a.add(this.$el)},removeFromOpened(){a=a.not(this.$el)},open(e,t){return o.close_all(),this.addToOpened(),this.visible=!0,this.show(),this.handleOpenPanel(),this.position(t),this.onOpen(e,t,this.$el),TVE.main.scroll_panel_to(this.$(".drop-panel")),this.$(".drop-panel").find("input:not([type=hidden]):not([type=radio]):not([type=checkbox]),textarea").filter(":visible").first().trigger("focus"),this.$(".scroll-wrapper").length&&this.$el.addClass("scrolled"),"function"==typeof this.after_open&&this.after_open(),!1},isOpen(){return this.$el.is(":visible")},hide(e,t){this.visible=!1,TVE.main.$cpanel.find(".tve-panel").removeClass("drop-panel-open"),this.last_target&&this.last_target.removeClass("drop-panel-focus"),this.el.style.display="none",this.handleOpenPanel(),this.$(".color-picker").spectrum("hide"),this.trigger("close"),this.onClose(e,t),this.removeFromOpened(),this.$el.removeClass("tcb-drop-panel-active")},isVisible(){return this.visible},show(){return this.el.style.display="block",this.$el.toggleClass("tcb-drop-panel-active"),TVE.$document.off("keydown.drop_panel").on("keydown.drop_panel",e=>{this.isOpen()&&(27!==e.which||TVE.prevent_blur||(e.target.blur&&e.target.blur(),this.$(".btn-cancel").trigger("click")),13===e.which&&TVE.apply_filters("tcb.droppanel.enter.pressed",!0,t(e.target),e)&&(e.target.blur&&e.target.blur(),this.$(".btn-apply").trigger("click")))}),TVE.main.$cpanel.find(".tve-panel").addClass("drop-panel-open"),this},position(e,s){if(!e)return;let i=t(e);const a=i.offset(),l=this.$(".drop-panel").offset()||{top:0,left:9};i.is("svg")&&(i=i.parent()),this.$el.css({top:a.top-this.$el.parent().offset().top+"px"}),this.$(".tcb-panel-arrow").css({left:a.left-l.left+i.outerWidth()/2+"px"}),void 0===s&&(s=i),this.last_target=s.addClass("drop-panel-focus")},onCancel(e,t){this.isVisible()&&(this.hide(e,t),this.cancel(e,t))},onApply(e,t){this.isVisible()&&(!0===this.validate(e,t)?(this.apply(e,t),this.hide(e,t)):this.FORCE_CLOSE&&this.hide(e,t))},validate:()=>!0,cancel(){throw new Error(this.key()+": Cancel function not implemented for this drop panel!!!")},apply(){},onOpen(){},onClose(){}},{close_all(){a.each(function(){const e=t(this).data("dp-instance");e&&e.allow_force_close&&(e.FORCE_CLOSE=!0,e.onApply(e.applyTo()),delete e.FORCE_CLOSE)}),a=t()}});e.exports=o}(jQuery)},51065:(e,t,s)=>{let i=["lead-generation","countdown","progressbar","menu","search_form","post-list","featured-list"],a={base:s(20583).base,"options-post-types":s(41453),"page-events":s(71895),"cloud-templates":s(33219),symbols:s(87929),sections:s(77990),"ct-symbols":s(99961),"save-elements":s(19073),"save-template":s(43990),"lp-save-template":s(31993),"lp-export":s(54925),"content-export":s(344),"content-blocks":s(23088),"lead-generation":s(15887),countdown:s(19631),"admin-meta-boxes":s(17977),progressbar:s(30356),search_form:s(6818),menu:s(2165),"email-settings":s(45488),"page-wizard":s(7353),"license-expired":s(75679),"grace-period":s(48416),"help-corner":s(26671),"help-lightbox":s(87895),instructions:s(6611),"post-list":s(68101),"featured-list":s(79873)};e.exports=function(e,t){var s,l;if(s=i,i=TVE.apply_filters("tcb.modals.modals_with_categories",s),l=a,a=TVE.apply_filters("tcb.modals.modals_list",l),!a[e])throw new Error("Modal: "+e+" not found");if("string"==typeof t)switch(t){case"getInstance":return new a[e]({el:TVE.modal.get_element(e)});case"currentInstance":return a[e].$$instance}if(!a[e].$$instance){let s="";i.includes(e)&&(s="cloud-templates-categories"),s||(s=t&&t.modal_element_id||"string"==typeof t&&t||e),a[e].$$instance=new a[e]({el:TVE.modal.get_element(s)})}return a[e].$$instance.$el.attr("data-modal-key",e),a[e].$$instance.open("object"==typeof t?t:{}),a[e].$$instance}},51106:e=>{function t(e){const t={html:e.html(),cls:e.attr("class"),style:e.attr("style"),data:{}};return e.length&&e[0].dataset&&jQuery.each(e[0].dataset,function(e,s){t.data[e]=s}),t}function s(e,t){return e.length&&t?(e.html(t.html).attr("class",t.cls).attr("style",t.style),Object.keys(e[0].dataset).forEach(t=>delete e[0].dataset[t]),jQuery.each(t.data,function(t,s){e[0].dataset[t]=s}),this):this}e.exports=function(e,i,a){const l=t(i);let o;const c=e.call(void 0===a?null:a);var n;function r(){o=t(i),TVE.UndoManager.add({undo(){s(i,l)},redo(){s(i,o)}})}(n=c)&&"function"==typeof n.then?c.then(r):r()}},51465:(e,t,s)=>{const i=s(16668),a=s(74144),l=s(13828),o=s(34488),c=s(51106),n=s(67008);function r(){return TVE.inner.window.TCB_Front.menu}function d(e){const t=r().isHamburger(e),s=t?"tve-regular":"thrv_widget_menu",i=t?"thrv_widget_menu":"tve-regular";e.find("[data-selector]").each((e,t)=>{t.setAttribute("data-selector",t.dataset.selector.replaceAll(s,i))})}TVE.MenuModal=s(2165),e.exports=i.component.extend({templatesModal:"menu",updateOnMouseLeave:!1,menuView:null,controls_init(){const e=this;this.bindEvents(),this.controls.MenuSource.update=function(){this.setValue(e.menuView.config("menu_id")),TVE.Components.cloud_templates.controls.ModalPicker.updateValue(e.menuView.config("template_name"));const t=new TVE.Models.ConditionalDisplayManager(e.$element);this.$el.toggle(!t||!t.hasDisplays())},this.controls.MenuSource.input=function(t,s){const i=this.$(".input").addClass("loader tcb-disabled");c(()=>e.menuView.changeSource(s.value).then(()=>{i.removeClass("loader tcb-disabled"),"custom"===s.value&&e.controls.OrderList.update(),TVE.main.element_selected(e.$element)}),t),e.toggleMenuSource()},this.controls.HorizontalSpacing.input=function(e,t){this.applyElementCss({"padding-left":t.value+this.getUM()+" !important","padding-right":t.value+this.getUM()+" !important"},e)},this.controls.HorizontalSpacing.update=function(){this.setValue(this.applyTo().head_css("padding-left",!1,this.config.css_suffix,!0,this.config.css_prefix))},this.controls.VerticalSpacing.input=function(e,t){this.applyElementCss({"padding-top":t.value+this.getUM()+" !important","padding-bottom":t.value+this.getUM()+" !important"},e)},this.controls.VerticalSpacing.update=function(){this.setValue(this.applyTo().head_css("padding-top",!1,this.config.css_suffix,!0,this.config.css_prefix))},this.controls.BetweenSpacing.input=function(t,s){let i;i="tve_horizontal"!==e.menuView.getDir()||e.menuView.isHamburger()?"tve_vertical"!==e.menuView.getDir()||e.menuView.isHamburger()?{"margin-top":s.value+this.getUM()+"!important"}:{"margin-top":s.value+this.getUM()+" !important","margin-bottom":s.value+this.getUM()+" !important"}:{"margin-left":s.value+this.getUM()+" !important","margin-right":s.value+this.getUM()+" !important"},this.applyElementCss(i,t)},this.controls.BetweenSpacing.update=function(){e.menuView.isHamburger()||"tve_vertical"===e.menuView.getDir()?this.setValue(this.applyTo().head_css("margin-top",!1,this.config.css_suffix,!0,this.config.css_prefix)):this.setValue(this.applyTo().head_css("margin-right",!1,this.config.css_suffix,!0,this.config.css_prefix))},this.controls.LogoSplit.update=function(){this.$el.toggle("regular"===e.menuView.getType()&&"tve_horizontal"===e.menuView.getDir()),this.setChecked(e.menuView.hasLogoSplit())},this.controls.LogoSplit.input=function(t,s){e.menuView.toggleLogoSplit(s.checked)},this.controls.MenuState.input=function(t,s){const i=r().toggleState(t,s.checked);setTimeout(function(){e.refreshEditModeOverlay(i.find("ul.tve_w_menu"))},400),s.checked&&(e.$openMenu=t),e.blockScroll(t)},this.controls.MenuState.update=function(e){this.setChecked(e.find(".tve-triggered-icon").length)},this.controls.MenuType.update=function(t){const s=e.menuView.isHamburger(),i="tve_horizontal"===e.menuView.getDir();let a="";s?(a="hamburger",t.attr("data-tve-switch-icon")||t.attr("data-tve-allhoriz")||t.attr("data-tve-switch-icon","tablet,mobile")):a=i?"horizontal":"vertical",d(t),this.$('option[value="vertical"]').toggle("mega"!==e.menuView.getType()),e.$(".if-hamburger").toggle(s),e.$(".if-not-hamburger").toggle(!s),e.$(".if-horizontal").toggle(!s&&i),e.$(".if-vertical").toggle(!s&&!i),this.setValue(a)},this.controls.MenuType.input=function(t,s){const i="hamburger"===s.value,a="vertical"===s.value;let l=t.attr("data-tve-switch-icon").split(",").filter(e=>e);const o=l.includes(TVE.main.device);i&&!o&&l.push(TVE.main.device),!i&&o&&(l=l.filter(e=>e!==TVE.main.device)),l.length||t.attr("data-tve-allhoriz","1"),t.attr("data-tve-switch-icon",l.join(","));const c=t.find(".tve_w_menu");if(c.removeClass("tve_horizontal tve_vertical"),i)e.setDataSelectors(t),c.addClass("tve_horizontal"),e.menuView.config("dir","tve_horizontal");else{const i="tve_"+s.value;c.addClass(i);let l="";a?(l=t.find(".tve_w_menu li").first().head_css("margin-right",!1,"",!0,""),t.attr({"data-tve-allhoriz":"1","data-tve-switch-icon":""})):l=t.find(".tve_w_menu li").first().head_css("margin-top",!1,"",!0,""),t.toggleClass("tve-vertical-menu",a),e.menuView.config("dir",i),e.controls.BetweenSpacing.input(e.controls.BetweenSpacing.applyTo(),{value:TVE.extractNumbersFromString(l)[0]})}r().customMenuSwitchIcon(t),requestAnimationFrame(TVE.Editor_Page.reposition_icons.bind(TVE.Editor_Page)),e.update()},this.controls.MobileSide.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).join("|")+")","g");this.setValue((e.attr("class").match(t)||["tve-mobile-dropdown"])[0])},this.controls.MobileSide.input=function(t,s){t.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(s.value),t.find(".tve-m-expanded").removeClass("tve-m-expanded");const i=e.controls.MenuState.isChecked(),a=t.find(".tve-m-trigger");let l=t.find(".tve-ham-wrap");0===l.length&&(l=t.find("ul").first()),i||l.add(a).addClass("tcb-permanently-hidden"),r().toggleState(t,i),i||l.add(a).removeClass("tcb-permanently-hidden"),e.blockScroll(t),e.toggleOverlayControls(),(TVE.getComputedStyle(t,"--tcb-menu-box-width-d")||TVE.getComputedStyle(t,"--tcb-menu-box-width-t")||TVE.getComputedStyle(t,"--tcb-menu-box-width-m"))&&n.applyOffscreenWidth(t)},this.controls.DropdownDirection.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).filter(e=>""!==e).join("|")+")","g"),s=(e.attr("class").match(t)||[""])[0];this.setValue(s||"vm-toggle")},this.controls.DropdownDirection.input=function(e,t){c(()=>{e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value)},e)},this.controls.DropdownAnimation.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).filter(e=>""!==e).join("|")+")","g");this.setValue((e.attr("class").match(t)||[""])[0])},this.controls.DropdownAnimation.input=function(e,t){c(()=>{e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value)},e)},this.controls.DisableActiveLinks.input=function(e,t){e.toggleClass("tve-active-disabled",t.checked)},this.controls.DisableActiveLinks.update=function(e){this.setChecked(e.hasClass("tve-active-disabled"))},this.controls.MenuWidth.input=function(e,t){let s=t.value,i=this.getUM();""===s&&(s="auto",i="");const a={"max-width":s+i};if(isNaN(s)||(a["--tve-set-max-width"]=s+i),n.isHamburgerEditMode()){const t=`[data-css="${TVE.CSS_Rule_Cache.uniq_id(e.closest(this.component.getMenuIdentifier()))}"]`;let s=TVE.apply_filters("tcb_head_css_prefix","",e);s.length&&(s=s.trim()+" "),TVE.write_css(`${s}${t} .tve-ham-wrap.tve-m-expanded > .tve_w_menu`,a,TVE.main.media_query_tpl())}else this.applyElementCss(a,e,this.config.css_suffix,"")},this.controls.MenuWidth.update=function(e){let t=e.head_css("--tve-set-max-width",!1,"",!0);t||(t=e.head_css("max-width",!1,"",!0),e.length>0&&n.isHamburgerEditMode()&&(t=e.css("width")));const s=parseFloat(t.replace(this.getUM(),""));!s||isNaN(s)?this.$(".tve-input").val("auto"):this.setValue(t)},this.controls.ContentAlign.applyStyles=function(e,t){const s={};s["text-align"]=t.getAttribute("data-value")+" !important",this.applyElementCss(s,e)},this.controls.ContentAlign.update=function(){const e=this.applyTo().head_css("text-align",!1,this.config.css_suffix,!0,this.config.css_prefix);this.setActive("start"===e?"left":e)},this.controls.Align.update=function(t){let s;t.outerWidth()===t.parent().width()?s="full":(TVE.Components.layout.controls.Alignment.update(),s=TVE.Components.layout.controls.Alignment.getValue()),s||(s="full"),this.setActive(s),e.controls.MenuWidth.$el.toggle("tve_vertical"===e.menuView.getDir()&&"full"!==s)},this.controls.Align.input=function(t,s){const i=s.dataset.value;TVE.Components.layout.controls.Alignment.change(t,s),e.controls.MenuWidth.update(t),e.controls.MenuWidth.$el.toggle("tve_vertical"===e.menuView.getDir()&&"full"!==i)},this.controls.HamburgerMenuAlign.update=function(e){let t=e.head_css("align-self");t||(t="flex-start"),this.setActive(t)},this.controls.HamburgerMenuAlign.input=function(e,t){this.applyElementCss({"align-self":t.dataset.value,width:"100%"},e,this.config.css_suffix,this.config.css_prefix,!0)},this.controls.MenuOverlay.update=function(t){let s=t.mediaAttr("data-overlay");void 0===s&&(s=e.menuView.config("overlay")||0),this.setValue(1===parseInt(s))},this.controls.MenuOverlay.input=function(t,s){const i=s.checked;t.mediaAttr("data-overlay",i?1:0),i&&0===t.find(".tcb-menu-overlay").length&&t.find(".thrive-shortcode-html").append('<div class="tcb-menu-overlay"></div>'),e.controls.MenuOverlayColor.$el.toggle(i),e.controls.MenuOverlayColor.input(`rgba(0, 0, 0, ${i?.7:0})`),e.controls.MenuOverlayColor.update()},this.controls.MenuOverlayColor.update=function(){let e=this.applyTo().tcbCss(`--tcb-menu-overlay-${TVE.main.device.charAt(0)}`);e||(e=this.applyTo().tcbCss("--tcb-menu-overlay")||"rgba(0, 0, 0, 0.7)"),this.setValue(e)},this.controls.MenuOverlayColor.input=function(e){TVE.ActiveElement.tcbCss(`--tcb-menu-overlay-${TVE.main.device.charAt(0)}`,e)},this.controls.MenuOverlayColor.change=()=>TVE.ActiveElement.mediaAttr("data-overlay",1)},before_update(e){this.$element=e||TVE.ActiveElement,this.$element.removeClass("tve-menu-style-none").removeClass((e,t)=>(t.match(/tve-dropdown-icon-(\S+)/g)||[]).join(" ")).removeClass((e,t)=>(t.match(/tve-mobile-icon-(\S+)/g)||[]).join(" ")),this.getMenuView(this.$element),this.toggleMenuSource(this.menuView.config("menu_id"))},after_update(){this.toggleOverlayControls()},toggleOverlayControls(){const e=this.menuView.isHamburger(),t=this.controls.MobileSide.getValue().includes("fullscreen");this.controls.MenuOverlayColor.$el.toggle(e&&!t&&this.controls.MenuOverlay.isChecked()),this.controls.MenuOverlay.$el.toggle(e&&!t)},getMenuView(e){return e=e||TVE.ActiveElement,this.menuView?this.menuView.setElement(e):this.menuView=new o({el:e[0]}),this.menuView},focusParentMenu(){TVE.ActiveElement&&"logo"===TVE._type(TVE.ActiveElement)&&TVE.ActiveElement.attr("data-selector")&&(TVE.inner.document.body.contains(TVE.ActiveElement[0])||requestAnimationFrame(()=>{TVE.inner_$(TVE.ActiveElement.attr("data-selector")).trigger("click")}))},setDataSelectors(e,t=!1){if(!TVE.FLAGS.stylesheetLoaded)return this.boundDataSelectors=this.boundDataSelectors||this.setDataSelectors.bind(this),void TVE.main.off("stylesheet_loaded",this.boundDataSelectors).on("stylesheet_loaded",this.boundDataSelectors);const s=".thrv_widget_menu:not(.tcb-elem-placeholder)";let i=(e=e||TVE.Editor_Page.editor).find(s).add(e.filter(s));i=TVE.apply_filters("tcb.menu.init",i),i.each(function(){new o({el:this}).refreshSelectors(t)})},toggleMenuSource(){const e=this.menuView.isCustom();this.$(".only-custom,.only-wp").hide().filter(e?".only-custom":".only-wp").show(),e||this.$(".tve-wpmenu-info").attr("href",this.$(".tve-edit-menu").attr("href").replace(/&menu=(\d+)/,"&menu="+this.menuView.config("menu_id")))},addMenuItem(){const e=this.ul(),t={id:parseInt(e.attr("data-iid")||e.find("li").length+1),label:"Item "+(1+e.children().length),level:0};for(;this.controls.OrderList.collection.findWhere({id:t.id});)t.id++;e.attr("data-iid",t.id+1),this.controls.OrderList.collection.add(t,{silent:!0}),this.controls.OrderList.collection.trigger("change",{op:"add",item:t})},after_insert_symbol(e){e&&e.find(".thrv_widget_menu").length&&this.setDataSelectors()},unlockedItemName:(e,t,s)=>"LI"===t[0].tagName?t.children(":not(ul)").text():"UL"===t[0].tagName?t.parent().children(":not(ul)").text()+" Dropdown":e.singular.replace("%s",1+s),onElementSelected(e){const t=(e=e.filter(".edit_mode").not(".tcb-logo")).closest(".thrv_widget_menu");TVE.main.EditMode.refresh(),t.length&&(r().isHamburger(e)&&e.is("li,a")&&(this.openMenu(e),e.closest("li").addClass("expand-children")),r().isVertical(e)&&e.is("li,a")&&e.closest("li").addClass("expand-children"),e.parents("li").addClass("expand-children").length&&e.closest("li").addClass("expand-children"),TVE.Editor_Page.reposition_icons(e),this.refreshEditModeOverlay(e.closest(t.hasClass("tve-regular")?".tcb-mega-drop,.expand-children ul.sub-menu":"ul.tve_w_menu")))},openMenu(e){const t=r().toggleState(e,!0);this.$openMenu=t,this.controls.MenuState.update(t)},onBlur(e){if(!TVE.$will_focus||!this.$openMenu||!TVE.$will_focus.closest(this.$openMenu).length){const t=e.closest(".tve-vertical-menu");!TVE.$will_focus&&t.length&&t.find(".expand-children").removeClass("expand-children"),TVE.inner_$(".expand-children").each((e,t)=>{t.closest(".tve-vertical-menu")||t.classList.remove("expand-children")}),!this.$openMenu||TVE.main.EditMode.in_edit()||this.$openMenu.hasClass("tve-regular")||(this.$openMenu.find(".expand-children").removeClass("expand-children"),r().toggleState(this.$openMenu,!1)),delete this.$openMenu}},ul(e){return(e||this.$element).find(".thrive-shortcode-html ul.tve_w_menu")},bindEvents(){n.addGeneralHooks(),TVE.main.on("stylesheet_loaded",this.setDataSelectors.bind(this)),TVE.main.on("device_change",()=>{var e,t;const s=this.getMenuIdentifier();if(TVE.main.EditMode.in_edit()&&null!==(e=TVE.main.EditMode.element())&&void 0!==e&&e.closest(s).length){const e=TVE.main.EditMode.element();if(e.hasClass("tve-ham-wrap")){const t=e.closest(s);if(r().isHamburger(t)){const t=TVE.ActiveElement;setTimeout(()=>{this.refreshEditModeOverlay(e),TVE.Editor_Page.focus_element(t)},240)}else TVE.main.EditMode.exit(),r().customMenuSwitchIcon(!0)}else this.refreshEditModeOverlay(e)}else setTimeout(()=>{const e=TVE.ActiveElement.parents(s),t=r().isHamburger(TVE.ActiveElement);e.length>0&&(t?(d(e),r().toggleState(TVE.ActiveElement,!0),TVE.state_manager.is_hover()&&TVE.ActiveElement.tve_overlay(),TVE.Components.group.is_visible()&&TVE.Components.group.update()):TVE.ActiveElement.parents(".menu-item-has-children").addClass("expand-children"))});null!==(t=TVE.ActiveElement)&&void 0!==t&&t.is(TVE.identifier("menu"))&&this.blockScroll()}),TVE.main.on("device_change",this.focusParentMenu.bind(this));const e=(e,t)=>(t&&t.is(this.getMenuIdentifier())&&r().isHamburger(t)&&e.includes(".tve_w_menu")&&(e=" .tve-m-trigger"),e);["tcb_head_css_suffix","tcb.background.suffix","tcb.border.suffix","tcb.element.suffix"].forEach(t=>TVE.add_filter(t,e)),TVE.add_action("tve.conditional_display.create_display.menu",e=>{this.setDataSelectors(e,!0)}),TVE.add_action("tve.conditional_display.create_display.megamenu",e=>{this.setDataSelectors(e,!0)}),TVE.add_filter("tve.conditional_display.allow_uniform_heights",e=>(["menu","megamenu"].includes(TVE._type(TVE.ActiveElement))&&(e=!1),e)),TVE.add_filter("tcb.enable_states_dropdown",(e,t,s,i)=>(i&&t.closest(this.getMenuIdentifier()).length&&(e=!0),e)),TVE.add_filter("tcb.components.hide",(e,t,s)=>("conditional-display"===t&&["menu","megamenu"].includes(s)&&!this.getMenuView(TVE.ActiveElement).isCustom()&&(e=!0),e)),TVE.add_action("tcb.element.before_duplicate",()=>{n.isHamburgerEditMode()||this.focusParentMenu()}),TVE.add_action("tcb.edit_mode.exit",e=>{e.find(".expand-children").removeClass("expand-children")}),TVE.add_action("tcb.element.duplicate",(e,t)=>{this.setDataSelectors(t,!0),r().zIndexOrder()}),TVE.add_action("tve.conditional_display.create_display",e=>{this.setDataSelectors(e,!0)}),TVE.add_action("tcb.menu.refresh.data.selectors",e=>{this.setDataSelectors(e,!0)}),TVE.add_action("tcb.group_edit.menu.locked",e=>this.getMenuView(e.mainElement).groupElementLocked(e)),TVE.add_action("tcb.group_edit.megamenu.locked",e=>this.getMenuView(e.mainElement).groupElementLocked(e)),TVE.add_action("tcb.group_edit.menu.unlocked",e=>this.getMenuView(e.mainElement).groupElementUnlocked(e)),TVE.add_action("tcb.group_edit.megamenu.unlocked",e=>this.getMenuView(e.mainElement).groupElementUnlocked(e)),TVE.add_filter("tcb.group_edit.megamenu.options",()=>TVE.Elements[TVE.ActiveElement.hasClass("tve-regular")?"megamenu":"menu"].has_group.select_values),TVE.add_action("tcb.after_insert_symbol",this.setDataSelectors.bind(this)),TVE.add_action("tcb.after-insert",this.setDataSelectors.bind(this)),TVE.add_action("tcb_after_cloud_template_css_inserted",this.setDataSelectors.bind(this)),TVE.add_action("tcb.element.selected",this.onElementSelected.bind(this)),TVE.add_action("tcb.placeholder.selected",this.onElementSelected.bind(this)),TVE.add_action("tcb.focus.clear",this.onBlur.bind(this));const t=e=>{const t={};("UL"===e[0].tagName?e.children("li"):e.siblings().addBack()).each(function(){const e=this.dataset.selector+(TVE.state_manager.is_hover()?":hover":"")+" > ul";let s;if(t[e]||!(s=this.querySelector(":scope > ul")))return!0;t[e]=!0;const i="LI"!==this.parentNode.parentNode.tagName,a={},l=TVE.inner.window.getComputedStyle(this),o=TVE.inner.window.getComputedStyle(this.parentElement);i?(a["margin-left"]=-parseInt(l.borderLeftWidth||"0"),a["margin-top"]=parseInt(l.borderBottomWidth||"0"),a["min-width"]="calc(100% + "+(parseInt(l.borderLeftWidth||"0")+parseInt(l.borderRightWidth||"0"))+"px)"):(a["margin-left"]=parseInt(l.borderRightWidth||"0"),a["margin-top"]=-parseInt(l.borderTopWidth||"0")-parseInt(o.borderTopWidth||"0")),a["margin-top"]+="px !important",a["margin-left"]+="px !important",TVE.head_css(e,a,null,s)})};TVE.add_action("tcb.border_update.menu_item",t),TVE.add_action("tcb.border_update.menu_dropdown",t),TVE.add_filter("tcb.blocked_controls.borders.menu_dropdown",e=>(TVE.ActiveElement.hasClass("tcb-mega-drop")&&delete e.Corners,e)),TVE.add_action("tcb.symbol.filter_generated_preview",e=>{e.find(".tcb-mega-drop-inner").remove()}),TVE.main.on("device_change",()=>_.delay(this.setDataSelectors.bind(this,null),200));let s=!1,i=!1;TVE.add_action("tcb.element.selected",(e,t)=>{i=s=!1,"menu_item"!==t&&"megamenu_item"!==t||!e.parents(".thrive-shortcode-html.tve-custom-menu-type").length?"text"===t&&e.closest(".tcb-mega-drop").length&&(s=!0,TVE.ElementEditIcons.$delete.show(),TVE.Components.animation.hide(),TVE.Components.responsive.hide(),TVE.Components["styles-templates"].hide(),TVE.Components.layout.disable_controls(["Width","Height","Alignment","Display",".tve-advanced-controls","hr"])):i=!0}),TVE.add_action("tcb.focus.clear",()=>s=i=!1),TVE.add_action("tcb.element.remove",(e,t)=>{t.closest(".tcb-mega-drop").length&&TVE.Editor_Page.selection_manager.select_element(t)}),TVE.add_filter("tcb.text.read_font",(e,t)=>(s&&(e=TVE.head_css_get(t.attr("data-selector"),"font-family",!1,!1,!0)),e)),TVE.add_action("tcb.text.clear_formatting",e=>{s&&TVE.head_css_remove(e.attr("data-selector"),"_ALL",!0)}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tcb-mega-std ul.masonry").each((e,t)=>{t.removeAttribute("style"),t.classList.remove("masonry"),Array.from(t.children).forEach(e=>{e.removeAttribute("style"),e.classList.remove("masonry-brick")})}).end().find(".thrv_widget_menu").find("[data-selector]").removeAttr("data-selector"),e.find(TVE.identifier("menu")).each((e,t)=>{const s=TVE.inner_$(t),i=l(s,"widget_menu",!0).get();i&&i.menu_id&&"custom"===i.menu_id&&s.find("ul").each((e,t)=>{const s=TVE.inner_$(t),i=s.find("> li"),a=s.closest("li").find("> a .tve-item-dropdown-trigger"),l=i.filter('[class*="logged"]').length>0;a.toggle(!l)})}),e.find(`${TVE.identifier("menu")} .tve_w_menu > li li`).each((e,t)=>{t.removeAttribute("data-init-width"),TVE.inner.window.TCB_Front.inlineCssVariable(t,{"max-width":"","min-width":""})}),e)),TVE.add_filter("tcb.froala.options",(e,t,s)=>(t.parent().is(".tcb-mega-std li.lvl-1")&&(e.toolbarButtons=s.with_link),e)),TVE.add_filter("tcb.css.save.blacklist",e=>e.concat([".thrv_widget_menu",".tve-regular #",".tcb-mega-drop",".tcb-mm-image"])),TVE.add_action("tcb.froala.refresh",()=>i&&TVE.Editor_Page.reposition_icons());const o=(e,t,s,i)=>(t.includes(".tve-regular #")&&(t=a.getRealSelector(t,[".tve-regular "]),e=!!TVE.inner_$(t).length),t.includes(".thrv_symbol_")&&(t=a.getRealSelector(t,[`.thrv_symbol_${i} `]),e=!!TVE.inner_$(t).length),t.match(/tve-vertical-menu|tve-ham-wrap|tve-triggered-icon|tve-state-active/)&&(e=!0),e);TVE.add_filter("tcb.css.save.whitelist_rule",o),TVE.add_filter("tve.symbol.whitelist.rule",o),TVE.add_action("tcb.symbol.after_save",e=>{e.find(".thrv_widget_menu").removeClass("tve-custom-menu-switch-icon-tablet tve-custom-menu-switch-icon-mobile")}),TVE.add_action("tcb.after_insert_symbol",e=>{e.find(".thrv_widget_menu").removeClass("tve-custom-menu-switch-icon-tablet tve-custom-menu-switch-icon-mobile")}),TVE.add_filter("tve.cloud_templates.modal",(e,t)=>(t.hasClass("tve-custom-menu-upgrade")&&(e="menu"),e)),TVE.add_filter("tve.cloud_templates.modal.options",(e,t)=>(t.hasClass("tve-custom-menu-upgrade")&&(e.modal_element_id="cloud-templates"),e)),TVE.add_filter("tve.cloud_templates.modal.update",(e,t)=>(["menu","megamenu"].includes(TVE._type(t))&&(e=!1),e)),TVE.add_filter("tcb.element_has_content_templates",(e,t)=>("menu"!==t||n.isHamburgerEditMode()||(e=!0),e)),TVE.add_action("tve.conditional_display.activate",e=>{this.setDataSelectors(e)}),TVE.add_action("tcb.layout.alignment_changed.menu",(e,t)=>{if(e.hasClass("tve-vertical-menu")){const s=t.dataset.value;let i="none";if("left"===s||"center"===s||"right"===s){const e=this.controls.MenuWidth.getValue(),t=this.controls.MenuWidth.getUM();i=`${e&&"auto"!==e?e:"px"===t?600:33}${t}`}this.controls.Align.applyElementCss({"max-width":i},e,this.controls.Align.config.css_suffix,""),TVE.Editor_Page.reposition_icons()}else this.controls.MenuState.isChecked()&&r().reposition(e)}),TVE.add_action("tcb.layout.alignment_update.menu",(e,t)=>{e.hasClass("tve-vertical-menu")&&e.outerWidth()===e.parent().width()&&t.setActive("full")}),TVE.add_action("tcb.focus_element.before",e=>{"menu_item"===TVE._type(e)&&e.toggleClass("expand-children")})},getWPMenus(e=!0){return e?this.controls.MenuSource.model.config.options:this.controls.MenuSource.model.config.options.filter(e=>"custom"!==e.value)},orderItems:()=>s(31403),dropdownIcon:()=>s(48643),refreshEditModeOverlay(e){if(e.length&&TVE.main.EditMode.in_edit()){const t=TVE.main.EditMode.element().add(e).tveBoundingBox();TVE.main.EditMode.element().tve_overlay("no-bg",t)}},editHamburger(){const e=TVE.ActiveElement,t=e.find(".tve_w_menu"),s=0===e.find(".tve-triggered-icon").length,i=`[data-css="${TVE.CSS_Rule_Cache.uniq_id(e)}"]`;let a=!1;s||r().toggleState(e,!1,0),t.parent().hasClass("tve-ham-wrap")||(a=!0,t.wrap('<div class="tve-ham-wrap"></div>'));const l=t.parent();l.attr("data-selector",`${i} .tve-ham-wrap.tve-m-expanded`),t.css("visibility","").addClass("thrv_wrapper").attr("data-selector",`${i} .tve-ham-wrap > .tve_w_menu`),r().toggleState(e,!0,s?100:0),a&&e.mediaAttr("data-dropdown-position","center"),n.beforeEnter(l),setTimeout(()=>{"mobile"===TVE.main.device&&TVE.inner.$body.scrollTop(TVE.inner.$body.outerHeight()),TVE.main.EditMode.enter(l,{show_overlay:!0,restore_state:!0,element_selectable:!0,can_insert_elements:!0,show_default_message:!0,callbacks:{exit:()=>{n.afterExit(),s&&r().isHamburger(t)&&r().toggleState(e,!1),setTimeout(()=>TVE.Editor_Page.focus_element(e),240)}}})},240)},getMenuIdentifier:()=>`${TVE.identifier("menu")},${TVE.identifier("megamenu")}`,blockScroll(e){const t=TVE.inner_$("body"),s=TVE.inner_$("html"),i="tve-o-hidden tve-l-open tve-hide-overflow",a=this.controls.MobileSide.getValue(),l=this.controls.MenuState.isChecked()&&a.includes("side");t.toggleClass(i,l),s.toggleClass(i,l),l?TVE.ElementEditIcons.hide_icons():TVE.ElementEditIcons.show_icons(e)}})},51591:(e,t,s)=>{const i=s(16668),a=s(40521),l=s(10547);e.exports=i.component.extend({extra_states:!0,updateOnMouseLeave:!1,mainColorVariable:"--tcb-local-color-30800",controls_init(){const e=this;this.controls.RadioSize.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--tcb-radio-size":s.value+this.getUM()},t),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix)},this.controls.RadioSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tcb-radio-size",!0)||0)},this.controls.SetAsDefault.input=function(e,t){const s=e.filter(".edit_mode");if(t.checked){const t=e.closest(".tve_lg_radio");t.find('input[type="radio"]:checked').removeAttr("checked data-default"),t.find(".tve-state-expanded").removeClass("tve-state-expanded")}TVE.state_manager.change(t.checked?"expanded":"default",!0,{skip_update:!0,noOverlay:!0}),t.checked?s.find('input[type="radio"]').attr("checked","checked").attr("data-default","1"):s.find('input[type="radio"]').removeAttr("checked data-default"),TVE.main.update_components()},this.controls.SetAsDefault.update=function(e){this.setChecked(e.filter(".edit_mode").find('input[data-default="1"]').length)},this.labelAsValueTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-option-labelasvalue"),anim_duration:300,no_callback:!0,validate:()=>!this.labelAsValueTooltip.FORCE_CLOSE}),this.controls.LabelAsValue.input=function(t,s){const i=t.filter(".edit_mode"),a=i.find('input[type="radio"]');e.controls.InputValue.$el.toggle(!s.checked),a.val(s.checked?i.find(".tve-input-option-text").text():e.controls.InputValue.getValue()),a.attr("data-label-value",s.checked?1:"")},this.controls.LabelAsValue.update=function(t){const s=t.filter(".edit_mode").find('input[type="radio"]');this.setChecked(s.attr("data-label-value")),e.controls.InputValue.$el.toggle(!s.attr("data-label-value"))},this.controls.InputValue.change=function(e){const t=e.filter(".edit_mode"),s=this.$("input").val();t.find('input[type="radio"]').val(s)},this.controls.InputValue.update=function(e){const t=e.filter(".edit_mode");this.setValue(t.find('input[type="radio"]').val())},this.controls.CustomAnswerInput.update=function(){const e=TVE.ClickedElement.find("input[type=radio]"),t=e.parents(".tve_lg_radio"),s=l.shouldDisplayTagControl();s||this.component.advanced.removeClass("open"),this.component.advanced.toggle(s),e.attr("data-custom-tag")?this.setValue(e.attr("data-custom-tag")):"true"===t.attr("data-answer-tag")?this.setValue(l.prepareTagValue(e.attr("value"))):this.setValue("")},this.controls.CustomAnswerInput.input=()=>{},this.controls.CustomAnswerInput.onInput=(e,t)=>{const s=TVE.ClickedElement.find("input[type=radio]"),i=l.prepareTagValue(t.value);this.controls.CustomAnswerInput.setValue(i),s.attr("data-custom-tag",i)},this.controls.StyleChange.set_drop_panel(this.controls.RadioStylePicker),TVE.add_action("tcb.element.click",e=>{if(e.currentTarget.closest(".tve_lg_radio_wrapper.edit_mode")&&e.target.matches("label")){const t=e.currentTarget.classList.contains("tve-state-expanded")?"default":"expanded";TVE.state_manager.change(t,!0,{noOverlay:!0}),TVE.Views.Controls.DropPanel.close_all()}}),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.is(".tve_lg_radio_wrapper")&&(t.removeClass("tve-state-expanded edit_mode"),t.find('input[type="radio"]:checked').removeAttr("checked data-default"),e.hasClass("tve-state-expanded")&&e.find('input[type="radio"]').attr("checked","checked"),TVE.Components.lead_generation.replaceDuplicateSelector(t),TVE.Editor_Page.selection_manager.select_element(t))}),TVE.add_action("tcb.change.css.variable",(t,s,i)=>{i&&i.hasClass("tve_lg_radio_wrapper")&&(TVE.LeadGeneration&&TVE.LeadGeneration.templateConfig&&t===e.mainColorVariable&&(TVE.LeadGeneration.templateConfig.radio.option.color=s,TVE.LeadGeneration.templateConfigWrite()),this.controls.RadioStylePicker.setStyleColor(t,s,i))}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.hasClass("tve_lg_radio_wrapper")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.RadioStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_action("tcb.focus_element.before",e=>{"lead_generation_radio_option"!==TVE._type(e)&&"filter_radio"!==TVE._type(e)||e.hasClass("tve-state-expanded")&&!TVE.state_manager.is_expanded()&&(TVE.ActiveElement=e,TVE.state_manager.change("expanded",!0,{skip_update:!0,noOverlay:!0}))}),TVE.add_action("tcb.focus.clear",e=>{(e&&e.hasClass("tve_lg_radio_wrapper")||e.hasClass("tcb-filter-radio"))&&(e.toggleClass("tve-state-expanded",!!e.find('input[type="radio"]:checked').length),TVE.Views.Controls.DropPanel.close_all())})},radioStylePicker:()=>s(9686),openTooltip(){return this.labelAsValueTooltip.isOpen()?this.labelAsValueTooltip.onCancel():this.labelAsValueTooltip.open(null,this.$(".tve-switch-info")),!1},handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,"")})},51722:(e,t,s)=>{const i=s(16668),a=s(16102),l=s(54239);e.exports=i.control.extend({order:["top","left","bottom","right"],controls:{},defaultPoints:"0 0, 0 1, 1 1, 1 0",template:TVE.tpl("controls/decoration/slanted"),inverted:"",after_initialize(){const e=this;this.controls.InvertedDecoration=new a({el:this.$el.find(".tve-inverted-angle"),model:{config:{label:TVE.t.ChangeDirection}}}),this.controls.InvertedDecoration.change=function(t,s){const i=e.getScreen();e.inverted=s.checked,t.find(".clip-path-"+i+e.side).first().attr("data-inverted",s.checked),s.value=t.find(".clip-path-"+i+e.side).first().attr("slanted-angle"),e.controls.AngleSlider.input(t,s)},this.controls.AngleSlider=new l({el:this.$el.find(".tve-slanted-angle"),model:{config:{default:"5",min:"0",max:"100",label:"Tilt",um:["%"]}}}),this.controls.AngleSlider.input=function(t){const s=e.defaultPoints,i=e.processPath(s),a=e.controls.AngleSlider.value(!1),l=e.getScreen();switch(e.side){case"bottom":a<=0?(i[e.next_side].x=1,i[e.next_side].y=0,i[e.side].x=1,i[e.side].y=1):e.inverted?(i[e.prev_side].x=0,i[e.prev_side].y=(1-Math.tan(a*Math.PI/180)).toFixed(4),i[e.side].x=1,i[e.side].y=1):(i[e.side].x=Math.tan((90-a)*Math.PI/180).toFixed(4),i[e.side].y=0,i[e.next_side].x=1,i[e.next_side].y=0);break;case"right":a>=90?(i[e.next_side].x=0,i[e.next_side].y=1,i[e.side].x=0,i[e.side].y=1):e.inverted?(i[e.prev_side].x=(1-Math.tan(a*Math.PI/180)).toFixed(4),i[e.prev_side].y=1,i[e.side].x=1,i[e.side].y=0):(i[e.side].x=(1-Math.tan(a*Math.PI/180)).toFixed(4),i[e.side].y=0,i[e.next_side].x=0,i[e.next_side].y=0);break;case"top":a>=90?(i[e.next_side].x=1,i[e.next_side].y=1,i[e.side].x=1,i[e.side].y=1):e.inverted?(i[e.prev_side].x=1,i[e.prev_side].y=Math.tan(a*Math.PI/180).toFixed(4),i[e.side].x=0,i[e.side].y=0):(i[e.side].x=0,i[e.side].y=Math.tan(a*Math.PI/180).toFixed(4),i[e.next_side].x=0,i[e.next_side].y=1);break;case"left":a>=90?(i[e.next_side].x=0,i[e.next_side].y=0,i[e.side].x=0,i[e.side].y=0):e.inverted?(i[e.prev_side].x=Math.tan(a*Math.PI/180).toFixed(4),i[e.prev_side].y=0,i[e.side].x=0,i[e.side].y=1):(i[e.side].x=Math.tan(a*Math.PI/180).toFixed(4),i[e.side].y=1,i[e.next_side].x=1,i[e.next_side].y=1)}e.checkSVG(),_.each(t,function(t){const s=TVE.inner_$(t);s.find(".clip-path-"+l+e.side+" ellipse").first().remove(),s.find(".clip-path-"+l+e.side).first().attr("slanted-angle",a).attr("style",""),s.find(".clip-path-"+l+e.side+" polygon").first().attr("points",e.rebuildPath(i))},this)}},setSide(e){this.side=e;const t=this.order.indexOf(this.side);this.next_side=this.order[t+1],t===this.order.length-1&&(this.next_side=this.order[0]),this.prev_side=this.order[t-1],0===t&&(this.prev_side=this.order[this.order.length-1]),this.update()},getScreen(){return this.component.getScreen()},getPreviousScreen(){return this.component.getPreviousScreen()},checkSVG(){return this.component.checkSVG()},update(){this.$element=this.applyTo();const e=this.getScreen(),t=this.$element.find(".clip-path-"+e+this.side).length>0?e:this.getPreviousScreen(),s=Number(this.$element.find(".clip-path-"+t+this.side).attr("slanted-angle")),i=this.$element.find(".clip-path-"+t+this.side).attr("data-inverted");this.controls.InvertedDecoration.setChecked(!(!i||"false"===i)),this.inverted=this.controls.InvertedDecoration.isChecked(),this.controls.AngleSlider.setValue(s||5),"slanted"===this.$element.find(".clip-path-"+t+this.side).attr("decoration-type")&&this.controls.AngleSlider.input(this.$element)},rebuildPath(e){const t=[];return this.order.forEach(function(s){void 0!==e[s].x&&t.push(e[s].x+" "+e[s].y)}),t.join(", ")},processPath(e){const t=e.split(", "),s=[],i=this;let a=[],l=0;return t.forEach(function(e){a=e.split(" "),s[i.order[l]]={x:Number(a[0]),y:Number(a[1])},l++}),s}})},51857:(e,t,s)=>{const i=s(20583);let a=null;e.exports=i.base.extend({is_valid:!0,invalid_inputs:[],render_errors(){this._get_fields_container().empty(),_.each(this.model.attributes,function(e,t){this.render_error({key:t,value:e,label:TVE.t.cf_errors[t].label})},this)},restore_defaults(){_.each({email:TVE.t.cf_errors.email,phone:TVE.t.cf_errors.phone,url:TVE.t.cf_errors.url,required:TVE.t.cf_errors.required},function(e,t){this._set(t,e.text)},this),this.render_errors()},change(e,t){const s=t.value,i=t.getAttribute("data-key");this._set(i,s)},input(e,t){if(t.classList.contains("tcb-invalid")){t.classList.remove("tcb-invalid");const e=jQuery(t).next().removeClass("tcb-invalid");e.text(e.data("label"))}},_set(e,t){return this.model.set(e,t),!0},_get_fields_container(){return this.$container||(this.container=this.$(".tcb-fields-error").first()),this.container},render_error(e){const t=TVE.tpl("lead-generation/errors/item");e=e||{},e=_.extend({key:"key",label:"label",value:"value"},e),this._get_fields_container().append('<div class="half-width">'+t({item:e})+"</div>")},save(e){if("function"==typeof this.before_save&&this.before_save.call(this,e),!1===this.is_valid){for(const e in this.invalid_inputs){const t=this.$('input[name="'+this.invalid_inputs[e]+'"]').addClass("tcb-invalid").next("label");t.addClass("tcb-invalid").attr("data-label",t.text().trim()).html(TVE.ucFirst(this.invalid_inputs[e]+" error is required"))}return!1}return this.close(),this.undelegateEvents(),e.preventDefault(),!1}},{get_instance:(e,t)=>(a||(a=new TVE.CFErrorMessages({el:e,model:t||new Backbone.Model})),a)})},52293:e=>{e.exports={placeholderCSS:{},displayHeights:{},setDisplayHeight(e,t,s,i){this.displayHeights[t]||(this.displayHeights[t]={}),this.displayHeights[t][e]||(this.displayHeights[t][e]={[s]:0}),i&&parseInt(i)&&(this.displayHeights[t][e][s]=i)},setGroupHeights(e,t){this.displayHeights[e]||(this.displayHeights[e]={}),this.displayHeights[e]=t},getGroupHeights(e){return this.displayHeights[e]},getPlaceholderCSS(e,t="",s=0){let i,a=`.tcb-conditional-display-placeholder[${TVE.Models.ConditionalDisplayManager.groupDisplayAttr}="${e}"]{`;return this.displayHeights[e]&&Object.keys(this.displayHeights[e]).forEach(t=>{s?(i=Math.max(...Object.values(this.displayHeights[e][t])),isNaN(i)&&(i=100),a+=`--tcb-container-height-${t[0]}: ${i}px;`):(i=Math.min(...Object.values(this.displayHeights[e][t])),isNaN(i)&&(i=100),a+=`--tcb-container-height-${t[0]}: ${i}px;`)}),a+="}",t&&(a+=this.getDisplayPlaceholderCSS(e,t)),a},collectPlaceholderCSS(e,t,s,i){const a={"(min-width: 300px)":[],"(max-width: 1023px)":[],"(max-width: 767px)":[]},l=e=>{TVE._.each(e,(e,t)=>{if("@imports"===t)return!0;TVE._.each(e,(e,s)=>((e,t,s)=>{a[s]=a[s]||[],a[s].push(`${t} {${TVE.CSS_Rule_Cache.objectToCss(e)}}`)})(e,s,t))})};l(TVE.CSS_Rule_Cache.getCssForSelector(e.attr("data-selector")||`[data-css="${e.attr("data-css")}"]`));let o=TVE.$();switch(i){case"contentbox":o=e.find("> .tve-content-box-background");break;case"section":o=e.find("> .tve-page-section-out")}o.length&&l(TVE.CSS_Rule_Cache.getCssForSelector(o.attr("data-selector")||`[data-css="${o.attr("data-css")}"]`)),this.setDisplayPlaceholderCSS(t,s,Object.keys(a).reduce((e,t)=>`${e} @media ${t}{${a[t].join(" ")}}`,""))},setDisplayPlaceholderCSS(e,t,s){this.placeholderCSS[e]||(this.placeholderCSS[e]={}),this.placeholderCSS[e][t]=s},getDisplayPlaceholderCSS(e,t){return this.placeholderCSS[e]&&this.placeholderCSS[e][t]?this.placeholderCSS[e][t]:""}}},52306:(e,t,s)=>{!function(t){const i=s(16668),a=s(7596),l=s(99250),o=s(93237),c=s(48828);e.exports=i.control.extend({template:TVE.tpl("controls/color-picker"),events:{"keyup .color-input":"onColorEnter"},css_variable:null,edit_css_variable:null,defaults:()=>({output:"object",showGradient:!0,showInput:!0,hideOriginalInput:!1,allowEmpty:!0,showAlpha:!0,preferredFormat:"rgb",important:!1,showFavorites:!0,showGlobals:!0,showDynamic:!0,showActiveColorDetails:!0}),after_initialize(e){if(!t.spectrum)return;const s=t.extend({},this.defaults(),this.$el.data(),this.model.config.options||{}),i=this;this.important=this.model.config.important?"!important":"",this.model.config.label=this.model.config.label||TVE.t.Color,this.colorPicker=this.$(".color-picker"),TVE.main.$colorpickers=(TVE.main.$colorpickers||t()).add(this.colorPicker),this.$input=this.$(".color-input");const o=s.change,n=s.move;t.extend(!0,s,{move:_.debounce(function(e){i.edit_css_variable||delete i.css_variable,i.favorites&&i.favorites.on_color_change(e),n&&n(e),TVE.SKIP_CSS_STATE=!0,i.currentEventType="input",i.onInput(e),delete i.currentEventType},0),change:(e,t)=>t&&t.from_input?s.move(e):(i.favorites&&i.favorites.on_color_change(e),o?o(e):(TVE.SKIP_CSS_STATE=!1,i.currentEventType="change",i.colorPicker.spectrum("container").find(".p-global-thumb.active").length&&(i.css_variable=TVE.buildCssVariable(i.colorPicker.spectrum("container").find(".p-global-thumb.active").attr("data-var"))),i.onChange(e),void delete i.currentEventType)),appendTo:"#tcb-drop-panels",show:_.bind(function(){s.flat&&this.$el.parents(".drop-panel").length||(this.$(".color-picker-input").addClass("drop-panel-focus"),TVE.main.$(".tve-panel").addClass("drop-panel-open"),setTimeout(()=>TVE.main.scroll_panel_to(this.colorPicker.spectrum("container")),50)),i.onShow(),s.showFavorites&&this.favorites.on_color_show()},this),hide:s.hide||_.bind(function(){s.flat||this.$el.parents(".drop-panel").length||(this.$(".color-picker-input").removeClass("drop-panel-focus"),TVE.main.$(".tve-panel").removeClass("drop-panel-open"),s.showFavorites&&i.favorites.on_color_hide())},this),cancel:e=>{TVE.SKIP_CSS_STATE=!1,i.currentEventType="change",e&&TVE.isCssVariable(e)?(this.css_variable=e,e=new c(TVE.getCssVariableValue(e))):delete this.css_variable,this.onChange(e),delete i.currentEventType}}),s.showAlpha&&(s.alpha_input=new a({model:{config:{name:TVE.t.opacity,um:"%",min:0,max:100,maxlength:5}}}),s.alpha_input.$(".input-control").addClass("small")),s.showPalette=!1,s.showFavorites&&(s.showSaveButton=!0,this.favorites=new l,s.saveFavorite=_.bind(this.favorites.add_color,this.favorites),this.favorites.color_picker=this),this.colorPicker.spectrum(s),s.showInput?this.$(".sp-replacer").addClass("has-input"):this.$input.hide(),s.hideOriginalInput&&this.$input.hide(),this.$(".control-grid").toggleClass("full-width",!s.showInput||s.hideOriginalInput),s.showFavorites&&this.favorites.$el.appendTo(this.colorPicker.spectrum("container").find(".sp-favorites-container")),this.colorPicker.find(".sp-choose").on("click",function(){i.onChange()}),"function"==typeof e.input&&(this.input=e.input),"function"==typeof e.change&&(this.change=e.change),this.options=s,this.config||(this.config={}),TVE.main.states_dropdown.on("done",_.bind(function(){this.isOpen()&&this.colorPicker.spectrum("container").find(".sp-choose").trigger("click")},this)),TVE.add_action("tcb.editor_page.disable_clicks",_.bind(function(e){this.isOpen()&&e.panel_action_btn&&this.colorPicker.spectrum("container").find(".action-buttons").addClass("tcb-disabled")},this)),TVE.add_action("tcb.editor_page.enable_clicks",_.bind(function(e){e.panel_action_btn&&this.colorPicker.spectrum("container").find(".action-buttons").removeClass("tcb-disabled")},this)),TVE.add_action("tve.lazyload.done",()=>{this.initDynamicColorPicker()},11),TVE.main.on("before_device_change",()=>{this.isOpen()&&this.colorPicker.spectrum("hide")}),this.initDynamicColorPicker()},initDynamicColorPicker(){this.model.config.options&&!this.model.config.options.noBeforeInit&&this.favorites.getDynamicColors().length&&o(this)},input(){},onInput(e){TVE.SkipUpdate=!0,this.setValue(e,!1,!0),TVE.SkipUpdate=!1},onChange(e){if(TVE.SkipUpdate=!1,_.isString(e)&&e.includes("hsl")&&(e=c(e)),this.$input.val(e?e.toHexString():null),this.change(this.getStyle(this.css_variable?this.css_variable:e)),"function"==typeof this.after_update){const t=TVE.ActiveElement&&TVE.ActiveElement.attr("data-dynamic-color"),s=null===e&&void 0!==t&&!TVE.getCssVariableValue(t);this.after_update(s)}},setValueOrNull(e){e&&"rgba(0, 0, 0, 0)"!==e&&"transparent"!==e&&"initial"!==e||(e=null),this.setValue(e)},setValue(e,t,s){if(this.edit_css_variable||delete this.css_variable,TVE.isCssVariable(e)){let t;if(e=TVE.getGlobalVariable(e),TVE.isGlobalColorActive(e)&&(this.css_variable=e,this.css_variable.includes(TVE.CONST.colors.dynamic_prefix)))if(this.css_variable.includes(",")){if(TVE.ActiveElement&&TVE.ActiveElement.attr("data-dynamic-color")&&0===this.favorites.getDynamicColors().length){const e=`${TVE.ActiveElement.attr("data-dynamic-color")}-default`;TVE.FLAGS.hover_element=!1,t=TVE.ActiveElement.head_css(e,!1,"",!0,"")}}else{const e=TVE.getRawCssVariableName(this.css_variable),t=`${e}-default`,s=`var(${t},${c(TVE.getCssVariableValue(t)).toRgbString()})`;this.css_variable=this.css_variable.replace(e,`${e},${s}`),this.dynamicColorPicker&&this.dynamicColorPicker.input(s)}(e=TVE.getCssVariableValue(e))||(e=null),t&&(e=t)}if(null!==e){const t=e;_.isString(e)&&(e=TVE.parseMasterVariables(e),e=TVE.parseCalcFunctions(e)),(e=new c(e)).css_variable=this.css_variable,!e.css_variable&&e.toString().includes("hsl")&&(e.css_variable=t)}if(this.colorPicker.spectrum("set",e,t),this.$input.val(e?e.toHexString():null),s&&(TVE.SKIP_CSS_STATE=!0,this.currentEventType="input",this.input(this.getStyle(this.css_variable?this.css_variable:e)),TVE.SKIP_CSS_STATE=!1,delete this.currentEventType),TVE.CONST.acf_is_active&&this.$el&&!this.$el.is(".gradient-solid-picker, .gradient-color-picker")&&0===this.$el.find(".tcb-dynamic-color-container").length&&this.css_variable&&TVE.ActiveElement){const e=this.favorites.getDynamicColors().length;if((TVE.PostList.utils.isInPostListEditMode()&&e||TVE.ActiveElement.attr("data-dynamic-color")&&0===e)&&this.model.config.options&&!this.model.config.options.noBeforeInit){const e=1!==TVE.CONST.has_acf_colors;TVE.CONST.has_acf_colors=1,o(this),"function"==typeof this.after_update&&this.after_update(),e&&(TVE.CONST.has_acf_colors=0)}}return this},setAlpha(e,t=!1,s=!1){const i=this.colorPicker.spectrum("get");i.setAlpha(e),this.setValue(i,t,s)},getStyle(e){return"object"===this.options.output?e:{"background-color":e+this.important}},getValue(e){return e&&this.css_variable?this.css_variable:this.colorPicker.spectrum("get")},read_background(){const e=this.applyTo(!1,!1,TVE.is_group_editing).head_css("background-color",null,this.config.css_suffix,!0,this.config.css_prefix)||null;return this.setValueOrNull(e),e},onColorEnter(e){13===e.keyCode&&(TVE.SkipUpdate=!0,this.colorPicker.spectrum("set",e.target.value),this.input(this.getValue()))},change(e){this.input(e)},reflow(){this.colorPicker.spectrum("reflow")},getExtraClass(){let e="";return this.get_config("no-space")&&(e+=" no-space"),e},reApply(){this.change(this.getValue())},save_favorite(e){return this.favorites.add_color(e),!1},render_favorites(){this.favorites.on_color_show()},cancel(){},onShow(){const e=this.colorPicker.spectrum("get");delete this.colorOnShow,e instanceof c&&(this.colorOnShow=e.toRgbString()),this.css_variable&&(this.colorOnShow=this.css_variable.includes(TVE.CONST.colors.dynamic_prefix)?TVE.getCssVariableDefaultValue(this.css_variable):this.css_variable),delete this.edit_css_variable},isOpen(){return this.colorPicker.spectrum("container").is(":visible")},disable_enable_choose_color(e){TVE.apply_filters("tcb.disable.enable.color.picker",!0,this.$el)&&(this.colorPicker.spectrum("container").find(".sp-color-inputs").toggleClass("tcb-disabled",e),this.options.showFavorites&&this.favorites.has_template_colors&&this.css_variable&&!TVE.containAtLeastOneWord(this.css_variable,[TVE.CONST.colors.local_prefix,TVE.CONST.colors.dynamic_prefix])&&this.favorites.$(".tcb-template-colors-container").toggleClass("tcb-disabled",!e))},appliedColor(e=this.readFrom()){return e.tcbCssVar("--tcb-applied-color").replace("var$","var")}})}(jQuery)},52433:e=>{e.exports=Backbone.Model.extend({validate(e){const t={};return _.each(e,function(e,s){const i="validate_"+s;"function"==typeof this[i]&&this[i](e,t)},this),Object.keys(t).length?t:void 0}})},52610:e=>{e.exports={generateShortcode(e){const t={loop:e.attr("data-loop"),no_download:e.attr("data-no-download"),autoplay:e.attr("data-data-autoplay")};return{extra_params:TVE.buildAttrStringFromObject(t),$shortcodeElement:e.find("audio"),shortcodeAttr:!1,key:"audio"}},customFieldInput(e,t,s=null){const i=TVE.Components.audio.controls.ExternalFields,a=s||{mime_type:"audio/mp3",id:"0",width:"100",height:"100",title:"Placeholder",url:"",alt:"Placeholder"},l=TVE.Components.audio;a.name=t,a.mime_type=a.mime;const o=i.getCFValues("audio",e,t,a),c=e.find("audio");l.$(".v-source").val("custom").trigger("change"),l.controls.audio.providers.custom.attachment=o,l.controls.audio.providers.custom.dataAttributes={"no-download":"1"},e.attr("data-no-download","1"),l.controls.audio.apply(),c.attr("data-c-f-id",o.name),i.updatePostList(c)}}},52740:(e,t,s)=>{e.exports=s(16668).component.extend({controls_init(e){e.color.input=function(e){this.applyElementCss({color:e})},e.color.update=function(e){let t=e.head_css("color");t||(t=e.css("color")),this.setValue(t)},e.size.input=function(e,t){this.applyElementCss({"font-size":`${t.value}${this.getUM()}`})},e.size.update=function(e){this.setValue(e.css("font-size"))},e.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),e.ModalPicker.input=function(e,t){e.find(".tcb-icon").replaceWith(TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}))},e.ModalPicker.update=function(){const e=TVE.ActiveElement.find(".tcb-icon");let t=e.attr("data-name")||e.attr("data-id");!t&&e.attr("data-tve-icon")&&(t=e.attr("data-tve-icon").replace("icon-","")),t=t.replace("icon-",""),this.updateValue(t)}}})},52858:e=>{e.exports=function(){return _.isEmpty(TVE.CONST.user_settings)&&(TVE.CONST.user_settings={}),{get:e=>TVE.CONST.user_settings[e]||null,set(e,t){TVE.CONST.user_settings[e]=t,TVE.ajax("user_settings","post",{config:TVE.CONST.user_settings})}}}},52869:(e,t,s)=>{e.exports=s(32970).extend({update(e){this.setValue(e.attr("data-icon")||this.$select.find("option").val())},changed(e,t){e.attr("data-icon",t.value),e.find(".tve-item-dropdown-trigger").html(this.getHtml(t.value)),TVE.LeadGeneration.templateConfig.select["data-icon"]=t.value,TVE.LeadGeneration.templateConfigWrite()},getHtml(e){return e=e||_.first(Object.keys(this.model.paths)),'<svg xmlns="http://www.w3.org/2000/svg" class="tve-dropdown-icon-up" viewBox="'+this.model.paths[e].box+'">'+this.model.paths[e].up+"</svg>"}})},53117:(e,t,s)=>{const i=s(16668).base_view,a=s(98941),l=s(16658),o=s(3120),c=s(16357),n=s(40521);e.exports=i.extend({active_section:null,sections:null,$buttons:null,tooltip:null,user_settings_key:"central_style_panel_hint_new",after_initialize(e){this.$buttons=this.$(".tve-btn"),this.sidebar=e.sidebar,this.sidebar.on("drawer_opened",_.bind(function(e){if("central_style_panel"===e){this.sections||(this.sections=TVE.apply_filters("tcb_central_style_panel_sections",{vars:null,styles:null,fonts:null}),this.sections.vars||this.initSectionVars(),this.sections.styles||this.initSectionStyles(),this.sections.fonts||this.initSectionFonts(),this.initExtraSections());const e=this.$buttons.filter(".active");if(0===e.length||"fonts"===e.attr("data-value"))this.$buttons.first().trigger("click");else{const t=e.attr("data-value");this.sections[t].render_list()}}this.tooltip&&this.tooltip.onApply()},this)),TVE.add_filter("editor_loaded_callback",()=>{_.isEmpty(TVE.user_settings().get(this.user_settings_key))&&(this.tooltip=new n({allow_force_close:!1,panel_position:"right",tooltipPosition:"left",arrow_css:{transform:"rotate(90deg)",left:"306px"},learnMoreLink:"//help.thrivethemes.com/en/articles/6829476-using-the-style-editor-in-thrive-landing-pages/",el_css:{right:"-125px"},template:TVE.tpl("central-style-panel/tooltip"),anim_duration:500,_template:TVE.tpl("controls/tooltip/tooltip-panel-typography"),onApply:(e,t)=>{t&&"onApply"===t.dataset.fn&&TVE.user_settings().set(this.user_settings_key,1),this.tooltip.hide()}}),this.tooltip.open(null,TVE.$('[data-toggle="central_style_panel"]')[0]))}),TVE.add_action("tcb.symbol.before_save_logic",(e=null)=>{const t=(e=e||TVE.ActiveElement).find('[class*="'+TVE.CONST.global_cls_prefix+'"]').addBack().filter(function(e,t){const s=TVE.getClassThatContains(t,TVE.CONST.global_cls_prefix);return s.length>0&&s.indexOf("tpl_")>-1&&t.classList.contains("thrv_wrapper")});t.length>0&&TVE.Components["shared-styles"].multiple_unlink_style(t)}),TVE.add_filter("tcb.symbol.before_save",(e={})=>(e.symbol_css.length>0&&(e.symbol_css=this.clear_tpl_vars_from_content(e.symbol_css)),e)),TVE.add_filter("tcb.templates.modify_content",e=>{const t=e.find('[class*="'+TVE.CONST.global_cls_prefix+'"]').addBack().filter(function(e,t){const s=TVE.getClassThatContains(t,TVE.CONST.global_cls_prefix);return s.length>0&&s.indexOf("-tpl_")>-1});return t.length>0&&_.each(t.get(),e=>{const t=TVE.CSS_Rule_Cache.uniq_id(e),s=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix),i=TVE.ActiveElement.find("."+s);i.attr("data-css")||i.attr("data-css",t)}),e}),TVE.add_filter("tcb.templates.before_save",(e={})=>{const t=JSON.parse(e.get("media_rules")),s=TVE.ActiveElement.find('[class*="'+TVE.CONST.global_cls_prefix+'"]').addBack().filter(function(e,t){const s=TVE.getClassThatContains(t,TVE.CONST.global_cls_prefix);return s.length>0&&s.indexOf("tpl_")>-1});if(s.length>0){let i=e.get("template_content");const a=TVE.Components["shared-styles"].collect_used_global_css_from_page(s);_.each(a,(e,s)=>{e.length>0&&(t[s]+=e)}),_.each(s.get().reverse(),e=>{const t=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix);i=i.split(t).join("")}),e.set("template_content",i)}return e.set("media_rules",this.clear_tpl_vars_from_content(JSON.stringify(t))),e.set("template_content",this.clear_tpl_vars_from_content(e.get("template_content"))),e})},initExtraSections(){},initSectionFonts(){this.sections.fonts=new c({el:this.$('.c-s-p-section[data-section="fonts"]')})},initSectionStyles(){this.sections.styles=new a({el:this.$('.c-s-p-section[data-section="styles"]')})},initSectionVars(){const e=!TVE.CONST.theme&&TVE.CONST.skin_colors;this.sections.vars=e?new o({el:this.$('.c-s-p-section[data-section="vars"]'),sidebar:this.sidebar}):new l({el:this.$('.c-s-p-section[data-section="vars"]'),sidebar:this.sidebar})},clear_tpl_vars_from_content(e=""){return e.indexOf(TVE.CONST.colors.lp_set_prefix)>-1&&(e=this._clearVarFromContent(e,TVE.CONST.colors.lp_set_prefix,TVE.CONST.colors.templates,"color")),e.indexOf(TVE.CONST.gradients.lp_set_prefix)>-1&&(e=this._clearVarFromContent(e,TVE.CONST.gradients.lp_set_prefix,TVE.CONST.gradients.templates,"gradient")),e},_clearVarFromContent(e="",t="",s=[],i=""){const a=new RegExp("(var\\("+t+"[0-9]*\\))","g"),l=e.match(a);if(_.isArray(l)){const a=[...new Set(l)];_.each(a,function(a){const l=TVE.extractNumbersFromString(a)[0],o=_.findIndex(s,function(e){return e.id==l});o>-1&&(e=e.split("var("+t+l+")").join(s[o][i]))})}return e},hideSections(){this.$buttons.removeClass("active"),_.each(this.sections,function(e){e.hide()})},dom_switch_section(e,t){const s=t.getAttribute("data-value");this.active_section!==s&&(this.hideSections(),this.active_section=s,TVE.Views.Controls.DropPanel.close_all(),this.sections[s].render_list().show(),this.$buttons.filter('[data-value="'+s+'"]').addClass("active"))}})},53167:(e,t,s)=>{e.exports=s(68284).extend({cards:{visa:"Visa",masterCard:"MasterCard",americanExpress:"American Express",payPal:"PayPal",discover:"Discover",googlePay:"Google Pay",applePay:"Apple Pay",bitcoin:"Bitcoin"},setup_defaults(){const e=JSON.parse(JSON.stringify(this.cards));delete e.discover,this.data={cards:e,style:"style1"}},get_html(e,t){t=void 0===t?this.data.style:t,e=void 0===e?this.data.cards:e;let s="";return _.each(e,function(e,i){s+='<svg viewBox="0 0 72 52" class="tcb-'+i+'-card">'+this.templates[t][i]+"</svg>"},this),s},_render_to(e){return e.attr({"data-style":this.data.style,"data-cards":Object.keys(this.data.cards)}).html(this.get_html()),this},get_styles(){const e={},t=this.cards;return _.each(this.templates,function(s,i){e[i]={label:TVE.ucFirst(i),html:this.get_html(t,i)}},this),e},get_cards(){const e=[];return _.each(this.cards,function(t,s){e.push({identifier:s,label:t})},this),e},get_card_template(e,t){t=void 0!==t&&t;let s=this.templates[this.data.style][e];return t&&(s='<svg viewBox="0 0 72 52">'+s+"</svg>"),s},sort_element_cards(e){this.data.cards={},_.each(e,function(e){this.data.cards[e]=this.cards[e]},this)},templates:{style1:{visa:'<g><path class="visa-style-1-st0" d="M7.6,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6c-3.7,0-6.6-3-6.6-6.6V7.5C1,3.9,4,0.9,7.6,0.9z"/><path class="visa-style-1-st1" d="M24.8,33.8h-4.1l-3.1-11.6c-0.1-0.5-0.5-1-0.9-1.2c-1.1-0.6-2.4-1-3.7-1.2v-0.4h6.6c0.9,0,1.6,0.7,1.7,1.5l1.6,8.4l4.1-9.8h4L24.8,33.8z M33.1,33.8h-3.8l3.2-14.5h3.8L33.1,33.8z M41.2,23.3c0.1-0.8,0.8-1.2,1.6-1.2c1.2-0.1,2.6,0.1,3.7,0.7l0.7-3.1c-1.1-0.4-2.4-0.7-3.5-0.7c-3.7,0-6.4,2-6.4,4.8c0,2.1,1.9,3.2,3.3,3.9c1.5,0.7,2,1.1,1.9,1.8c0,1-1.1,1.5-2.3,1.5c-1.4,0-2.7-0.3-4-0.9l-0.7,3.1c1.4,0.6,2.8,0.8,4.2,0.8C44,34,46.6,32,46.6,29C46.6,25.2,41.2,25,41.2,23.3L41.2,23.3z M60,33.8l-3.1-14.5h-3.3c-0.7,0-1.4,0.4-1.6,1.1l-5.6,13.4h4l0.8-2.1H56l0.5,2.1H60z M54.2,23.2l1.1,5.5h-3.2L54.2,23.2z"/></g>',masterCard:'<g transform="translate(337.000000, 0.000000)"><path class="masterCard-style-1-st0" d="M-329.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-336,3.9-333,0.9-329.4,0.9z"/><g transform="translate(12.526316, 11.194030)"><path class="masterCard-style-1-st1" d="M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8C-307.7,1.2-310.8,2.4-313.2,4.5z"/><path class="masterCard-style-1-st2" d="M-313.2,4.5c-2.4-2.1-5.5-3.3-8.8-3.3c-7.5,0-13.6,6.2-13.6,13.8s6.1,13.8,13.6,13.8c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S-316.1,7-313.2,4.5z"/><path class="masterCard-style-1-st3" d="M-313.2,25.5c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8s-6.1-13.8-13.6-13.8c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S-310.2,23-313.2,25.5z"/></g></g>',americanExpress:'<g><g><g transform="translate(169.000000, 0.000000)"><path class="americanExpress-style-1-st0" d="M-161.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-168,3.9-165,0.9-161.4,0.9z"/></g></g><path class="americanExpress-style-1-st1" d="M31,28.2l-3.8-8.4h-4.6v11.9l-5.4-11.9h-3.8L8,32.3h3.2l1.1-2.7h6l1.1,2.7h6.2v-9.2l4.1,9.2h2.7l4.1-8.9v8.9h3V20.1h-4.6L31,28.5L31,28.2z M15.4,26.9h-1.9l1.9-4.3l0,0l2,4.3L15.4,26.9z"/><path class="americanExpress-style-1-st1" d="M58.4,26l2.2-2.4l3.2-3.5H60l-3.5,3.8L53,20.1H41.3v12.2H53l3.5-4.1l3.5,4.1h3.8l-3.2-3.8L58.4,26z M51.1,29.8h-6.8v-2.4h6.8V25h-6.8v-2.2h6.8l3.5,3.2L51.1,29.8z"/></g>',payPal:'<g><g transform="translate(85.000000, 0.000000)"><path class="payPal-style-1-st0" d="M-77.4,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-84,3.9-81,0.9-77.4,0.9z"/></g><path class="payPal-style-1-st1" d="M34.7,18.3h8.1c4.3,0,6,2.2,5.7,5.4c-0.4,5.3-3.6,8.3-7.9,8.3h-2.2c-0.6,0-1,0.4-1.1,1.4l-0.9,6.1c-0.1,0.4-0.3,0.6-0.6,0.7h-5.1c-0.5,0-0.6-0.4-0.5-1.2l3.1-19.6C33.4,18.7,33.8,18.3,34.7,18.3z"/><path class="payPal-style-1-st2" d="M29.6,11.6h8.1c2.3,0,5,0.1,6.8,1.7c1.2,1.1,1.8,2.8,1.7,4.6c-0.5,6.2-4.2,9.6-9.1,9.6h-4c-0.7,0-1.1,0.4-1.3,1.7l-1.1,7.1C30.6,36.7,30.4,37,30,37h-5c-0.6,0-0.7-0.4-0.6-1.3L28,12.9C28.2,12,28.7,11.6,29.6,11.6z"/></g>',discover:'<g transform="translate(253.000000, 0.000000)"><path class="discover-style-1-st0" d="M-245.3,0.9h56.6c3.7,0,6.7,3,6.7,6.7v36.6c0,3.7-3,6.7-6.7,6.7h-56.6c-3.7,0-6.7-3-6.7-6.7V7.6C-252,3.9-249,0.9-245.3,0.9z"/><path class="discover-style-1-st1" d="M-190.8,25.7h-0.5v-2.9h0.5c1.2,0,1.7,0.5,1.7,1.4C-189.1,25.2-189.6,25.7-190.8,25.7L-190.8,25.7z M-187.1,24.1c0-1.8-1.2-2.8-3.4-2.8h-2.7v9.6h1.8V27h0.2l2.5,3.9h2.3l-2.9-4C-188,26.7-187,25.5-187.1,24.1L-187.1,24.1z M-199.6,30.9h5.2v-1.6h-3.4v-2.6h3.3V25h-3.3v-2.1h3.4v-1.6h-5.2V30.9L-199.6,30.9z M-205.1,27.7l-2.5-6.4h-2l4,9.8h1l4-9.8h-2L-205.1,27.7L-205.1,27.7z M-227.1,26.1c0,2.7,2.2,4.9,4.9,4.9c0.9,0,1.6-0.2,2.4-0.5v-2.1c-0.5,0.6-1.3,1.1-2.2,1.1c-1.7,0-3.2-1.3-3.2-3v-0.2c-0.1-1.7,1.3-3.2,3-3.3c0.9,0,1.7,0.4,2.3,1.1v-2.1c-0.7-0.4-1.5-0.5-2.3-0.5C-224.9,21.1-227.1,23.3-227.1,26.1L-227.1,26.1z M-230.5,24.9c-1.1-0.4-1.4-0.6-1.4-1.2c0.1-0.6,0.7-1.2,1.3-1.1c0.5,0,1.1,0.3,1.5,0.8l1-1.3c-0.8-0.6-1.7-1.1-2.7-1.1c-1.5-0.1-2.8,1.1-2.9,2.6v0.1c0,1.3,0.5,2,2.3,2.6c0.4,0.1,0.9,0.3,1.3,0.5c0.3,0.2,0.5,0.5,0.5,1c0,0.8-0.7,1.4-1.3,1.4h-0.1c-0.9,0-1.6-0.5-2-1.3l-1.2,1.2c0.7,1.2,2,1.8,3.3,1.8c1.7,0.1,3.2-1.2,3.3-2.9v-0.3C-227.8,26.4-228.3,25.8-230.5,24.9L-230.5,24.9z M-236.8,30.9h1.8v-9.6h-1.8V30.9L-236.8,30.9z M-240.5,28.5c-0.7,0.5-1.6,0.9-2.5,0.8h-0.5v-6.3h0.5c0.9-0.1,1.8,0.2,2.5,0.8c0.7,0.6,1,1.5,1,2.4C-239.5,27-239.8,27.8-240.5,28.5L-240.5,28.5z M-242.7,21.3h-2.7v9.6h2.7c1.2,0.1,2.4-0.3,3.4-1.1c1.1-1,1.7-2.3,1.7-3.7c0.1-2.6-2-4.7-4.6-4.8H-242.7L-242.7,21.3z M-214.3,21.1c-2.7,0-5,2.1-5,4.9c0,2.7,2.2,4.9,5,5.1c2.8,0.1,5-2.1,5.1-4.9C-209.3,23.3-211.5,21.1-214.3,21.1L-214.3,21.1z"/></g>',bitcoin:'<g><path class="bitcoin-style-1-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z"/></g><g><path class="bitcoin-style-1-st1" d="M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z"/></g><g><path class="bitcoin-style-1-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z"/></g><g><path class="bitcoin-style-1-st1" d="M42,26c-0.5-0.7-1.3-1.2-2.2-1.4c0.7-0.3,1.2-0.8,1.6-1.4c0.4-0.6,0.6-1.3,0.6-2s-0.1-1.3-0.5-1.9c-0.3-0.5-0.7-1-1.2-1.4c-0.5-0.3-1-0.5-1.7-0.7c-0.5-0.1-1.1-0.1-1.8-0.1v-2.4h-2.6v2.4h-1.5h-0.2v-2.4h-2.6v2.4h-0.4H27v2.6h2.4v10.7H27V33h2.4h0.4v2.2h2.6V33h0.2h1.5v2.2h2.6V33c1,0,1.6-0.1,2-0.1c0.9-0.1,1.6-0.3,2.2-0.7s1-1,1.4-1.6c0.3-0.7,0.5-1.4,0.5-2.1C42.8,27.5,42.5,26.7,42,26z M34.4,19.8c1.5,0,2.4,0,2.8,0.1c0.5,0.1,1,0.3,1.2,0.5c0.3,0.3,0.4,0.7,0.4,1.2s-0.1,1-0.5,1.2C38,23,37.6,23.3,37,23.3c-0.3,0.1-1.1,0.1-2.4,0.1h-2.1v-3.7C32.6,19.8,34.4,19.8,34.4,19.8z M39,29.7c-0.3,0.3-0.7,0.5-1.2,0.6c-0.3,0.1-1,0.1-2.2,0.1h-3v-4.3h2.6c1.5,0,2.4,0.1,2.9,0.2c0.4,0.1,0.7,0.4,1,0.7c0.2,0.3,0.3,0.7,0.3,1.2C39.4,28.8,39.2,29.3,39,29.7z"/></g><g><path class="bitcoin-style-1-st1" d="M35,43.5c-10.2,0-18.6-8.3-18.6-18.5S24.7,6.5,35,6.5S53.5,14.8,53.5,25S45.2,43.5,35,43.5z M35,8c-9.4,0-17.1,7.6-17.1,17S25.5,42,35,42s17-7.6,17-17S44.4,8,35,8z"/></g>',googlePay:'<g><g><g transform="translate(169.000000, 0.000000)"><path class="googlePay-style-1-st0" d="M-161.3,0.9h56.7c3.7,0,6.6,3,6.6,6.6v36.7c0,3.7-3,6.6-6.6,6.6h-56.7c-3.7,0-6.6-3-6.6-6.6V7.5C-167.9,3.9-164.9,0.9-161.3,0.9z"/></g><rect x="18.4" y="0.9" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 54.3 51.8)" class="googlePay-style-1-st1" width="17.5" height="50"/><rect x="35.9" y="0.9" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 89.3 51.8)" class="googlePay-style-1-st2" width="17.5" height="50"/><path class="googlePay-style-1-st3" d="M64.9,0.9H53.4v50h11.5c3.3,0,6-2.7,6-6v-38C70.9,3.6,68.2,0.9,64.9,0.9z"/></g><g><path class="googlePay-style-1-st4" d="M42.8,17.7c-0.9-0.9-2.2-1.4-3.5-1.4H34V32h2v-6.3v0h3.3c1.4,0,2.5-0.4,3.5-1.3c0.9-0.8,1.5-2.1,1.4-3.3C44.3,19.7,43.7,18.5,42.8,17.7z M41.4,22.9c-0.5,0.5-1.2,0.8-2,0.8H36v-5.5v0h3.4c0.8,0,1.5,0.3,2,0.8c0,0,0,0,0.1,0.1C42.5,20.2,42.5,21.9,41.4,22.9z"/><path class="googlePay-style-1-st4" d="M48.9,20.9c-1.9,0-3.4,0.7-4.3,2.1l1.8,1.1c0.7-0.9,1.5-1.4,2.7-1.4c0.7,0,1.4,0.3,1.9,0.7c0.5,0.4,0.8,1.1,0.8,1.8v0.5C51,25.3,50,25,48.8,25c-1.4,0-2.5,0.3-3.4,1c-0.8,0.7-1.3,1.5-1.3,2.6c0,1,0.4,2,1.2,2.6c0.8,0.7,1.8,1.1,3,1.1c1.4,0,2.5-0.6,3.3-1.8h0.1V32h1.9v-6.6c0-1.4-0.4-2.5-1.3-3.3C51.6,21.3,50.4,20.9,48.9,20.9z M50.8,29.6c-0.6,0.6-1.4,0.9-2.3,0.9c-0.6,0-1.1-0.2-1.6-0.5c-0.4-0.3-0.7-0.8-0.7-1.3c0-0.6,0.3-1.1,0.8-1.5c0.5-0.4,1.2-0.6,2-0.6c1.1,0,2,0.3,2.6,0.8C51.8,28.2,51.5,29,50.8,29.6z"/><polygon class="googlePay-style-1-st4" points="62.6,21.3 59.5,29 59.4,29 56.2,21.3 54,21.3 58.5,31.3 56,36.7 58,36.7 64.8,21.3 "/><path class="googlePay-style-1-st4" d="M19.2,22.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v0c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7c-0.4-1.1-0.4-2.3,0-3.4c0.7-2.1,2.7-3.7,5.1-3.7c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5c-1.3,2.5-1.3,5.5,0,8.1c1.5,3,4.6,5,8,5c2.4,0,4.5-0.8,6-2.2l0,0h0c1.7-1.6,2.7-3.9,2.7-6.6c0-0.6-0.1-1.2-0.2-1.8H19.2z"/></g></g>',applePay:'<g><path class="applePay-style-1-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z"/></g><g><g><path class="applePay-style-1-st1" d="M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6"/><path class="applePay-style-1-st1" d="M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1"/></g><g><path class="applePay-style-1-st1" d="M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z"/><path class="applePay-style-1-st1" d="M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z"/><path class="applePay-style-1-st1" d="M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z"/></g></g>'},style2:{visa:'<g><path class="visa-style-2-st0" d="M7.6,1h56.7C68,1,71,4,71,7.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6C4,51,1,48,1,44.4V7.6C1,4,4,1,7.6,1z"/><path class="visa-style-2-st1" d="M7.6,1h56.7C68,1,71,4,71,7.6v3.7H1V7.6C1,4,4,1,7.6,1z"/><path class="visa-style-2-st2" d="M71,40.6v3.7c0,3.7-3,6.6-6.6,6.6H7.6C4,51,1,48,1,44.4v-3.7H71z"/><path class="visa-style-2-st1" d="M56.5,33.3l-0.4-2.2h-4.9l-0.8,2.2h-4l5.7-13.5c0,0,0.3-1.1,1.8-1.1H57l3.1,14.5H56.5z M52.3,28.1h3.2l-1.1-5.4L52.3,28.1z"/><path class="visa-style-2-st1" d="M46.7,22.2l0.5-3.1c0,0-1.7-0.6-3.5-0.6c-1.9,0-6.4,0.8-6.4,4.8c0,3.8,5.3,3.8,5.3,5.8c0,2-4.8,1.6-6.3,0.4l-0.6,3.3c0,0,1.7,0.8,4.3,0.8c2.6,0,6.6-1.3,6.6-5c0-3.8-5.4-4.1-5.4-5.8C41.3,21.1,45.1,21.3,46.7,22.2"/><polyline class="visa-style-2-st1" points="33.4,33.3 29.6,33.3 32,18.7 35.8,18.7 33.4,33.3 \t"/><path class="visa-style-2-st1" d="M16.1,18.7h-3L13,19c0,0,1.9,0.4,4,1.7l3.3,12.6h4l6.1-14.5h-4.1l-3.7,10l-0.4-2.2v0L20.9,20c0,0-0.2-1.3-1.8-1.3H16.1h-3L13,19c0,0,2.9,0.6,5.7,2.8c2.7,2.1,3.5,4.8,3.5,4.8L20.9,20c0,0-0.2-1.3-1.8-1.3H16.1z"/><path class="visa-style-2-st2" d="M22.2,26.6L20.9,20c0,0-0.2-1.3-1.8-1.3h-6.1L13,19c0,0,2.9,0.6,5.7,2.8C21.4,23.9,22.2,26.6,22.2,26.6"/></g>',masterCard:'<g><path class="masterCard-style-2-st0" d="M7.6,1h56.7C68,1,71,4,71,7.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6C4,51,1,48,1,44.4V7.6C1,4,4,1,7.6,1z"/><path class="masterCard-style-2-st1" d="M41.4,26c0,7.7-6.2,13.9-14,13.9c-7.7,0-14-6.2-14-13.9c0-7.7,6.2-13.9,14-13.9C35.1,12.1,41.4,18.3,41.4,26"/><path class="masterCard-style-2-st2" d="M46.1,12.1c-3.6,0-6.9,1.4-9.4,3.6c-0.5,0.5-1,1-1.4,1.5h2.8c0.4,0.5,0.7,1,1.1,1.5h-4.9c-0.3,0.5-0.6,1-0.8,1.5H40c0.2,0.5,0.4,1,0.6,1.5h-7.7c-0.2,0.5-0.3,1-0.4,1.5H41c0.2,1,0.3,1.9,0.3,3c0,1.5-0.3,3-0.7,4.4h-7.7c0.2,0.5,0.4,1,0.6,1.5H40c-0.2,0.5-0.5,1-0.8,1.5h-4.9c0.3,0.5,0.7,1,1.1,1.5h2.8c-0.4,0.5-0.9,1-1.4,1.5c2.5,2.2,5.8,3.6,9.4,3.6c7.7,0,14-6.2,14-13.9C60.1,18.3,53.8,12.1,46.1,12.1"/><path class="masterCard-style-2-st3" d="M57.7,29.7h-1.4l0.1-0.5c-0.4,0.4-0.8,0.6-1.4,0.6c-1.1,0-1.8-0.9-1.8-2.4c0-1.9,1.1-3.5,2.5-3.5c0.6,0,1,0.2,1.4,0.8l0.3-2h1.5L57.7,29.7L57.7,29.7z M55.5,28.4c0.7,0,1.2-0.8,1.2-1.9c0-0.7-0.3-1.1-0.8-1.1c-0.7,0-1.2,0.8-1.2,1.9C54.7,28,55,28.4,55.5,28.4L55.5,28.4z"/><path class="masterCard-style-2-st3" d="M50.9,23.8c-0.2,1.8-0.5,3.6-0.8,5.4L50,29.5h1.5c0.5-3.5,0.7-4.2,1.5-4.1c0.1-0.7,0.4-1.4,0.6-1.7c-0.6-0.1-1,0.2-1.5,0.9c0-0.3,0.1-0.6,0.1-0.9H50.9"/><path class="masterCard-style-2-st3" d="M48.5,27.1c-0.2,0-0.2,0-0.3,0c-0.9,0-1.3,0.3-1.3,0.9c0,0.4,0.2,0.6,0.5,0.6C48,28.5,48.5,27.9,48.5,27.1L48.5,27.1z M49.6,29.6h-1.3l0-0.6c-0.4,0.5-0.9,0.7-1.6,0.7c-0.8,0-1.4-0.6-1.4-1.6c0-1.4,1-2.2,2.7-2.2c0.2,0,0.4,0,0.6,0c0-0.2,0.1-0.3,0.1-0.4c0-0.4-0.3-0.5-1-0.5c-0.7,0-1.4,0.2-1.6,0.3c0-0.1,0.2-1.3,0.2-1.3c0.8-0.2,1.3-0.3,1.8-0.3c1.3,0,2,0.6,2,1.7c0,0.3,0,0.7-0.1,1.1C49.9,27.4,49.7,29.2,49.6,29.6L49.6,29.6z"/><path class="masterCard-style-2-st3" d="M46.1,22.8l-0.2,1.5c-0.5-0.3-0.9-0.4-1.4-0.4c-1.1,0-1.9,1.1-1.9,2.6c0,1.1,0.5,1.7,1.4,1.7c0.4,0,0.8-0.1,1.3-0.4L45,29.6c-0.6,0.2-0.9,0.2-1.3,0.2c-1.6,0-2.6-1.2-2.6-3.1c0-2.5,1.4-4.3,3.4-4.3C45.1,22.4,45.9,22.7,46.1,22.8"/><path class="masterCard-style-2-st3" d="M38.6,23.8c-0.2,1.8-0.5,3.6-0.8,5.4l-0.1,0.4h1.5c0.5-3.5,0.7-4.2,1.5-4.1c0.1-0.7,0.4-1.4,0.6-1.7c-0.6-0.1-1,0.2-1.5,0.9c0-0.3,0.1-0.6,0.1-0.9H38.6"/><path class="masterCard-style-2-st3" d="M37.2,29.5c-0.5,0.2-1,0.2-1.5,0.2c-1.7,0-2.6-0.9-2.6-2.6c0-2,1.1-3.4,2.6-3.4c1.2,0,2,0.8,2,2.1c0,0.4-0.1,0.8-0.2,1.4h-3c-0.1,0.8,0.4,1.2,1.3,1.2c0.5,0,1-0.1,1.6-0.4L37.2,29.5L37.2,29.5z M36.3,26.1c0-0.1,0.2-1-0.7-1c-0.5,0-0.8,0.4-1,1H36.3L36.3,26.1z"/><path class="masterCard-style-2-st3" d="M32.5,29.6c-0.4,0.1-0.7,0.2-1.1,0.2c-0.8,0-1.2-0.4-1.2-1.3c0-0.3,0.1-0.9,0.2-1.5c0.1-0.5,0.7-3.9,0.7-3.9h1.5l-0.2,0.9h0.8L33,25.3h-0.8c-0.2,1.1-0.4,2.5-0.4,2.6c0,0.3,0.2,0.4,0.5,0.4c0.2,0,0.3,0,0.4-0.1L32.5,29.6"/><path class="masterCard-style-2-st3" d="M26.6,25.7c0,0.7,0.4,1.2,1.2,1.6c0.6,0.3,0.7,0.4,0.7,0.6c0,0.4-0.3,0.5-0.9,0.5c-0.5,0-0.9-0.1-1.4-0.2c0,0-0.2,1.3-0.2,1.3c0.3,0.1,0.7,0.1,1.6,0.2c1.6,0,2.3-0.6,2.3-1.9c0-0.8-0.3-1.3-1.1-1.6c-0.6-0.3-0.7-0.4-0.7-0.6c0-0.3,0.3-0.5,0.7-0.5c0.3,0,0.7,0,1.1,0.1l0.2-1.3c-0.4-0.1-1-0.1-1.3-0.1C27.2,23.7,26.6,24.6,26.6,25.7"/><path class="masterCard-style-2-st3" d="M24.7,27.1c-0.2,0-0.2,0-0.3,0c-0.9,0-1.3,0.3-1.3,0.9c0,0.4,0.2,0.6,0.5,0.6C24.2,28.5,24.7,27.9,24.7,27.1L24.7,27.1z M25.8,29.6h-1.3l0-0.6c-0.4,0.5-0.9,0.7-1.6,0.7c-0.8,0-1.4-0.6-1.4-1.6c0-1.4,1-2.2,2.7-2.2c0.2,0,0.4,0,0.6,0c0-0.2,0.1-0.3,0.1-0.4c0-0.4-0.3-0.5-1-0.5c-0.7,0-1.4,0.2-1.6,0.3c0-0.1,0.2-1.3,0.2-1.3c0.8-0.2,1.3-0.3,1.8-0.3c1.3,0,2,0.6,2,1.7c0,0.3,0,0.7-0.1,1.1C26.1,27.4,25.8,29.2,25.8,29.6L25.8,29.6z"/><polyline class="masterCard-style-2-st3" points="20.8,29.7 19.3,29.7 20.2,24.3 18.3,29.7 17.2,29.7 17.1,24.3 16.2,29.7 14.8,29.7 16,22.6 18.1,22.6 18.2,27 19.7,22.6 22,22.6 20.8,29.7"/></g>',americanExpress:'<g><path class="americanExpress-style-2-st0" d="M7.6,1h56.7C68,1,71,4,71,7.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6C4,51,1,48,1,44.4V7.6C1,4,4,1,7.6,1z"/><g><path class="americanExpress-style-2-st0" d="M44.1,35.5v-1.8c0-0.1-0.1-0.5-0.7-0.5h-1.2v2.3h-2.7v-3.3c-0.5,0.8-1.5,1.2-3.1,1.2h-1.2v2.2h-3.9l-1.6-1.8l-1.6,1.8H21v-7.7h7l1.8,1.9l1.8-1.9h1l0.5,0h4.2c0,0,0.1,0,0.2,0c0.3,0,0.9,0,1.5,0.4c0.2,0.1,0.4,0.3,0.6,0.6v-1h4.7c0,0,0.1,0,0.2,0c0.9,0,1.8,0.3,2.2,1.2v-1.2H53v1.1c0.5-0.8,1.4-1.1,2.2-1.1l3.9,0v1.1c0.5-0.8,1.4-1.1,2.2-1.1l3.9,0v2.6h-2c1.2,0.2,2.3,0.8,2.3,2.3c0,2.1-1.4,2.9-2.8,2.9c-0.2,0-0.3,0-0.3,0l-3.5,0v-1.1c-0.5,0.8-1.4,1.1-2.3,1.1c-0.2,0-0.3,0-0.3,0l-3.3,0v0h-6.2v0H44.1z M52.8,33v-0.1H56c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c-0.2,0-0.4-0.1-0.8-0.1c0,0-0.1,0-0.2,0c-0.3,0-1,0-1.6-0.4c-0.3-0.2-0.6-0.4-0.9-0.8v1.3h-3.6V33H52.8z M26.7,33l0.1-0.1h-3V33H26.7z M62.1,32.9c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c-0.2,0-0.4-0.1-0.8-0.1c0,0-0.1,0-0.2,0c-0.3,0-1,0-1.6-0.4c-0.2-0.1-0.4-0.2-0.6-0.4c0,0.2,0.1,0.4,0.1,0.6c0,0.1,0,0.2,0,0.3H62.1z M32.6,32.7v-2.1l-1,1L32.6,32.7z M46.3,31.8c0.1,0.2,0.3,0.4,0.4,0.6v-1.1C46.5,31.6,46.4,31.7,46.3,31.8z M27.3,32.4l0.6-0.7L27.3,31V32.4z M57.1,30.3c0.6,0.1,1.3,0.3,1.7,0.8c-0.1-0.2-0.1-0.5-0.1-0.8L57.1,30.3z M43.6,30.6c0.3,0,0.4-0.1,0.4-0.2c0,0-0.2-0.1-0.4-0.1h-1.3v0.3H43.6z M36.6,30.6c0.3,0,0.4-0.1,0.4-0.2c0,0-0.2-0.1-0.4-0.1h-1.3v0.3H36.6z M26.7,30.4L26.7,30.4l-2.9,0v0H26.7z M52.6,30.4C52.6,30.4,52.6,30.3,52.6,30.4l-3.2,0v0H52.6z M40,26.3L40,26.3l-2.5,0v-1.8c0-0.1-0.1-0.5-0.7-0.5h-1.2v2.3H23.9v-2.9l-1.3,2.9h-2.1l-1.4-2.9v2.9h-4.2l-0.6-1.4h-2.5l-0.6,1.4h-3l3.3-7.7h3.1l1.8,4.2v-4.2H20l1.6,3.5l1.6-3.5h14.5c0,0,0.1,0,0.2,0c0.9,0,1.8,0.3,2.2,1.2v-1.2h2.7v1.8c0.7-1.6,2.2-1.8,2.7-1.9l2.7,0.1v0.7l0.3-0.8h3.1l1.8,4.1v-4.1h3.2l1.9,3.1v-3.1h2.7v7.7h-3.2l-2-3.2v3.2h-4.2l-0.6-1.4h-2.5l-0.6,1.4h-3c-0.7-0.1-1.8-0.6-2.4-1.8v1.8H40z M32.9,23.8v-0.1h-3.5v0.1H32.9z M45.9,21.1c-0.1,0-0.7,0.1-0.8,1c0,0.1,0,0.3,0,0.4c0,1.2,0.6,1.2,0.8,1.2c0.1,0,0.3,0,0.4,0l1.1-2.6L45.9,21.1z M39.6,22.6c0.1,0.2,0.3,0.4,0.4,0.6v-1.1C39.9,22.3,39.8,22.5,39.6,22.6z M50.1,22.2L50,21.9l-0.1,0.2H50.1z M13.2,22.2l-0.1-0.2L13,22.2H13.2z M36.9,21.4c0.3,0,0.4-0.1,0.4-0.2c0,0-0.2-0.1-0.4-0.1h-1.3v0.3H36.9z M32.9,21.2L32.9,21.2l-3.5,0v0H32.9z"/><path class="americanExpress-style-2-st1" d="M45.5,19l2.1,0.1v1.5l-1.7,0c0,0-1.1,0-1.3,1.5c0,0.2,0,0.3,0,0.5c0,1.4,0.7,1.7,1.3,1.7c0.4,0,0.7-0.1,0.7-0.1l2.1-5h2.4l2.6,6.1v-6.1h2.4l2.7,4.4v-4.4h1.7v6.7h-2.4l-2.7-4.5v4.5h-1.5h-0.3h-1.6l-0.6-1.4h-3.2l-0.6,1.4h-1.6H46h-0.8c0,0-2.3-0.3-2.3-3.2C42.8,18.9,45.5,19,45.5,19 M49.2,22.7h1.7l-0.8-2L49.2,22.7 M37.8,19c0.5,0,2,0.2,2,2c0,1.2-1,1.6-1,1.6s0.8,0.4,0.8,1.5v1.7H38v-1.3c0,0-0.1-1-1.2-1h-1.7v2.3h-1.7v-6.7h4.2C37.6,19.1,37.7,19,37.8,19 M35.1,21.9h1.8c0.5,0,0.9-0.3,0.9-0.6c0-0.4-0.4-0.6-0.9-0.6h-1.8V21.9 M26.2,19.1v6.7h-1.7v-4.6l-2.2,4.6h-1.4l-2.2-4.6v4.6h-1.5h-0.2h-1.7l-0.6-1.4h-3.2l-0.6,1.4H9l2.9-6.7h2.4l2.6,6.2v-6.2h2.7l1.9,4.2l1.9-4.2H26.2 M12.2,22.7h1.7l-0.8-2L12.2,22.7 M32.5,19.1v1.6h-3.6v1h3.6v1.5h-3.6v1.1h3.6v1.5h-5.4v-6.7H32.5 M42.2,19.1v6.7h-1.7v-6.7H42.2 M37.5,28.2c0.5,0,2,0.2,2,2c0,2-0.7,2.6-3,2.6h-1.7V35h-1.7h-1.5l-1.8-2l-1.8,2h-1h-5.4v-6.7h5.4h0.9l2,2.1l2-2.1h1.3v0h4.2C37.3,28.3,37.4,28.2,37.5,28.2 M33.1,34v-4.7L31,31.7L33.1,34 M34.8,31.1h1.8c0.5,0,0.9-0.3,0.9-0.6c0-0.4-0.4-0.6-0.9-0.6h-1.8V31.1 M23.3,30.9h3.5v1.5h-3.5v1.1h3.6l1.7-1.9l-1.7-1.8h-3.6V30.9 M61.3,28.3C61.4,28.3,61.4,28.3,61.3,28.3l3.4,0v1.6H62c0,0-0.1,0-0.3,0c-0.3,0-0.7,0.1-0.7,0.5c0,0.4,0.8,0.5,1.1,0.5c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0c0.6,0,2.5,0.1,2.5,1.8c0,2.2-1.7,2.4-2.3,2.4c-0.1,0-0.2,0-0.2,0h-3.1v-1.5h2.7c0,0,0.1,0,0.2,0c0.3,0,0.8-0.1,0.8-0.5c0-0.5-1.1-0.6-1.4-0.6c0,0-0.1,0-0.1,0s-0.1,0-0.2,0c-0.5,0-2.2-0.1-2.2-2C59.2,28.4,61,28.3,61.3,28.3 M55.2,28.3C55.3,28.3,55.3,28.3,55.2,28.3l3.4,0v1.6h-2.7c0,0-0.1,0-0.3,0c-0.3,0-0.7,0.1-0.7,0.5c0,0.4,0.8,0.5,1.1,0.5c0.1,0,0.2,0,0.2,0s0.1,0,0.2,0c0.6,0,2.5,0.1,2.5,1.8c0,2.2-1.7,2.4-2.3,2.4c-0.1,0-0.2,0-0.2,0h-3.1v-1.5H56c0,0,0.1,0,0.2,0c0.3,0,0.8-0.1,0.8-0.5c0-0.5-1.1-0.6-1.4-0.6c0,0-0.1,0-0.1,0s-0.1,0-0.2,0c-0.5,0-2.2-0.1-2.2-2C53.1,28.4,54.9,28.3,55.2,28.3 M44.5,28.3c0.5,0,2,0.2,2,2c0,1.2-1,1.6-1,1.6s0.8,0.4,0.8,1.5V35h-1.7v-1.3c0,0-0.1-1-1.2-1h-1.7V35h-1.7v-6.7h4.2C44.3,28.3,44.3,28.3,44.5,28.3 M41.8,31.1h1.8c0.5,0,0.9-0.3,0.9-0.6s-0.4-0.6-0.9-0.6h-1.8V31.1 M52.5,28.3v1.6h-3.6v1h3.6v1.5h-3.6v1.1h3.6V35h-5.4v-6.7H52.5 M45.4,18L45.4,18c-0.8,0.1-1.6,0.3-2.2,0.9v-0.8h-1h-1.7h-1v0.4C39,18.2,38.4,18,37.8,18h0c-0.1,0-0.2,0-0.3,0h-4.1h-1v0h-5.2v0h-1h-2.7h-0.6l-0.3,0.6l-1,2.2l-1-2.2l-0.3-0.6h-0.6h-2.7h-1v1v1.3l-0.7-1.7L15,18.1h-0.7h-2.4h-0.7l-0.3,0.6l-2.9,6.7l-0.6,1.4H9h1.9h0.7l0.3-0.6l0.3-0.8H14l0.3,0.8l0.3,0.6h0.7h1.7h0.2h1.5h1v-1v-0.1l0.3,0.6l0.3,0.6h0.6h1.4h0.6l0.3-0.6l0.3-0.6v0.1v1h1h1.7h1v0h5.2v0h1h1.7h1v-1v-1.3h0.7c0.1,0,0.1,0,0.1,0c0,0,0,0.1,0,0.1v1.2v1h1h1.5v0h1h1.7h1v-0.9c0.6,0.5,1.3,0.8,1.8,0.8l0.1,0h0.1H46h0.3h1.6h0.7l0.3-0.6l0.3-0.8h1.8l0.3,0.8l0.3,0.6h0.7h1.6h0.3h1.5h1v-1v-0.9l0.9,1.5l0.3,0.5h0.6h2.4h1v-1v-6.7v-1h-1H59h-1v1v0.9l-0.9-1.4l-0.3-0.5h-0.6h-2.4h-1v1v1.2l-0.7-1.6l-0.3-0.6h-0.7h-2.4h-0.7l0,0l-0.5,0L45.6,18L45.4,18L45.4,18z M46,23.2c-0.2,0-0.3,0-0.3-0.7c0-0.1,0-0.2,0-0.4c0.1-0.5,0.3-0.6,0.3-0.6l0.7,0L46,23.2C46,23.2,46,23.2,46,23.2L46,23.2z M37.5,27.2c-0.1,0-0.2,0-0.2,0h-4.1h-1v0h-0.3h-0.4L31,27.6l-1.3,1.3l-1.3-1.3l-0.3-0.3h-0.4h-0.9h-5.4h-1v1V35v1h1h5.4h1h0.4l0.3-0.3l1.1-1.2l1.1,1.2l0.3,0.3h0.4h1.5h1.7h1v-1v-1.2h0.7c1.1,0,1.9-0.2,2.6-0.5V35v1h1h1.7h1v-1v-1.3h0.7c0.1,0,0.1,0,0.1,0c0,0,0,0.1,0,0.1V35v1h1h1.7h1v0h5.2h1v0h2.8c0.1,0,0.1,0,0.3,0c0.6,0,1.2-0.1,1.8-0.5V36h1h3c0.1,0,0.1,0,0.3,0c1.5,0,3.3-0.9,3.3-3.4c0-0.7-0.2-1.3-0.6-1.8h0.3v-1v-1.6v-1h-1h-3.3c0,0,0,0-0.1,0c-0.6,0-1.2,0.1-1.7,0.4v-0.4h-1h-3.3c0,0,0,0-0.1,0c-0.6,0-1.2,0.1-1.7,0.4v-0.4h-1h-5.4h-1v0.4c-0.5-0.3-1.1-0.4-1.7-0.4c-0.1,0-0.2,0-0.3,0h-4.1h-1v0.4C38.6,27.4,38,27.2,37.5,27.2L37.5,27.2z"/></g></g>',payPal:'<g><path class="payPal-style-2-st0" d="M7.6,1h56.7C68,1,71,4,71,7.6v36.7c0,3.7-3,6.6-6.6,6.6H7.6C4,51,1,48,1,44.4V7.6C1,4,4,1,7.6,1z"/><path class="payPal-style-2-st1" d="M61.9,18.9l-1.8,11.2c0,0.2,0.1,0.4,0.4,0.4h1.8c0.3,0,0.5-0.2,0.6-0.5l1.7-11c0-0.2-0.1-0.4-0.4-0.4h-2C62.1,18.6,61.9,18.8,61.9,18.9"/><path class="payPal-style-2-st1" d="M56.6,26.6c-0.2,1.2-1.1,2-2.3,2c-0.6,0-1.1-0.2-1.4-0.6c-0.3-0.4-0.4-0.9-0.3-1.4c0.2-1.2,1.1-2,2.3-2c0.6,0,1.1,0.2,1.4,0.6C56.5,25.5,56.7,26.1,56.6,26.6 M59.4,22.6h-2.1c-0.2,0-0.3,0.1-0.4,0.3l-0.1,0.6l-0.1-0.2c-0.4-0.6-1.4-0.9-2.4-0.9c-2.3,0-4.2,1.7-4.6,4.1c-0.2,1.2,0.1,2.4,0.8,3.2c0.6,0.7,1.5,1,2.6,1c1.8,0,2.9-1.2,2.9-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.4,0.4h1.9c0.3,0,0.5-0.2,0.6-0.5l1.1-7.1C59.8,22.8,59.7,22.6,59.4,22.6"/><path class="payPal-style-2-st1" d="M47,22.7c-0.2,1.5-1.4,1.5-2.6,1.5h-0.7l0.5-2.9c0-0.2,0.2-0.3,0.4-0.3h0.3c0.8,0,1.5,0,1.9,0.4C47.1,21.7,47.1,22.1,47,22.7 M46.5,18.6h-4.3c-0.3,0-0.5,0.2-0.6,0.5l-1.7,11c0,0.2,0.1,0.4,0.4,0.4h2.2c0.2,0,0.4-0.1,0.4-0.4l0.5-3.1c0-0.3,0.3-0.5,0.6-0.5h1.4c2.8,0,4.5-1.4,4.9-4.1c0.2-1.2,0-2.1-0.6-2.8C49.1,19,48,18.6,46.5,18.6"/><path class="payPal-style-2-st2" d="M39.7,22.6h-2.1c-0.2,0-0.4,0.1-0.5,0.3l-2.9,4.2L33,23c-0.1-0.3-0.3-0.4-0.6-0.4h-2c-0.2,0-0.4,0.2-0.3,0.5l2.3,6.7l-2.2,3c-0.2,0.2,0,0.6,0.3,0.6h2.1c0.2,0,0.4-0.1,0.5-0.3l6.9-9.9C40.1,22.9,39.9,22.6,39.7,22.6"/><path class="payPal-style-2-st2" d="M25.8,26.6c-0.2,1.2-1.1,2-2.3,2c-0.6,0-1.1-0.2-1.4-0.6c-0.3-0.4-0.4-0.9-0.3-1.4c0.2-1.2,1.1-2,2.3-2c0.6,0,1.1,0.2,1.4,0.6C25.7,25.5,25.8,26.1,25.8,26.6 M28.6,22.6h-2.1c-0.2,0-0.3,0.1-0.4,0.3l-0.1,0.6L26,23.3c-0.4-0.6-1.4-0.9-2.4-0.9c-2.3,0-4.2,1.7-4.6,4.1c-0.2,1.2,0.1,2.4,0.8,3.2c0.6,0.7,1.5,1,2.6,1c1.8,0,2.9-1.2,2.9-1.2l-0.1,0.6c0,0.2,0.1,0.4,0.4,0.4h1.9c0.3,0,0.5-0.2,0.6-0.5L29,23C29,22.8,28.9,22.6,28.6,22.6"/><path class="payPal-style-2-st2" d="M16.2,22.7c-0.2,1.5-1.4,1.5-2.6,1.5H13l0.5-2.9c0-0.2,0.2-0.3,0.4-0.3h0.3c0.8,0,1.5,0,1.9,0.4C16.2,21.7,16.3,22.1,16.2,22.7 M15.7,18.6h-4.3c-0.3,0-0.5,0.2-0.6,0.5l-1.7,11c0,0.2,0.1,0.4,0.4,0.4h2.1c0.3,0,0.5-0.2,0.6-0.5l0.5-3c0-0.3,0.3-0.5,0.6-0.5h1.4c2.8,0,4.5-1.4,4.9-4.1c0.2-1.2,0-2.1-0.6-2.8C18.3,19,17.2,18.6,15.7,18.6"/></g>',discover:'<g><path class="discover-style-2-st0" d="M7.7,1h56.6C68,1,71,4,71,7.7v36.6c0,3.7-3,6.7-6.7,6.7H7.7C4,51,1,48,1,44.3V7.7C1,4,4,1,7.7,1z"/><path class="discover-style-2-st1" d="M71,33.7v10.6c0,3.7-3,6.7-6.7,6.7H19.7C19.7,51,53,47.3,71,33.7z"/><path class="discover-style-2-st2" d="M66,23.9c0-1.9-1.2-3-3.3-3h-2.7v10h1.8v-4H62l2.5,4h2.3l-3-4.2C65.2,26.5,66,25.5,66,23.9L66,23.9zM62.3,25.6h-0.5v-3h0.6c1.1,0,1.8,0.5,1.8,1.5C64.1,25,63.4,25.6,62.3,25.6L62.3,25.6z"/><polyline class="discover-style-2-st2" points="53.4,31 58.7,31 58.7,29.3 55.3,29.3 55.3,26.6 58.5,26.6 58.5,24.9 55.3,24.9 55.3,22.7 58.7,22.7 58.7,21 53.4,21 53.4,31"/><polyline class="discover-style-2-st2" points="48.1,27.7 45.5,21 43.5,21 47.5,31.2 48.5,31.2 52.6,21 50.6,21 48.1,27.7"/><g><path class="discover-style-2-st3" d="M33.8,25.9c0,3,2.2,5.3,5,5.3c2.8,0,5-2.3,5-5.2c0-2.9-2.2-5.2-5-5.2C36.1,20.8,33.8,23.1,33.8,25.9z"/></g><g><path class="discover-style-2-st1" d="M33.8,25.9c0,3,2.2,5.3,5,5.3c2.8,0,5-2.3,5-5.2c0-2.9-2.2-5.2-5-5.2C36.1,20.8,33.8,23.1,33.8,25.9z"/></g><path class="discover-style-2-st2" d="M25.8,26c0,2.9,2.2,5.2,5,5.2c0.8,0,1.5-0.2,2.3-0.6v-2.3c-0.7,0.8-1.4,1.1-2.2,1.1c-1.9,0-3.2-1.4-3.2-3.5c0-1.9,1.4-3.4,3.1-3.4c0.9,0,1.5,0.3,2.3,1.1v-2.3c-0.8-0.4-1.5-0.6-2.3-0.6C28.1,20.8,25.8,23.1,25.8,26"/><path class="discover-style-2-st2" d="M22.5,24.8c-1.1-0.4-1.4-0.7-1.4-1.3c0-0.6,0.6-1.1,1.4-1.1c0.6,0,1,0.2,1.5,0.8l1-1.3c-0.8-0.7-1.7-1.1-2.8-1.1c-1.7,0-2.9,1.2-2.9,2.9c0,1.4,0.6,2.1,2.3,2.7c0.7,0.3,1.1,0.4,1.3,0.6c0.4,0.3,0.6,0.6,0.6,1c0,0.8-0.6,1.4-1.4,1.4c-0.9,0-1.6-0.5-2-1.3l-1.2,1.2c0.8,1.3,1.9,1.9,3.3,1.9c1.9,0,3.3-1.4,3.3-3.3C25.3,26.4,24.6,25.6,22.5,24.8"/><polygon class="discover-style-2-st2" points="16.2,21 18,21 18,31 16.2,31"/><path class="discover-style-2-st2" d="M10.3,21H7.6v10h2.7c1.4,0,2.5-0.4,3.4-1.2c1.1-0.9,1.7-2.4,1.7-3.8C15.4,23,13.3,21,10.3,21L10.3,21zM12.4,28.5c-0.6,0.6-1.3,0.8-2.5,0.8H9.4v-6.6h0.5c1.2,0,1.9,0.2,2.5,0.8c0.6,0.6,1,1.5,1,2.5C13.5,26.9,13.1,27.9,12.4,28.5L12.4,28.5z"/></g>',applePay:'<g><path class="applePay-style-2-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z"/></g><g><g><path class="applePay-style-2-st1" d="M18.6,17.6c0.7-0.8,1-1.9,0.9-2.9c-1,0.1-2,0.6-2.7,1.4s-1,1.8-1,2.8C16.9,18.9,17.9,18.5,18.6,17.6"/><path class="applePay-style-2-st1" d="M19.5,19.1C18,19,16.7,19.9,16,19.9c-0.7,0-1.8-0.8-3-0.8c-1.6,0-3,0.9-3.8,2.3c-1.6,2.8-0.4,6.9,1.1,9.1c0.8,1.1,1.7,2.3,2.9,2.3s1.6-0.7,3-0.7s1.8,0.7,3,0.7s2-1.1,2.8-2.2c0.5-0.8,1-1.7,1.3-2.6c-1.5-0.6-2.4-2.1-2.4-3.7c0-1.4,0.8-2.7,2-3.5C22.1,19.8,20.8,19.2,19.5,19.1"/></g><g><path class="applePay-style-2-st1" d="M34.4,16c3.3,0,5.5,2.2,5.5,5.5S37.6,27,34.3,27h-3.6v5.7h-2.6V16H34.4z M30.7,24.8h3c2.3,0,3.6-1.2,3.6-3.3s-1.3-3.3-3.5-3.3h-3L30.7,24.8L30.7,24.8z"/><path class="applePay-style-2-st1" d="M40.6,29.3c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3c0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4v8.3h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1C42.2,32.9,40.6,31.4,40.6,29.3z M48.5,28.2v-0.9l-2.9,0.2c-1.6,0.1-2.5,0.7-2.5,1.8S44,31,45.4,31C47.1,30.9,48.5,29.8,48.5,28.2z"/><path class="applePay-style-2-st1" d="M53.2,37.2v-2c0.3,0,0.5,0,0.8,0c1.1,0,1.8-0.5,2.2-1.7l0.2-0.7L52,20.6h2.7l3.1,9.9h0.1l3.1-9.9h2.6L59,33.4c-1,2.9-2.2,3.9-4.8,3.9C53.8,37.3,53.5,37.3,53.2,37.2z"/></g></g>',googlePay:'<g><path class="googlePay-style-2-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z"/></g><g><path class="googlePay-style-2-st1" d="M34.2,25.3v6.3h-2V15.9h5.3c1.3,0,2.5,0.5,3.5,1.4c0.9,0.8,1.5,2,1.4,3.3c0,1.3-0.5,2.5-1.4,3.3c-0.9,0.9-2.1,1.3-3.5,1.3L34.2,25.3L34.2,25.3z M34.2,17.9v5.5h3.4c0.7,0,1.5-0.3,2-0.8c1.1-1,1.1-2.7,0.1-3.8c0,0,0,0-0.1-0.1c-0.5-0.5-1.2-0.9-2-0.8L34.2,17.9L34.2,17.9z M47.1,20.6c1.5,0,2.7,0.4,3.5,1.2s1.3,1.9,1.3,3.3v6.6H50v-1.5h-0.1C49.1,31.4,48,32,46.6,32c-1.2,0-2.2-0.4-3-1.1s-1.2-1.6-1.2-2.6c0-1.1,0.4-2,1.3-2.6s2-1,3.4-1c1.2,0,2.2,0.2,3,0.7v-0.5c0-0.7-0.3-1.3-0.8-1.8s-1.2-0.7-1.9-0.7c-1.1,0-2,0.5-2.7,1.4l-1.8-1.1C43.8,21.3,45.2,20.6,47.1,20.6z M44.5,28.4c0,0.5,0.2,1,0.7,1.3c0.4,0.4,1,0.5,1.6,0.5c0.8,0,1.7-0.3,2.3-0.9c0.7-0.6,1-1.4,1-2.2c-0.6-0.5-1.5-0.8-2.6-0.8c-0.8,0-1.5,0.2-2,0.6C44.8,27.3,44.5,27.8,44.5,28.4L44.5,28.4z M63,20.9l-6.7,15.4h-2.1l2.5-5.4l-4.4-10h2.2l3.2,7.7l0,0l3.1-7.7H63z"/><path class="googlePay-style-2-st2" d="M26.1,23.9c0-0.6-0.1-1.2-0.2-1.8h-8.5v3.5h4.9c-0.2,1.1-0.9,2.1-1.8,2.7v2.3h2.9C25.1,29,26.1,26.7,26.1,23.9z"/><path class="googlePay-style-2-st3" d="M17.5,32.7c2.4,0,4.5-0.8,6-2.2l-2.9-2.3c-0.8,0.5-1.8,0.9-3.1,0.9c-2.3,0-4.3-1.6-5.1-3.7h-3v2.3C11,30.8,14.1,32.7,17.5,32.7z"/><path class="googlePay-style-2-st4" d="M12.4,25.4c-0.4-1.1-0.4-2.3,0-3.4v-2.3h-3c-1.3,2.5-1.3,5.5,0,8.1L12.4,25.4z"/><path class="googlePay-style-2-st5" d="M17.5,18.3c1.3,0,2.5,0.5,3.5,1.4l2.6-2.6c-1.6-1.5-3.8-2.4-6-2.3c-3.4,0-6.5,1.9-8,5l3,2.3C13.1,19.9,15.1,18.3,17.5,18.3z"/></g>',bitcoin:'<g><path class="bitcoin-style-2-st0" d="M46.1,26.6c-0.8-1.1-2-1.8-3.5-2.3c1.1-0.5,1.9-1.2,2.6-2.2c0.6-1,0.9-2,0.9-3.2c0-1.1-0.3-2.1-0.8-2.9c-0.5-0.9-1.1-1.6-1.9-2.1c-0.8-0.5-1.6-0.9-2.6-1c-0.7-0.1-1.7-0.2-2.9-0.2V9h-4.2v3.7h-2.3h-0.3V9H27v3.7h-0.6h-3.8v4.2h3.8v16.6h-3.8v4.2h3.8H27V41h4.2v-3.4h0.3h2.3V41h4.2v-3.4c1.5,0,2.5-0.1,3-0.1c1.3-0.1,2.5-0.5,3.4-1.2c0.9-0.6,1.6-1.5,2.2-2.6c0.5-1.1,0.8-2.2,0.8-3.3C47.3,28.9,46.9,27.7,46.1,26.6z M34.3,16.8c2.4,0,3.8,0,4.3,0.1c0.8,0.1,1.5,0.4,1.9,0.9c0.4,0.5,0.6,1.1,0.6,1.9c0,0.8-0.2,1.5-0.7,2c-0.5,0.5-1.2,0.8-2,0.9c-0.5,0.1-1.7,0.1-3.7,0.1h-3.3v-5.8H34.3z M41.4,32.3c-0.5,0.5-1.1,0.9-1.8,1c-0.5,0.1-1.6,0.2-3.5,0.2h-4.7v-6.7h4.1c2.3,0,3.8,0.1,4.5,0.4c0.7,0.2,1.2,0.6,1.6,1.1c0.4,0.5,0.5,1.2,0.5,1.9C42.1,31,41.9,31.7,41.4,32.3z"/></g><g><path class="bitcoin-style-2-st1" d="M62.5,50.1h-55c-4.1,0-7.4-3.3-7.4-7.5V7.3c0-4,3.4-7.4,7.4-7.4h55.1c1.9,0,3.8,0.8,5.2,2.2c1.4,1.4,2.1,3.2,2,5.2v35.4C69.8,46.8,66.5,50.1,62.5,50.1z M7.4,1.9c-2.9,0-5.4,2.5-5.4,5.4v35.4c0,3,2.4,5.5,5.4,5.5h55 c3,0,5.4-2.4,5.4-5.4V7.3c0-1.4-0.5-2.7-1.5-3.7c-1-1-2.4-1.6-3.8-1.6H7.4z"/></g>'},style3:{visa:'<g><path class="visa-style-3-st0" d="M5,1h62c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4H5c-2.2,0-4-1.8-4-4V5C1,2.8,2.8,1,5,1z"/><path class="visa-style-3-st1" d="M15,22h42c2.2,0,4,1.8,4,4v0c0,2.2-1.8,4-4,4H15c-2.2,0-4-1.8-4-4v0C11,23.8,12.8,22,15,22z"/><path class="visa-style-3-st1" d="M5,1h62c2.2,0,4,1.8,4,4v5H1V5C1,2.8,2.8,1,5,1z"/><path class="visa-style-3-st2" d="M71,42v5c0,2.2-1.8,4-4,4H5c-2.2,0-4-1.8-4-4v-5H71z"/></g>',masterCard:'<g><path class="masterCard-style-3-st0" d="M5,1h62c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4H5c-2.2,0-4-1.8-4-4V5C1,2.8,2.8,1,5,1z"/><g transform="translate(12.526316, 11.194030)"><path class="masterCard-style-3-st1" d="M23.8,4.6c-2.4-2.1-5.5-3.3-8.8-3.3C7.5,1.3,1.4,7.4,1.4,15.1S7.5,28.9,15,28.9c3.4,0,6.5-1.2,8.8-3.3c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8S40.2,1.3,32.7,1.3C29.3,1.3,26.2,2.5,23.8,4.6z"/><path class="masterCard-style-3-st2" d="M23.8,4.6c-2.4-2.1-5.5-3.3-8.8-3.3C7.5,1.3,1.4,7.4,1.4,15.1S7.5,28.9,15,28.9c3.4,0,6.5-1.2,8.8-3.3c-2.9-2.5-4.8-6.3-4.8-10.5S20.9,7.1,23.8,4.6z"/><path class="masterCard-style-3-st3" d="M23.8,25.6c2.4,2.1,5.5,3.3,8.8,3.3c7.5,0,13.6-6.2,13.6-13.8S40.2,1.3,32.7,1.3c-3.4,0-6.5,1.2-8.8,3.3c2.9,2.5,4.8,6.3,4.8,10.5S26.8,23,23.8,25.6z"/></g><path class="masterCard-style-3-st4" d="M24.2,22h25c2.2,0,4,1.8,4,4v0c0,2.2-1.8,4-4,4h-25c-2.2,0-4-1.8-4-4v0C20.2,23.8,22,22,24.2,22z"/></g>',americanExpress:'<g><path class="americanExpress-style-3-st0" d="M5,1h62c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4H5c-2.2,0-4-1.8-4-4V5C1,2.8,2.8,1,5,1z"/><path class="americanExpress-style-3-st1" d="M15.2,21h42c2.2,0,4,1.8,4,4v0c0,2.2-1.8,4-4,4h-42c-2.2,0-4-1.8-4-4v0C11.2,22.8,13,21,15.2,21z"/></g>',payPal:'<g><path class="payPal-style-3-st0" d="M5,1h62c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4H5c-2.2,0-4-1.8-4-4V5C1,2.8,2.8,1,5,1z"/><path class="payPal-style-3-st1" d="M26.4,31.2l3-18.8c0.3-2.2,2.4-3.7,4.6-3.3l0,0c2.2,0.3,3.7,2.4,3.3,4.6l-3,18.8c-0.3,2.2-2.4,3.7-4.6,3.3h0C27.6,35.5,26.1,33.4,26.4,31.2z"/><path class="payPal-style-3-st2" d="M36.7,38.3l3-18.8c0.3-2.2,2.4-3.7,4.6-3.3h0c2.2,0.3,3.7,2.4,3.3,4.6l-3,18.8c-0.3,2.2-2.4,3.7-4.6,3.3h0C37.8,42.5,36.3,40.5,36.7,38.3z"/></g>',discover:'<g><path class="discover-style-3-st0" d="M7.7,1h56.6C68,1,71,4,71,7.7v36.6c0,3.7-3,6.7-6.7,6.7H7.7C4,51,1,48,1,44.3V7.7C1,4,4,1,7.7,1z"/><path class="discover-style-3-st1" d="M71,33.7v10.6c0,3.7-3,6.7-6.7,6.7H19.7C19.7,51,53,47.3,71,33.7z"/>\t<path class="discover-style-3-st1" d="M33.8,25.9c0,3,2.2,5.3,5,5.3c2.8,0,5-2.3,5-5.2c0-2.9-2.2-5.2-5-5.2C36.1,20.8,33.8,23.1,33.8,25.9z"/><path class="discover-style-3-st2" d="M11.7,21.9h15c2.2,0,4,1.8,4,4v0c0,2.2-1.8,4-4,4h-15c-2.2,0-4-1.8-4-4v0C7.7,23.7,9.5,21.9,11.7,21.9z"/><path class="discover-style-3-st2" d="M51.7,21.9h9c2.2,0,4,1.8,4,4v0c0,2.2-1.8,4-4,4h-9c-2.2,0-4-1.8-4-4v0C47.7,23.7,49.5,21.9,51.7,21.9z"/></g>',applePay:'<g><path class="applePay-style-3-st0" d="M67,52H5c-2.8,0-5-2.2-5-5V5c0-2.8,2.2-5,5-5h62c2.8,0,5,2.2,5,5v42C72,49.8,69.8,52,67,52z M5,2\t\tC3.3,2,2,3.3,2,5v42c0,1.7,1.3,3,3,3h62c1.7,0,3-1.3,3-3V5c0-1.7-1.3-3-3-3H5z"/></g><g>\t<path class="applePay-style-3-st0" d="M15.2,21h42c2.2,0,4,1.8,4,4l0,0c0,2.2-1.8,4-4,4h-42c-2.2,0-4-1.8-4-4l0,0C11.2,22.8,13,21,15.2,21z"/></g>',googlePay:'<g><path class="googlePay-style-3-st0" d="M5.3,1h62c2.2,0,4,1.8,4,4v42c0,2.2-1.8,4-4,4h-62c-2.2,0-4-1.8-4-4V5C1.3,2.8,3.1,1,5.3,1z"/><g><path class="googlePay-style-3-st1" d="M42.5,39.5L42.5,39.5c-2.2,0-4-1.8-4-4v-19c0-2.2,1.8-4,4-4h0c2.2,0,4,1.8,4,4v19\t\t\tC46.5,37.7,44.7,39.5,42.5,39.5z"/><g><path class="googlePay-style-3-st2" d="M30.1,39.5L30.1,39.5c-2.2,0-4-1.8-4-4v-19c0-2.2,1.8-4,4-4h0c2.2,0,4,1.8,4,4v19\t\t\t\tC34.1,37.7,32.3,39.5,30.1,39.5z"/><path class="googlePay-style-3-st3" d="M30.1,39.5L30.1,39.5c-2.2,0-4-1.8-4-4v-4h8v4C34.1,37.7,32.3,39.5,30.1,39.5z"/>\t\t\t<polygon class="googlePay-style-3-st4" points="34.1,27.3 26.1,26.3 26.1,19.5 34.1,20.5 \t\t\t"/><polygon class="googlePay-style-3-st5" points="34.1,33.3 26.1,32.3 26.1,25.5 34.1,26.5 \t\t\t"/></g></g></g>',bitcoin:'<g><path class="bitcoin-style-3-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z"/></g><g><g><path class="bitcoin-style-3-st1" d="M33,15v20c0,2.2-1.8,4-4,4l0,0c-2.2,0-4-1.8-4-4V15c0-2.2,1.8-4,4-4l0,0C31.2,11,33,12.8,33,15z"/></g><g><path class="bitcoin-style-3-st2" d="M45,15v20c0,2.2-1.8,4-4,4l0,0c-2.2,0-4-1.8-4-4V15c0-2.2,1.8-4,4-4l0,0C43.2,11,45,12.8,45,15z"/></g></g>'},style4:{visa:'<g><polygon class="visa-style-4-st0" points="52.3,28.1 55.5,28.1 54.3,22.7"/><path class="visa-style-4-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z M20.4,33.3L17,20.6c0,0-0.1,0-0.1,0c-0.2-0.1-0.5-0.3-0.7-0.4c0,0,0,0-0.1,0c-0.2-0.1-0.5-0.2-0.7-0.3c0,0-0.1,0-0.1,0c-0.4-0.2-0.8-0.4-1.2-0.5c0,0,0,0-0.1,0c-0.2-0.1-0.3-0.1-0.5-0.2c0,0,0,0,0,0c-0.1,0-0.3-0.1-0.3-0.1c0,0,0,0,0,0c-0.1,0-0.2,0-0.2-0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0l0.1-0.2h3h3c1.7,0,1.8,1.3,1.8,1.3l1.3,6.5v0l0.4,2.2l3.7-10h4.1l-6.1,14.5H20.4z M29.6,33.3L32,18.7h3.8l-2.4,14.5H29.6z M40.1,33.5c-2.6,0-4.3-0.8-4.3-0.8l0.6-3.3c1.6,1.2,6.3,1.6,6.3-0.4c0-2-5.3-2-5.3-5.8c0-4,4.5-4.8,6.4-4.8c1.8,0,3.5,0.6,3.5,0.6l-0.5,3.1c-1.6-0.9-5.4-1.1-5.4,0.5c0,1.6,5.4,2,5.4,5.8C46.7,32.2,42.7,33.5,40.1,33.5z M56.5,33.3l-0.4-2.2h-4.9l-0.8,2.2h-4l5.7-13.5c0,0,0.3-1.1,1.8-1.1H57l3.1,14.5H56.5z"/></g>',masterCard:'<g><g><path class="masterCard-style-4-st0" d="M39.2,18.6C39.2,18.6,39.2,18.6,39.2,18.6C39.2,18.6,39.2,18.6,39.2,18.6L39.2,18.6z"/><path class="masterCard-style-4-st0" d="M40,31.9C40,31.9,40,31.9,40,31.9L40,31.9C40,31.9,40,31.9,40,31.9z"/><path class="masterCard-style-4-st0" d="M39.2,33.4C39.2,33.4,39.2,33.4,39.2,33.4C39.2,33.4,39.2,33.4,39.2,33.4L39.2,33.4z"/><path class="masterCard-style-4-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z M46.1,39.9c-3.6,0-6.9-1.4-9.4-3.6c0,0,0,0,0.1-0.1c-2.5,2.3-5.8,3.7-9.4,3.7c-7.7,0-14-6.2-14-13.9c0-7.7,6.2-13.9,14-13.9c3.6,0,6.9,1.4,9.3,3.6c0,0,0,0,0,0c2.5-2.2,5.8-3.6,9.4-3.6c7.7,0,14,6.2,14,13.9C60.1,33.7,53.8,39.9,46.1,39.9z"/><path class="masterCard-style-4-st0" d="M40,20.1C40,20.1,40,20.1,40,20.1C40,20.1,40,20.1,40,20.1L40,20.1z"/></g><path class="masterCard-style-4-st0" d="M57.7,29.7h-1.4l0.1-0.5c-0.4,0.4-0.8,0.6-1.4,0.6c-1.1,0-1.8-0.9-1.8-2.4c0-1.9,1.1-3.5,2.5-3.5c0.6,0,1,0.2,1.4,0.8l0.3-2h1.5L57.7,29.7L57.7,29.7z M55.5,28.4c0.7,0,1.2-0.8,1.2-1.9c0-0.7-0.3-1.1-0.8-1.1c-0.7,0-1.2,0.8-1.2,1.9C54.7,28,55,28.4,55.5,28.4L55.5,28.4z"/><path class="masterCard-style-4-st0" d="M50.9,23.8c-0.2,1.8-0.5,3.6-0.8,5.4L50,29.5h1.5c0.5-3.5,0.7-4.2,1.5-4.1c0.1-0.7,0.4-1.4,0.6-1.7c-0.6-0.1-1,0.2-1.5,0.9c0-0.3,0.1-0.6,0.1-0.9H50.9"/><path class="masterCard-style-4-st0" d="M48.5,27.1c-0.2,0-0.2,0-0.3,0c-0.9,0-1.3,0.3-1.3,0.9c0,0.4,0.2,0.6,0.5,0.6C48,28.5,48.5,27.9,48.5,27.1L48.5,27.1z M49.6,29.6h-1.3l0-0.6c-0.4,0.5-0.9,0.7-1.6,0.7c-0.8,0-1.4-0.6-1.4-1.6c0-1.4,1-2.2,2.7-2.2c0.2,0,0.4,0,0.6,0c0-0.2,0.1-0.3,0.1-0.4c0-0.4-0.3-0.5-1-0.5c-0.7,0-1.4,0.2-1.6,0.3c0-0.1,0.2-1.3,0.2-1.3c0.8-0.2,1.3-0.3,1.8-0.3c1.3,0,2,0.6,2,1.7c0,0.3,0,0.7-0.1,1.1C49.9,27.4,49.7,29.2,49.6,29.6L49.6,29.6z"/><path class="masterCard-style-4-st0" d="M46.1,22.8l-0.2,1.5c-0.5-0.3-0.9-0.4-1.4-0.4c-1.1,0-1.9,1.1-1.9,2.6c0,1.1,0.5,1.7,1.4,1.7c0.4,0,0.8-0.1,1.3-0.4L45,29.6c-0.6,0.2-0.9,0.2-1.3,0.2c-1.6,0-2.6-1.2-2.6-3.1c0-2.5,1.4-4.3,3.4-4.3C45.1,22.4,45.9,22.7,46.1,22.8"/><path class="masterCard-style-4-st0" d="M38.6,23.8c-0.2,1.8-0.5,3.6-0.8,5.4l-0.1,0.4h1.5c0.5-3.5,0.7-4.2,1.5-4.1c0.1-0.7,0.4-1.4,0.6-1.7c-0.6-0.1-1,0.2-1.5,0.9c0-0.3,0.1-0.6,0.1-0.9H38.6"/><path class="masterCard-style-4-st0" d="M37.2,29.5c-0.5,0.2-1,0.2-1.5,0.2c-1.7,0-2.6-0.9-2.6-2.6c0-2,1.1-3.4,2.6-3.4c1.2,0,2,0.8,2,2.1c0,0.4-0.1,0.8-0.2,1.4h-3c-0.1,0.8,0.4,1.2,1.3,1.2c0.5,0,1-0.1,1.6-0.4L37.2,29.5L37.2,29.5z M36.3,26.1c0-0.1,0.2-1-0.7-1c-0.5,0-0.8,0.4-1,1H36.3L36.3,26.1z"/><path class="masterCard-style-4-st0" d="M32.5,29.6c-0.4,0.1-0.7,0.2-1.1,0.2c-0.8,0-1.2-0.4-1.2-1.3c0-0.3,0.1-0.9,0.2-1.5c0.1-0.5,0.7-3.9,0.7-3.9h1.5l-0.2,0.9h0.8L33,25.3h-0.8c-0.2,1.1-0.4,2.5-0.4,2.6c0,0.3,0.2,0.4,0.5,0.4c0.2,0,0.3,0,0.4-0.1L32.5,29.6"/><path class="masterCard-style-4-st0" d="M26.6,25.7c0,0.7,0.4,1.2,1.2,1.6c0.6,0.3,0.7,0.4,0.7,0.6c0,0.4-0.3,0.5-0.9,0.5c-0.5,0-0.9-0.1-1.4-0.2c0,0-0.2,1.3-0.2,1.3c0.3,0.1,0.7,0.1,1.6,0.2c1.6,0,2.3-0.6,2.3-1.9c0-0.8-0.3-1.3-1.1-1.6c-0.6-0.3-0.7-0.4-0.7-0.6c0-0.3,0.3-0.5,0.7-0.5c0.3,0,0.7,0,1.1,0.1l0.2-1.3c-0.4-0.1-1-0.1-1.3-0.1C27.2,23.7,26.6,24.6,26.6,25.7"/><path class="masterCard-style-4-st0" d="M24.7,27.1c-0.2,0-0.2,0-0.3,0c-0.9,0-1.3,0.3-1.3,0.9c0,0.4,0.2,0.6,0.5,0.6C24.2,28.5,24.7,27.9,24.7,27.1L24.7,27.1z M25.8,29.6h-1.3l0-0.6c-0.4,0.5-0.9,0.7-1.6,0.7c-0.8,0-1.4-0.6-1.4-1.6c0-1.4,1-2.2,2.7-2.2c0.2,0,0.4,0,0.6,0c0-0.2,0.1-0.3,0.1-0.4c0-0.4-0.3-0.5-1-0.5c-0.7,0-1.4,0.2-1.6,0.3c0-0.1,0.2-1.3,0.2-1.3c0.8-0.2,1.3-0.3,1.8-0.3c1.3,0,2,0.6,2,1.7c0,0.3,0,0.7-0.1,1.1C26.1,27.4,25.8,29.2,25.8,29.6L25.8,29.6z"/><polyline class="masterCard-style-4-st0" points="20.8,29.7 19.3,29.7 20.2,24.3 18.3,29.7 17.2,29.7 17.1,24.3 16.2,29.7 14.8,29.7 16,22.6 18.1,22.6 18.2,27 19.7,22.6 22,22.6 20.8,29.7"/></g>',americanExpress:'<g><path class="americanExpress-style-4-st0" d="M37.5,28.2c-0.1,0-0.2,0-0.2,0h-4.2v0h-1.3l-2,2.1l-2-2.1h-0.9h-5.4V35h5.4h1l1.8-2l1.8,2h1.5h1.7v-2.2h1.7c2.2,0,3-0.6,3-2.6C39.5,28.4,38,28.2,37.5,28.2z M26.9,33.5h-3.6v-1.1h3.5v-1.5h-3.5v-1h3.6l1.7,1.8L26.9,33.5z M33.1,34L31,31.7l2.1-2.3V34z M36.6,31.1h-1.8v-1.3h1.8c0.5,0,0.9,0.3,0.9,0.6C37.5,30.8,37.1,31.1,36.6,31.1z"/><path class="americanExpress-style-4-st0" d="M45.6,22.1c0,0.1,0,0.3,0,0.4c0,0.7,0.2,0.7,0.3,0.7c0,0,0,0,0,0l0.7-1.6l-0.7,0C45.9,21.6,45.7,21.6,45.6,22.1z"/><rect x="40.5" y="19.1" class="americanExpress-style-4-st0" width="1.7" height="6.7"/><polygon class="americanExpress-style-4-st0" points="32.5,24.3 28.9,24.3 28.9,23.2 32.4,23.2 32.4,21.7 28.9,21.7 28.9,20.6 32.5,20.6 32.5,19.1 27.1,19.1 27.1,25.8 32.5,25.8 \t"/><path class="americanExpress-style-4-st0" d="M45.1,25.8H46h0.3h1.6l0.6-1.4h3.2l0.6,1.4h1.6h0.3h1.5v-4.5l2.7,4.5h2.4v-6.7H59v4.4l-2.7-4.4h-2.4v6.1l-2.6-6.1h-2.4l-2.1,5c0,0-0.3,0.1-0.7,0.1c-0.6,0-1.3-0.3-1.3-1.7c0-0.1,0-0.3,0-0.5c0.1-1.5,1.3-1.5,1.3-1.5l1.7,0v-1.5L45.5,19c-0.1,0-2.7-0.1-2.7,3.6C42.8,25.4,45.1,25.8,45.1,25.8z M50,20.6l0.8,2h-1.7L50,20.6z"/><path class="americanExpress-style-4-st0" d="M56.5,30.8c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.3,0-1.1,0-1.1-0.5c0-0.4,0.4-0.5,0.7-0.5c0.2,0,0.3,0,0.3,0h2.7v-1.6h-3.3c0,0,0,0-0.1,0c-0.4,0-2.1,0.1-2.1,2.1c0,1.9,1.7,2,2.2,2c0.1,0,0.2,0,0.2,0s0,0,0.1,0c0.3,0,1.4,0,1.4,0.6c0,0.5-0.5,0.5-0.8,0.5c-0.1,0-0.2,0-0.2,0h-2.7V35h3.1c0,0,0.1,0,0.2,0c0.6,0,2.3-0.2,2.3-2.4C58.9,30.9,57,30.8,56.5,30.8z"/><path class="americanExpress-style-4-st0" d="M62.5,30.8c-0.1,0-0.2,0-0.2,0s-0.1,0-0.2,0c-0.3,0-1.1,0-1.1-0.5c0-0.4,0.4-0.5,0.7-0.5c0.2,0,0.3,0,0.3,0h2.7v-1.6h-3.3c0,0,0,0-0.1,0c-0.4,0-2.1,0.1-2.1,2.1c0,1.9,1.7,2,2.2,2c0.1,0,0.2,0,0.2,0s0,0,0.1,0c0.3,0,1.4,0,1.4,0.6c0,0.5-0.5,0.5-0.8,0.5c-0.1,0-0.2,0-0.2,0h-2.7V35h3.1c0,0,0.1,0,0.2,0c0.6,0,2.3-0.2,2.3-2.4C65,30.9,63.1,30.8,62.5,30.8z"/><path class="americanExpress-style-4-st0" d="M46.4,30.2c0-1.8-1.4-2-2-2c-0.1,0-0.2,0-0.2,0h-4.2V35h1.7v-2.3h1.7c1.1,0,1.2,1,1.2,1V35h1.7v-1.7c0-1.1-0.8-1.5-0.8-1.5S46.4,31.4,46.4,30.2z M43.6,31.1h-1.8v-1.3h1.8c0.5,0,0.9,0.3,0.9,0.6S44.1,31.1,43.6,31.1z"/><path class="americanExpress-style-4-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z M19.9,26.2l-0.3-0.6v0.1v1h-1h-1.5h-0.2h-1.7h-0.7l-0.3-0.6L14,25.4h-1.8l-0.3,0.8l-0.3,0.6h-0.7H9H7.5l0.6-1.4l2.9-6.7l0.3-0.6h0.7h2.4H15l0.3,0.6l0.7,1.7v-1.3v-1h1h2.7h0.6l0.3,0.6l1,2.2l1-2.2l0.3-0.6h0.6h2.7h1v0h5.2v0h1h4.1c0.1,0,0.1,0,0.3,0c0.6,0,1.2,0.1,1.7,0.4v-0.4h1h1.7h1v0.8c0.6-0.5,1.4-0.8,2.2-0.9l0,0l0.1,0l2.1,0.1l0.5,0l0,0h0.7h2.4h0.7l0.3,0.6l0.7,1.6v-1.2v-1h1h2.4h0.6l0.3,0.5l0.9,1.4v-0.9v-1h1h1.7h1v1v6.7v1h-1h-2.4h-0.6l-0.3-0.5l-0.9-1.5v0.9v1h-1h-1.5h-0.3h-1.6h-0.7l-0.3-0.6l-0.3-0.8h-1.8l-0.3,0.8l-0.3,0.6h-0.7h-1.6H46h-0.8h-0.1l-0.1,0c-0.5-0.1-1.2-0.3-1.8-0.8v0.9h-1h-1.7h-1v0H38h-1v-1v-1.2c0,0,0-0.1,0-0.1c0,0,0,0-0.1,0h-0.7v1.3v1h-1h-1.7h-1v0h-5.2v0h-1h-1.7h-1v-1v-0.1l-0.3,0.6l-0.3,0.6h-0.6h-1.4h-0.6L19.9,26.2z M62.7,36c-0.1,0-0.2,0-0.3,0h-3h-1v-0.5c-0.6,0.3-1.2,0.5-1.8,0.5c-0.1,0-0.2,0-0.3,0h-2.8v0h-1h-5.2v0h-1h-1.7h-1v-1v-1.2c0,0,0-0.1,0-0.1c0,0,0,0-0.1,0h-0.7V35v1h-1h-1.7h-1v-1v-1.7c-0.6,0.3-1.5,0.5-2.6,0.5h-0.7V35v1h-1h-1.7h-1.5h-0.4l-0.3-0.3l-1.1-1.2l-1.1,1.2L28.4,36h-0.4h-1h-5.4h-1v-1v-6.7v-1h1h5.4h0.9h0.4l0.3,0.3l1.3,1.4l1.3-1.3l0.3-0.3h0.4h0.3v0h1h4.1c0.1,0,0.1,0,0.2,0c0.5,0,1.1,0.1,1.6,0.4v-0.4h1h4.1c0.1,0,0.1,0,0.3,0c0.6,0,1.2,0.1,1.7,0.4v-0.4h1h5.4h1v0.4c0.5-0.3,1.1-0.4,1.7-0.4c0,0,0.1,0,0.1,0h3.3h1v0.4c0.5-0.3,1.1-0.4,1.7-0.4c0,0,0.1,0,0.1,0h3.3h1v1v1.6v1h-0.3c0.4,0.5,0.6,1.1,0.6,1.8C66,35.1,64.2,36,62.7,36z"/><path class="americanExpress-style-4-st0" d="M35.1,23.4h1.7c1.1,0,1.2,1,1.2,1v1.3h1.7v-1.7c0-1.1-0.8-1.5-0.8-1.5s1-0.4,1-1.6c0-1.8-1.4-2-2-2c-0.1,0-0.2,0-0.2,0h-4.2v6.7h1.7V23.4z M35.1,20.6h1.8c0.5,0,0.9,0.3,0.9,0.6c0,0.4-0.4,0.6-0.9,0.6h-1.8V20.6z"/><path class="americanExpress-style-4-st0" d="M22.2,25.8l2.2-4.6v4.6h1.7v-6.7h-2.7l-1.9,4.2l-1.9-4.2h-2.7v6.2l-2.6-6.2h-2.4L9,25.8h1.9l0.6-1.4h3.2l0.6,1.4h1.7h0.2h1.5v-4.6l2.2,4.6H22.2z M12.2,22.7l0.8-2l0.8,2H12.2z"/><polygon class="americanExpress-style-4-st0" points="47.2,35 52.5,35 52.5,33.5 48.9,33.5 48.9,32.4 52.5,32.4 52.5,30.9 48.9,30.9 48.9,29.8 52.5,29.8 52.5,28.3 47.2,28.3 \t"/></g>',payPal:'<g><path class="payPal-style-4-st0" d="M54.8,24.6c-1.2,0-2.1,0.8-2.3,2c-0.1,0.6,0,1.1,0.3,1.4c0.3,0.4,0.8,0.6,1.4,0.6c1.2,0,2.1-0.8,2.3-2c0.1-0.6,0-1.1-0.4-1.5C55.9,24.8,55.4,24.6,54.8,24.6z"/><g><path class="payPal-style-4-st0" d="M44.9,21h-0.3c-0.2,0-0.3,0.1-0.4,0.3l-0.5,2.9h0.7c1.1,0,2.3,0,2.6-1.5c0.1-0.5,0-0.9-0.2-1.2C46.4,21,45.7,21,44.9,21z"/><g><g><path class="payPal-style-4-st0" d="M14.1,21h-0.3c-0.2,0-0.3,0.1-0.4,0.3L13,24.2h0.7c1.1,0,2.3,0,2.6-1.5c0.1-0.5,0-0.9-0.2-1.2C15.6,21,14.9,21,14.1,21z"/><path class="payPal-style-4-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1zM14.5,26.6h-1.4c-0.3,0-0.5,0.2-0.6,0.5l-0.5,3c0,0.3-0.3,0.5-0.6,0.5H9.4c-0.2,0-0.4-0.2-0.4-0.4l1.7-11c0-0.3,0.3-0.5,0.6-0.5h4.3c1.4,0,2.5,0.4,3.1,1.1c0.6,0.7,0.7,1.6,0.6,2.8C19,25.2,17.4,26.6,14.5,26.6z M27.9,30.1c0,0.3-0.3,0.5-0.6,0.5h-1.9c-0.2,0-0.4-0.2-0.4-0.4l0.1-0.6c0,0-1,1.2-2.9,1.2c-1.1,0-2-0.3-2.6-1c-0.7-0.8-1-2-0.8-3.2c0.4-2.4,2.3-4.1,4.6-4.1c1,0,2,0.2,2.4,0.9l0.1,0.2l0.1-0.6c0-0.2,0.2-0.3,0.4-0.3h2.1c0.2,0,0.4,0.2,0.4,0.4L27.9,30.1zM32.5,33.4h-2.1c-0.3,0-0.5-0.3-0.3-0.6l2.2-3L30,23.1c-0.1-0.2,0.1-0.5,0.3-0.5h2c0.3,0,0.5,0.2,0.6,0.4l1.2,4l2.9-4.2c0.1-0.2,0.3-0.3,0.5-0.3h2.1c0.3,0,0.5,0.3,0.3,0.6L33,33.1C32.9,33.3,32.7,33.4,32.5,33.4z M45.3,26.6H44c-0.3,0-0.5,0.2-0.6,0.5l-0.5,3.1c0,0.2-0.2,0.4-0.4,0.4h-2.2c-0.2,0-0.4-0.2-0.4-0.4l1.7-11c0-0.3,0.3-0.5,0.6-0.5h4.3c1.4,0,2.5,0.4,3.1,1.1c0.6,0.7,0.7,1.6,0.6,2.8C49.8,25.2,48.2,26.6,45.3,26.6z M58.7,30.1c0,0.3-0.3,0.5-0.6,0.5h-1.9c-0.2,0-0.4-0.2-0.4-0.4l0.1-0.6c0,0-1,1.2-2.9,1.2c-1.1,0-2-0.3-2.6-1c-0.7-0.8-1-2-0.8-3.2c0.4-2.4,2.3-4.1,4.6-4.1c1,0,2,0.2,2.4,0.9l0.1,0.2l0.1-0.6c0-0.2,0.2-0.3,0.4-0.3h2.1c0.2,0,0.4,0.2,0.4,0.4L58.7,30.1z M62.8,30.1c0,0.3-0.3,0.5-0.6,0.5h-1.8c-0.2,0-0.4-0.2-0.4-0.4l1.8-11.2c0-0.2,0.2-0.3,0.4-0.3h2c0.2,0,0.4,0.2,0.4,0.4L62.8,30.1z"/></g><path class="payPal-style-4-st0" d="M24,24.6c-1.2,0-2.1,0.8-2.3,2c-0.1,0.6,0,1.1,0.3,1.4c0.3,0.4,0.8,0.6,1.4,0.6c1.2,0,2.1-0.8,2.3-2c0.1-0.6,0-1.1-0.4-1.5C25.1,24.8,24.6,24.6,24,24.6z"/></g></g></g>',discover:'<g><path class="discover-style-4-st0" d="M9.9,22.7H9.4v6.6h0.5c1.2,0,1.9-0.2,2.5-0.8c0.6-0.6,1-1.6,1-2.5c0-1-0.4-1.9-1-2.5C11.8,22.9,11.1,22.7,9.9,22.7z"/><path class="discover-style-4-st0" d="M64.3,1H7.7C4,1,1,4,1,7.7v36.6C1,48,4,51,7.7,51h56.6c3.7,0,6.7-3,6.7-6.7V7.7C71,4,68,1,64.3,1z M13.6,29.8c-0.9,0.8-1.9,1.2-3.4,1.2H7.6V21h2.7c3,0,5.1,2.1,5.1,5C15.4,27.5,14.7,28.9,13.6,29.8z M18,31h-1.8V21H18V31z M22,31.2c-1.4,0-2.4-0.6-3.3-1.9l1.2-1.2c0.4,0.9,1.1,1.3,2,1.3c0.8,0,1.4-0.6,1.4-1.4c0-0.4-0.2-0.8-0.6-1c-0.2-0.1-0.6-0.3-1.3-0.6c-1.7-0.7-2.3-1.4-2.3-2.7c0-1.6,1.3-2.9,2.9-2.9c1,0,2,0.4,2.8,1.1l-1,1.3c-0.5-0.6-0.9-0.8-1.5-0.8c-0.8,0-1.4,0.5-1.4,1.1c0,0.5,0.3,0.8,1.4,1.3c2.1,0.8,2.7,1.5,2.7,3.1C25.3,29.9,23.9,31.2,22,31.2z M33.1,23.7c-0.8-0.8-1.4-1.1-2.3-1.1c-1.7,0-3.1,1.5-3.1,3.4c0,2,1.3,3.5,3.2,3.5c0.8,0,1.5-0.3,2.2-1.1v2.3c-0.8,0.4-1.5,0.6-2.3,0.6c-2.8,0-5-2.3-5-5.2c0-2.9,2.2-5.2,5-5.2c0.8,0,1.5,0.2,2.3,0.6V23.7z M38.9,31.2c-2.9,0-5-2.3-5-5.3c0-2.8,2.3-5.1,5-5.1c2.8,0,5,2.3,5,5.2C43.9,28.9,41.7,31.2,38.9,31.2z M48.5,31.2h-1l-4-10.3h2l2.5,6.7l2.5-6.7h2L48.5,31.2z M58.7,22.7h-3.4v2.2h3.3v1.7h-3.3v2.7h3.4V31h-5.2V21h5.2V22.7z M64.5,31L62,27h-0.2v4h-1.8V21h2.7c2.1,0,3.3,1.1,3.3,3c0,1.5-0.8,2.5-2.2,2.8l3,4.2H64.5z"/><path class="discover-style-4-st0" d="M62.3,22.6h-0.6v3h0.5c1.2,0,1.8-0.5,1.8-1.5C64.1,23.1,63.4,22.6,62.3,22.6z"/></g>',applePay:'<g><path class="applePay-style-4-st0" d="M32.8,17.2h-3l-0.1,6.6h3c2.3,0,3.6-1.2,3.6-3.3S35,17.2,32.8,17.2z"/><path class="applePay-style-4-st0" d="M42,28.3c0,1.1,0.9,1.7,2.3,1.7c1.8-0.2,3.1-1.3,3.1-2.8v-0.9l-2.9,0.2C42.9,26.6,42,27.2,42,28.3z"/><path class="applePay-style-4-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z M15.7,15.1\t\tc0.7-0.8,1.7-1.3,2.7-1.4c0.1,1-0.2,2.1-0.9,2.9c-0.6,0.8-1.6,1.3-2.8,1.3C14.7,16.9,15,15.9,15.7,15.1z M21,29.6\t\tc-0.8,1.1-1.6,2.2-2.8,2.2s-1.6-0.7-3-0.7c-1.4,0-1.8,0.7-3,0.7s-2.1-1.2-2.9-2.3c-1.5-2.2-2.7-6.3-1.1-9.1C9,19,10.4,18.1,12,18.1\t\tc1.2,0,2.3,0.8,3,0.8s2-0.9,3.5-0.8c1.3,0,2.5,0.7,3.4,1.7c-1.2,0.8-2,2.1-2,3.5c0,1.6,0.9,3.1,2.4,3.7C22,27.9,21.5,28.8,21,29.6z\t\t M33.3,26h-3.6v5.7h-2.6V15h6.3c3.3,0,5.5,2.2,5.5,5.5S36.6,26,33.3,26z M49.9,31.6h-2.4v-2h-0.1c-0.8,1.4-2.3,2.2-3.8,2.1\t\tc-2.4,0.1-4.1-1.3-4.1-3.5c0-2.1,1.6-3.4,4.7-3.6l3.2-0.2v-0.9c0-1.3-0.9-2.1-2.5-2.1c-1.3,0-2.3,0.7-2.5,1.7h-2.3\t\tc0.1-2.2,2.1-3.8,4.9-3.8c3,0,4.9,1.6,4.9,4V31.6z M57.9,32.4c-1,2.9-2.2,3.9-4.8,3.9c-0.3,0-0.6-0.1-1-0.1v-2c0.3,0,0.5,0,0.8,0\t\tc1.1,0,1.8-0.5,2.2-1.7l0.2-0.7l-4.4-12.2h2.7l3.1,9.9h0.1l3.1-9.9h2.6L57.9,32.4z"/></g>\n',googlePay:'<g><path class="googlePay-style-4-st0" d="M45.7,27.4c-0.6,0.4-0.8,0.9-0.8,1.5c0,0.5,0.2,1,0.7,1.3c0.4,0.4,1,0.5,1.6,0.5c0.9,0,1.7-0.3,2.3-0.9\t\tc0.7-0.6,1-1.4,1-2.2c-0.6-0.5-1.5-0.8-2.6-0.8C46.9,26.8,46.2,27,45.7,27.4z"/><path class="googlePay-style-4-st0" d="M39.9,19.1c-0.5-0.6-1.3-0.9-2-0.8h-3.4v0v5.5h3.4c0.8,0,1.5-0.3,2-0.8C41,22,41,20.2,39.9,19.1\t\tC40,19.2,39.9,19.1,39.9,19.1z"/><path class="googlePay-style-4-st0" d="M64.4,1H7.6C4,1,1,4,1,7.6v36.7C1,48,4,51,7.6,51h56.7c3.7,0,6.6-3,6.6-6.6V7.6C71,4,68,1,64.4,1z M23.6,31.1\t\tL23.6,31.1L23.6,31.1c-1.5,1.4-3.6,2.2-6,2.2c-3.4,0-6.6-1.9-8.1-5c-1.3-2.6-1.3-5.6,0-8.2c1.5-3.1,4.7-5,8.1-5\tc2.3,0,4.4,0.8,6.1,2.4L21.1,20c-0.9-0.9-2.2-1.4-3.5-1.4c-2.4,0-4.4,1.6-5.1,3.7c-0.4,1.1-0.4,2.3,0,3.5c0.7,2.2,2.7,3.7,5.1,3.7\t\tc1.2,0,2.3-0.3,3.1-0.9v0c1-0.6,1.6-1.6,1.8-2.8h-4.9v-3.5h8.6c0.1,0.6,0.2,1.2,0.2,1.8C26.3,27.1,25.3,29.5,23.6,31.1z M37.9,25.7\t\th-3.4v0v6.4h-2V16.3h5.4c1.3,0,2.6,0.5,3.5,1.4c0.9,0.8,1.5,2.1,1.5,3.3c0,1.3-0.5,2.5-1.5,3.4C40.4,25.3,39.3,25.7,37.9,25.7z\t\t M52.3,32.2h-1.9v-1.5h-0.1c-0.8,1.2-2,1.9-3.4,1.9c-1.2,0-2.2-0.4-3-1.1c-0.8-0.7-1.2-1.6-1.2-2.6c0-1.1,0.4-2,1.3-2.7s2-1,3.4-1\t\tc1.2,0,2.2,0.2,3,0.7v-0.5c0-0.7-0.3-1.4-0.8-1.8c-0.5-0.5-1.2-0.7-2-0.7c-1.1,0-2,0.5-2.7,1.4l-1.8-1.1c1-1.4,2.4-2.1,4.4-2.1\t\tc1.5,0,2.7,0.4,3.6,1.2c0.9,0.8,1.3,1.9,1.3,3.3V32.2z M56.7,36.9h-2.1l2.5-5.5l-4.5-10.1h2.2l3.2,7.8h0l3.1-7.8h2.2L56.7,36.9z"/></g>',bitcoin:'<g><path class="bitcoin-style-4-st0" d="M38.3,22.6c0.8-0.1,1.4-0.3,1.9-0.8c0.5-0.4,0.7-1,0.7-1.8s-0.2-1.3-0.6-1.8c-0.4-0.4-1-0.7-1.8-0.8\t\tc-0.5-0.1-1.9-0.1-4.1-0.1h-2.7v5.4h3.1C36.7,22.7,37.8,22.7,38.3,22.6z"/><path class="bitcoin-style-4-st0" d="M41.2,27.9c-0.4-0.5-0.9-0.9-1.5-1.1c-0.6-0.2-2-0.3-4.2-0.3h-3.8v6.3h4.4c1.8,0,2.8,0,3.3-0.1\t\tc0.7-0.1,1.3-0.4,1.7-0.9c0.4-0.3,0.7-1,0.6-2.1C41.7,29,41.5,28.4,41.2,27.9z"/><path class="bitcoin-style-4-st0" d="M63.4,0H6.6C3,0,0,3,0,6.6v36.7C0,47,3,50,6.6,50h56.7c3.7,0,6.6-3,6.6-6.6V6.6C70,3,67,0,63.4,0z M45.9,33.4\t\tc-0.5,1-1.1,1.8-2,2.4c-0.9,0.6-1.9,1-3.2,1.1c-0.5,0-1.5,0.1-2.9,0.1v3.2h-3.9V37h-2.2h-0.3v3.2h-3.9V37h-0.6h-3.6v-4h3.6V17.2\t\th-3.6v-3.9h3.6h0.6V9.8h3.9v3.5h0.3h2.2V9.8h3.9v3.5c1.1,0,2,0.1,2.7,0.2c1,0.2,1.8,0.5,2.5,1s1.3,1.2,1.8,2\t\tc0.5,0.9,0.7,1.8,0.7,2.8c0,1.1-0.3,2.1-0.9,3c-0.6,0.9-1.4,1.6-2.4,2.1c1.4,0.4,2.5,1.1,3.3,2.1s1.2,2.3,1.1,3.8\t\tC46.6,31.3,46.4,32.4,45.9,33.4z"/></g>\n'}}})},53668:(e,t,s)=>{const i=".tcb-woo-product-categories",a=s(88020),l=e=>(TVE.main.EditMode&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("product-categories"))&&(e="#nothing-can-be-dragged"),e),o={actions:{"tcb-ready":()=>{(new TVE.inner.window.TCB_Front.woocommerce.ProductCategories).toggleSubElementVisibility()},"tcb.focus.clear":e=>{e&&e.length>0&&e.tcbHasClass(TVE.identifier("product-categories").replace(".",""))&&TVE.Components["product-categories"].categoriesSelect.closeSelect2()},"tcb.after-insert":e=>{if(e&&e.length){const t=TVE.identifier("product-categories"),s=e.find(t).addBack(t);s.length>0&&(TVE.WooCommerceFn.content.initProductCategorySubElements(s),new TVE.inner.window.TCB_Front.woocommerce.ProductCategories(s).toggleSubElementVisibility())}},"tcb.element.duplicate":(e,t)=>{const s=TVE.identifier("product-categories"),i=e.find(s).addBack(s);if(i.length>0){const e=t.find(s).addBack(s),a=TVE.CSS_Rule_Cache.uniq_id(e,!0);TVE.head_css_copy(i.attr("data-css"),a)}},"tcb.edit_mode.exit":e=>{e.is(i)&&TVE.Components["product-categories"].$(".product-cat-edit-mode-hidden").show()}},filters:{draggable_elements:l,droppable_targets:l,dropzone_elements:l,tcb_filter_html_before_save:(e,t)=>(t.is(TVE.identifier("contentbox"))||a.saveShortcode("product_categories",TVE.identifier("product-categories"),e),e),"tcb.includes":e=>(e.$.extend(!0,e.renderers,{"product-categories":{render_default:()=>e.inner_$("#tve-woocommerce-product-categories").html()}}),e),"tcb.compat.not_wrappable":e=>(e.push(`${i} *`),e),before_editor_events:()=>{TVE.inner.$body.find(i).each((e,t)=>{a.initProductCategorySubElements(TVE.inner_$(t))})},tcb_head_css_prefix:(e,t)=>{const s=t.parents(i);if(s.length){const t=TVE.CSS_Rule_Cache.uniq_id(s);(e=(e=(e=`${i}[data-css="${t}"] `+e).replace(/([ ]{2,})/g," ")).trimStart()).includes(TVE.CONST.global_css_prefix)&&(e=TVE.CONST.global_css_prefix+" "+e.replace(TVE.CONST.global_css_prefix,""))}return e},"tcb.reset-state.rules_to_reset":(e,t,s,i)=>{if(["product-category-title","product-category-text-wrapper"].includes(TVE._type(t))){const a=TVE.escapedRegEx(t.attr("data-selector")).toString().slice(0,-1).slice(1);e={from:new RegExp(`${a}.*(\\.tve-state-${s}|:${s})`),to:new RegExp(`${a}.*(\\.tve-state-${i}|:${i})`)}}return e}}};e.exports=o},54136:e=>{!function(t){function s(e){this.setCode(e),this._orignial_code=e,this._inputs={},this.valid=!0}s.prototype.validate=function(){this.valid=this._inputs.text&&this._inputs.text.length||this._inputs.select&&this._inputs.select.length||this._inputs.textarea&&this._inputs.textarea.length||this._inputs.checkbox&&Object.keys(this._inputs.checkbox).length||this._inputs.radio&&Object.keys(this._inputs.radio).length},s.prototype.isValid=function(){return this.valid},s.prototype.setCode=function(e){e instanceof t||(e=t(e)),this.$code=e},s.prototype.parse=function(e){return void 0===e&&(e=this._orignial_code),this.setCode(e),this.removeExtra(),this._inputs={hidden:this.getInputs("hidden"),checkbox:this.getCheckboxRadio("checkbox"),radio:this.getCheckboxRadio("radio"),text:this.getInputs(),select:this.getSelect(),textarea:this.getTextarea(),submit:this.getSubmit(),form:this.getForm()},this.validate(),this._inputs},s.prototype.removeExtra=function(e){return void 0!==e&&e instanceof Array||(e=["style","script","link"]),e.push("input:image"),this.$code.find(e.join(",")).remove(),this.$code},s.prototype.getSubmit=function(){let e=TVE.t.SignUp;const t=this.$code.find("input:submit"),s=this.$code.find("button");return t.length?(e=t.val(),t.remove()):s.length&&(e=s.text(),s.remove()),e},s.prototype.getInputs=function(e){void 0===e&&(e=[]),"string"==typeof e&&(e=[e]);const t=[];return _.each(this.$code.find("input:not(:submit)"),function(s){if(e.length>0&&-1===e.indexOf(s.type))return;const i={name:s.name,id:s.id,type:s.type,placeholder:s.placeholder,value:s.value},a=this.$code.find('label[for="'+s.id+'"]');if(s.required&&(i.required=s.required),-1!==s.outerHTML.toLowerCase().indexOf('"email"')&&(i["data-required"]=1,i["data-validation"]="email"),a.length&&(i.label=a.text()),!i.placeholder){const e=/\[(.*?)\]/g.exec(i.name||"");e&&e[1]?i.placeholder=e[1]:i.placeholder=i.name}t.push(i),s.parentNode.removeChild(s)},this),t},s.prototype.getCheckboxRadio=function(e){const t={};return _.each(this.$code.find(`input:${e}`),function(e){const s=Math.floor(Math.random()*Math.floor(9999)),i={name:e.name,id:e.id?e.id:s,type:e.type,placeholder:e.placeholder,value:e.value},a=this.$code.find('label[for="'+i.id+'"]');a.length&&(i.label=a.text()),void 0!==i.label&&"radio"!==e.type||(i.label=i.value),void 0===t[e.name]&&(t[e.name]=[]),t[e.name].push(i),e.parentNode.removeChild(e)},this),t},s.prototype.getSelect=function(){const e=[];return _.each(this.$code.find("select"),function(s){const i={name:s.name,id:s.id,options:[]},a=this.$code.find('label[for="'+s.id+'"]');a.length&&(i.label=a.text()),t(s).find("option").each(function(){i.options.push({value:this.value,text:this.text})}),e.push(i),s.parentNode.removeChild(s)},this),e},s.prototype.getTextarea=function(){const e=[];return _.each(this.$code.find("textarea"),function(t){const s={name:t.name,id:t.id,placeholder:t.placeholder,text:t.value,"data-field":"textarea"};e.push(s),t.parentNode.removeChild(t)},this),e},s.prototype.getForm=function(){const e={},t=this.$code.find("form");return t.length?(e.action=t.attr("action"),e.method=t.attr("method"),e.id=t.attr("id")):this.$code.each(function(t,s){"FORM"===s.tagName&&(e.action=s.action,e.method=s.method,e.id=s.id)}),e},e.exports=s}(jQuery)},54239:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/slider"),default_limits:{max_em:8},initialize(){let e,t;this.render(),this.$input=this.$(".tve-input"),this.$slider=this.$(".tve-slider"),this.originalConfig=Object.assign({},this.model.config),this.umInit(),1===this.model.config.um.length&&this.$(".input-um").show(),this.$(".handle").tve_draggable({start:()=>{this.currentValue=isNaN(this.value(!1))?0:parseInt(this.value(!1)),e=TVE.SKIP_CSS_STATE,t=this.getUM(),arguments[3].incrementSize="em"===t?.1:1,this.dragStart(this.currentValue,t)},move:e=>{let t=this.currentValue+parseFloat(e);void 0!==this.$input.attr("min")&&(t=t<this.$input.attr("min")?this.$input.attr("min"):t),void 0!==this.$input.attr("max")&&(t=t>this.$input.attr("max")?this.$input.attr("max"):t),TVE.SKIP_CSS_STATE=!0,this.setValue(t+this.getUM(),"input")},stop:()=>{this.currentValue!==parseInt(this.$input.val())&&(TVE.SKIP_CSS_STATE=e,this.$input.trigger("change"))}})},umInit(){if(!this.model.config.um||!this.model.config.um.length)return;const e=this.getUM().toLowerCase(),t=this.$input.add(this.$slider);let s=0,i="",a=this.originalConfig.step||1;switch(e){case"px":s=this.originalConfig.min||s,i=this.originalConfig.max,a=this.originalConfig.step||a;break;case"em":i=this.default_limits.max_em,a=.05;break;case"vw":case"vh":i=100,s=0,a=.1;break;case"deg":i=90,s=0,a=.1;break;case"%":i=100,s=this.originalConfig.forceMin||0;break;default:s=this.originalConfig.min,i=this.originalConfig.max}t.attr("min",this.model.config.min=s),t.attr("max",this.model.config.max=i),t.attr("step",a),this.isDefault&&this.isDefault()&&t.filter(".tve-slider").val(i)},umChange(e,t){const s=t.dataset.value;this.$('.tve-input-um[data-value="'+s+'"]').hasClass("active")||(this.setUM(s),0!==this.readFrom().length&&(this.convertUM(s),this.currentEventType="change",this.change(this.applyTo(),this.$(".tve-input")[0]),delete this.currentEventType))},toggleUmInput(e=!0){this.$(".slider-input ").toggleClass("disable-um",e)},convertUM(e){let t,s=this.readFrom()[0],i=s==TVE.ActiveElement[0]?TVE.ActiveElement.parent()[0]:TVE.ActiveElement[0];const a=this.$(".tve-input, .tve-slider"),l=TVE.froala.has_selection();TVE.ActiveElement.hasClass("thrv-tabbed-content")&&(i=TVE.ActiveElement.find(".tve_scT > ul")[0],s=TVE.ActiveElement.find(".tve_scT > ul li")[0]),l&&(s=l,i=TVE.ActiveElement[0]),t=TVE.convertUM(s,e,i,this.model.config.css),t=t==parseInt(t)?parseInt(t):parseFloat(t).toFixed(2),a.val(t)},pixel_em_conversion(e,t){void 0===t&&(t=this.readFrom());const s=parseInt(t.css("font-size"));let i,a=parseFloat(this.$input.val());switch(isNaN(a)&&(a=0),e){case"em":i=(a/s).toFixed(2);break;case"px":i=parseInt(a*s);break;default:i=a*s}this.$input.add(this.$(".tve-slider")).val(i)},setUM(e){-1!==this.model.config.um.indexOf(e)&&(this.$(".tve-input-um.active").removeClass("active"),this.$('.tve-input-um[data-value="'+e+'"]').addClass("active"),this.$(".input-um").text(e),this.umInit())},getValue(){return this.value.apply(this,arguments)},value(e){return`${this.$(".tve-input").val()}${e?this.getUM():""}`},getUM(){return this.$(".tve-input-um.active").data("value")||this.model.config.um[0]},onChange(e,t){this.hasChanges=!1,t.value=this.prepareValue(t.value,this.getUM()),this.setValue(t.value+this.getUM()),TVE.SkipUpdate=!1,this.model.config.showIconsOnInput||(TVE.Editor_Page.reposition_icons(),TVE.ElementEditIcons.toggle()),this.change(e,t)},onInput(e,t){this.hasChanges=!0,t.value=this.prepareValue(t.value,this.getUM()),this.$("input").val(t.value),TVE.SkipUpdate=!0,this.input(e,t),this.model.config.showIconsOnInput||TVE.ElementEditIcons.toggle(!1)},readUM(e){if(e==parseFloat(e))return"px";let t="px";const s=/^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/.exec(e);return s&&s[2]&&(t=s[2]),t},setValue(e,t){return this.setUM(this.readUM(e)),(e=parseFloat(e).toFixed(2))==parseInt(e)&&(e=parseInt(e)),isNaN(e)||(this.$(".tve-input").val(e),this.$(".tve-slider").val(e),t&&(t="string"==typeof t?t:"change",this.$(".tve-input").trigger(t))),this},getIncrement(){return"em"===this.getUM()?.1:1},up(){this.setValue(this.value(!1)- -1*this.getIncrement()+this.getUM(),"change")},down(){this.setValue(this.value(!1)-1*this.getIncrement()+this.getUM(),"change")},trigger_input(){this.$("input.input").first().trigger("input")},trigger_change(){this.$("input.input").first().trigger("change")},getCssProps:()=>[],dragStart(e,t){},setMax(e){this.$input.add(this.$slider).attr("max",this.model.config.max=this.originalConfig.max=e)},setMin(e){this.$input.add(this.$slider).attr("min",this.model.config.min=e)},openTooltip(){},onFocus(e){this.hasChanges=!1},onBlur(e,t,s){this.hasChanges&&this.onChange.apply(this,Array.from(arguments)),s&&"function"==typeof s.stopPropagation&&s.stopPropagation()}})},54288:e=>{var t={init(){let e,s,i;for(let a=0;a<t.names.length;a++)e="#"+t.names[a][0],s=t.rgb(e),i=t.hsl(e),t.names[a].push(s[0],s[1],s[2],i[0],i[1],i[2])},name(e){if((e=e.toUpperCase()).length<3||e.length>7)return["#000000","Invalid Color: "+e,!1];e.length%3==0&&(e="#"+e),4==e.length&&(e="#"+e.substr(1,1)+e.substr(1,1)+e.substr(2,1)+e.substr(2,1)+e.substr(3,1)+e.substr(3,1));const s=t.rgb(e),i=s[0],a=s[1],l=s[2],o=t.hsl(e),c=o[0],n=o[1],r=o[2];let d=0,h=0,p=0,g=-1,m=-1;for(let s=0;s<t.names.length;s++){if(e=="#"+t.names[s][0])return["#"+t.names[s][0],t.names[s][1],!0];d=Math.pow(i-t.names[s][2],2)+Math.pow(a-t.names[s][3],2)+Math.pow(l-t.names[s][4],2),h=Math.pow(c-t.names[s][5],2)+Math.pow(n-t.names[s][6],2)+Math.pow(r-t.names[s][7],2),p=d+2*h,(m<0||m>p)&&(m=p,g=s)}return g<0?["#000000","Invalid Color: "+e,!1]:["#"+t.names[g][0],t.names[g][1],!1]},hsl(e){const t=[parseInt("0x"+e.substring(1,3))/255,parseInt("0x"+e.substring(3,5))/255,parseInt("0x"+e.substring(5,7))/255];let s,i,a,l,o,c;const n=t[0],r=t[1],d=t[2];return s=Math.min(n,Math.min(r,d)),i=Math.max(n,Math.max(r,d)),a=i-s,c=(s+i)/2,o=0,c>0&&c<1&&(o=a/(c<.5?2*c:2-2*c)),l=0,a>0&&(i==n&&i!=r&&(l+=(r-d)/a),i==r&&i!=d&&(l+=2+(d-n)/a),i==d&&i!=n&&(l+=4+(n-r)/a),l/=6),[parseInt(255*l),parseInt(255*o),parseInt(255*c)]},rgb:e=>[parseInt("0x"+e.substring(1,3)),parseInt("0x"+e.substring(3,5)),parseInt("0x"+e.substring(5,7))],names:[["000000","Black"],["000080","Navy Blue"],["0000C8","Dark Blue"],["0000FF","Blue"],["000741","Stratos"],["001B1C","Swamp"],["002387","Resolution Blue"],["002900","Deep Fir"],["002E20","Burnham"],["002FA7","International Klein Blue"],["003153","Prussian Blue"],["003366","Midnight Blue"],["003399","Smalt"],["003532","Deep Teal"],["003E40","Cyprus"],["004620","Kaitoke Green"],["0047AB","Cobalt"],["004816","Crusoe"],["004950","Sherpa Blue"],["0056A7","Endeavour"],["00581A","Camarone"],["0066CC","Science Blue"],["0066FF","Blue Ribbon"],["00755E","Tropical Rain Forest"],["0076A3","Allports"],["007BA7","Deep Cerulean"],["007EC7","Lochmara"],["007FFF","Azure Radiance"],["008080","Teal"],["0095B6","Bondi Blue"],["009DC4","Pacific Blue"],["00A693","Persian Green"],["00A86B","Jade"],["00CC99","Caribbean Green"],["00CCCC","Robin's Egg Blue"],["00FF00","Green"],["00FF7F","Spring Green"],["00FFFF","Cyan / Aqua"],["010D1A","Blue Charcoal"],["011635","Midnight"],["011D13","Holly"],["012731","Daintree"],["01361C","Cardin Green"],["01371A","County Green"],["013E62","Astronaut Blue"],["013F6A","Regal Blue"],["014B43","Aqua Deep"],["015E85","Orient"],["016162","Blue Stone"],["016D39","Fun Green"],["01796F","Pine Green"],["017987","Blue Lagoon"],["01826B","Deep Sea"],["01A368","Green Haze"],["022D15","English Holly"],["02402C","Sherwood Green"],["02478E","Congress Blue"],["024E46","Evening Sea"],["026395","Bahama Blue"],["02866F","Observatory"],["02A4D3","Cerulean"],["03163C","Tangaroa"],["032B52","Green Vogue"],["036A6E","Mosque"],["041004","Midnight Moss"],["041322","Black Pearl"],["042E4C","Blue Whale"],["044022","Zuccini"],["044259","Teal Blue"],["051040","Deep Cove"],["051657","Gulf Blue"],["055989","Venice Blue"],["056F57","Watercourse"],["062A78","Catalina Blue"],["063537","Tiber"],["069B81","Gossamer"],["06A189","Niagara"],["073A50","Tarawera"],["080110","Jaguar"],["081910","Black Bean"],["082567","Deep Sapphire"],["088370","Elf Green"],["08E8DE","Bright Turquoise"],["092256","Downriver"],["09230F","Palm Green"],["09255D","Madison"],["093624","Bottle Green"],["095859","Deep Sea Green"],["097F4B","Salem"],["0A001C","Black Russian"],["0A480D","Dark Fern"],["0A6906","Japanese Laurel"],["0A6F75","Atoll"],["0B0B0B","Cod Gray"],["0B0F08","Marshland"],["0B1107","Gordons Green"],["0B1304","Black Forest"],["0B6207","San Felix"],["0BDA51","Malachite"],["0C0B1D","Ebony"],["0C0D0F","Woodsmoke"],["0C1911","Racing Green"],["0C7A79","Surfie Green"],["0C8990","Blue Chill"],["0D0332","Black Rock"],["0D1117","Bunker"],["0D1C19","Aztec"],["0D2E1C","Bush"],["0E0E18","Cinder"],["0E2A30","Firefly"],["0F2D9E","Torea Bay"],["10121D","Vulcan"],["101405","Green Waterloo"],["105852","Eden"],["110C6C","Arapawa"],["120A8F","Ultramarine"],["123447","Elephant"],["126B40","Jewel"],["130000","Diesel"],["130A06","Asphalt"],["13264D","Blue Zodiac"],["134F19","Parsley"],["140600","Nero"],["1450AA","Tory Blue"],["151F4C","Bunting"],["1560BD","Denim"],["15736B","Genoa"],["161928","Mirage"],["161D10","Hunter Green"],["162A40","Big Stone"],["163222","Celtic"],["16322C","Timber Green"],["163531","Gable Green"],["171F04","Pine Tree"],["175579","Chathams Blue"],["182D09","Deep Forest Green"],["18587A","Blumine"],["19330E","Palm Leaf"],["193751","Nile Blue"],["1959A8","Fun Blue"],["1A1A68","Lucky Point"],["1AB385","Mountain Meadow"],["1B0245","Tolopea"],["1B1035","Haiti"],["1B127B","Deep Koamaru"],["1B1404","Acadia"],["1B2F11","Seaweed"],["1B3162","Biscay"],["1B659D","Matisse"],["1C1208","Crowshead"],["1C1E13","Rangoon Green"],["1C39BB","Persian Blue"],["1C402E","Everglade"],["1C7C7D","Elm"],["1D6142","Green Pea"],["1E0F04","Creole"],["1E1609","Karaka"],["1E1708","El Paso"],["1E385B","Cello"],["1E433C","Te Papa Green"],["1E90FF","Dodger Blue"],["1E9AB0","Eastern Blue"],["1F120F","Night Rider"],["1FC2C2","Java"],["20208D","Jacksons Purple"],["202E54","Cloud Burst"],["204852","Blue Dianne"],["211A0E","Eternity"],["220878","Deep Blue"],["228B22","Forest Green"],["233418","Mallard"],["240A40","Violet"],["240C02","Kilamanjaro"],["242A1D","Log Cabin"],["242E16","Black Olive"],["24500F","Green House"],["251607","Graphite"],["251706","Cannon Black"],["251F4F","Port Gore"],["25272C","Shark"],["25311C","Green Kelp"],["2596D1","Curious Blue"],["260368","Paua"],["26056A","Paris M"],["261105","Wood Bark"],["261414","Gondola"],["262335","Steel Gray"],["26283B","Ebony Clay"],["273A81","Bay of Many"],["27504B","Plantation"],["278A5B","Eucalyptus"],["281E15","Oil"],["283A77","Astronaut"],["286ACD","Mariner"],["290C5E","Violent Violet"],["292130","Bastille"],["292319","Zeus"],["292937","Charade"],["297B9A","Jelly Bean"],["29AB87","Jungle Green"],["2A0359","Cherry Pie"],["2A140E","Coffee Bean"],["2A2630","Baltic Sea"],["2A380B","Turtle Green"],["2A52BE","Cerulean Blue"],["2B0202","Sepia Black"],["2B194F","Valhalla"],["2B3228","Heavy Metal"],["2C0E8C","Blue Gem"],["2C1632","Revolver"],["2C2133","Bleached Cedar"],["2C8C84","Lochinvar"],["2D2510","Mikado"],["2D383A","Outer Space"],["2D569B","St Tropaz"],["2E0329","Jacaranda"],["2E1905","Jacko Bean"],["2E3222","Rangitoto"],["2E3F62","Rhino"],["2E8B57","Sea Green"],["2EBFD4","Scooter"],["2F270E","Onion"],["2F3CB3","Governor Bay"],["2F519E","Sapphire"],["2F5A57","Spectra"],["2F6168","Casal"],["300529","Melanzane"],["301F1E","Cocoa Brown"],["302A0F","Woodrush"],["304B6A","San Juan"],["30D5C8","Turquoise"],["311C17","Eclipse"],["314459","Pickled Bluewood"],["315BA1","Azure"],["31728D","Calypso"],["317D82","Paradiso"],["32127A","Persian Indigo"],["32293A","Blackcurrant"],["323232","Mine Shaft"],["325D52","Stromboli"],["327C14","Bilbao"],["327DA0","Astral"],["33036B","Christalle"],["33292F","Thunder"],["33CC99","Shamrock"],["341515","Tamarind"],["350036","Mardi Gras"],["350E42","Valentino"],["350E57","Jagger"],["353542","Tuna"],["354E8C","Chambray"],["363050","Martinique"],["363534","Tuatara"],["363C0D","Waiouru"],["36747D","Ming"],["368716","La Palma"],["370202","Chocolate"],["371D09","Clinker"],["37290E","Brown Tumbleweed"],["373021","Birch"],["377475","Oracle"],["380474","Blue Diamond"],["381A51","Grape"],["383533","Dune"],["384555","Oxford Blue"],["384910","Clover"],["394851","Limed Spruce"],["396413","Dell"],["3A0020","Toledo"],["3A2010","Sambuca"],["3A2A6A","Jacarta"],["3A686C","William"],["3A6A47","Killarney"],["3AB09E","Keppel"],["3B000B","Temptress"],["3B0910","Aubergine"],["3B1F1F","Jon"],["3B2820","Treehouse"],["3B7A57","Amazon"],["3B91B4","Boston Blue"],["3C0878","Windsor"],["3C1206","Rebel"],["3C1F76","Meteorite"],["3C2005","Dark Ebony"],["3C3910","Camouflage"],["3C4151","Bright Gray"],["3C4443","Cape Cod"],["3C493A","Lunar Green"],["3D0C02","Bean "],["3D2B1F","Bistre"],["3D7D52","Goblin"],["3E0480","Kingfisher Daisy"],["3E1C14","Cedar"],["3E2B23","English Walnut"],["3E2C1C","Black Marlin"],["3E3A44","Ship Gray"],["3EABBF","Pelorous"],["3F2109","Bronze"],["3F2500","Cola"],["3F3002","Madras"],["3F307F","Minsk"],["3F4C3A","Cabbage Pont"],["3F583B","Tom Thumb"],["3F5D53","Mineral Green"],["3FC1AA","Puerto Rico"],["3FFF00","Harlequin"],["401801","Brown Pod"],["40291D","Cork"],["403B38","Masala"],["403D19","Thatch Green"],["405169","Fiord"],["40826D","Viridian"],["40A860","Chateau Green"],["410056","Ripe Plum"],["411F10","Paco"],["412010","Deep Oak"],["413C37","Merlin"],["414257","Gun Powder"],["414C7D","East Bay"],["4169E1","Royal Blue"],["41AA78","Ocean Green"],["420303","Burnt Maroon"],["423921","Lisbon Brown"],["427977","Faded Jade"],["431560","Scarlet Gum"],["433120","Iroko"],["433E37","Armadillo"],["434C59","River Bed"],["436A0D","Green Leaf"],["44012D","Barossa"],["441D00","Morocco Brown"],["444954","Mako"],["454936","Kelp"],["456CAC","San Marino"],["45B1E8","Picton Blue"],["460B41","Loulou"],["462425","Crater Brown"],["465945","Gray Asparagus"],["4682B4","Steel Blue"],["480404","Rustic Red"],["480607","Bulgarian Rose"],["480656","Clairvoyant"],["481C1C","Cocoa Bean"],["483131","Woody Brown"],["483C32","Taupe"],["49170C","Van Cleef"],["492615","Brown Derby"],["49371B","Metallic Bronze"],["495400","Verdun Green"],["496679","Blue Bayoux"],["497183","Bismark"],["4A2A04","Bracken"],["4A3004","Deep Bronze"],["4A3C30","Mondo"],["4A4244","Tundora"],["4A444B","Gravel"],["4A4E5A","Trout"],["4B0082","Pigment Indigo"],["4B5D52","Nandor"],["4C3024","Saddle"],["4C4F56","Abbey"],["4D0135","Blackberry"],["4D0A18","Cab Sav"],["4D1E01","Indian Tan"],["4D282D","Cowboy"],["4D282E","Livid Brown"],["4D3833","Rock"],["4D3D14","Punga"],["4D400F","Bronzetone"],["4D5328","Woodland"],["4E0606","Mahogany"],["4E2A5A","Bossanova"],["4E3B41","Matterhorn"],["4E420C","Bronze Olive"],["4E4562","Mulled Wine"],["4E6649","Axolotl"],["4E7F9E","Wedgewood"],["4EABD1","Shakespeare"],["4F1C70","Honey Flower"],["4F2398","Daisy Bush"],["4F69C6","Indigo"],["4F7942","Fern Green"],["4F9D5D","Fruit Salad"],["4FA83D","Apple"],["504351","Mortar"],["507096","Kashmir Blue"],["507672","Cutty Sark"],["50C878","Emerald"],["514649","Emperor"],["516E3D","Chalet Green"],["517C66","Como"],["51808F","Smalt Blue"],["52001F","Castro"],["520C17","Maroon Oak"],["523C94","Gigas"],["533455","Voodoo"],["534491","Victoria"],["53824B","Hippie Green"],["541012","Heath"],["544333","Judge Gray"],["54534D","Fuscous Gray"],["549019","Vida Loca"],["55280C","Cioccolato"],["555B10","Saratoga"],["556D56","Finlandia"],["5590D9","Havelock Blue"],["56B4BE","Fountain Blue"],["578363","Spring Leaves"],["583401","Saddle Brown"],["585562","Scarpa Flow"],["587156","Cactus"],["589AAF","Hippie Blue"],["591D35","Wine Berry"],["592804","Brown Bramble"],["593737","Congo Brown"],["594433","Millbrook"],["5A6E9C","Waikawa Gray"],["5A87A0","Horizon"],["5B3013","Jambalaya"],["5C0120","Bordeaux"],["5C0536","Mulberry Wood"],["5C2E01","Carnaby Tan"],["5C5D75","Comet"],["5D1E0F","Redwood"],["5D4C51","Don Juan"],["5D5C58","Chicago"],["5D5E37","Verdigris"],["5D7747","Dingley"],["5DA19F","Breaker Bay"],["5E483E","Kabul"],["5E5D3B","Hemlock"],["5F3D26","Irish Coffee"],["5F5F6E","Mid Gray"],["5F6672","Shuttle Gray"],["5FA777","Aqua Forest"],["5FB3AC","Tradewind"],["604913","Horses Neck"],["605B73","Smoky"],["606E68","Corduroy"],["6093D1","Danube"],["612718","Espresso"],["614051","Eggplant"],["615D30","Costa Del Sol"],["61845F","Glade Green"],["622F30","Buccaneer"],["623F2D","Quincy"],["624E9A","Butterfly Bush"],["625119","West Coast"],["626649","Finch"],["639A8F","Patina"],["63B76C","Fern"],["6456B7","Blue Violet"],["646077","Dolphin"],["646463","Storm Dust"],["646A54","Siam"],["646E75","Nevada"],["6495ED","Cornflower Blue"],["64CCDB","Viking"],["65000B","Rosewood"],["651A14","Cherrywood"],["652DC1","Purple Heart"],["657220","Fern Frond"],["65745D","Willow Grove"],["65869F","Hoki"],["660045","Pompadour"],["660099","Purple"],["66023C","Tyrian Purple"],["661010","Dark Tan"],["66B58F","Silver Tree"],["66FF00","Bright Green"],["66FF66","Screamin' Green"],["67032D","Black Rose"],["675FA6","Scampi"],["676662","Ironside Gray"],["678975","Viridian Green"],["67A712","Christi"],["683600","Nutmeg Wood Finish"],["685558","Zambezi"],["685E6E","Salt Box"],["692545","Tawny Port"],["692D54","Finn"],["695F62","Scorpion"],["697E9A","Lynch"],["6A442E","Spice"],["6A5D1B","Himalaya"],["6A6051","Soya Bean"],["6B2A14","Hairy Heath"],["6B3FA0","Royal Purple"],["6B4E31","Shingle Fawn"],["6B5755","Dorado"],["6B8BA2","Bermuda Gray"],["6B8E23","Olive Drab"],["6C3082","Eminence"],["6CDAE7","Turquoise Blue"],["6D0101","Lonestar"],["6D5E54","Pine Cone"],["6D6C6C","Dove Gray"],["6D9292","Juniper"],["6D92A1","Gothic"],["6E0902","Red Oxide"],["6E1D14","Moccaccino"],["6E4826","Pickled Bean"],["6E4B26","Dallas"],["6E6D57","Kokoda"],["6E7783","Pale Sky"],["6F440C","Cafe Royale"],["6F6A61","Flint"],["6F8E63","Highland"],["6F9D02","Limeade"],["6FD0C5","Downy"],["701C1C","Persian Plum"],["704214","Sepia"],["704A07","Antique Bronze"],["704F50","Ferra"],["706555","Coffee"],["708090","Slate Gray"],["711A00","Cedar Wood Finish"],["71291D","Metallic Copper"],["714693","Affair"],["714AB2","Studio"],["715D47","Tobacco Brown"],["716338","Yellow Metal"],["716B56","Peat"],["716E10","Olivetone"],["717486","Storm Gray"],["718080","Sirocco"],["71D9E2","Aquamarine Blue"],["72010F","Venetian Red"],["724A2F","Old Copper"],["726D4E","Go Ben"],["727B89","Raven"],["731E8F","Seance"],["734A12","Raw Umber"],["736C9F","Kimberly"],["736D58","Crocodile"],["737829","Crete"],["738678","Xanadu"],["74640D","Spicy Mustard"],["747D63","Limed Ash"],["747D83","Rolling Stone"],["748881","Blue Smoke"],["749378","Laurel"],["74C365","Mantis"],["755A57","Russett"],["7563A8","Deluge"],["76395D","Cosmic"],["7666C6","Blue Marguerite"],["76BD17","Lima"],["76D7EA","Sky Blue"],["770F05","Dark Burgundy"],["771F1F","Crown of Thorns"],["773F1A","Walnut"],["776F61","Pablo"],["778120","Pacifika"],["779E86","Oxley"],["77DD77","Pastel Green"],["780109","Japanese Maple"],["782D19","Mocha"],["782F16","Peanut"],["78866B","Camouflage Green"],["788A25","Wasabi"],["788BBA","Ship Cove"],["78A39C","Sea Nymph"],["795D4C","Roman Coffee"],["796878","Old Lavender"],["796989","Rum"],["796A78","Fedora"],["796D62","Sandstone"],["79DEEC","Spray"],["7A013A","Siren"],["7A58C1","Fuchsia Blue"],["7A7A7A","Boulder"],["7A89B8","Wild Blue Yonder"],["7AC488","De York"],["7B3801","Red Beech"],["7B3F00","Cinnamon"],["7B6608","Yukon Gold"],["7B7874","Tapa"],["7B7C94","Waterloo "],["7B8265","Flax Smoke"],["7B9F80","Amulet"],["7BA05B","Asparagus"],["7C1C05","Kenyan Copper"],["7C7631","Pesto"],["7C778A","Topaz"],["7C7B7A","Concord"],["7C7B82","Jumbo"],["7C881A","Trendy Green"],["7CA1A6","Gumbo"],["7CB0A1","Acapulco"],["7CB7BB","Neptune"],["7D2C14","Pueblo"],["7DA98D","Bay Leaf"],["7DC8F7","Malibu"],["7DD8C6","Bermuda"],["7E3A15","Copper Canyon"],["7F1734","Claret"],["7F3A02","Peru Tan"],["7F626D","Falcon"],["7F7589","Mobster"],["7F76D3","Moody Blue"],["7FFF00","Chartreuse"],["7FFFD4","Aquamarine"],["800000","Maroon"],["800B47","Rose Bud Cherry"],["801818","Falu Red"],["80341F","Red Robin"],["803790","Vivid Violet"],["80461B","Russet"],["807E79","Friar Gray"],["808000","Olive"],["808080","Gray"],["80B3AE","Gulf Stream"],["80B3C4","Glacier"],["80CCEA","Seagull"],["81422C","Nutmeg"],["816E71","Spicy Pink"],["817377","Empress"],["819885","Spanish Green"],["826F65","Sand Dune"],["828685","Gunsmoke"],["828F72","Battleship Gray"],["831923","Merlot"],["837050","Shadow"],["83AA5D","Chelsea Cucumber"],["83D0C6","Monte Carlo"],["843179","Plum"],["84A0A0","Granny Smith"],["8581D9","Chetwode Blue"],["858470","Bandicoot"],["859FAF","Bali Hai"],["85C4CC","Half Baked"],["860111","Red Devil"],["863C3C","Lotus"],["86483C","Ironstone"],["864D1E","Bull Shot"],["86560A","Rusty Nail"],["868974","Bitter"],["86949F","Regent Gray"],["871550","Disco"],["87756E","Americano"],["877C7B","Hurricane"],["878D91","Oslo Gray"],["87AB39","Sushi"],["885342","Spicy Mix"],["886221","Kumera"],["888387","Suva Gray"],["888D65","Avocado"],["893456","Camelot"],["893843","Solid Pink"],["894367","Cannon Pink"],["897D6D","Makara"],["8A3324","Burnt Umber"],["8A73D6","True V"],["8A8360","Clay Creek"],["8A8389","Monsoon"],["8A8F8A","Stack"],["8AB9F1","Jordy Blue"],["8B00FF","Electric Violet"],["8B0723","Monarch"],["8B6B0B","Corn Harvest"],["8B8470","Olive Haze"],["8B847E","Schooner"],["8B8680","Natural Gray"],["8B9C90","Mantle"],["8B9FEE","Portage"],["8BA690","Envy"],["8BA9A5","Cascade"],["8BE6D8","Riptide"],["8C055E","Cardinal Pink"],["8C472F","Mule Fawn"],["8C5738","Potters Clay"],["8C6495","Trendy Pink"],["8D0226","Paprika"],["8D3D38","Sanguine Brown"],["8D3F3F","Tosca"],["8D7662","Cement"],["8D8974","Granite Green"],["8D90A1","Manatee"],["8DA8CC","Polo Blue"],["8E0000","Red Berry"],["8E4D1E","Rope"],["8E6F70","Opium"],["8E775E","Domino"],["8E8190","Mamba"],["8EABC1","Nepal"],["8F021C","Pohutukawa"],["8F3E33","El Salva"],["8F4B0E","Korma"],["8F8176","Squirrel"],["8FD6B4","Vista Blue"],["900020","Burgundy"],["901E1E","Old Brick"],["907874","Hemp"],["907B71","Almond Frost"],["908D39","Sycamore"],["92000A","Sangria"],["924321","Cumin"],["926F5B","Beaver"],["928573","Stonewall"],["928590","Venus"],["9370DB","Medium Purple"],["93CCEA","Cornflower"],["93DFB8","Algae Green"],["944747","Copper Rust"],["948771","Arrowtown"],["950015","Scarlett"],["956387","Strikemaster"],["959396","Mountain Mist"],["960018","Carmine"],["964B00","Brown"],["967059","Leather"],["9678B6","Purple Mountain's Majesty"],["967BB6","Lavender Purple"],["96A8A1","Pewter"],["96BBAB","Summer Green"],["97605D","Au Chico"],["9771B5","Wisteria"],["97CD2D","Atlantis"],["983D61","Vin Rouge"],["9874D3","Lilac Bush"],["98777B","Bazaar"],["98811B","Hacienda"],["988D77","Pale Oyster"],["98FF98","Mint Green"],["990066","Fresh Eggplant"],["991199","Violet Eggplant"],["991613","Tamarillo"],["991B07","Totem Pole"],["996666","Copper Rose"],["9966CC","Amethyst"],["997A8D","Mountbatten Pink"],["9999CC","Blue Bell"],["9A3820","Prairie Sand"],["9A6E61","Toast"],["9A9577","Gurkha"],["9AB973","Olivine"],["9AC2B8","Shadow Green"],["9B4703","Oregon"],["9B9E8F","Lemon Grass"],["9C3336","Stiletto"],["9D5616","Hawaiian Tan"],["9DACB7","Gull Gray"],["9DC209","Pistachio"],["9DE093","Granny Smith Apple"],["9DE5FF","Anakiwa"],["9E5302","Chelsea Gem"],["9E5B40","Sepia Skin"],["9EA587","Sage"],["9EA91F","Citron"],["9EB1CD","Rock Blue"],["9EDEE0","Morning Glory"],["9F381D","Cognac"],["9F821C","Reef Gold"],["9F9F9C","Star Dust"],["9FA0B1","Santas Gray"],["9FD7D3","Sinbad"],["9FDD8C","Feijoa"],["A02712","Tabasco"],["A1750D","Buttered Rum"],["A1ADB5","Hit Gray"],["A1C50A","Citrus"],["A1DAD7","Aqua Island"],["A1E9DE","Water Leaf"],["A2006D","Flirt"],["A23B6C","Rouge"],["A26645","Cape Palliser"],["A2AAB3","Gray Chateau"],["A2AEAB","Edward"],["A3807B","Pharlap"],["A397B4","Amethyst Smoke"],["A3E3ED","Blizzard Blue"],["A4A49D","Delta"],["A4A6D3","Wistful"],["A4AF6E","Green Smoke"],["A50B5E","Jazzberry Jam"],["A59B91","Zorba"],["A5CB0C","Bahia"],["A62F20","Roof Terracotta"],["A65529","Paarl"],["A68B5B","Barley Corn"],["A69279","Donkey Brown"],["A6A29A","Dawn"],["A72525","Mexican Red"],["A7882C","Luxor Gold"],["A85307","Rich Gold"],["A86515","Reno Sand"],["A86B6B","Coral Tree"],["A8989B","Dusty Gray"],["A899E6","Dull Lavender"],["A8A589","Tallow"],["A8AE9C","Bud"],["A8AF8E","Locust"],["A8BD9F","Norway"],["A8E3BD","Chinook"],["A9A491","Gray Olive"],["A9ACB6","Aluminium"],["A9B2C3","Cadet Blue"],["A9B497","Schist"],["A9BDBF","Tower Gray"],["A9BEF2","Perano"],["A9C6C2","Opal"],["AA375A","Night Shadz"],["AA4203","Fire"],["AA8B5B","Muesli"],["AA8D6F","Sandal"],["AAA5A9","Shady Lady"],["AAA9CD","Logan"],["AAABB7","Spun Pearl"],["AAD6E6","Regent St Blue"],["AAF0D1","Magic Mint"],["AB0563","Lipstick"],["AB3472","Royal Heath"],["AB917A","Sandrift"],["ABA0D9","Cold Purple"],["ABA196","Bronco"],["AC8A56","Limed Oak"],["AC91CE","East Side"],["AC9E22","Lemon Ginger"],["ACA494","Napa"],["ACA586","Hillary"],["ACA59F","Cloudy"],["ACACAC","Silver Chalice"],["ACB78E","Swamp Green"],["ACCBB1","Spring Rain"],["ACDD4D","Conifer"],["ACE1AF","Celadon"],["AD781B","Mandalay"],["ADBED1","Casper"],["ADDFAD","Moss Green"],["ADE6C4","Padua"],["ADFF2F","Green Yellow"],["AE4560","Hippie Pink"],["AE6020","Desert"],["AE809E","Bouquet"],["AF4035","Medium Carmine"],["AF4D43","Apple Blossom"],["AF593E","Brown Rust"],["AF8751","Driftwood"],["AF8F2C","Alpine"],["AF9F1C","Lucky"],["AFA09E","Martini"],["AFB1B8","Bombay"],["AFBDD9","Pigeon Post"],["B04C6A","Cadillac"],["B05D54","Matrix"],["B05E81","Tapestry"],["B06608","Mai Tai"],["B09A95","Del Rio"],["B0E0E6","Powder Blue"],["B0E313","Inch Worm"],["B10000","Bright Red"],["B14A0B","Vesuvius"],["B1610B","Pumpkin Skin"],["B16D52","Santa Fe"],["B19461","Teak"],["B1E2C1","Fringy Flower"],["B1F4E7","Ice Cold"],["B20931","Shiraz"],["B2A1EA","Biloba Flower"],["B32D29","Tall Poppy"],["B35213","Fiery Orange"],["B38007","Hot Toddy"],["B3AF95","Taupe Gray"],["B3C110","La Rioja"],["B43332","Well Read"],["B44668","Blush"],["B4CFD3","Jungle Mist"],["B57281","Turkish Rose"],["B57EDC","Lavender"],["B5A27F","Mongoose"],["B5B35C","Olive Green"],["B5D2CE","Jet Stream"],["B5ECDF","Cruise"],["B6316C","Hibiscus"],["B69D98","Thatch"],["B6B095","Heathered Gray"],["B6BAA4","Eagle"],["B6D1EA","Spindle"],["B6D3BF","Gum Leaf"],["B7410E","Rust"],["B78E5C","Muddy Waters"],["B7A214","Sahara"],["B7A458","Husk"],["B7B1B1","Nobel"],["B7C3D0","Heather"],["B7F0BE","Madang"],["B81104","Milano Red"],["B87333","Copper"],["B8B56A","Gimblet"],["B8C1B1","Green Spring"],["B8C25D","Celery"],["B8E0F9","Sail"],["B94E48","Chestnut"],["B95140","Crail"],["B98D28","Marigold"],["B9C46A","Wild Willow"],["B9C8AC","Rainee"],["BA0101","Guardsman Red"],["BA450C","Rock Spray"],["BA6F1E","Bourbon"],["BA7F03","Pirate Gold"],["BAB1A2","Nomad"],["BAC7C9","Submarine"],["BAEEF9","Charlotte"],["BB3385","Medium Red Violet"],["BB8983","Brandy Rose"],["BBD009","Rio Grande"],["BBD7C1","Surf"],["BCC9C2","Powder Ash"],["BD5E2E","Tuscany"],["BD978E","Quicksand"],["BDB1A8","Silk"],["BDB2A1","Malta"],["BDB3C7","Chatelle"],["BDBBD7","Lavender Gray"],["BDBDC6","French Gray"],["BDC8B3","Clay Ash"],["BDC9CE","Loblolly"],["BDEDFD","French Pass"],["BEA6C3","London Hue"],["BEB5B7","Pink Swan"],["BEDE0D","Fuego"],["BF5500","Rose of Sharon"],["BFB8B0","Tide"],["BFBED8","Blue Haze"],["BFC1C2","Silver Sand"],["BFC921","Key Lime Pie"],["BFDBE2","Ziggurat"],["BFFF00","Lime"],["C02B18","Thunderbird"],["C04737","Mojo"],["C08081","Old Rose"],["C0C0C0","Silver"],["C0D3B9","Pale Leaf"],["C0D8B6","Pixie Green"],["C1440E","Tia Maria"],["C154C1","Fuchsia Pink"],["C1A004","Buddha Gold"],["C1B7A4","Bison Hide"],["C1BAB0","Tea"],["C1BECD","Gray Suit"],["C1D7B0","Sprout"],["C1F07C","Sulu"],["C26B03","Indochine"],["C2955D","Twine"],["C2BDB6","Cotton Seed"],["C2CAC4","Pumice"],["C2E8E5","Jagged Ice"],["C32148","Maroon Flush"],["C3B091","Indian Khaki"],["C3BFC1","Pale Slate"],["C3C3BD","Gray Nickel"],["C3CDE6","Periwinkle Gray"],["C3D1D1","Tiara"],["C3DDF9","Tropical Blue"],["C41E3A","Cardinal"],["C45655","Fuzzy Wuzzy Brown"],["C45719","Orange Roughy"],["C4C4BC","Mist Gray"],["C4D0B0","Coriander"],["C4F4EB","Mint Tulip"],["C54B8C","Mulberry"],["C59922","Nugget"],["C5994B","Tussock"],["C5DBCA","Sea Mist"],["C5E17A","Yellow Green"],["C62D42","Brick Red"],["C6726B","Contessa"],["C69191","Oriental Pink"],["C6A84B","Roti"],["C6C3B5","Ash"],["C6C8BD","Kangaroo"],["C6E610","Las Palmas"],["C7031E","Monza"],["C71585","Red Violet"],["C7BCA2","Coral Reef"],["C7C1FF","Melrose"],["C7C4BF","Cloud"],["C7C9D5","Ghost"],["C7CD90","Pine Glade"],["C7DDE5","Botticelli"],["C88A65","Antique Brass"],["C8A2C8","Lilac"],["C8A528","Hokey Pokey"],["C8AABF","Lily"],["C8B568","Laser"],["C8E3D7","Edgewater"],["C96323","Piper"],["C99415","Pizza"],["C9A0DC","Light Wisteria"],["C9B29B","Rodeo Dust"],["C9B35B","Sundance"],["C9B93B","Earls Green"],["C9C0BB","Silver Rust"],["C9D9D2","Conch"],["C9FFA2","Reef"],["C9FFE5","Aero Blue"],["CA3435","Flush Mahogany"],["CABB48","Turmeric"],["CADCD4","Paris White"],["CAE00D","Bitter Lemon"],["CAE6DA","Skeptic"],["CB8FA9","Viola"],["CBCAB6","Foggy Gray"],["CBD3B0","Green Mist"],["CBDBD6","Nebula"],["CC3333","Persian Red"],["CC5500","Burnt Orange"],["CC7722","Ochre"],["CC8899","Puce"],["CCCAA8","Thistle Green"],["CCCCFF","Periwinkle"],["CCFF00","Electric Lime"],["CD5700","Tenn"],["CD5C5C","Chestnut Rose"],["CD8429","Brandy Punch"],["CDF4FF","Onahau"],["CEB98F","Sorrell Brown"],["CEBABA","Cold Turkey"],["CEC291","Yuma"],["CEC7A7","Chino"],["CFA39D","Eunry"],["CFB53B","Old Gold"],["CFDCCF","Tasman"],["CFE5D2","Surf Crest"],["CFF9F3","Humming Bird"],["CFFAF4","Scandal"],["D05F04","Red Stage"],["D06DA1","Hopbush"],["D07D12","Meteor"],["D0BEF8","Perfume"],["D0C0E5","Prelude"],["D0F0C0","Tea Green"],["D18F1B","Geebung"],["D1BEA8","Vanilla"],["D1C6B4","Soft Amber"],["D1D2CA","Celeste"],["D1D2DD","Mischka"],["D1E231","Pear"],["D2691E","Hot Cinnamon"],["D27D46","Raw Sienna"],["D29EAA","Careys Pink"],["D2B48C","Tan"],["D2DA97","Deco"],["D2F6DE","Blue Romance"],["D2F8B0","Gossip"],["D3CBBA","Sisal"],["D3CDC5","Swirl"],["D47494","Charm"],["D4B6AF","Clam Shell"],["D4BF8D","Straw"],["D4C4A8","Akaroa"],["D4CD16","Bird Flower"],["D4D7D9","Iron"],["D4DFE2","Geyser"],["D4E2FC","Hawkes Blue"],["D54600","Grenadier"],["D591A4","Can Can"],["D59A6F","Whiskey"],["D5D195","Winter Hazel"],["D5F6E3","Granny Apple"],["D69188","My Pink"],["D6C562","Tacha"],["D6CEF6","Moon Raker"],["D6D6D1","Quill Gray"],["D6FFDB","Snowy Mint"],["D7837F","New York Pink"],["D7C498","Pavlova"],["D7D0FF","Fog"],["D84437","Valencia"],["D87C63","Japonica"],["D8BFD8","Thistle"],["D8C2D5","Maverick"],["D8FCFA","Foam"],["D94972","Cabaret"],["D99376","Burning Sand"],["D9B99B","Cameo"],["D9D6CF","Timberwolf"],["D9DCC1","Tana"],["D9E4F5","Link Water"],["D9F7FF","Mabel"],["DA3287","Cerise"],["DA5B38","Flame Pea"],["DA6304","Bamboo"],["DA6A41","Red Damask"],["DA70D6","Orchid"],["DA8A67","Copperfield"],["DAA520","Golden Grass"],["DAECD6","Zanah"],["DAF4F0","Iceberg"],["DAFAFF","Oyster Bay"],["DB5079","Cranberry"],["DB9690","Petite Orchid"],["DB995E","Di Serria"],["DBDBDB","Alto"],["DBFFF8","Frosted Mint"],["DC143C","Crimson"],["DC4333","Punch"],["DCB20C","Galliano"],["DCB4BC","Blossom"],["DCD747","Wattle"],["DCD9D2","Westar"],["DCDDCC","Moon Mist"],["DCEDB4","Caper"],["DCF0EA","Swans Down"],["DDD6D5","Swiss Coffee"],["DDF9F1","White Ice"],["DE3163","Cerise Red"],["DE6360","Roman"],["DEA681","Tumbleweed"],["DEBA13","Gold Tips"],["DEC196","Brandy"],["DECBC6","Wafer"],["DED4A4","Sapling"],["DED717","Barberry"],["DEE5C0","Beryl Green"],["DEF5FF","Pattens Blue"],["DF73FF","Heliotrope"],["DFBE6F","Apache"],["DFCD6F","Chenin"],["DFCFDB","Lola"],["DFECDA","Willow Brook"],["DFFF00","Chartreuse Yellow"],["E0B0FF","Mauve"],["E0B646","Anzac"],["E0B974","Harvest Gold"],["E0C095","Calico"],["E0FFFF","Baby Blue"],["E16865","Sunglo"],["E1BC64","Equator"],["E1C0C8","Pink Flare"],["E1E6D6","Periglacial Blue"],["E1EAD4","Kidnapper"],["E1F6E8","Tara"],["E25465","Mandy"],["E2725B","Terracotta"],["E28913","Golden Bell"],["E292C0","Shocking"],["E29418","Dixie"],["E29CD2","Light Orchid"],["E2D8ED","Snuff"],["E2EBED","Mystic"],["E2F3EC","Apple Green"],["E30B5C","Razzmatazz"],["E32636","Alizarin Crimson"],["E34234","Cinnabar"],["E3BEBE","Cavern Pink"],["E3F5E1","Peppermint"],["E3F988","Mindaro"],["E47698","Deep Blush"],["E49B0F","Gamboge"],["E4C2D5","Melanie"],["E4CFDE","Twilight"],["E4D1C0","Bone"],["E4D422","Sunflower"],["E4D5B7","Grain Brown"],["E4D69B","Zombie"],["E4F6E7","Frostee"],["E4FFD1","Snow Flurry"],["E52B50","Amaranth"],["E5841B","Zest"],["E5CCC9","Dust Storm"],["E5D7BD","Stark White"],["E5D8AF","Hampton"],["E5E0E1","Bon Jour"],["E5E5E5","Mercury"],["E5F9F6","Polar"],["E64E03","Trinidad"],["E6BE8A","Gold Sand"],["E6BEA5","Cashmere"],["E6D7B9","Double Spanish White"],["E6E4D4","Satin Linen"],["E6F2EA","Harp"],["E6F8F3","Off Green"],["E6FFE9","Hint of Green"],["E6FFFF","Tranquil"],["E77200","Mango Tango"],["E7730A","Christine"],["E79F8C","Tonys Pink"],["E79FC4","Kobi"],["E7BCB4","Rose Fog"],["E7BF05","Corn"],["E7CD8C","Putty"],["E7ECE6","Gray Nurse"],["E7F8FF","Lily White"],["E7FEFF","Bubbles"],["E89928","Fire Bush"],["E8B9B3","Shilo"],["E8E0D5","Pearl Bush"],["E8EBE0","Green White"],["E8F1D4","Chrome White"],["E8F2EB","Gin"],["E8F5F2","Aqua Squeeze"],["E96E00","Clementine"],["E97451","Burnt Sienna"],["E97C07","Tahiti Gold"],["E9CECD","Oyster Pink"],["E9D75A","Confetti"],["E9E3E3","Ebb"],["E9F8ED","Ottoman"],["E9FFFD","Clear Day"],["EA88A8","Carissma"],["EAAE69","Porsche"],["EAB33B","Tulip Tree"],["EAC674","Rob Roy"],["EADAB8","Raffia"],["EAE8D4","White Rock"],["EAF6EE","Panache"],["EAF6FF","Solitude"],["EAF9F5","Aqua Spring"],["EAFFFE","Dew"],["EB9373","Apricot"],["EBC2AF","Zinnwaldite"],["ECA927","Fuel Yellow"],["ECC54E","Ronchi"],["ECC7EE","French Lilac"],["ECCDB9","Just Right"],["ECE090","Wild Rice"],["ECEBBD","Fall Green"],["ECEBCE","Aths Special"],["ECF245","Starship"],["ED0A3F","Red Ribbon"],["ED7A1C","Tango"],["ED9121","Carrot Orange"],["ED989E","Sea Pink"],["EDB381","Tacao"],["EDC9AF","Desert Sand"],["EDCDAB","Pancho"],["EDDCB1","Chamois"],["EDEA99","Primrose"],["EDF5DD","Frost"],["EDF5F5","Aqua Haze"],["EDF6FF","Zumthor"],["EDF9F1","Narvik"],["EDFC84","Honeysuckle"],["EE82EE","Lavender Magenta"],["EEC1BE","Beauty Bush"],["EED794","Chalky"],["EED9C4","Almond"],["EEDC82","Flax"],["EEDEDA","Bizarre"],["EEE3AD","Double Colonial White"],["EEEEE8","Cararra"],["EEEF78","Manz"],["EEF0C8","Tahuna Sands"],["EEF0F3","Athens Gray"],["EEF3C3","Tusk"],["EEF4DE","Loafer"],["EEF6F7","Catskill White"],["EEFDFF","Twilight Blue"],["EEFF9A","Jonquil"],["EEFFE2","Rice Flower"],["EF863F","Jaffa"],["EFEFEF","Gallery"],["EFF2F3","Porcelain"],["F091A9","Mauvelous"],["F0D52D","Golden Dream"],["F0DB7D","Golden Sand"],["F0DC82","Buff"],["F0E2EC","Prim"],["F0E68C","Khaki"],["F0EEFD","Selago"],["F0EEFF","Titan White"],["F0F8FF","Alice Blue"],["F0FCEA","Feta"],["F18200","Gold Drop"],["F19BAB","Wewak"],["F1E788","Sahara Sand"],["F1E9D2","Parchment"],["F1E9FF","Blue Chalk"],["F1EEC1","Mint Julep"],["F1F1F1","Seashell"],["F1F7F2","Saltpan"],["F1FFAD","Tidal"],["F1FFC8","Chiffon"],["F2552A","Flamingo"],["F28500","Tangerine"],["F2C3B2","Mandys Pink"],["F2F2F2","Concrete"],["F2FAFA","Black Squeeze"],["F34723","Pomegranate"],["F3AD16","Buttercup"],["F3D69D","New Orleans"],["F3D9DF","Vanilla Ice"],["F3E7BB","Sidecar"],["F3E9E5","Dawn Pink"],["F3EDCF","Wheatfield"],["F3FB62","Canary"],["F3FBD4","Orinoco"],["F3FFD8","Carla"],["F400A1","Hollywood Cerise"],["F4A460","Sandy brown"],["F4C430","Saffron"],["F4D81C","Ripe Lemon"],["F4EBD3","Janna"],["F4F2EE","Pampas"],["F4F4F4","Wild Sand"],["F4F8FF","Zircon"],["F57584","Froly"],["F5C85C","Cream Can"],["F5C999","Manhattan"],["F5D5A0","Maize"],["F5DEB3","Wheat"],["F5E7A2","Sandwisp"],["F5E7E2","Pot Pourri"],["F5E9D3","Albescent White"],["F5EDEF","Soft Peach"],["F5F3E5","Ecru White"],["F5F5DC","Beige"],["F5FB3D","Golden Fizz"],["F5FFBE","Australian Mint"],["F64A8A","French Rose"],["F653A6","Brilliant Rose"],["F6A4C9","Illusion"],["F6F0E6","Merino"],["F6F7F7","Black Haze"],["F6FFDC","Spring Sun"],["F7468A","Violet Red"],["F77703","Chilean Fire"],["F77FBE","Persian Pink"],["F7B668","Rajah"],["F7C8DA","Azalea"],["F7DBE6","We Peep"],["F7F2E1","Quarter Spanish White"],["F7F5FA","Whisper"],["F7FAF7","Snow Drift"],["F8B853","Casablanca"],["F8C3DF","Chantilly"],["F8D9E9","Cherub"],["F8DB9D","Marzipan"],["F8DD5C","Energy Yellow"],["F8E4BF","Givry"],["F8F0E8","White Linen"],["F8F4FF","Magnolia"],["F8F6F1","Spring Wood"],["F8F7DC","Coconut Cream"],["F8F7FC","White Lilac"],["F8F8F7","Desert Storm"],["F8F99C","Texas"],["F8FACD","Corn Field"],["F8FDD3","Mimosa"],["F95A61","Carnation"],["F9BF58","Saffron Mango"],["F9E0ED","Carousel Pink"],["F9E4BC","Dairy Cream"],["F9E663","Portica"],["F9EAF3","Amour"],["F9F8E4","Rum Swizzle"],["F9FF8B","Dolly"],["F9FFF6","Sugar Cane"],["FA7814","Ecstasy"],["FA9D5A","Tan Hide"],["FAD3A2","Corvette"],["FADFAD","Peach Yellow"],["FAE600","Turbo"],["FAEAB9","Astra"],["FAECCC","Champagne"],["FAF0E6","Linen"],["FAF3F0","Fantasy"],["FAF7D6","Citrine White"],["FAFAFA","Alabaster"],["FAFDE4","Hint of Yellow"],["FAFFA4","Milan"],["FB607F","Brink Pink"],["FB8989","Geraldine"],["FBA0E3","Lavender Rose"],["FBA129","Sea Buckthorn"],["FBAC13","Sun"],["FBAED2","Lavender Pink"],["FBB2A3","Rose Bud"],["FBBEDA","Cupid"],["FBCCE7","Classic Rose"],["FBCEB1","Apricot Peach"],["FBE7B2","Banana Mania"],["FBE870","Marigold Yellow"],["FBE96C","Festival"],["FBEA8C","Sweet Corn"],["FBEC5D","Candy Corn"],["FBF9F9","Hint of Red"],["FBFFBA","Shalimar"],["FC0FC0","Shocking Pink"],["FC80A5","Tickle Me Pink"],["FC9C1D","Tree Poppy"],["FCC01E","Lightning Yellow"],["FCD667","Goldenrod"],["FCD917","Candlelight"],["FCDA98","Cherokee"],["FCF4D0","Double Pearl Lusta"],["FCF4DC","Pearl Lusta"],["FCF8F7","Vista White"],["FCFBF3","Bianca"],["FCFEDA","Moon Glow"],["FCFFE7","China Ivory"],["FCFFF9","Ceramic"],["FD0E35","Torch Red"],["FD5B78","Wild Watermelon"],["FD7B33","Crusta"],["FD7C07","Sorbus"],["FD9FA2","Sweet Pink"],["FDD5B1","Light Apricot"],["FDD7E4","Pig Pink"],["FDE1DC","Cinderella"],["FDE295","Golden Glow"],["FDE910","Lemon"],["FDF5E6","Old Lace"],["FDF6D3","Half Colonial White"],["FDF7AD","Drover"],["FDFEB8","Pale Prim"],["FDFFD5","Cumulus"],["FE28A2","Persian Rose"],["FE4C40","Sunset Orange"],["FE6F5E","Bittersweet"],["FE9D04","California"],["FEA904","Yellow Sea"],["FEBAAD","Melon"],["FED33C","Bright Sun"],["FED85D","Dandelion"],["FEDB8D","Salomie"],["FEE5AC","Cape Honey"],["FEEBF3","Remy"],["FEEFCE","Oasis"],["FEF0EC","Bridesmaid"],["FEF2C7","Beeswax"],["FEF3D8","Bleach White"],["FEF4CC","Pipi"],["FEF4DB","Half Spanish White"],["FEF4F8","Wisp Pink"],["FEF5F1","Provincial Pink"],["FEF7DE","Half Dutch White"],["FEF8E2","Solitaire"],["FEF8FF","White Pointer"],["FEF9E3","Off Yellow"],["FEFCED","Orange White"],["FF0000","Red"],["FF007F","Rose"],["FF00CC","Purple Pizzazz"],["FF00FF","Magenta / Fuchsia"],["FF2400","Scarlet"],["FF3399","Wild Strawberry"],["FF33CC","Razzle Dazzle Rose"],["FF355E","Radical Red"],["FF3F34","Red Orange"],["FF4040","Coral Red"],["FF4D00","Vermilion"],["FF4F00","International Orange"],["FF6037","Outrageous Orange"],["FF6600","Blaze Orange"],["FF66FF","Pink Flamingo"],["FF681F","Orange"],["FF69B4","Hot Pink"],["FF6B53","Persimmon"],["FF6FFF","Blush Pink"],["FF7034","Burning Orange"],["FF7518","Pumpkin"],["FF7D07","Flamenco"],["FF7F00","Flush Orange"],["FF7F50","Coral"],["FF8C69","Salmon"],["FF9000","Pizazz"],["FF910F","West Side"],["FF91A4","Pink Salmon"],["FF9933","Neon Carrot"],["FF9966","Atomic Tangerine"],["FF9980","Vivid Tangerine"],["FF9E2C","Sunshade"],["FFA000","Orange Peel"],["FFA194","Mona Lisa"],["FFA500","Web Orange"],["FFA6C9","Carnation Pink"],["FFAB81","Hit Pink"],["FFAE42","Yellow Orange"],["FFB0AC","Cornflower Lilac"],["FFB1B3","Sundown"],["FFB31F","My Sin"],["FFB555","Texas Rose"],["FFB7D5","Cotton Candy"],["FFB97B","Macaroni and Cheese"],["FFBA00","Selective Yellow"],["FFBD5F","Koromiko"],["FFBF00","Amber"],["FFC0A8","Wax Flower"],["FFC0CB","Pink"],["FFC3C0","Your Pink"],["FFC901","Supernova"],["FFCBA4","Flesh"],["FFCC33","Sunglow"],["FFCC5C","Golden Tainoi"],["FFCC99","Peach Orange"],["FFCD8C","Chardonnay"],["FFD1DC","Pastel Pink"],["FFD2B7","Romantic"],["FFD38C","Grandis"],["FFD700","Gold"],["FFD800","School bus Yellow"],["FFD8D9","Cosmos"],["FFDB58","Mustard"],["FFDCD6","Peach Schnapps"],["FFDDAF","Caramel"],["FFDDCD","Tuft Bush"],["FFDDCF","Watusi"],["FFDDF4","Pink Lace"],["FFDEAD","Navajo White"],["FFDEB3","Frangipani"],["FFE1DF","Pippin"],["FFE1F2","Pale Rose"],["FFE2C5","Negroni"],["FFE5A0","Cream Brulee"],["FFE5B4","Peach"],["FFE6C7","Tequila"],["FFE772","Kournikova"],["FFEAC8","Sandy Beach"],["FFEAD4","Karry"],["FFEC13","Broom"],["FFEDBC","Colonial White"],["FFEED8","Derby"],["FFEFA1","Vis Vis"],["FFEFC1","Egg White"],["FFEFD5","Papaya Whip"],["FFEFEC","Fair Pink"],["FFF0DB","Peach Cream"],["FFF0F5","Lavender blush"],["FFF14F","Gorse"],["FFF1B5","Buttermilk"],["FFF1D8","Pink Lady"],["FFF1EE","Forget Me Not"],["FFF1F9","Tutu"],["FFF39D","Picasso"],["FFF3F1","Chardon"],["FFF46E","Paris Daisy"],["FFF4CE","Barley White"],["FFF4DD","Egg Sour"],["FFF4E0","Sazerac"],["FFF4E8","Serenade"],["FFF4F3","Chablis"],["FFF5EE","Seashell Peach"],["FFF5F3","Sauvignon"],["FFF6D4","Milk Punch"],["FFF6DF","Varden"],["FFF6F5","Rose White"],["FFF8D1","Baja White"],["FFF9E2","Gin Fizz"],["FFF9E6","Early Dawn"],["FFFACD","Lemon Chiffon"],["FFFAF4","Bridal Heath"],["FFFBDC","Scotch Mist"],["FFFBF9","Soapstone"],["FFFC99","Witch Haze"],["FFFCEA","Buttery White"],["FFFCEE","Island Spice"],["FFFDD0","Cream"],["FFFDE6","Chilean Heath"],["FFFDE8","Travertine"],["FFFDF3","Orchid White"],["FFFDF4","Quarter Pearl Lusta"],["FFFEE1","Half and Half"],["FFFEEC","Apricot White"],["FFFEF0","Rice Cake"],["FFFEF6","Black White"],["FFFEFD","Romance"],["FFFF00","Yellow"],["FFFF66","Laser Lemon"],["FFFF99","Pale Canary"],["FFFFB4","Portafino"],["FFFFF0","Ivory"],["FFFFFF","White"]]};t.init(),e.exports=function(e){return e?t.name(e):"none"}},54380:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:3}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' viewBox="0 0 325 108" xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 308px; stroke-dasharray: 308px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 308px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t \t\t<path fill="none" stroke="#ED4B32" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M9 77.318c45.246-4.02 95.425-6.03 150.537-6.03 55.112 0 107.6 3.01 157.463 9.03"/>\n\t\t \t</svg>`}}},54624:e=>{const t={getItems(e,t,s){TVE.$.ajax({headers:{"X-WP-Nonce":TVE.CONST.rest_nonce},url:e,method:"GET",data:t,success:e=>{"function"==typeof s&&s(e)}})},variationSelectOptions(e){const t=[];return t.push(TVE.$("<option value disabled selected>Select product variation</option>")),_.each(e,e=>{const s=TVE.$(`<option value="${e.id}" >${e.name}</option>`);t.push(s)}),t}};e.exports=t},54816:e=>{e.exports={editable:".thrv_wrapper:not(.thrv_text_element, .thrv_heading), .tve_ts_o span, span.tve_ts_copy-aut, .tve_ts_copy-aut span .tve_btnLink span, .tve_ct_title, .thrv_tw_qs_button span span, .tve_editable, .thrv-inline-text, .thrv-advanced-inline-text, .thrv-styled-list-item, .sub-menu, .tcb-editor-jump-mode .thrv_toggle_title, .toggle-edit-mode .thrv_toggle_title, .canvas-mode .tve_lg_input_container, .tcb-col, .tve-cf-item, .tve-form-item, .tve-cf-submit, .tve-form-submit, .tve-cf-item label, .tve-form-item label, .tve-cf-item .tve-cf-input, .tve-form-item .tve-form-input, .thrv_header, .thrv_footer, .thrv_text_element a, .tcb-styled-list a, .tcb-numbered-list a, .thrv-sf-submit, .thrv-sf-input, .canvas-mode .tve_lg_radio_wrapper, .tve-login-form-item, .tve-login-form-item .tve-login-form-input, .canvas-mode .tve-lg-dropdown-list, .tve-cd-editable, .tve-pb-editable,.tve-ham-wrap,.canvas-mode .tve-lg-dropdown-option, .tcb-pricing-table-box-container, .tve-form-state, .tve_responsive_video_container, .tve_audio_container, .canvas-mode .tve-new-checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper, .thrive_author_links, .thrv_social_custom:not(.thrv_author_follow) .tve_s_item, .tve-input-option-text a, .tve-up-editable, .tve-captcha-container, .tve-turnstile-container, .thrv_table.canvas-mode .tve_table_cell, .tve_s_cnt, .tve_s_cnt_label, .tve-dynamic-dropdown-editable",not_editable:".tcb-not-editable, .tcb-not-editable *, .thrive_leads_shortcode *, .thrive-shortcode-html:not(.thrive-shortcode-html-editable), .thrive-shortcode-html:not(.thrive-shortcode-html-editable) *, .tve_custom_html_placeholder, .tve_custom_html_placeholder *, .thrv_custom_html_shortcode *, .thrv_post_grid *, .tve_no_edit, .tve_more_tag, .table_placeholder, .table_placeholder *, .image_placeholder, .image_placeholder *, .borderless_placeholder, .borderless_placeholder *, .ui-datepicker-header *, .tve_wp_shortcode *, #tve_mce_holder *, .code_placeholder, .tve_ts_o img, .thrv_toggle_item,.tcb-post-list:not(.tcb-compact-edit-mode) *:not(.tcb-carousel-arrow):not(.tcb-carousel-dots),body.tve_lp, .tve-prevent-content-edit, .tve-prevent-content-edit *",mouseover:".thrv_wrapper:not(.canvas-mode .thrv-columns, .thrv_toggle_content), .tve_clearfix li,.sub-menu,.thrv_feature_grid .tve_gri > .tve_image,.tve_element_hover, p.tve_more_tag, .tcb-col, .tve-cd-editable, .tve-pb-editable, .tve-up-editable,.tve_editable, .canvas-mode .tve_lg_input_container, .thrv-styled-list-item, .tve-cf-item, .tve-form-item, .tve-cf-submit, .tve-form-submit, .tve-cf-item label, .tve-form-item label, .tve-cf-input, .tve-form-input, .tve-login-form-input, .tve-login-form-input, .thrv_wrapper.thrv_text_element a, .tcb-styled-list a, .tcb-numbered-list a, .tve-input-option-text a, .toggle-edit-mode .thrv_toggle_title, .tcb-editor-jump-mode .thrv_toggle_title, .thrv-sf-submit, .thrv-sf-input, .canvas-mode .tve_lg_radio_wrapper, .canvas-mode .tve-lg-dropdown-list, .canvas-mode .tve-new-checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper, .tve-login-form-item, .tve-form-item label, .toggle-edit-mode .thrv_toggle_content, .tve_responsive_video_container, .tve_audio_container, .tve-captcha-container, .tve-turnstile-container",no_highlight:".thrive-shortcode-html, .thrive_leads_shortcode *, .tcb-no-highlight,.thrv_lead_generation .thrv-columns,.thrv_lead_generation:not(.canvas-mode) .tcb-col,.thrv-contact-form .thrv-columns, .tve-prevent-content-edit, .tve-prevent-content-edit *",no_icons:".tve_table_cell, .thrv_tw_quote p, .tve_p_lb_control, .tve_editor_main_content, .tve-cd-editable,.tve_lp_content, .tve_no_icons, .thrv_widget_menu .tve_menu_title, .tve_lg_input_container:not(.tve_lg_file) .thrv_icon,.thrive-shortcode-html, .thrive-shortcode-html *, .thrv-inline-text, .tve_editable,.tve_lead_generated_inputs_container .thrv-columns,.canvas-mode, .tve-post-options-element, .post-wrapper, .tcb-pagination-button, .tcb-pagination-number,.tcb-pagination-label, .tcb-pagination-navigation-container, .tcb-pagination-load-more-button, .thrv_text_element a, .tcb-styled-list a, .tcb-numbered-list a, .thrv_toggle_content, .tve_tab_content, .thrv-sf-input, .thrv-sf-submit, .thrv_lead_generation_container .thrv_text_element[data-label-for], .tve-login-form-input:not(.tve_lg_file) .thrv_icon, .tve_responsive_video_container, .tve_audio_container, .tve-input-option-text a, .tcb-image-gallery .tve_image_caption, .tcb-carousel-arrow, .tcb-carousel-dots,.tcb-post-list-filter .tcb-filter-option, .tcb-icon-close, .tcb-icon-close-offscreen",no_clone:".tve_gri .image_placeholder, .tve-user-profile .tve-dynamic-dropdown, .table_placeholder, .tcb-no-clone, .tve_no_duplicate, .tve_more_tag, .tcb-col, .thrv-inline-text, .thrv-advanced-inline-text, .thrv_header, .thrv_footer,.tve-cf-item, .tve-cf-submit, .tve-up-editable, .tve-form-submit, .tcb-pagination, .tve-lg-dropdown-list, .tve-form-button, .tve-cd-editable,.tcb-lg-consent .tve_lg_checkbox_wrapper, .thrv_lead_generation:not(.tve-lead-generation-template) .tve_lg_input_container, .tve_s_item, .tve-captcha-container, .tve-turnstile-container, .tve_s_icon, .tve_s_cnt, .tve_s_cnt_label",no_delete:".tcb-no-delete, .thrv-inline-text, .thrv-advanced-inline-text,.tve-cf-item, .tve-cf-submit, .tve-user-profile .tve-dynamic-dropdown, .tve-form-submit, .tve-form-button, .tve-cd-editable, .tve-up-input,.thrv_lead_generation:not(.tve-lead-generation-template) .tve_lg_input_container, .tve-captcha-container, .tve-turnstile-container ",no_save:".tcb-no-save, .thrv_symbol, .thrv-inline-text, .tcb-col, .tve_lg_input_container, .thrv_custom_html_shortcode, .tve_wp_shortcode, .tve_more_tag,.thrive_leads_shortcode ,.thrive-quiz-builder-shortcode, .tve-user-profile .tve-dynamic-dropdown,.thrive_ultimatum_shortcode, .tve-cd-editable.thrv-comments, .thrv-styled-list-item, .tve-up-editable, .tcb-numbered-list-number, .tve_scT, .tve_scT > ul *, .thrv_ct_symbol, .thrv_toggle_title, .tve-cf-item, .tve-cf-submit, .thrv-content-block *,.tcb-pagination, .tve_tab_title_item, .thrv_toggle_item, .tcb-featured-list, .tve_lg_radio_wrapper, .tve-lg-dropdown-option, .tve-lg-dropdown-list, .thrv_lead_generation_container .thrv_text_element, .tve_responsive_video_container, .tve_audio_container, .tve-form-button, .tve_lg_checkbox_wrapper, .tve_s_item, .tve-captcha-container, .tve-turnstile-container, .tve_s_icon, .tve_s_cnt, .tve_s_cnt_label,.tcb-post-list-filter .tcb-filter-option",no_lock:".thrv_wrapper, .thrv-styled-list-item, .thrv-inline-text, .tcb-col, .tve_more_tag, .tve_scT, .tve_scT *,.tve_lg_input_container",no_unlock:".thrv_wrapper, .thrv-styled-list-item, .thrv-inline-text, .tcb-col, .tve_more_tag, .tve_scT, .tve_scT *,.tve_lg_input_container",no_expand:":not(.tve_tab_title_item:not(.tve_tS), .tve-toc-expandable.tve-toc-edit.tve-toc-collapsed, .thrv_toggle_item:has(.thrv_toggle_title:not(.tve-state-expanded)), .tve-new-dropdown:not(.tve-state-expanded), .tve-dynamic-dropdown:not(.tve-state-expanded))",no_collapse:":not(.thrv_toggle_item:has(.thrv_toggle_title.tve-state-expanded), .tve-new-dropdown.tve-state-expanded, .tve-dynamic-dropdown.tve-state-expanded, .tve-toc-expandable.tve-toc-edit:not(.tve-toc-collapsed))",elements:".thrv_wrapper,.tcb-col,.tve_lg_input_container,.tve-cf-item,.tve-cf-submit,.tve-login-form-item, .tve-up-item",no_title:".tcb-no-title,.thrv_widget_menu li,.tcb-mega-std a,.thrv_text_element a,li a",no_custom_action:":not(.tve_image_caption)",no_custom_left_action:":not(.tve-toc:not(.tve-dynamic-toc,.tve-toc-edit))",get(e){let t="";const s=TVE.apply_filters("wrapper_selector","");return void 0!==this[e]&&(t=TVE.apply_filters("selectors_"+e,this[e])),s&&!t.includes(s)&&(t=s+" "+t.split(",").join(","+s+" ").replace(/\s\s+/g," ")),t+=(t?",":"")+".tcb-selector-"+e+",.tcb-child-selector-"+e+" *",t}}},54834:(e,t,s)=>{const i=s(16668),a=s(51106),l="tcb_show_all_hidden";function o(e){TVE.Editor_Page.selection_manager[(e?"show_":"hide_")+"edit_icons"](TVE.ActiveElement)}e.exports=i.component.extend({show_hidden_cls:"",controls_init(e){TVE.add_action("tcb.element.focus",e=>{this.$el.toggleClass("tcb-hidden",e.is(".tar-login-elem-button"))});const t=this;e.Devices.update=function(e){e=e.filter(".edit_mode"),_.each(this.model.config.buttons,function(t){this.toggleActive(t.value,!e.hasClass("tcb-"+t.value+"-hidden"))},this),this.summary({all:"All devices",suffix:" only"})},e.Devices.input=function(t,s){if(void 0===t[0])return;const i=s.dataset.value;a(function(){t.toggleClass("tcb-"+i+"-hidden",!s.classList.contains("active"))},t),i===TVE.main.device&&!1===e.ShowAllHidden.isChecked()&&o(s.classList.contains("active")),TVE.main.trigger("device_hide_element",i),TVE.do_action("tcb.responsive_visibility_changed",t),this.summary({all:"All devices",suffix:" only"})},e.ShowAllHidden.update=function(){this.setChecked(TVE.Editor_Page.$body.hasClass(l))},e.ShowAllHidden.input=function(s,i){TVE.Editor_Page.$body.toggleClass(l,i.checked),!1===e.Devices.isActive(TVE.main.device)&&o(i.checked),t.undo_manager_show_all_hidden(this)}},__config_Devices(e){e.buttons=[{icon:"desktop",value:"desktop",data:{name:"Desktop"}},{icon:"tablet2",value:"tablet",data:{name:"Tablet"}},{icon:"mobile",value:"mobile",data:{name:"Mobile"}}],e.instructions={type:"help",url:"responsive",link:"https://help.thrivethemes.com/en/articles/4425813-responsive-editing-why-doesn-t-my-page-look-exactly-like-the-preview-on-my-mobile-device"}},undo_manager_show_all_hidden(e){TVE.UndoManager.add({undo(){e.$('input[type="checkbox"]').trigger("click")},redo(){e.$('input[type="checkbox"]').trigger("click")}})}})},54925:(e,t,s)=>{const i=s(20583),a=s(85814);e.exports=i.base.extend({events:{"click .choose-image"(){this.picker.open()},"click .remove-image"(){this.thumbnail="",this.$removeImage.hide(),this.$thumbnailText.show()},"click .tcb-modal-save":"save","click .tcb-modal-close":"close","click .tcb-notification-icon-error":"hideErrorContainer"},initialize(){this.$templateName=this.$("#tve-export-template-name"),this.picker=(new a).on_select(this.changeImage,this),this.$removeImage=this.$(".remove-image"),this.$preview=this.$(".thumbnail-preview"),this.$errorContainer=this.$(".error-container"),this.$imageContainer=this.$(".tve-template-image"),this.$thumbnailText=this.$(".thumbnail-text"),this.$el.addClass("medium-small"),this.reset()},reset(){this.thumbnail="",this.$templateName.val(""),this.$removeImage.hide()},before_open(){this.reset(),this.hideErrorContainer(),this.conditionalWarning()},conditionalWarning(){TVE.Models.ConditionalDisplayManager.editorHasConditionalDisplay()&&this.$errorContainer.fadeIn(200).append(TVE.tpl("symbols/save-templates-symbols-error")({show_forum_link:0,error_message:TVE.t.warning_conditional_inside}))},hideErrorContainer(){this.$errorContainer.fadeOut(200).empty()},changeImage(e){this.thumbnail=e.id,this.$removeImage.show(),this.$thumbnailText.hide(),this.$preview.css("background-image",'url("'+e.url+'")')},getData(){return{custom:"landing_page_export",post_id:TVE.CONST.post_id,template_name:this.$templateName.val().trim(),thumb_id:this.thumbnail}},save(){const e=this.getData();return 0!==e.template_name.length?(TVE.main.overlay(),TVE.set_login_callback(this.save,this),TVE.apply_filters("tcb.before_lp_export"),setTimeout(()=>{e.global_styles_css=TVE.Components["shared-styles"].collect_used_global_css_from_page(),TVE.Editor_Page.save(!0,()=>{this.exportContent(e)})},0)):TVE.page_message(TVE.t.ExportFileNameRequired,!0,5e3),!1},exportContent(e){TVE.USE_GLOBALSHEET=!0,e.global_import_rules=TVE.CSS_Rule_Cache.getImports(),TVE.USE_GLOBALSHEET=!1,TVE.Editor_Page.save(!0,e=>{this.close(),TVE.page_message(e.message,!1,8e3),TVE.main.overlay("close"),window.top.location.href=encodeURI(e.url)},e)}})},54966:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){const e=e=>{TVE.Views.Components.Decoration.fixDecorationIds(e)};TVE.add_action("tve.lazyload.done",()=>{e(TVE.Editor_Page.editor)}),TVE.add_action("tcb_after_cloud_template_css_inserted",e),TVE.add_action("tcb.post_list.template_changed",t=>{e(t.find("article").first())}),TVE.add_action("tcb.post_data.fetched",(t,s)=>{s.each((t,s)=>{e(TVE.inner_$(s))})})},decoration:()=>s(10577)},{fixDecorationIds(e){e.find(".tve-content-box-background,.tve-page-section-out").each((e,t)=>{const s=TVE.inner_$(t),i=s.attr("data-clip-id");_.isEmpty(i)||TVE.Editor_Page.editor.find(`*[data-clip-id="${i}"]`).length>1&&TVE.Views.Components.Decoration.changeIds(i,s)})},generateID:()=>Math.random().toString(16).slice(2),changeIds(e,t){const s=TVE.Views.Components.Decoration.generateID();t.attr("data-clip-id",s),t.find(".decoration-clip").each(function(){const t=TVE.inner_$(this);t.attr("id",t.attr("id").replace(e,s)),t.attr("class",t.attr("class").replace(e,s)),t.attr("clip-path")&&t.attr("clip-path",t.attr("clip-path").replace(e,s))});for(const e in TVE.main.responsive){const s="desktop"===e?"":`${e}-`,i=t.find(`*[data-screen="${s}"]`).first().attr("id");i&&t.head_css({"clip-path":"url(#"+i+")","-webkit-clip-path":"url(#"+i+")"},TVE.main.responsive[e].media)}TVE.PostList.utils.checkForPostListSync(t)}})},55007:e=>{const t={"visit_linear-gradient":e=>t.visit_gradient(e),"visit_repeating-linear-gradient":e=>t.visit_gradient(e),"visit_radial-gradient":e=>t.visit_gradient(e),"visit_repeating-radial-gradient":e=>t.visit_gradient(e),visit_gradient(e){let s=t.visit(e.orientation);return s&&(s+=", "),e.gradient_css_variable?e.gradient_css_variable:(e.real_type?e.real_type:e.type)+"("+s+t.visit(e.colorStops)+")"},visit_shape(e){let s=e.value;const i=t.visit(e.at),a=t.visit(e.style);return a&&(s+=" "+a),i&&(s+=" at "+i),s},"visit_default-radial"(e){let s="";const i=t.visit(e.at);return i&&(s+=i),s},"visit_extent-keyword"(e){let s=e.value;const i=t.visit(e.at);return i&&(s+=" at "+i),s},"visit_position-keyword":e=>e.value,visit_position:e=>t.visit(e.value.x)+" "+t.visit(e.value.y),"visit_%":e=>e.value+"%",visit_em:e=>e.value+"em",visit_px:e=>e.value+"px",visit_literal:e=>t.visit_color(e.value,e),visit_hex:e=>t.visit_color("#"+e.value,e),visit_rgb:e=>t.visit_color("rgb("+e.value.join(", ")+")",e),visit_rgba:e=>t.visit_color("rgba("+e.value.join(", ")+")",e),visit_color(e,s){let i=e;const a=t.visit(s.length);return s.css_variable&&(i=s.css_variable),a&&(i+=" "+a),i},visit_angular:e=>e.value+"deg",visit_directional:e=>"to "+e.value,visit_array(e){let s="";const i=e.length;return e.forEach(function(e,a){s+=t.visit(e),a<i-1&&(s+=", ")}),s},visit(e){if(!e)return"";if(e instanceof Array)return t.visit_array(e);if(e.type){const s=t["visit_"+e.type]||t["visit_"+e.real_type];if(s)return s(e);throw Error("Missing visitor visit_"+e.type)}if("string"==typeof e)return e;throw Error("Invalid node.")},visit_solid:function(e){return e.real_type="linear-gradient",t.visit_gradient(e)},visit_url:function(e){return e.value&&e.value.includes(TVE.CONST.dynamic_background_url_prefix)?e.value:`url("${e.value}")`}};e.exports=function(e){return e?e instanceof Array&&!e.length?"none":t.visit(e):"none"}},55095:e=>{var t;t=jQuery,e.exports={update(e,s,i){const a=e.fonts.google.fonts[s],l=this;let o="latin";if(this.fonts=e.fonts.google.fonts,this.$font=e.$(".tve-google-font-select"),this.$weight=e.$(".tve-google-weigh-select").empty(),this.$bold=e.$(".tve-google-bold-select").empty(),this.$subsets=e.$(".tve-google-subsets-select").empty(),this.$italic=e.$(".google-italic"),this.$font.data("key",s),!a)return;this.has_italic=!1,_.each(a.variants,function(e){-1!==e.indexOf("italic")||-1!==e.indexOf("i")?l.has_italic=!0:!isNaN(e)&&e<400&&l.$weight.append(t("<option>",{value:e,text:e}))}),this.has_italic?this.$italic.parents(".has-italic").show():this.$italic.prop("checked",!1).parents(".has-italic").hide(),e.last_initial_weight=e.initial_weight;const c=TVE.FontManager.get_imported_fonts();if((void 0===e.initial_weight||"bold"===e.initial_weight||""===e.initial_weight||parseInt(e.initial_weight)>400)&&void 0!==c[a.family]&&(e.initial_weight=c[a.family].variants[0]),e.initial_weight&&parseInt(e.initial_weight)>400&&(e.initial_weight="400"),this.$weight.append(t("<option>",{value:400,text:"400"})).val(e.initial_weight||"400"),void 0!==e.initial_bold&&""!==e.initial_bold||void 0!==c[a.family]&&(e.initial_bold=c[a.family].variants[1],e.last_bold_weight=e.initial_bold),_.each(a.variants,function(e){!isNaN(e)&&e>400&&l.$bold.append(t("<option>",{value:e,text:e}))}),e.initial_bold?this.$bold.val(e.initial_bold):this.$bold[0].selectedIndex=0,this.has_italic&&void 0!==c[a.family]){let e=!1;_.each(c[a.family].variants,function(t){if(-1!==t.indexOf("italic")||-1!==t.indexOf("i"))return e=!0,!1}),this.$italic.prop("checked",e)}0===this.$bold.find("option").length&&this.$bold.append(t("<option>",{value:"",text:"Bold"}).prop("selected",!0)),_.each(a.subsets,function(e){l.$subsets.append(t("<option>",{value:e,text:e}))}),e.imported_fonts[a.family]&&(o=e.imported_fonts[a.family].subsets),l.$subsets.val(o),i&&this.css(e)},validate(){return!!(this.$font&&this.$font.length&&this.fonts[this.$font.data("key")].family&&this.$subsets.val())&&(!!TVE.froala.has_selection()||this.data().variants.length>0)},data(){const e=this.$italic.prop("checked"),t=this.$weight.val(),s=this.$bold.val(),i=[t,t&&e?t+"i":"",s,s&&e?s+"i":""].filter(function(e){return e&&e.trim().length>0});return{family:this.fonts[this.$font.data("key")].family,variants:i,subsets:this.$subsets.val(),remove_italic:!e}},css(e){const t=this.$font.data("key"),s=this.data();return TVE.FontManager.import_font(s),e.initial_bold&&(e.last_bold_weight=e.initial_bold),e.initial_bold=this.$bold.val(),e.initial_weight=this.$weight.val(),e.imported_fonts[s.family]=s,e.seems_custom=!1,e.set(this.fonts[t].family,e.initial_weight,e.initial_bold),this.fonts[t].family},reset(){this.$font&&this.$font.val(""),this.$weight&&this.$weight.val(""),this.$subsets&&this.$subsets.val("")},setValue(e){this.$font&&this.$font.val(this.fonts[e].family)}}},55296:e=>{(t=>{function s(e){let t,s,i=0;const a=e.innerHTML;for(t=0;t<a.length;t++)s=a.charCodeAt(t),i=(i<<5)-i+s,i&=i;return"el-"+i}e.exports={hasCodeMirror:!1,init(){const e=TVE.codemirror_editor_settings("#tve-custom-html-code","htmlmixed","lesser-dark");return this.$htmlCode=t(".tve-editor-html-wrapper"),this.$htmlCode.find(".code-button-close").on("click",this.close.bind(this)),this.$htmlCode.find(".code-button-check").on("click",this.save.bind(this)),e?(this.hasCodeMirror=!0,this.htmlEditor=e):this.htmlEditor=t("#tve-custom-html-code"),this.close(),TVE.add_filter("tcb.clean_content.remove_selectors",(e,t)=>(t.render_hf&&(e=e.replace(" .thrive-symbol-shortcode,","").replace(" .thrive-shortcode-html:not(.tve-custom-menu-type),","")),e)),this},open(){const e=TVE.Editor_Page.content_manager;this.$$stored_shortcodes={},TVE.Editor_Page.editor.find(".thrive-shortcode-config").each(_.bind(function(e,t){this.$$stored_shortcodes[s(t)]=t.parentNode.querySelector(".thrive-shortcode-html")?t.parentNode.querySelector(".thrive-shortcode-html").outerHTML:""},this));const t=e.revert_script_tags(e.get_clean_content({render_post_list:!0,render_hf:!0,isPageSourceModal:!0},TVE.Editor_Page.editor));this.hasCodeMirror?this.htmlEditor.setValue(t):this.htmlEditor.val(t),this.$htmlCode.show(),this.hasCodeMirror&&(this.htmlEditor.refresh(),this.htmlEditor.setCursor(this.htmlEditor.lineCount(),0)),this.htmlEditor.focus()},save(){const e=this.hasCodeMirror?this.htmlEditor.getValue():this.htmlEditor.val();TVE.Editor_Page.editor.html(TVE.Editor_Page.content_manager.convert_script_tags(e)),TVE.Editor_Page.editor.find(".thrive-shortcode-config").each(_.bind(function(e,t){if(t.parentNode.querySelector(".tve-custom-menu-type"))return!0;const i=s(t);this.$$stored_shortcodes[i]&&TVE.inner_$(t.parentNode).append(this.$$stored_shortcodes[i])},this)),TVE.inner.window.TCB_Front.onDOMReady(),this.close()},close(){this.$htmlCode[0].style.display="none",delete this.$$stored_shortcodes}}})(jQuery)},55528:(e,t,s)=>{const i=s(41669),a=s(16668),l=s(51106),o=s(40521),c=s(10547);e.exports=a.component.extend({extra_states:!0,$active_element:null,mainColorVariable:"--tcb-local-color-30800",updateOnMouseLeave:!1,Z_INDEX_EXPANDED:9,Z_INDEX_DEFAULT:"auto",OVERLAY_DELAY:400,after_init(){TVE.add_action("tcb.edit_mode.enter",()=>{TVE.add_action("tcb.element.mouseover",e=>{i(e.currentTarget).closest("ul").hasClass("tve-lg-country-list")&&i(e.currentTarget).find(".tcb-add-block-below").remove()}),TVE.add_action("tcb.show_icons",function(e,t,s){e.closest("ul").hasClass("tve-lg-country-list")&&(s.$clone.hide(),s.$delete.hide(),s.$drag_handle.hide())})})},controls_init(){const e=this;this.controls.ShowLabel.input=(e,t)=>{c.toggleFieldLabel(e,t.checked,"country"),t.ignore_icons||TVE.ElementEditIcons.show_icons(e)},this.controls.ShowLabel.update=function(e){this.setChecked(c.labelVisible(e))},this.controls.Required.update=function(e){const t=e.filter(".edit_mode").find("input");this.setChecked("1"===t.attr("data-required"))},this.controls.Required.input=function(e,t){e.filter(".edit_mode").find("input").attr("data-required",t.checked?1:"")},this.controls.RowsWhenOpen.input=function(t,s){TVE.add_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--rows":s.value,"--row-height":t.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),TVE.flag_modify_hover_selector=!0,TVE.remove_filter("tcb_head_css_suffix",e.handleStateSuffix),TVE.ElementEditIcons.toggle(!0),setTimeout(function(){const e=TVE.main.EditMode.element();if(e&&e.length){const s=e.add(t.find(".tve-lg-dropdown-list")).tveBoundingBox();e.tve_overlay("no-bg",s)}},this.OVERLAY_DELAY)},this.controls.RowsWhenOpen.prepareValue=e=>(e=parseInt(e),isNaN(e)&&(e=1),Math.max(1,e)),this.controls.RowsWhenOpen.update=function(e){const t=TVE.getComputedStyle(e,"--rows",!0);this.setValue(t)},this.controls.Placeholder.update=function(t){const s=!!t.attr("data-show-placeholder");this.setChecked(s),e.controls.PlaceholderInput.$el.toggle(s)},this.controls.Placeholder.input=function(t,s){l(()=>{s.checked?t.each(function(){const e=TVE.inner_$(this);e.find(".tve-lg-dropdown-option").removeAttr("data-default"),e.attr("data-show-placeholder",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(e.find("input").attr("data-placeholder")),e.find("input").removeAttr("value default-value")}):(t.removeAttr("data-show-placeholder"),t.each(function(){const e=TVE.inner_$(this),t=e.find(".tve-lg-dropdown-option").first();t.attr("data-default",1),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(t.text()),e.find("input").attr("value",t.attr("data-value")).attr("default-value",t.attr("data-value"))}))},t),TVE.LeadGeneration.templateConfig.select["data-show-placeholder"]=s.checked,TVE.LeadGeneration.templateConfigWrite(),e.controls.PlaceholderInput.$el.toggle(s.checked)},this.controls.PlaceholderInput.update=function(e){this.setValue(e.filter(".edit_mode").find("input").attr("data-placeholder"))},this.controls.PlaceholderInput.input=function(e,t){const s=t.value,i=e.filter(".edit_mode");l(()=>{i.find("input").attr("data-placeholder",s),i.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(s)},e)},this.controls.StyleChange.set_drop_panel(this.controls.SelectStylePicker),this.controls.DropdownAnimation.update=function(e){const t=new RegExp("("+Object.keys(this.model.config.options).filter(e=>""!==e).join("|")+")","g"),s=e.attr("class");let i="";s&&t.test(s)&&(i=s.match(t)[0]),this.setValue(i)},this.controls.DropdownAnimation.input=function(e,t){l(()=>{e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value)},e),TVE.LeadGeneration.templateConfig.select._class=t.value,TVE.LeadGeneration.templateConfigWrite()},this.answerTagTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-answer-tag-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.answerTagTooltip.FORCE_CLOSE}),this.answerTagTooltip.$el.find(".drop-panel").addClass("green-panel"),this.controls.AnswerTag.update=function(e){const t=c.shouldDisplayTagControl();this.toggle(t),this.setChecked("true"===e.attr("data-answer-tag"))},this.controls.AnswerTag.input=function(e,t){e.attr("data-answer-tag",t.checked)},this.controls.AnswerTag.openTooltip=()=>(this.answerTagTooltip.isOpen()?this.answerTagTooltip.onCancel():this.answerTagTooltip.open(null,this.$('[data-view="AnswerTag"] .tve-switch-info')),!1),TVE.add_action("tcb.element.remove",(t,s)=>{if(t.is(".tve-lg-dropdown-list")){const t=s.closest(".tve_lg_country");0===t.find(".tve-lg-dropdown-option").length&&(t.remove(),e.removeLabel(t),TVE.Editor_Page.blur())}}),TVE.add_action("tcb.focus.clear",e=>{if(e&&e.hasClass("tve-lg-dropdown-option")){this.controls.RowsWhenOpen.applyElementCss({"--row-height":e.outerHeight(!0)+"px"},e.closest(".tve_lg_country"),"","");const t=e.closest(".tve_lg_country"),s=e.attr("data-value")===t.find("input").val(),i=e.text().trim();s&&(e.attr("data-label-value")&&t.find("input").attr("value",i),t.find(".tve-disabled-text-inner").html(i)),e.attr("data-label-value")&&e.attr("data-value",i)}e&&e.hasClass("tve_lg_country")&&TVE.Views.Controls.DropPanel.close_all()}),TVE.add_action("tcb.change.css.variable",(t,s,i)=>{i&&i.hasClass("tve_lg_country")&&(TVE.LeadGeneration&&TVE.LeadGeneration.templateConfig&&t===e.mainColorVariable&&(TVE.LeadGeneration.templateConfig.select.color=s,TVE.LeadGeneration.templateConfigWrite()),this.controls.SelectStylePicker.setStyleColor(t,s,i))}),TVE.add_action("tcb.update.css.variable.control",(e,t)=>{if(t&&t.hasClass("tve_lg_country")&&e.length){const s=e[0].value.colors;for(const e in s)this.controls.SelectStylePicker.setStyleColor("--tcb-local-color-"+e,s[e].val,t)}}),TVE.add_action("tcb.focus_element.before",e=>{"lead_generation_country"===TVE._type(e)&&e.hasClass("tve-state-expanded")&&!TVE.state_manager.is_expanded()&&(TVE.ActiveElement=e,TVE.state_manager.change("expanded",!0,{skip_update:!0,noOverlay:!0})),0===e.closest(".tve_lg_country").length&&e.closest(".tve_lead_generated_inputs_container").find(".tve_lg_country.tve-state-expanded").removeClass("tve-state-expanded")}),TVE.add_action("tve.icons.expanded.lead_generation_country",e=>{try{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.add_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",this.Z_INDEX_EXPANDED),setTimeout(function(){const t=TVE.main.EditMode.element().add(e.find(".tve-lg-dropdown-list")).tveBoundingBox();TVE.main.EditMode.element().tve_overlay("no-bg",t)},this.OVERLAY_DELAY)}catch(e){console.error("Error expanding dropdown:",e)}}),TVE.add_action("tve.icons.collapse.lead_generation_country",e=>{try{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.remove_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",this.Z_INDEX_DEFAULT)}catch(e){console.error("Error collapsing dropdown:",e)}}),TVE.main.states_dropdown.on("state_change",()=>{TVE.ClickedElement.hasClass("tve_lg_country")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.main.states_dropdown.on("done",()=>{TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_lg_country")&&TVE.ElementEditIcons.show_icons(TVE.ClickedElement)}),TVE.add_action("tcb.dragend",()=>{TVE.ActiveElement&&TVE.ActiveElement.is(".tve_lg_country")&&TVE.main.update_components()}),TVE.main.on("enter-pressed",e=>{const t=TVE.inner_$(e.target).closest(".tve-lg-dropdown-option");if(t.length){const e=t.clone().removeAttr("data-default").removeClass("edit_mode");e.insertAfter(t),TVE.froala.force_focus(e.find(".tve-dropdown-option-text"),!0)}}),this.stringOptionsTooltip=new o({tooltipPosition:"top",arrow_css:{transform:"rotate(0deg)",top:"-10px",left:"123px"},class:"mr-40",no_buttons:!0,template:TVE.tpl("controls/tooltip/lg-string-input-options"),anim_duration:300,no_callback:!0,validate:()=>!this.stringOptionsTooltip.FORCE_CLOSE}),this.stringOptionsTooltip.$el.find(".drop-panel").addClass("green-panel")},removeLabel(e){const t=TVE.getLGInputIdentifier(e);TVE.inner_$(`[data-label-for="${t}"]`).first().remove()},buildOptionsFromInput(){const e=this.$('[data-view="MultipleOptions"] .tve-input-control').val().replace(/^"|"$/g,"").split("\n"),t=jQuery("<ul></ul>"),s=TVE.ClickedElement,i=[];this.$(".tve-lg-invalid-data ").addClass("tcb-hidden"),e.forEach(e=>{if(e){const a=e.split(",");let l,o=a[0],c=!1,n=a[1];if(n=(n||o).trim(),o=(o||n).trim(),a.length>2&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-value").removeClass("tcb-hidden"),c=!0),i.includes(o)&&(this.$(".tve-lg-invalid-string").removeClass("tcb-hidden").find(".tve-lg-invalid-label").removeClass("tcb-hidden"),c=!0),c)return!1;i.push(o);const r=s.find(`[data-value="${n}"]`).first();l=r.length?r.clone():s.find(".tve-lg-dropdown-option:not([id])").first().clone(),l.find(".tve-dropdown-option-text").text(o.replace(/ /g," ")),l.attr("data-value",n),o===n?l.attr("data-label-value",1):l.removeAttr("data-label-value"),t.append(l)}}),s.find(".tve-lg-dropdown-list").html(t.html()),this.$('[data-fn="buildOptionsFromInput"]').addClass("tve-disabled").text(TVE.t.changesApplied)},selectStylePicker:()=>s(87817),dropdownIcon:()=>s(52869),overlayDimensions(e){const t=TVE.ActiveElement&&TVE.ActiveElement.closest(".tve_lg_country").find(".tve-lg-dropdown-list");return t&&t.length&&(e=TVE.main.EditMode.element().add(t).tveBoundingBox()),e},handleStateSuffix:e=>e.replace(/.tve-state-expanded|.tve-state-hover/g,"")})},55933:e=>{e.exports=function(e,t,s){"use strict";let i,a=[],l=-1,o=!1;const c=void 0!==e?parseInt(e):10;function n(e,t){return e?(o=!0,TVE.main.trigger("before_undo_redo",{action:t}),TVE.do_action("before_undo_redo",t,e),e[t](),TVE.main.trigger("after_undo_redo",{action:t}),TVE.do_action("after_undo_redo",t,e),o=!1,this):this}return{register(e,t,s,i,a,l,o){this.add({undo(){t.apply(e,s)},redo(){l.apply(a,o)}})},add(e){return o||(a.splice(l+1,a.length-l),a.length>c-1&&a.splice(0,1),a.push(e),l=a.length-1,i&&i(a),t.removeClass("tve-disabled"),s.addClass("tve-disabled")),this},setCallback(e){i=e},undo(){const e=a[l];return e?(l-=1,s.removeClass("tve-disabled"),-1===l&&t.addClass("tve-disabled"),n(e,"undo"),i&&i(a),this):this},redo(){const e=a[l+1];return e?(l+=1,t.removeClass("tve-disabled"),l>=a.length-1&&s.addClass("tve-disabled"),n(e,"redo"),i&&i(a),this):this},clear(){const e=a.length;a=[],l=-1,t.addClass("tve-disabled"),s.addClass("tve-disabled"),TCB_Main.trigger("undoredochange",{undo:"addClass",redo:"addClass"}),i&&e>0&&i(a)},hasUndo:()=>-1!==l,hasRedo:()=>l<a.length-1,getCommands:()=>a,temp:{set(e,t){e&&t&&(this._temp_state=t)},get(){return!!this._temp_state&&this._temp_state},delete(){this._temp_state&&delete this._temp_state}}}}},56e3:(e,t,s)=>{const i=s(86210),a=s(62204);e.exports=i.extend({template:"conditional-display/modal/condition/time-picker",extraInitialize(e){this.noUpdate=e.noUpdate;const t=a.getConditionData(this.model.get("condition").key).validation_data;this.minHours=t.min_hours,this.maxHours=t.max_hours,this.minMinutes=t.min_minutes,this.maxMinutes=t.max_minutes},afterRender(){this.$hourInput=this.$(".tcb-condition-input-hour"),this.$minuteInput=this.$(".tcb-condition-input-minute"),this.noUpdate||this.setHours(this.selectedValue?this.selectedValue.hours:0).setMinutes(this.selectedValue?this.selectedValue.minutes:0).save(),this.$minuteInput.after(TVE.tpl("conditional-display/modal/condition/time-zone-link")())},hourChanged(){let e=parseFloat(this.$hourInput.val());(e<this.minHours||e>this.maxHours||!Number.isInteger(e))&&(e=this.minHours),this.setHours(e).saveHours(e)},minuteChanged(){let e=parseFloat(this.$minuteInput.val());(e<this.minMinutes||e>this.maxMinutes||!Number.isInteger(e))&&(e=this.minMinutes),this.setMinutes(e).saveMinutes(e)},saveHours(){this.save()},saveMinutes(){this.save()},save(){this.setModel({minutes:parseInt(this.getMinutes()),hours:parseInt(this.getHours())})},getHours(){return this.$hourInput.val()},getMinutes(){return this.$minuteInput.val()},setHours(e){return this.$hourInput.val(TVE.prependZeroToSingleDigit(e)),this},setMinutes(e){return this.$minuteInput.val(TVE.prependZeroToSingleDigit(e)),this}})},56164:(e,t,s)=>{const i=s(50732),a=s(43456),l=s(5529);e.exports=i.extend({template:TVE.tpl("controls/style"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(){l(this.model,"selected",this.change,this),this.hasTabSwitch()&&(this.styleTabs=new a({el:this.$(".style-picker-button-group"),model:this.getTabModel()}),this.styleTabs.change=this.onTabChanged)},open(e,t){i.prototype.open.call(this,e,t),t.closest(".tve-control").getAttribute("data-has-palettes-v2")&&this.$(".tve-style-options").addClass("palettes-v2")},getTabModel:()=>({}),hasTabSwitch:()=>!1,onTabChanged(e,t){},box_class:()=>"tve-style-options",container_class:()=>"",container_el:()=>"div",change(){this.trigger("update",this.getLabel(this.model.selected)),this.$el.find(".tve-select-item").removeClass("active").filter('[data-value="'+this.model.selected+'"]').addClass("active")},select(e,t){this.model.selected=t.dataset.value,this.input(e,t)},getLabel(e){if(!(e=void 0===e?this.model.selected:e)||!this.model.config.items[e])return this.model.config.default_label?this.model.config.default_label:"";const t=this.model.config.items[e];return this.modifyLabel(t.label?t.label:t)},modifyLabel:e=>e,render_item(e,t){return this.item_template()({key:e,label:t.label||t,value:t})},item_template:()=>TVE.tpl("implement me"),read_from_element(){throw new Error("Implement read_from_element function")},update(){const e=this.read_from_element();this.model.selected=e,this.model.selected_old=e},set_color(e,t,s,i){this.setStyleColor("--tcb-main-master-h",e,i),this.setStyleColor("--tcb-main-master-s",t,i),this.setStyleColor("--tcb-main-master-l",s,i)}})},56231:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/button-panel-group"),initialize(e){if(e.model&&e.model.config?this.data=e.model.config:e.config?this.data=e.config:this.data=e,!this.data||!this.data.buttons)throw new Error("Panel group with no button defined");_.each(this.data.buttons,function(e){if(!e.panel)throw new Error("Missing button panel")}),i.control.prototype.initialize.apply(this,arguments),this.init_panels()},after_render(){},icon:e=>TVE.icon(e.icon,e.icon_type||"inline"),init_panels(){this.panels={},_.each(this.data.buttons,function(e,t){e.panel.on("close",_.bind(this.on_close,this)),this.panels[t]=e.panel},this)},on_close(){this.$(".tve-btn").removeClass("active")},panel(e){return"function"==typeof e.getAttribute?this.panels[e.getAttribute("data-panel")]:this.panels[e]},close_panels(e){if(!e.length)return;const t=this;e.each(function(){t.panel(this).onCancel()})},tab_click(e,t){const s=this.panel(t);return t.classList.toggle("active"),t.classList.contains("active")?(this.close_panels(this.$(t).siblings(".active").removeClass("active")),this.trigger("open",s,t.getAttribute("data-panel")),s.open(this.applyTo(),t)):s.onCancel(),!1}})},56671:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668).control;e.exports=o.extend({networks:{},after_initialize(){this.networks=TVE.CONST.dynamic_links&&TVE.CONST.dynamic_links["Global Fields"]&&TVE.CONST.dynamic_links["Global Fields"].links.Social?TVE.CONST.dynamic_links["Global Fields"].links.Social.reduce((e,t)=>(e[`${t.id}_share`]=t.name,e),{}):[],this.networks.x_share="X",this.networks=TVE.apply_filters("tcb-social-add-networks",this.networks),TVE.CONST.socialFollowNetworks=this.networks},attach_collection(e){this.collection=e},update(){},read_element(e){const t=this.getCustomNetworks(e),s=[],i=[],l=e.tcbJsonData("icons-identifiers");arguments.length||(e=this.applyTo());const o={};for(const e in t)o[e]=t[e].name;const c=a(a({},this.networks),o);return e.find(".tve_s_item").each(function(){const e=this.getAttribute("data-s").replace("_share",""),t=TVE.inner_$(this),a=t.find("svg.tcb-icon").length?t.find("svg.tcb-icon")[0].outerHTML:t.find(".tve_sc_icon")[0].outerHTML;l[e]=a,t.attr("data-name")&&(c[`${e}_share`]=t.attr("data-name")),i.push({key:e,name:c[`${e}_share`],checked:!0}),s.push({key:e,label:c[`${e}_share`],checked:!0})}),_.each(c,(t,a)=>{a=a.replace("_share",""),e.find(".tve_s_item").filter(`[data-network="${a}"]`).length>0||(i.push({key:a,name:t,checked:!1}),s.push({key:a,label:t,checked:!1}))}),l&&e.attr("data-icons-identifiers",JSON.stringify(l)),this.component.renderer.set_config({selected:i},!1),s},getCustomNetworks:e=>e.tcbJsonData("custom-networks")})},57430:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("controls/knob"),initialize(e){e.template&&(this.template=e.template),this.render(),this.$input=this.$el.find(".input");const t=this;this.model.config.default&&t.setValue(this.model.config.default,!1),this.$(".tve-knob").tve_draggable({start(){const e=t.$(".tve-knob").offset(),s=t.$(".tve-knob").outerWidth();t.knobX=isNaN(e.left)?0:e.left+s/2,t.knobY=isNaN(e.top)?0:e.top+s/2},move(e,s,i,a,l,o){t.setValue(t.getKnobValue(o.pageX,o.pageY),"input")},stop(){t.trigger_change()}})},getKnobValue(e,t){let s=Math.floor(this.angle(this.knobX,this.knobY,e,t));return void 0!==this.model.config.min&&(s=s<this.model.config.min?this.model.config.min:s),void 0!==this.model.config.max&&(s=s>this.model.config.max?this.model.config.max:s),this.alterKnobValue(s)},alterKnobValue:e=>e,value(){return this.$(".tve-input").val()},onChange(e,t){let s=parseInt(t.value);void 0!==this.model.config.min&&(s=s<this.model.config.min?this.model.config.min:s),void 0!==this.model.config.max&&(s=s>this.model.config.max?this.model.config.max:s),this.setValue(s),TVE.SkipUpdate=!1,this.change(e,t)},onInput(e,t){this.$input.val(t.value),TVE.SkipUpdate=!0,this.input(e,t)},setValue(e,t){(e=parseFloat(e))===parseInt(e)&&(e=parseInt(e)),isNaN(e)&&(e=0),this.$input.val(e),this.$(".tve-knob").css("transform","rotate("+this.alterKnobRotateDegree(e)+"deg)"),t&&(t="string"==typeof t?t:"change",this.$input.trigger(t))},alterKnobRotateDegree:e=>-1*e,up(){this.setValue(this.value(!1)- -1,!0)},down(){this.setValue(this.value(!1)-1,!0)},angle(e,t,s,i){const a=i-t,l=s-e;let o=Math.atan2(a,l);return o*=180/Math.PI,o<0&&(o=360+o),this.alterAngleTheta(o)},alterAngleTheta:e=>360-e,trigger_change(){this.$input.trigger("change")}})},57502:(e,t,s)=>{const i=s(16668),a=s(10545),l=s(99350),o=i.base_view.extend({tagName:"div",className:"tcb-logo-options-tooltip",template:TVE.tpl("logo/tooltip")}),c=s(393),n=s(33205),r=s(85814),d=".tcb-user-logos";e.exports=i.base_view.extend({before_initialize(){this.imagePicker=new r({tcb_hide_embed:!0}).on_select(this.onMediaSelect,this),this.optionsTooltip=new o,this.renderLogos(l.where({default:1}),this.$(".tcb-default-logos")),this.listenTo(l,"remove",this.render),this.listenTo(l,"add",e=>this.appendLogo(e,this.$(d)))},selectHandler(e){const t=TVE.$(e.target);if(t.is(".tcb-logo-row, .tcb-logo-preview, .tcb-logo-cell, .tcb-logo-name")){l.each(e=>e.set("selected",0));const e=t.closest(".tcb-logo-row"),s=l.findWhere({id:parseInt(e.attr("data-id"))});s.set("selected",1),a.updateLogo(s),TVE.Components.logo.controls.ImageAltText.update(TVE.ActiveElement)}},hideOptionsTooltip(){this.$(".tooltip-open").removeClass("tooltip-open")},after_initialize(){this.optionsTooltip=new o},render(){this.renderLogos(l.where({default:0,active:1}),this.$(d))},renderLogos(e,t){t.empty(),_.each(e,e=>{this.appendLogo(e,t)})},appendLogo(e,t){0===e.get("id")&&TVE.CONST.logo.is_ttb_active?t.append('<li><span class="tcb-logo-ttb-title">'+TVE.t.ttbLogo+"</span></li>"):TVE.CONST.logo.is_ta_active&&"tva"===e.get("scope")&&1!==t.find(".tcb-logo-ta-title").length&&t.append('<li><span class="mt-5 tcb-logo-ta-title">'+TVE.t.taLogo+"</span></li>"),t.append(new n({model:e,optionsTooltip:this.optionsTooltip}).$el)},addClickHandler(){this.imagePicker.operation="add",this.imagePicker.open()},openMediaLibrary(e){this.imagePicker.id=e.currentTarget.dataset.id,this.imagePicker.operation="edit",this.imagePicker.open()},onMediaSelect(e,t){"add"===this.imagePicker.operation?this.addLogo(t):"edit"===this.imagePicker.operation&&this.editLogoSrc(t)},addLogo(e){const t=new c({attachment_id:e.id,src:e.url,name:"Logo "+(l.length+1)});l.add(t),t.save(null,{success:(e,s)=>{t.set("id",s.id),TVE.page_message("Logo added successfully.")},error:()=>{TVE.page_message("Error on adding a new logo.",!0)}})},editLogoSrc(e){const t=l.get(this.imagePicker.id);t?(t.set({attachment_id:e.id,src:e.url}),a.updateAllLogosOnPage(t.get("id"),t.get("src")),t.save(null,{success:()=>{TVE.page_message("Logo image changed successfully.")},error:()=>{TVE.page_message("Error on changing the logo image.",!0)}})):TVE.page_message("Error on changing the logo image.",!0)}})},57522:(e,t,s)=>{const i=s(16668),a=s(70061),l=s(20733),o=s(54239);e.exports=i.component.extend({extra_states:!0,controls_init(e){const t=this;e.MovementSettings.change=function(e,s){const i=s.dataset.value,a=this.isActive(i);switch(i){case"arrows":case"dots":t.setResponsiveSettings(i,a);break;case"infinite":t.carouselManager.carouselSettings.set(i,a),t.toggleCenterMode();break;case"draggable":t.carouselManager.carouselSettings.set(i,a),t.carouselManager.carouselSettings.set("swipeToSlide",a),t.toggleSlidesToScroll()}},e.SlidesToScroll.input=()=>TVE.$.noop,e.SlidesToScroll.change=(e,t)=>{this.setResponsiveSettings("slidesToScroll",parseInt(t.value))},e.SlidesToShow.input=function(s,i){e.AdaptiveHeight.getValue()||e.Fade.getValue()?t.setAllResponsiveValues("slidesToShow",parseInt(i.value)||3):t.setResponsiveSettings("slidesToShow",parseInt(i.value)||3),"function"==typeof t.carouselManager.elementComponent.updateThumbnails&&t.carouselManager.elementComponent.updateThumbnails(s),"change"===this.currentEventType&&TVE.do_action("tcb.carousel.slides_to_show.change",s,i.value,e.SlidesToShow.$el.hasClass("tcb-disabled"))},e.Autoplay.change=(e,s)=>{this.$(".tve-autoplay-controls").toggle(s.checked),t.carouselManager.carouselSettings.set("autoplay",s.checked)},e.AutoplaySpeed.input=()=>TVE.$.noop,e.AutoplaySpeed.change=(e,t)=>{this.carouselManager.carouselSettings.set("autoplaySpeed",parseInt(t.value))},e.PauseOn.change=function(e,s){const i=s.dataset.value;t.carouselManager.carouselSettings.set(i,this.isActive(i))},e.CenterMode.change=(t,s)=>{let i;e.CenterPadding.$el.toggle(s.checked),TVE.Models.CarouselManager.getCarouselContainerElements(t).toggleClass("tcb-carousel-center",s.checked),this.setResponsiveSettings("centerMode",s.checked),e.Fade&&e.Fade.$el.toggleClass("tcb-disabled",s.checked),i=s.checked?{"margin-left":"0 !important","margin-right":"0 !important"}:{"margin-left":-.5*parseInt(t.tcbCss("--tve-gallery-horizontal-space"))+"px"},e.CenterPadding.applyElementCss(i,TVE.Models.CarouselManager.getCarouselContainerElements(t),"",""),this.toggleSlidesToScroll()},e.CenterPadding.input=(t,s)=>{const i=e.CenterPadding.getUM();e.CenterPadding.applyElementCss({"margin-left":"0 !important","margin-right":"0 !important"},TVE.Models.CarouselManager.getCarouselContainerElements(t),"",""),e.CenterPadding.applyElementCss({"--tcb-carousel-overlap":s.value+i},t,"","")},e.CenterPadding.change=(t,s)=>{const i=e.CenterPadding.getUM();this.setResponsiveSettings("centerPadding",s.value+i)},e.CenterPadding.convertUM=function(e){const t=this.$(".tve-input, .tve-slider");let s=TVE.convertUM(TVE.ActiveElement[0],e,TVE.ActiveElement[0],"--tcb-carousel-overlap");s=s===parseInt(s)?parseInt(s):parseFloat(s).toFixed(2),t.val(s)},e.AdaptiveHeight.change=(s,i)=>{t.carouselManager.carouselSettings.set("adaptiveHeight",i.checked),e.UniformSlidesHeight.$el.toggleClass("tcb-disabled",i.checked),e.VerticalPosition.$el.toggleClass("tcb-disabled",i.checked),i.checked&&e.UniformSlidesHeight.setValue(0,!0),t.toggleSlidesToShow()},e.UniformSlidesHeight.change=(s,i)=>{t.carouselManager.carouselSettings.set("uniformSlidesHeight",i.checked),s.find(".slick-track").toggleClass("uniform-display-heights",i.checked),e.AdaptiveHeight.$el.toggleClass("tcb-disabled",i.checked),i.checked&&e.AdaptiveHeight.setValue(0)},e.UniformSlidesHeight.update=function(e){this.setValue(e.find(".slick-track").hasClass("uniform-display-heights"))},e.VerticalPosition.change=(e,s)=>{t.carouselManager.carouselSettings.set("verticalPosition",s.dataset.value),e.find(".slick-track").attr("vertical-position",s.dataset.value)},e.VerticalPosition.update=function(e){this.setActive(e.find(".slick-track").attr("vertical-position"))},e.Fade.change=(t,s)=>{this.carouselManager.carouselSettings.set("fade",s.checked),this.toggleSlidesToShow(),this.toggleSlidesToScroll(),e.CenterMode.$el.toggleClass("tcb-disabled",s.checked),e.FadeImageWidth.$el.toggle(s.checked),this.carouselManager.elementComponent.controls.HorizontalSpace&&this.carouselManager.elementComponent.controls.HorizontalSpace.$el.toggleClass("tcb-disabled",s.checked),s.checked?e.FadeImageWidth.update(t):(e.FadeImageWidth.applyElementCss({width:""},t,"",""),TVE.Editor_Page.reposition_icons()),TVE.Models.CarouselManager.getCarouselContainerElements(t).toggleClass("tcb-carousel-fade",s.checked),"function"==typeof this.carouselManager.elementComponent.updateThumbnails&&this.carouselManager.elementComponent.updateThumbnails(t)},e.FadeImageWidth.input=function(e,t){const s=t.value,i=this.getUM();this.applyElementCss({width:s+i},e,"","")},e.FadeImageWidth.change=function(e){o.prototype.change.apply(this,arguments),t.carouselManager.updateCarouselSettings(),t.carouselManager.applyCarousel(t.carouselManager.carouselSettings),"function"==typeof t.carouselManager.elementComponent.updateThumbnails&&t.carouselManager.elementComponent.updateThumbnails(e)},e.FadeImageWidth.update=function(e){this.setValue(e.tcbCss("width"))};const s=["UniformSlidesHeight","VerticalPosition","FadeImageWidth"];_.each(e,(e,i)=>{s.includes(i)||(e.update=function(){if(this){const e=i.charAt(0).toLowerCase()+i.slice(1),s=TVE.main.device,a=[];"pauseOn"===e?["pauseOnFocus","pauseOnHover"].forEach(e=>{t.carouselManager.getResponsiveSetting(e,s)&&a.push(e)}):"movementSettings"===e?["arrows","dots","infinite","draggable"].forEach(e=>{t.carouselManager.getResponsiveSetting(e,s)&&a.push(e)}):a.push(t.carouselManager.getResponsiveSetting(e,s)),["pauseOn","movementSettings"].includes(e)&&this.clearActive(),a.forEach(e=>{this.setValue(e)})}})}),this.initTooltip("carousel-autoplay-tooltip","Autoplay"),this.initTooltip("carousel-center-mode-tooltip","CenterMode"),this.initTooltip("carousel-adaptive-height-tooltip","AdaptiveHeight"),this.initTooltip("carousel-uniform-height-tooltip","UniformSlidesHeight"),this.initTooltip("carousel-fade-tooltip","Fade")},after_init(){this.carouselTooltip||(this.carouselTooltip=new TVE.Views.other.Tooltip({icon:"settings",title:"Customize your carousel",info:'Open the "Carousel Options" card for customization options.',learnMoreLink:"https://help.thrivethemes.com/en/articles/7018300-using-the-post-list-carousel-options",type:"carousel"}),this.$el.append(this.carouselTooltip.$el)),this.carouselManager=new a,this.hooks=new l(this)},before_update(){this.carouselManager.setCarousel(TVE.ActiveElement),this.carouselManager.updateCarouselSettings()},after_update(){const e=TVE.ActiveElement,t=!0===this.controls.Autoplay.getValue(),s=!0===this.controls.CenterMode.getValue(),i=this.controls.UniformSlidesHeight.getValue(),a=this.controls.AdaptiveHeight.getValue(),l=this.controls.Fade.getValue(),o=!!parseInt(e.attr("data-disabled-links"));this.$(".tve-autoplay-controls").toggle(t),this.controls.CenterPadding.$el.toggle(s),this.controls.FadeImageWidth.$el.toggle(l),this.controls.CenterMode.$el.toggleClass("tcb-disabled",l),this.controls.Fade.$el.toggleClass("tcb-disabled",s),this.controls.AdaptiveHeight.$el.toggleClass("tcb-disabled",i),this.controls.UniformSlidesHeight.$el.toggleClass("tcb-disabled",a),this.controls.VerticalPosition.$el.toggleClass("tcb-disabled",a),this.toggleSlidesToShow(!1),this.toggleSlidesToScroll(!1),this.toggleCenterMode(!1),this.controls.PauseOn.$el.find('[data-value="pauseOnFocus"]').toggleClass("tcb-disabled",o),o&&(this.controls.PauseOn.removeActive("pauseOnFocus"),this.carouselManager.carouselSettings.set("pauseOnFocus",!1))},toggleSlidesToShow(e=!0){const t=this.controls.AdaptiveHeight.getValue(),s=this.controls.Fade.getValue(),i=t||s;this.controls.SlidesToShow.$el.toggleClass("tcb-disabled",i),i&&e&&this.controls.SlidesToShow.setValue(1,!0)},toggleSlidesToScroll(e=!0){const t=this.controls.CenterMode.getValue(),s=this.controls.MovementSettings.isActive("draggable"),i=this.controls.Fade.getValue(),a=t||s||i;this.controls.SlidesToScroll.$el.toggleClass("tcb-disabled",a),a&&e&&this.controls.SlidesToScroll.setValue(1,!0)},toggleCenterMode(e=!0){const t=this.controls.MovementSettings.isActive("infinite");this.controls.CenterMode.$el.toggleClass("tcb-disabled",!t),!t&&e&&this.controls.CenterMode.setValue(0,!0)},setAllResponsiveValues(e,t){["desktop","tablet","mobile"].forEach(s=>{this.setResponsiveSettings(e,t,s)})},setResponsiveSettings(e,t,s=TVE.main.device){const i=parseInt(TVE.main.responsive[s].media.replace(/[^0-9]/g,"")),a=JSON.parse(JSON.stringify(this.carouselManager.carouselSettings.get("responsive"))),l=a["tablet"===s?0:1];"desktop"!==s&&l&&l.breakpoint===i?(a["tablet"===s?0:1].settings[e]=t,this.carouselManager.carouselSettings.set("responsive",a)):this.carouselManager.carouselSettings.set(e,t)},initTooltip(e,t){const s=`[data-view="${t}"] .tve-switch-info`,i=this.controls[`${t}`];return TVE.initBasicTooltip({template:TVE.tpl(`controls/tooltip/${e}`),tooltipElem:this.$(s),anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:500}},i,()=>this.$(s))}})},57611:(e,t,s)=>{e.exports=s(16668).control.extend({template:TVE.tpl("controls/button-toggle"),active_class:"tve-button-toggle-active",after_render(){this.$b=this.$("button")},_click(e,t){this.change(e,t)},setActive(e){this.$b.toggleClass(this.active_class,!!e),e&&this.model.config.icon_active?this.$b.html(TVE.icon(this.model.config.icon_active)):!e&&this.model.config.icon_inactive&&this.$b.html(TVE.icon(this.model.config.icon_inactive)),this.model.config.tooltip&&(e?this.addTooltip(this.model.config.tooltip.active):this.addTooltip(this.model.config.tooltip.inactive))},addTooltip(e){this.$("button").attr("data-tooltip",e)}})},57702:e=>{function t(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function s(e){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach(function(t){i(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}function i(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}var a;a=jQuery,e.exports=function(e,t,i={},l=!1){const o=a('<style type="text/css"></style>'),c=TVE._type(e),n=e.is(TVE.identifier("post_list")),r=a('<style type="text/css"></style>'),d=s(s({},{style:{outline:"none",margin:0},cacheBust:!1,imageTypeCallback:"toBlob",fixWindowWidth:!0}),i),h=n?e:e.find(TVE.identifier("post_list")),p=e.find(".edit_mode").removeClass("edit_mode"),g=e.find(".tve_grabbed").removeClass("tve_grabbed");let m=!1;if(h.length){const e=[];h.find("style").each((t,s)=>{const i=a(s);e.push(i.text()),i.remove()}),r.text(e.join("")),TVE.inner_$("head").append(r),m=!0}if(e.hasClass("tve-lead-generation-template")&&(d.style.background=e.tcbCss("background")),TVE.preventBrowserAutofill(e),e.find("img").removeAttr("loading"),e.find("iframe.tcb-yt-bg").each((e,t)=>{const s=TVE.inner_$(t).data("tcb-yt-player");s&&s.destroy()}),e.find(".tve_responsive_video_container").css({"background-image":`url("${TVE.CONST.editor_dir}/images/resp-video-preview/video-preview-placeholder.jpg")`,"background-size":"contain","background-repeat":"no-repeat","background-position":"50% 50%"}),e.find(".tve_responsive_video_container video").css("display","none"),e.find(".thrv-google-map-embedded-code").addBack(".thrv-google-map-embedded-code").remove("iframe").css({"background-image":`url("${TVE.CONST.editor_dir}/images/placeholder_google_maps_1.png")`,"background-size":"cover","background-repeat":"no-repeat","background-position":"50% 50%"}),e.find("hr.tve_sep").css("background-image","none"),e.hasClass("thrv-columns")&&(e=e.children().first()),!["header","footer"].includes(c)&&d.fixWindowWidth)if(e.hasClass("tcb-window-width"))d.style.left=0,d.width=parseFloat(e.css("width"));else{const t=e.find(".tcb-window-width");t&&t.length&&(d.style.left=t[0].style.left.replace("-",""),d.width=parseFloat(t[0].style.width))}function u(){TVE.fetchedExternalLinks||(TVE.fetchedExternalLinks={}),TVE.inner.window.domtoimage[d.imageTypeCallback](e[0],d).then(function(e){"function"==typeof t&&t(e),v()}).catch(function(e){console.warn("Could not generate preview image: ",e),t(),v()})}function v(){e.find(".thrv-google-map-embedded-code").addBack(".thrv-google-map-embedded-code").css("background",""),e.find(".tve_responsive_video_container").css("background",""),e.find(".tve_responsive_video_container video").css("display",""),e.find("hr.tve_sep").css("background-image",""),e.find("img").attr("loading","lazy"),p.addClass("edit_mode"),g.addClass("tve_grabbed"),l&&o.remove(),TVE.inner.window.TCB_Front.playBackgroundYoutube(e.find(".tcb-yt-bg")),m&&(r.remove(),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(h))}("absolute"===e.css("position")||["header","footer"].includes(c)&&TVE.inner.$body.hasClass(`tcb-full-${c}`))&&(d.style=s(s({},d.style),{top:0,left:0,bottom:0,right:0})),l?TVE.fetchGoogleFonts().then(function(e){e&&(o.text(e),TVE.inner_$("head").append(o)),u()}):u()}},58057:(e,t,s)=>{!function(t){const i=s(56164);e.exports=i.extend({_template:TVE.tpl("controls/drop-panel-light"),initialize(e){e.model.config.items=this.getItems(),i.prototype.initialize.call(this,e),this.$el.addClass("tcb-style-wrap"),TVE.CONST.landing_page&&this.$el.addClass("tve_lp").attr("id","tcb_landing_page"),TVE.add_action("global_styles.text.update",()=>{this.model.config.items=this.getItems(),this.render(),this.$("."+this.box_class()).scrollbar({disableBodyScroll:!0})})},getItems:()=>[{name:TVE.CONST.landing_page?TVE.t.lp_default:TVE.t.State_Default,cls:"",id:""}].concat(TVE.CONST.global_styles.text.filter(e=>"p"===e.attr.tag)),item_template:()=>TVE.tpl("controls/typography/paragraph-style-picker-item"),box_class:()=>"tve-style-options",container_class:()=>"",update(){const e=(TVE.ActiveElement.tcbJsonData("child-styles").text||{}).p||"";if(this.$(".tve-select-item").removeClass("active").filter(`[data-value="${e}"]`).addClass("active"),this.model.selected_old=this.model.selected=e,this.selectedStyle=_.findWhere(this.model.config.items,{id:e}),this.parent_control){const e=this.selectedStyle&&this.selectedStyle.name||this.model.config.default_label;this.parent_control.set_value(e)}},onOpen(){},input(){const e=TVE.ActiveElement.tcbJsonData("child-styles")||{};t.extend(!0,e,{text:{p:this.model.selected}}),TVE.ActiveElement.tcbJsonData("child-styles",e),this.selectedStyle=_.findWhere(this.model.config.items,{id:this.model.selected}),TVE.ActiveElement.applyChildrenGlobalStyle()},clear(){this.model.selected="",this.input()},apply(){this.trigger("change",this.model.selected,this),this.component.update()},cancel(){this.model.selected=this.model.selected_old,this.input()}})}(jQuery)},58246:(e,t,s)=>{const i=s(13065),a=s(21327),l=s(3590);class o{constructor(){TVE.add_action("tcb-ready",()=>{if(o.isActive()){const e=TVE.CONST.inline_shortcodes.Post;this.dynamicLinks=TVE.CONST.dynamic_links[o.name].links[0],TVE.add_filter("tcb.dynamic_links.categories",this.dynamicLinksFilter.bind(this)),TVE.add_filter(`tcb.post_list_article.sync.${o.metaShortcode}`,o.inlineShortcodeDataFilter),TVE.add_filter("tcb.inline_shortcodes.shortcode_value",o.productInlineShortcodeValue),TVE.add_action("tcb.froala.before_shortcode_popup",()=>{const t=o.isWooContext();TVE.CONST.inline_shortcodes.Post=e.filter(e=>t||!t&&!e.option.includes("Product"))}),TVE.add_action("tcb.widgets.after_update",o.afterWidgetUpdate),TVE.inner.$body.find(`.${a.elementClass}`).each((e,t)=>{const s=new a(TVE.inner_$(t));"widget_woocommerce_widget_cart"===s.type&&o.updateCartWidget(s)}),TVE.add_action("tcb.froala.dynamic.link.category",o.pickCorrectOptions),TVE.add_action("tcb.froala.dynamic_link_select_change",o.dynamicLinkSelectChange),TVE.add_action("tcb.froala.before_dynamic_link_insertion",o.beforeLinkInsertion),TVE.add_action("tcb.froala.popup_click",o.closeProductSelect),TVE.add_action("tcb.froala.link_type_change",o.closeProductSelect),TVE.add_action("tcb.froala.popup_button_click",()=>{l.closeSelect2()}),TVE.add_action("tcb.froala.blur",()=>{l.closeSelect2()}),TVE.add_action("tcb.element_link.link_select",o.dynamicAddToCartLink),TVE.add_action("tcb.dynamic_links.before_insert",o.addDynamicAddToCartAttributes),TVE.add_action("tcb_set_dynamic_link",o.showErrorMessage),TVE.add_filter("tcb.construct_link_extra_attributes",o.constructExtraAttributes),TVE.add_filter("tcb.froala.should_trigger_dynamic_change",o.isDynamicLink),TVE.add_filter("tcb.froala.add_shortcode_attributes",o.shortcodeAddAttributes),TVE.CONST.products||(TVE.CONST.products={})}})}static get metaShortcode(){return TVE.CONST.woocommerce.meta_shortcode}static get name(){return"WooCommerce"}static get postType(){return"product"}static get contextSpecificDynamicLinks(){return["add_to_cart"]}static get regularPriceKey(){return"_regular_price"}static get salePriceKey(){return"_sale_price"}static isPriceShortcode(e){return[o.regularPriceKey,o.salePriceKey].includes(e)}static isActive(){return!!parseInt(TVE.CONST.woocommerce.is_active)}static isProductPage(){return TVE.inner.window.tve_frontend_options.post_type===o.postType}static isWooContext(){const e=i.isInPostListEditMode(),t=e?i.readQueryFromElement(TVE.main.EditMode.element()[0]).post_type:{};return o.isProductPage()&&!e||e&&t[0]===o.postType&&1===t.length}static productInlineShortcodeValue(e,t){if(t.key===o.metaShortcode){let s=TVE.CONST.post_id;if(i.isInPostListEditMode()&&(s=TVE.PostList.utils.getArticleID()),void 0!==TVE.PostList.posts[s]){const i=t.extra_key,a=TVE.PostList.posts[s][t.key][i];o.isPriceShortcode(i)?e=o.getPriceToDisplay(a,{showDecimals:t.configOptions.find(e=>"show_decimals"===e.key).value,includeCurrencySymbol:t.configOptions.find(e=>"include_currency_symbol"===e.key).value}):a.value&&(e=a.value)}}return e}static inlineShortcodeDataFilter(e,t,s){const i=s.attr("data-attr-id");if(i&&e&&void 0!==e[i]){const t=e[i],a=s.attr("data-extra_key");e=`<span>${e=o.isPriceShortcode(a)?o.getPriceToDisplay(t,{showDecimals:s.attr("data-attr-show_decimals")||1,includeCurrencySymbol:s.attr("data-attr-include_currency_symbol")||1}):t.value}</span>`}return e}static getPriceToDisplay(e,t){let s;return s=1===parseInt(t.showDecimals)?e.value:e.price_without_decimals,1===parseInt(t.includeCurrencySymbol)&&(s=o.addCurrencySymbol(s)),s}static addCurrencySymbol(e){const t=TVE.CONST.woocommerce.currency_symbol;let s="",i="";switch(TVE.CONST.woocommerce.currency_position){case"left_space":s=t+" ";break;case"left":s=t;break;case"right_space":i=" "+t;break;case"right":i=t}return`${s}${e}${i}`}static afterWidgetUpdate(e,t){"widget_woocommerce_widget_cart"!==t.type||e.cart_is_empty||TVE.inner.$body.trigger("wc_fragment_refresh"),"widget_woocommerce_price_filter"===t.type&&o.initPriceFilter(t.$element),"widget_woocommerce_product_categories"===t.type&&o.initCategoriesSelect(t.$element),"widget_woocommerce_layered_nav"===t.type&&o.initFilterBySelect(t.$element)}static updateCartWidget(e){setTimeout(()=>{e.$element.find(".woocommerce-mini-cart__empty-message").length>0&&(e.updateConfig("tve_shortcode_rendered",0),e.update(e.getConfig()))},500)}static initPriceFilter(e){e.find("input#min_price, input#max_price").hide(),e.find(".price_slider, .price_label").show();const t=100;e.find(".from").html(o.addCurrencySymbol(50)),e.find(".to").html(o.addCurrencySymbol(t)),e.find(".price_slider:not(.ui-slider)").slider({range:!0,animate:!0,min:50,max:t,step:10,values:[50,t],create(){e.find(".price_slider_amount #min_price").val(50),e.find(".price_slider_amount #max_price").val(t)}})}static initCategoriesSelect(e){e.find(".dropdown_product_cat").selectWoo({placeholder:"Select a category",minimumResultsForSearch:5,width:"100%",allowClear:!0})}static initFilterBySelect(e){e.find(".woocommerce-widget-layered-nav-dropdown").selectWoo({placeholder:"Filter by",minimumResultsForSearch:5,width:"100%",allowClear:!0})}static pickCorrectOptions(e,t){if(t===o.name){const t=o.isWooContext();e.find("#fr-dynamic-link-list").find('option[data-shortcode-id="add_to_cart"]').toggle(t)}}static dynamicAddToCartLink(e,t){if(t.options.length)if(e.is(`${TVE.identifier("button")}, ${TVE.identifier("text")}`))if("dynamic_product_link"===t.options[t.selectedIndex].dataset.shortcodeId){const e=TVE.$(t).next(".dynamic-link-custom-options");l.beforeInit(e),l.initSelect(),l.updateControls(),e.show()}else{const t=e.find("a").addBack("a");l.hide(),t.removeAttr("data-redirect-destination data-product-id data-product-variation-id")}else{const e=Array.from(t.options).find(e=>"dynamic_product_link"===e.dataset.shortcodeId);void 0!==e&&t.remove(e.index)}}static addDynamicAddToCartAttributes(e){const t=e.dynamicLinksSelect;if("dynamic_product_link"===e.dynamicLink["data-shortcode-id"]){const e=TVE.ActiveElement.find("a").addBack("a"),s=t.find("#tcb-woo-product-dynamic-select").val(),i=t.find(".tcb-woo-product-variation select").val(),a=t.find(".tcb-woo-product-dynamic-link-redirect .active").attr("data-value");e.attr("data-redirect-destination",a),e.removeAttr("data-product-id data-product-variation-id"),s&&(e.attr("data-product-id",s),i&&e.attr("data-product-variation-id",i))}}static showErrorMessage(e,t,s){var i;const a=s.dynamicLinksSelect,o=s.dynamicLinksSelect.find(".fr-dynamic-link-select")[0];if("dynamic_product_link"===(null===(i=o.options[o.selectedIndex])||void 0===i?void 0:i.dataset.shortcodeId)){const e=a.find("#tcb-woo-product-dynamic-select").val(),t=a.find(".tcb-woo-product-variation select").val();e?t||0===s.dynamicLinksSelect.find(".tcb-woo-product-variation select option").length?l.toggleErrorMessage():l.toggleErrorMessage("variation"):l.toggleErrorMessage("product")}}static constructExtraAttributes(e,t){let s=t.dataset.productId||"",i=t.dataset.productVariationId||"",a=t.dataset.redirectDestination||"";return a&&(a=` redirect-destination=${a}`),s&&(s=` product-id=${s}`,i&&(i=` product-variation-id=${i}`)),`${e}${s}${i}${a}`}static dynamicLinkSelectChange(e,t){const s=t.target;s.options.length&&"dynamic_product_link"===s.options[s.selectedIndex].dataset.shortcodeId?(l.beforeInit(e.find(".dynamic-link-custom-options")),e.find(".dynamic-link-custom-options").show(),l.initSelect(),TVE.ActiveElement.is("a")&&l.updateControls()):l.hide()}static beforeLinkInsertion(e){const t=TVE.ActiveElement;"dynamic_product_link"!==e&&t.removeAttr("data-redirect-destination data-product-id data-product-variation-id")}static closeProductSelect(e){TVE.$(e.target).closest(".tcb-woo-product-dynamic-select-container").length||l.closeSelect2()}static shortcodeAddAttributes(e,t,s){if("dynamic_product_link"===t){e["data-product-id"]=s.find(".dynamic-link-custom-options #tcb-woo-product-dynamic-select").val(),e["data-redirect-destination"]=s.find(".dynamic-link-custom-options .tcb-woo-product-dynamic-link-redirect .tve-btn.active").attr("data-value");const t=s.find(".tcb-woo-product-variation select").val();t&&(e["data-product-variation-id"]=t)}return e}static isDynamicLink(e,t){return"dynamic_product_link"===t&&(e=!0),e}dynamicLinksFilter(e){return o.isWooContext()?TVE.CONST.dynamic_links[o.name].links[0]=this.dynamicLinks:TVE.CONST.dynamic_links[o.name].links[0]=this.dynamicLinks.filter(e=>!o.contextSpecificDynamicLinks.includes(e.id)),e}}e.exports=new o},58473:(e,t,s)=>{const i={"heading-style":".tve-toc-heading-level","bullet-style":".tve-toc-bullet","number-style":".tve-toc-number"};e.exports=s(36381).extend({updateAfterRefresh:!0,updateOnMouseLeave:!1,controls_init(e){TVE.Views.Components.TOCOld.prototype.controls_init.call(this,e),this.hooks(),this.controls.Numbering.update=function(e){this.setValue(e.attr("data-numbering")||"none")},this.controls.Numbering.input=(e,t)=>{e.attr("data-numbering",t.value),t.value.includes("bullet")&&!e.find(".toc-icons").length&&e.prepend('<svg class="toc-icons" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg"><symbol id="toc-bullet-0" viewBox="0 0 320 512" data-id="icon-chevron-right-solid"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></symbol><symbol id="toc-bullet-1" viewBox="0 0 320 512" data-id="icon-chevron-right-solid"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></symbol><symbol id="toc-bullet-2" viewBox="0 0 320 512" data-id="icon-chevron-right-solid"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></symbol></svg>'),this.refresh()},this.controls.Highlight.update=function(e){this.setValue(e.attr("data-highlight")||"none")},this.controls.Highlight.input=(e,t)=>{e.attr("data-highlight",t.value),e.toggleClass("tve-elem-scroll","none"!==t.value),"none"!==t.value&&this.previewHighlight()},this.controls.Indent.input=function(e,t){this.applyElementCss({"--tve-toc-indent":`${t.value}px`},e)},this.controls.Indent.update=function(e){this.setValue((e.head_css("--tve-toc-indent",!1,"",!0,"")||"30").replace("px",""))},this.controls.TextSize.input=function(e,t){const s=t.value+this.getUM();this.applyElementCss({"--tve-font-size":`${s}`,"font-size":`var(--tve-font-size, ${s})`},e,"","",!0),TVE.SKIP_CSS_STATE||this.component.writeCfg(e.closest(".tve-toc"))},this.controls.TextSize.prepareValue=e=>(e=parseFloat(e).toFixed(2),isNaN(e)&&(e=1),Math.max(1,e)),this.controls.TextSize.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-font-size")||e.head_css("font-size",!1,"",!0,""))},this.controls.HeadingList.get_items=e=>{const t=[],s=e.attr("data-headers"),i=TVE.apply_filters("tve.toc.should_sync",!0,e);return e.toggleClass("tve-dynamic-toc",!i),i&&(TVE.inner_$(TVE.apply_filters("tcb.toc.target",TVE.Editor_Page.editor)).find(s).filter(":visible").each((e,i)=>{const a=TVE.inner_$(i);t.push({$heading:a,label:(a.attr("data-alt-text")||a.text()).trim().replace(/"/g,"&quot;"),level:s.split(",").indexOf(i.tagName.toLowerCase()),visible:!a.attr("data-hide"),editable:0===a.closest(`.tve-content-list, ${TVE.identifier("symbol")}`).length,canToggleVisible:0===a.closest(`${TVE.identifier("symbol")}`).length})}),t.length&&t.forEach((e,s)=>{if(e.level<2&&!e.visible){let i=!0,a=s+1;const l=e.level;for(;i;)t[a]&&l<t[a].level&&!t[a].visible?t[a].hiddenByParent=!0:i=!1,a++}})),this.$('[data-fn="resetHeadings"]').toggleClass("tcb-hidden",!t.length),t},this.controls.HeadingList.editInline=function(e,t){const s=t.dataset.index;this.$el.find(`.preview-list-input[data-index="${s}"]`).removeAttr("readonly"),this.$el.find(`.action-save[data-index="${s}"]`).removeClass("tcb-hidden"),t.classList.add("tcb-hidden")},this.controls.HeadingList.keyupInline=(e,t,s)=>{13===s.which&&this.controls.HeadingList.saveInline(e,t)},this.controls.HeadingList.saveInline=function(e,t){const s=t.dataset.index,i=this.$el.find(`.preview-list-input[data-index="${s}"]`),a=this.collection.at(parseInt(s)).get("$heading");i.attr("readonly",""),this.$el.find(`.action-edit[data-index="${s}"]`).removeClass("tcb-hidden"),t.classList.add("tcb-hidden"),a.attr("data-alt-text",i.val().replace(/"/g,"&quot;")),this.component.refresh()},this.controls.HeadingList.toggleVisibility=function(e,t){const s=t.dataset.index,i=jQuery(t).closest(".preview-list-item"),a=this.collection.at(parseInt(s)),l=a.get("level"),o=i.prevAll(`[data-level="${l-1}"],[data-level="${l-2}"]`);if(l>0&&o.length&&!o.first().hasClass("tve-item-visible"))return;const c=t.classList.contains("tve-item-visible"),n=a.get("$heading");TVE.$(t).toggleClass("tve-item-visible"),c?(n.attr("data-hide",!0),l<2&&i.nextUntil(`[data-level="${l}"],[data-level="${l-1}"]`).each((e,t)=>{this.collection.at(parseInt(t.dataset.index)).get("$heading").attr("data-hide",!0)})):n.removeAttr("data-hide"),this.component.refresh()},this.controls.ScrollAnimation.update=function(e){this.setChecked(e.hasClass("tve-disable-scroll-animation"))},this.controls.ScrollAnimation.input=(e,t)=>{e.toggleClass("tve-disable-scroll-animation",t.checked)},this.controls.Expandable.update=function(e){this.setChecked(e.hasClass("tve-toc-expandable"))},this.controls.Expandable.input=(e,t)=>{e.toggleClass("tve-toc-expandable",t.checked);const s=e.children(".tve-toc-title");t.checked?s.length>0||TVE.$(TVE.tpl("elements/toc-header")()).insertBefore(e.children(".tve-toc-content")):s.tocToggle(),e.attr("data-state-default")||e.attr("data-state-default","expanded"),this.updateDom()},this.controls.DefaultState.input=(e,t)=>{e.mediaAttr("data-state-default",t.dataset.value)},this.controls.DefaultState.update=function(e){this.setActive("expanded"===e.mediaAttr("data-state-default")?"expanded":"collapsed")},this.controls.DropdownAnimation.change=(e,t)=>{e.attr("data-animation",t.value),this.controls.AnimationSpeed.update(e)},this.controls.DropdownAnimation.update=function(e){this.setValue(e.attr("data-animation"))},this.controls.AnimationSpeed.change=function(e,t){e.attr("data-animation-speed",t.value)},this.controls.AnimationSpeed.update=function(e){const t=e.attr("data-animation-speed");t&&this.setValue(t),this.$el.toggle(!!e.attr("data-animation"))}},hooks(){const e=e=>{e.find(".tve-toc").addBack(".tve-toc").each((e,t)=>{const s=TVE.inner_$(t);this.writeCfg(s),TVE.apply_filters("tve.toc.should_sync",!0,s)?(s.removeClass("tve-dynamic-toc"),this.updateAfterRefresh=!1,this.refresh(s)):s.addClass("tve-dynamic-toc"),TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(TVE.identifier("toc"))&&TVE.main.EditMode.exit()})},t=(e,t)=>(TVE.inner_$(TVE.identifier("toc")).each((s,a)=>{const l=TVE.inner_$(a);try{Object.keys(i).forEach(s=>{const i=l.tcbJsonData(s);Object.keys(i).forEach(s=>{!e&&t.includes(i[s])&&(e=!0)})})}catch(e){}}),e);TVE.add_action("tcb.after_insert_symbol",e),TVE.add_action("tcb_after_cloud_template_css_inserted",e),TVE.add_action("tve.imported_content",e),TVE.add_action("tcb.element.duplicate",(t,s)=>{e(s)}),TVE.add_action("tcb.unlink_symbol",()=>{e(TVE.Editor_Page.editor)}),TVE.add_filter("tcb.css.save.whitelist_rule",t),TVE.add_filter("tcb.collect_head_css.whitelist_rule",t),TVE.add_filter("ttb.css.save.whitelist_rule",t),TVE.add_action("tve.line_spacing.write",e=>{e.is(TVE.identifier("toc"))&&!TVE.SKIP_CSS_STATE&&this.writeCfg(e)}),TVE.add_action(`tve.icons.custom_left_action.${this.key}`,e=>{this.refresh(e)}),TVE.add_action("tcb_after_element_drop",e=>{(e=e.filter(".tve-toc").addBack(".tve-toc")).length&&e.each((e,t)=>{this.refresh(TVE.inner_$(t))})}),TVE.main.on("device_change",()=>{this.refresh(TVE.Editor_Page.editor.find(".tve-toc:not(.tve-dynamic-toc)"))}),TVE.add_filter(`tve.change.icon.custom_left_action.${this.key}`,e=>(e.empty().html(TVE.tpl("util/element-icon")({icon:"sync-regular",text:"Refresh"})),e)),TVE.add_filter("tve.line_spacing.element",e=>(TVE.ActiveElement&&TVE.ActiveElement.hasClass("tve-toc")&&(e=TVE.ActiveElement.find(".tve-toc-heading")),e)),TVE.add_filter("tcb.selection.element",(e,t)=>(t.target.classList.contains("tve-toc-heading")?e=TVE.inner_$(t.target):t.target.classList.contains("tve-toc-anchor")&&(e=TVE.inner_$(t.target.parentNode)),e)),TVE.add_filter("tcb.toc.headers",(e,t)=>{const s=TVE.apply_filters("tve.toc.should_sync",!0,t);if(t.toggleClass("tve-dynamic-toc",!s),!s){let s="";const i=t.attr("data-headers").split(",");for(let e=0;e<this.max_headings;e++)i[e]&&(s+=`<${i[e]}>Heading ${i[e].replace("h","")} Example</${i[e]}>`);e=TVE.$(TVE.apply_filters("tve.toc.placeholders",`${s}${s}`))}return e.filter(':not([data-hide="true"], .tve-toc *)')}),TVE.add_filter("tcb_filter_html_before_save",(e,t)=>{const s=e.find(".tve-toc");return s.length&&(t.hasClass("thrive-symbol-shortcode")||this.refresh(s),s.filter(".tve-toc-expandable").each((e,t)=>{const i=TVE.inner_$(t),a=i.children(".tve-toc-title"),l="expanded"===(i.attr("data-state-default-d")||i.attr("data-state-default"))?"show":"hide";s.removeAttr("data-target"),a.tocToggle(l)})),e}),TVE.add_action("tve.froala.text.noteditable",e=>{const t=e.closest(".tve-toc"),s=e.closest(".tve-toc-title");t.hasClass("tve-toc-expandable")&&s.length&&s.tcbHasClass("tve-prevent-content-edit")&&t.tcbHasClass("edit_mode")&&s.tocToggle(s.tcbHasClass("tve-state-expanded")?"show":"hide"),t.length&&t.find(".tve-prevent-content-edit").length&&TVE.Editor_Page.focus_element(t)}),TVE.add_filter("tcb.get_dropzone_target",e=>{if(TVE.FLAGS.$dragged_element)return e;if(TVE.main.EditMode.in_edit()){const t=TVE.main.EditMode.element().find(".tve-toc-content").first();TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("toc"))&&t.length&&(e=t.children().last())}return e}),TVE.add_filter("allow_dragenter",(e,t)=>(t.hasClass("tve-toc-title")&&(e=!1),e)),TVE.add_action(`tve.icons.expanded.${this.key}`,e=>{e.children(".tve-toc-title").tocToggle(),TVE.ElementEditIcons.show_icons(e)}),TVE.add_action(`tve.icons.collapse.${this.key}`,e=>{e.children(".tve-toc-title").tocToggle("hide"),TVE.ElementEditIcons.show_icons(e)}),TVE.add_action("tcb.edit_mode.enter",e=>{this.$toc&&this.$toc.is(e)&&e.hasClass("tve-toc-expandable")&&(e.tcbRemoveClass("tve_no_icons").tcbAddClass("tcb-no-delete tcb-no-clone tcb-no-save"),TVE.ElementEditIcons.show_icons(e))}),TVE.add_action("tcb.process_template.after.ids_remap",(e,t)=>{const s=t.find(TVE.identifier("toc"));s.length&&s.each((t,s)=>{const a=TVE.inner_$(s);Object.keys(i).forEach(t=>{const s=a.tcbJsonData(t);for(let t=0;t<this.max_headings;t++){const i=e[s[t]];i&&(s[t]=i)}a.tcbJsonData(t,s)})})}),TVE.add_filter("tve.collect_head_css.custom_ids",(e,t,s)=>(t.find(".tve-toc").addBack().filter(".tve-toc").each((t,a)=>{Object.keys(i).forEach(t=>{const i=TVE.inner_$(a).tcbJsonData(t);for(let t=0;t<this.max_headings;t++)i[t]&&!s.has(i[t])&&e.push(i[t])})}),e))},after_update(){this.updateDom()},updateDom(){this.$(".tve-expandable-toc").toggle(this.controls.Expandable.isChecked())},lineSpacingControl:()=>s(32434),editElement(){const e=TVE.ClickedElement.find(" > .tve-toc-title"),t=[this.key];this.$el.addClass("edit-mode-hidden"),this.$toc=TVE.ClickedElement,this.$toc.tcbAddClass("tve-toc-edit"),this.$wrapper=TVE.ClickedElement.find(".tve-toc-content,.tve-toc-title").removeClass("tve-prevent-content-edit"),TVE.drag.bindDraggable(TVE.ActiveElement),"post"===TVE.CONST.post.post_type&&t.push(TVE.Elements.moretag.tag),e.addClass("tve-no-dropzone"),TVE.main.sidebar_toggle_elements(t,!1),TVE.main.EditMode.enter(this.$tab,{show_default_message:!0,restore_state:!0,can_insert_elements:!0,callbacks:{exit:()=>{this.$wrapper.addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(this.$toc.removeClass("canvas-mode")),this.$el.removeClass("edit-mode-hidden"),this.$toc.tcbRemoveClass("tcb-no-delete tcb-no-clone tcb-no-save tve-toc-edit"),this.writeCfg(this.$toc),this.$toc.hasClass("tve-toc-expandable")&&e.tocToggle("expanded"===this.$toc.mediaAttr("data-state-default")?"show":"hide"),TVE.main.sidebar_toggle_elements(t,!0),delete this.$toc}}})},writeCfg(e=TVE.ActiveElement){Object.keys(i).forEach(t=>{const s=e.tcbJsonData(t);for(let a=0;a<this.max_headings;a++){const l=e.find(`${i[t]}${a}`).first().attr("data-css");l&&(s[a]=l)}e.tcbJsonData(t,s)});const t=e.find(".thrv-divider.tve-vert-divider").first();if(t.length){const s=e.find(".tve-toc-divider");s.length?s.html(t):e.prepend(`<div class="tve-toc-divider" style="position: absolute; width: 0; height: 0; overflow: hidden;">${t[0].outerHTML}</div>`)}},resetHeadings(){TVE.inner_$(TVE.apply_filters("tcb.toc.target",TVE.Editor_Page.editor)).find(TVE.ActiveElement.attr("data-headers")).removeAttr("data-alt-text data-hide"),this.refresh()},initHeadingList:()=>s(59577),afterRefresh(){TVE.ActiveElement&&TVE.ActiveElement.hasClass("tve-toc")&&this.updateAfterRefresh&&(this.update(),TVE.Editor_Page.reposition_icons()),this.updateAfterRefresh=!0},previewHighlight(){const e=TVE.ActiveElement.attr("data-highlight");let t=TVE.ActiveElement.find(".tve-toc-heading-level0").first(),s=0;switch(t.length||"progressive"===e||(t=TVE.ActiveElement.find(".tve-toc-heading-level1").first(),s=1,t.length||(t=TVE.ActiveElement.find(".tve-toc-heading-level2").first(),s=2)),e){case"heading":TVE.ActiveElement.find(`.tve-toc-heading-level${s}`).addClass("tve-state-expanded");break;case"section":t.addClass("tve-state-expanded"),t.nextUntil(`.tve-toc-heading-level${s}`).addClass("tve-state-expanded");break;default:TVE.ActiveElement.find(".tve-toc-heading").addClass("tve-state-expanded")}setTimeout(()=>{TVE.ActiveElement.find(".tve-toc-heading").removeClass("tve-state-expanded")},2e3)}})},58508:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668),c=s(75668),n=s(85055),r=s(74144);e.exports=o.component.extend({edit_on_c:["typography","background","borders","shadow","text"],edit_off_c:["layout","animation","responsive","styles-templates","scroll","decoration","section","contentbox","group"],ignored_global_props_button:["margin-left","margin-right","margin-bottom","margin-top","z-index","position","float","top","left","bottom","right","min-width","max-width","width","height","min-height","max-height","display"],ignored_global_props:["clip-path","padding-left","padding-right","padding-top","padding-bottom","margin-left","margin-right","margin-bottom","margin-top","z-index","position","float","top","left","bottom","right","min-width","max-width","width","height","min-height","max-height","display"],allowed_element_types:TVE.apply_filters("tcb_shared_styles_elements_types",["button","section","contentbox","submit_button","pagination_load_more","filter_button"]),allowed_no_clicks_types:["section","contentbox"],allowed_child_elements:".thrv-button .thrv_icon, .thrv-button .thrv-inline-text",allowed_data_attributes:["data-button-size"],global_class:null,global_identifier:null,global_style:null,$similar_element:null,$edited_element:null,style_pickers:[],controls_init(){TVE.main.states_dropdown.on("state_change",_.bind(this.state_changed,this)),this.initTooltip(),TVE.main.on("default_state",_.bind(function(){TVE.USE_GLOBALSHEET&&(this.disable_clicks(),this.$similar_element&&TVE.Components.background.update())},this)),TVE.add_filter("tcb.state_manager.change.edit_mode",e=>(this.$similar_element&&(e=this.$similar_element),e)),TVE.add_action("tcb.show_icons",function(e,t){TVE.USE_GLOBALSHEET&&t.hide()}),TVE.add_action("tcb.sidebar.scrolled",function(e){TVE.$("#tve-shared-styles-component .tcb-tooltip-container").toggleClass("tve-hide-tooltip",e.scroll>25)}),TVE.add_filter("tcb.click_blur",function(e,t){return!(TVE.USE_GLOBALSHEET&&(!t.is(TVE.Editor_Page.selection_manager.selectors.editable)||t.is("body")))&&e}),TVE.main.on("clear_focus",_.bind(function(){TVE.USE_GLOBALSHEET&&TVE.main.element_selected(this.$edited_element)},this)),TVE.add_action("tcb.after-insert",e=>{e.closest("[data-child-styles]").applyChildrenGlobalStyle()}),this.styleControl=new n({component:this}),this.styleControl.set_drop_panel(new c({model:{},component:this})),this.allowed_element_types.forEach(e=>{TVE.add_action(`tcb.element.selected.${e}`,this.toggle_style_elements.bind(this))}),TVE.main.on("element_selected",(e,t)=>{this.global_class=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix),this.global_identifier=this.global_class.replace(/^tcb-global-(.+?)-([^-]+)$/,"$2"),this.real_element_type=TVE.apply_filters("tcb.shared_style.element_type",t,e),this.element_type=TVE.apply_filters("tcb.shared_style.element_type",this.get_element_type(this.real_element_type),e),this.global_style=this.getGlobalStyleObject(e,this.global_identifier),this.is_child_element=this.check_child_element(e),this.has_active_style=!!this.global_class&&(!_.isEmpty(this.global_style)||this.is_child_element),this.is_template_style=!_.isEmpty(this.global_style)&&0===this.global_style.id.indexOf("tpl_"),this.addTooltip(),this.set_style_picker(),this.toggle_style_elements()}),TVE.add_filter("tcb.copy_styles_different_stylesheet",e=>{if(-1!==e.indexOf(".tcb-button-link")){const t=e.substring(0,e.indexOf(".tcb-button-link")),s=e.substring(0,e.indexOf(" {"));if("button"===TVE.apply_filters("tcb.shared_style.element_type",this.real_element_type,TVE.ActiveElement))e=e.replace(", "+t+"button","");else if(-1!==s.indexOf(", ")){const t=s.substring(0,s.indexOf(", "));e=e.replace(t+", ","")}}return e}),this.controls.global_style.set_drop_panel(new c({model:{},component:this}))},state_changed(){if(TVE.USE_GLOBALSHEET&&this.$similar_element){const e=TVE.state_manager.css_class(!0);this.$similar_element.addClass(e),TVE.ActiveElement.addClass(e),TVE.Components.background.update()}},get_element_type:e=>(e&&e.includes("submit_button")&&(e="button"),e),getGlobalStyleObject(e,t="",s=this.element_type){const i=TVE.apply_filters("tcb.global.stylepicker.styles",{},TVE._type(e)),a=_.isEmpty(i)?[]:Object.values(i)[0];return _.findWhere(_.union(TVE.CONST.global_styles[s],TVE.CONST.global_styles["tpl_"+s],a),{id:t})},addGlobalStyleDefaultCss(e=TVE.ActiveElement,t={},s=!1){s||e.find(".tve-page-section-out,.tve-content-box-background").first().empty(),_.each(t,function(t){let i=e;t.selector&&(i=e.find(t.selector).first()),_.each(t.css,function(e){i.head_css(e.rules,e.media)}),!s&&t.decoration_content&&(i.html(t.decoration_content),t.decoration_content_attr&&_.each(t.decoration_content_attr,function(e,t){i.attr(t,e)}),t.decoration_content_css&&_.each(t.decoration_content_css,function(e){i.find("svg[data-css]").first().head_css(e.rules,e.media)}))})},toggle_style_elements(){this.toggle_components(),this.toggle_controls_for_element()},check_child_element(e){if(!e.is(this.allowed_child_elements))return!1;const t=TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix);if(_.isEmpty(t))return!1;const s=t.replace(TVE.CONST.global_cls_prefix,"").split("-"),i=_.union(TVE.CONST.global_styles[s[0]],TVE.CONST.global_styles["tpl_"+s[0]]);return!(_.isEmpty(i)||_.isEmpty(_.findWhere(i,{id:s[1]})))},edit_style(){TVE.USE_GLOBALSHEET=!0,this.toggle_style_elements(),this.before_edit_style(),TVE.main.update_components(),TVE.main.EditMode.enter(TVE.ActiveElement,{extra_element_class:this.extra_edit_mode_class(),view_label:TVE.t.global.edit_mode_label,restore_state:!0,callbacks:{exit:_.bind(function(){this.is_child_element&&TVE.main.element_selected(this.$edited_element),this.save_style(),TVE.USE_GLOBALSHEET=!1,this.toggle_style_elements(),TVE.main.update_components(),this.after_edit_style()},this)}})},before_edit_style(){this.$edited_element=TVE.ActiveElement,this.disable_clicks(),TVE.do_action("tcb.focus.clear",TVE.ActiveElement),TVE.add_filter("tve.css_variable.selector",this.prefixElementSelector,100)},prefixElementSelector(e,t){const s=TVE.Components["shared-styles"].global_class;return s&&t.hasClass(s)&&(e="."+s),e},after_edit_style(){delete this.$edited_element,TVE.Editor_Page.enable_clicks({}),this.$similar_element&&this.$similar_element.find("button").length&&(TVE.ActiveElement=this.$similar_element,TVE.inner_$("#tve-shared-style-tpl-btn").remove(),delete this.$similar_element),TVE.remove_filter("tve.css_variable.selector",this.prefixElementSelector)},allow_share_styles(){return _.contains(this.allowed_element_types,this.element_type)},disable_clicks(){_.contains(this.allowed_no_clicks_types,this.element_type)&&TVE.Editor_Page.disable_clicks({z_index_overlay:89e3})},extra_edit_mode_class(){let e="";return _.contains(["button"],this.element_type)&&(e="tcb-no-edit-mode-overlay"),e},toggle_components(){if(TVE.main.$components.$items.tcbRemoveClass("no-hover disabled-children").removeAttr("data-tooltip data-width"),!this.allow_share_styles()&&!this.is_child_element)return;if(this.toggleDropdown("docked",!0),!this.has_active_style)return;const e=TVE.USE_GLOBALSHEET?this.edit_off_c:this.edit_on_c,t=TVE.USE_GLOBALSHEET?TVE.t.global.tooltip_global:TVE.t.global.tooltip_instance;_.each(e,function(e){TVE.Components[e].$el.addClass("no-hover disabled-children").attr({"data-tooltip":t,"data-width":"258px"})})},toggle_state(e){this.$(".tve-control").toggleClass("tcb-hide",2===e).toggleClass("ss-larger-width",0===e),this.$(".shared-styles-actions").addClass("tcb-hide"),this.$('.shared-styles-actions[data-state="'+e.toString()+'"]').removeClass("tcb-hide"),0!==e||_.contains(this.allowed_element_types,this.real_element_type)||this.$('.shared-styles-actions[data-state="'+e.toString()+'"]').addClass("tcb-hide"),2!==e||_.isEmpty(this.global_style)||this.$(".shared-styles-name").text(this.global_style.name),1===e&&(this.$('ul.shared-styles-drop-content li[data-fn="delete"]').toggleClass("tcb-hide",this.is_template_style),this.global_style&&this.global_style.smart_config&&TVE.ActiveElement.children(".thrive-colors-palette-config").length&&TVE.ActiveElement.children(".thrive-colors-palette-config").replaceWith(this.global_style.smart_config))},set_style_picker(){this.allow_share_styles()&&(_.isEmpty(this.style_pickers[this.real_element_type])&&(this.style_pickers[this.real_element_type]=TVE.Components[this.real_element_type].stylepicker),this.controls.preview.set_drop_panel(this.style_pickers[this.real_element_type]),this.style_pickers[this.real_element_type].change())},toggle_controls_for_element(){const e=".gl-st-"+this.element_type+"-toggle-1",t=".gl-st-"+this.element_type+"-toggle-2";if(!this.allow_share_styles()&&!this.is_child_element)return TVE.$(e).tcbRemoveClass("tcb-disabled"),void TVE.$(t).tcbRemoveClass("tcb-disabled");let s;this.$(".shared-styles-drop-content").tcbAddClass("tcb-hide"),s=TVE.USE_GLOBALSHEET?2:this.has_active_style?1:0,this.toggle_state(s),TVE.$(e).tcbToggleClass("tcb-disabled",this.has_active_style&&!TVE.USE_GLOBALSHEET),TVE.$(t).tcbToggleClass("tcb-disabled",this.has_active_style&&TVE.USE_GLOBALSHEET)},toggle_more_options(){this.$(".shared-styles-drop-content").toggleClass("tcb-hide")},rename(){this.toggle_more_options(),this.styleControl.open_panel(TVE.ActiveElement,this.$('.click[data-fn="toggle_more_options"]')[0]),this.styleControl.panel.rename_only=!0,this.styleControl.panel.dom()},delete(){if(this.toggle_more_options(),confirm(TVE.t.global.delete_confirmation)){const e=_.findIndex(TVE.CONST.global_styles[this.element_type],_.bind(function(e){return e.id===this.global_identifier},this));e>-1&&TVE.CONST.global_styles[this.element_type].splice(e,1),delete this.global_style,this.has_active_style=!1,TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type].delete_global_style&&TVE.Components[this.element_type].delete_global_style(this.global_class),TVE.inner_$("."+this.global_class).removeClass(this.global_class),jQuery.each(TVE.Elements[this.real_element_type].components,function(e,t){TVE.Components[e].setConfig(t.config)}),TVE.main.enable_components(),TVE.main.update_components(),this.toggle_style_elements(),this.save_style({active:0})}},dom_unlink_style(){this.unlink_style(TVE.ActiveElement)},unlink_style(e){_.each(e.filter("."+this.global_class),function(e){const t=TVE.inner_$(e),s=this.construct_transfer_sheet_data("unlink",t,this.global_class);TVE.USE_GLOBALSHEET=!0;const i=t.collect_head_css();TVE.USE_GLOBALSHEET=!1,t.copy_styles_different_stylesheet(i,s.search_array,s.replace_array)},this),this.alter_element_classes("unlink",e,this.global_class),this.has_active_style=!1,jQuery.each(TVE.Elements[TVE._type(e)].components,function(e,t){TVE.Components[e].setConfig(t.config)}),TVE.main.enable_components(),TVE.main.update_components(),this.toggle_style_elements()},multiple_unlink_style(e){0!==e.length&&(_.each(e,e=>{const t=TVE.inner_$(e),s=TVE._type(t);this.global_class=TVE.getClassThatContains(t,TVE.CONST.global_cls_prefix),this.real_element_type=s,this.element_type=this.get_element_type(s),this.unlink_style(t)},this),delete this.real_element_type,delete this.element_type,delete this.global_class)},preview_style_control:()=>s(37558),global_style_control:()=>s(85055),get_non_global_css(e){const t="button"===this.element_type?this.ignored_global_props_button:this.ignored_global_props;return TVE.head_css_get(TVE.apply_filters("tcb.get_non_global_css_selector",'[data-css="'+e.attr("data-css")+'"]',e),t,"_ALL")},reset_non_global_css(e){const t="button"===this.element_type?this.ignored_global_props_button:this.ignored_global_props,s={};_.each(TVE.main.responsive,function(i){_.each(t,function(e){s[e]=""}),e.head_css(s,i.media)})},save_style(e){if(e||(e={}),!(e=_.defaults(e,{identifier:this.global_identifier,type:this.element_type,post_id:TVE.CONST.post_id,expect:"html"})).ignore_css){const t=TVE.Editor_Page.content_manager.get_global_rules(e.global_class||this.global_class);e.css=t.css,e.fonts=t.fonts}if(!e.smart_config&&TVE.ActiveElement.children(".thrive-colors-palette-config").length){const t=TVE.ActiveElement.children(".thrive-colors-palette-config")[0].outerHTML;e.smart_config=JSON.stringify(t),_.findWhere(TVE.CONST.global_styles[e.type],{id:this.global_identifier})&&(_.findWhere(TVE.CONST.global_styles[e.type],{id:this.global_identifier}).smart_config=t)}e=TVE.apply_filters("tcb.global_styles_save_data",e);const t=TVE.ajax("global_styles","post",e);return e.ignore_css||t.done(e=>{TVE.$(".tve_global_style").replaceWith(e)}),t},construct_transfer_sheet_data(e,t,s){const i=[],a=[];return TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type][e+"_global_style_transfer_data"]&&TVE.Components[this.element_type][e+"_global_style_transfer_data"](t,s,i,a),"add"===e?(i.unshift('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(t)+'"]'),a.unshift("."+s)):"unlink"===e&&(i.push("."+s),a.push('[data-css="'+TVE.CSS_Rule_Cache.uniq_id(t)+'"]')),{search_array:i,replace_array:a}},alter_element_classes(e,t,s){"add"===e?t.addClass(s).removeAttr("data-css").removeAttr("data-selector"):"unlink"===e&&t.removeClass(s),TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type][e+"_global_style"]&&TVE.Components[this.element_type][e+"_global_style"](s)},collect_used_global_css_from_page(e=TVE.inner_$('*[class*="'+TVE.CONST.global_cls_prefix+'"]')){const t={};return 0===e.length||(_.each(TVE.main.responsive,function(e){t[e.media]=""}),_.each(e,function(e){const s=TVE.inner_$(e);if(this.element_type=this.get_element_type(TVE._type(s)),_.contains(this.allowed_element_types.concat(["text"]),this.element_type)){const e=this.construct_transfer_sheet_data("unlink",s,TVE.getClassThatContains(s,TVE.CONST.global_cls_prefix));TVE.USE_GLOBALSHEET=!0;const i=s.collect_head_css();TVE.USE_GLOBALSHEET=!1;for(let t=0;t<e.search_array.length;t++)_.each(TVE.main.responsive,function(s){i[s.media].length&&(i[s.media]=i[s.media].split(e.search_array[t]).join(e.replace_array[t]))});_.each(TVE.main.responsive,function(e){t[e.media]+=i[e.media]})}},this),delete this.element_type),t},add_style(e,t={}){const s=TVE.ActiveElement,i=[];if(i.push({element:s,css:this.get_non_global_css(s)}),TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type].global_style_sub_elements){const e=TVE.Components[this.element_type].global_style_sub_elements();_.each(e,function(e){i.push({element:e,css:this.get_non_global_css(e)})},this)}if(this.global_class&&(s.removeClass(this.global_class),TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type].unlink_global_style&&TVE.Components[this.element_type].unlink_global_style(this.global_class)),_.each(i,function(e){this.reset_non_global_css(e.element)},this),TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type].reset_non_global_css&&TVE.Components[this.element_type].reset_non_global_css(s),TVE.Components[this.element_type]&&s.attr("data-style")&&"function"==typeof TVE.Components[this.element_type].unlink_global_style){const e=s.attr("data-style");TVE.Components[this.element_type].unlink_global_style(e),s.removeClass(e).removeAttr("data-style")}const l=(+new Date).toString(36),o=TVE.CSS_Rule_Cache.uniq_id(s),c=TVE.apply_filters("tcb_head_css_prefix","",s),n=TVE.CONST.global_styles["prefix_"+this.element_type]+l,d=s.collect_head_css(),h=s.children(".thrive-colors-palette-config"),p=h.length?h[0].outerHTML:"",g=this.construct_transfer_sheet_data("add",s,n);Object.keys(d).forEach(e=>{s.attr("data-selector")&&(d[e]=d[e].replaceAll(s.attr("data-selector"),`[data-css="${o}"]`)),c&&(d[e]=d[e].replaceAll(c,""))}),TVE.USE_GLOBALSHEET=!0,s.copy_styles_different_stylesheet(d,g.search_array,g.replace_array),TVE.USE_GLOBALSHEET=!1,this.alter_element_classes("add",s,n);const m=[];_.each(i,function(e){const t=[];_.each(e.css,function(s){e.element.head_css(s.rules,s.media);const i=_.pick(s.rules,_.identity);_.isEmpty(i)||t.push({media:s.media,rules:r.filterObjectPropertiesByKey(i,["clip-path","padding-left","padding-right","padding-top","padding-bottom","min-width","max-width","width","height","min-height","max-height"])})});const s=e.element[0].classList.value.split(" ").filter(e=>["tve-page-section-in","tve-page-section-out","tve-content-box-background","tve-cb"].includes(e)).join(""),i="tve-page-section-out"===s||"tve-content-box-background"===s;m.push({css:t,selector:s.length?"."+s:"",decoration_content:i?e.element.html():"",decoration_content_attr:i?_.pick(TVE.getNodeAttributes(e.element,"data-"),function(e,t){return _.contains(["data-clip-id"],t)},this):{},decoration_content_css:i&&e.element.find("svg[data-css]")?TVE.head_css_get('[data-css="'+e.element.find("svg[data-css]").attr("data-css")+'"]',["height","bottom","fill","top","transform"],"_ALL"):{}})}),TVE.Components[this.element_type]&&"function"==typeof TVE.Components[this.element_type].put_non_global_css&&TVE.Components[this.element_type].put_non_global_css(s);const u=_.pick(TVE.getNodeAttributes(s,"data-"),function(e,t){return _.contains(this.allowed_data_attributes,t)},this),v=TVE.apply_filters("tcb.new_global_style",{id:l,name:e,cls:n,attr:a(a({},u),t.attr),default_css:m,default_html:{},smart_config:p});TVE.CONST.global_styles[this.element_type].push(v),TVE.main.element_selected(s),TVE.do_action("tcb_before_global_style_save",s,v);const f={name:e,dom:{attr:v.attr},identifier:l};return _.isEmpty(v.default_html)||(f.default_html=JSON.stringify(v.default_html)),m.length&&(f.default_css=JSON.stringify(m)),p&&(f.smart_config=JSON.stringify(p)),this.save_style(f)},initTooltip(){this.$tooltip||(this.$tooltip=new TVE.Views.other.Tooltip({icon:"paint-brush-regular",title:"Choose Element Style",info:"Pick from our beautiful styles library or save your own styles.",learnMoreLink:"https://help.thrivethemes.com/en/articles/4491913-customizing-the-style-of-an-element",type:"style-picker"}))},addTooltip(){this.$el.find(".tcb-tooltip-container").length||this.$el.append(this.$tooltip.$el),this.$tooltip.display()}})},58540:(e,t,s)=>{const i=s(37641),a=s(75525),l=s(45934);class o{static getType(e=o.getTargetElement()){return e.attr("data-text-highlight")||""}static setType(e,t){e.attr("data-text-highlight",t)}static init(e){const t=e.controls;t.FontBackground.update=function(){this.setValueOrNull(o.getColor())},t.FontBackground.input=function(e){e=e?e.toString():"",this.component.doAction("format.applyStyle","--tcb-text-highlight-color",e||"transparent",!0,!1,this),e||this.setValueOrNull("transparent"),TVE.ActiveElement.addClass("tcb-highlight-added")},t.FontBackground.change=function(e){this.input(e),this.component.apply_head_css()},t.HighlightType&&(TVE.add_filter("tcb.inline_shortcode.data_attributes_to_preserve",e=>(["data-text-highlight","data-tcb-highlight-animation","data-svg-config"].forEach(t=>e.add(t)),e)),t.HighlightType.change=function(e,s){const i=s.value;let l=TVE.froala.get_selection_element();TVE.froala.isApplyingToCurrentSelection(l)?(l.removeAttr("data-text-highlight"),l.is(".thrive-inline-shortcode")&&l.find(".thrive-shortcode-content").removeAttr("data-text-highlight")):TVE.froala.reformatFroalaWrappers({"data-text-highlight":"*"});let c="none"===i?"transparent":o.getColor();if(o.isEmptyOrTransparent(c)&&(c=a.DEFAULT_HIGHLIGHT_COLOR),t.FontBackground.change(c),l=o.getTargetElement(),TVE.froala.isApplyingToCurrentSelection(l)||(TVE.froala.reformatFroalaWrappers({"data-text-highlight":"*"}),t.FontBackground.input(c),l=o.getTargetElement()),TVE.froala.editor.selection.text()&&i){o.setType(l,i);const e=o.getHighlightInstance(l,i);e.constructor.hasAnimations()&&!e.getAnimation()&&t.HighlightAnimation.change(TVE.inner_$(),{value:"viewport_once"}),e.constructor.isBackgroundSvg()&&l.removeClass("tcb-highlight-on-top"),e.render()}l.tcbCss("background-color",""),["FontBackground","HighlightPosition","HighlightStrokeWidth","HighlightAnimation","HighlightAnimationDuration","HighlightAnimationDelay","DeviceHighlightStatus","DasharrayLineLength","DasharrayGapLength"].forEach(e=>t[e].update())},t.HighlightType.update=function(){const e=o.getType();this.setValue(e),e&&"none"!==e&&o.toggleDropdown(!0)},t.HighlightPosition.change=function(e,t){o.getTargetElement().toggleClass("tcb-highlight-on-top",t.checked)},t.HighlightPosition.update=function(){const e=o.getTargetElement(),t=o.getType(e);this.$el.toggleClass("tcb-hidden",!o.getHighlightInstance(e,t).constructor.hasPositionControl()),this.setChecked(e.hasClass("tcb-highlight-on-top"))},t.HighlightAnimation.change=function(e,s){const i=s.value,a=o.getTargetElement(),l=o.getHighlightInstance();let c;switch(l.setAnimation(i),i){case"viewport_once":case"viewport_repeat":c=1;break;case"loop":c="infinite";break;default:l.deleteAnimationConfig()}if(a.removeClass("tcb-animated"),i&&(a.addClass("tcb-animated"),l.setConfigValue("animationCount",c,!1),void 0===l.getConfig(a).animationDuration)){const e=l.constructor.getDefaultConfig(a).animationDuration;l.setConfigValue("animationDuration",e,!1)}l.render(),t.HighlightAnimationDuration.update(),t.HighlightAnimationDelay.update()},t.HighlightAnimation.update=function(){const e=o.getHighlightInstance();this.$el.toggleClass("tcb-hidden",!e.constructor.hasAnimations()),this.setValue(e.getAnimation())},t.HighlightStrokeWidth.input=function(e,t){const s=o.getHighlightInstance();s.setConfigValue("strokeWidth",t.value),this.setMin(s.constructor.getMinimumStrokeWidth())},t.HighlightStrokeWidth.update=function(){const e=o.getHighlightInstance();this.$el.toggleClass("tcb-hidden",!e.constructor.hasWidthControl());const t=e.getConfig().strokeWidth;this.setValue(t<6?6:t),this.setMin(e.constructor.getMinimumStrokeWidth())},t.DasharrayLineLength.input=function(e,t){o.getHighlightInstance().setConfigValue("dasharrayLineLength",t.value)},t.DasharrayLineLength.update=function(){const e=o.getHighlightInstance(),t=e.constructor.hasDasharrayControls();this.component.$(".tve-text-highlight-dasharray-divider").toggleClass("tcb-hidden",t),this.$el.toggleClass("tcb-hidden",!t),this.setValue(e.getConfig().dasharrayLineLength)},t.DasharrayGapLength.input=function(e,t){o.getHighlightInstance().setConfigValue("dasharrayGapLength",t.value)},t.DasharrayGapLength.update=function(){const e=o.getHighlightInstance();this.$el.toggleClass("tcb-hidden",!e.constructor.hasDasharrayControls()),this.setValue(e.getConfig().dasharrayGapLength)},t.HighlightAnimationDuration.input=(e,t)=>{o.getHighlightInstance().setConfigValue("animationDuration",parseInt(t.value)/1e3)},t.HighlightAnimationDuration.update=function(){const e=o.getHighlightInstance();this.$el.toggleClass("tcb-hidden",!e.constructor.hasAnimations()||""===e.getAnimation()),this.setValue(1e3*e.getConfig().animationDuration)},t.HighlightAnimationDelay.input=(e,t)=>{o.getHighlightInstance().setConfigValue("animationDelay",parseInt(t.value)/1e3)},t.HighlightAnimationDelay.update=function(){const e=o.getHighlightInstance();this.$el.toggleClass("tcb-hidden",!e.constructor.hasAnimations()||"loop"!==e.getAnimation()),this.setValue(1e3*e.getConfig().animationDelay)},t.DeviceHighlightStatus.input=function(e,t){o.getTargetElement().toggleClass(`tcb-${t.dataset.value}-disabled-highlight`,!t.classList.contains("active"))},t.DeviceHighlightStatus.update=function(){const e=o.getTargetElement();this.model.config.buttons.forEach(function(t){this.toggleActive(t.value,!e.hasClass(`tcb-${t.value}-disabled-highlight`))},this),this.$el.toggleClass("tcb-hidden","none"===o.getType())})}static getHighlightInstance(e=o.getTargetElement(),t=o.getType()){return l.getInstance(e,t)}static getTargetElement(){return TVE.froala.getMultiLineSelection('[style*="--tcb-text-highlight-color"]')}static removeHighlights(e){i.removeHighlights(e)}static isEmptyOrTransparent(e){return""===e||"transparent"===e||"rgba(0, 0, 0, 0)"===e}static getColor(){let e=TVE.Components.text.read_text_css("background-color");return o.isEmptyOrTransparent(e)&&(e=o.getTargetElement().tcbCss("--tcb-text-highlight-color")),e&&(e=e.trim()),e}static toggleDropdown(e=!0){TVE.Components.text.$(".tcb-highlights-advanced-tab-header").toggleClass("open",e),TVE.Components.text.$(".tcb-highlights-advanced-tab-content").toggleClass("tcb-hidden",!e)}}e.exports=o},58837:(e,t,s)=>{const i=s(50732),a=s(515);e.exports=i.extend({template:TVE.tpl("controls/search-form/add-post-type"),checkboxInstances:{},after_render(){_.each(TVE.CONST.post_types,(e,t)=>{this.checkboxInstances[t]=new a({model:{config:{label:e.label,value:t}}}),this.checkboxInstances[t].input=()=>{},this.$("#search_form_post_types").append(this.checkboxInstances[t].$el)})},reset(e,t=[]){return this.$element=e,_.each(this.checkboxInstances,e=>{e.setChecked(!1)}),t.forEach(e=>{this.checkboxInstances[e]instanceof a&&this.checkboxInstances[e].setChecked(!0)}),this},apply(){this.$element.find(".tcb_sf_post_type").remove(),_.each(this.checkboxInstances,e=>{e.isChecked()&&this.$element.append(`<input type="hidden" class="tcb_sf_post_type" name="tcb_sf_post_type[]" value="${e.model.config.value}" data-label="${e.model.config.label}">`)}),this.collection.trigger("change")},cancel(){}})},58951:e=>{const t={actions:{"tcb.post_list.before_article_sync":(e,t)=>{e.find(".thrive-shortcode-content").each(function(e,s){const i=TVE.inner_$(s),a=i.attr("data-shortcode"),l=TVE.PostList.posts[t],o=TVE.apply_filters(`tcb.post_list_article.sync.${a}`,l[a],l,i),c=TVE.inner_$(o);if(c.length){let e=c.text();"tcb_post_tags"===a&&i.attr("data-attr-default")&&!c.find("a").length&&(e=i.attr("data-attr-default")),TVE.PostList.constants.shortcodesWithLink.includes(i.attr("data-shortcode"))&&"1"===i.attr("data-attr-link")?i.find("a").html(e):i.html(e)}c.remove()})},"tcb.froala.after_shortcode_select":TVE.PostList.inlineShortcodes.initializePostDateDropdown,"tve.froala.inline.shortcodes.before.save":e=>{TVE.PostList.constants.shortcodesWithLink.includes(e.getAttribute("data-shortcode"))&&"1"===e.getAttribute("data-attr-link")&&e.setAttribute("data-attr-css",jQuery(e).find("a").attr("data-css")||"")},"tcb.froala.before_shortcode_popup":TVE.PostList.inlineShortcodes.toggleInlineShortcodeGroups},filters:{"tcb.inline_shortcodes.shortcode_value"(e,t){if(TVE.PostList.utils.isInsidePostList(TVE.ActiveElement)&&"tcb_post_custom_field"===t.key){const s=t.configOptions[0].value,i=TVE.PostList.utils.getArticleID(TVE.ActiveElement),a=TVE.PostList.posts[i];if(Array.isArray(a.tcb_post_custom_fields_data)){const t=a.tcb_post_custom_fields_data.findIndex(e=>e.key===s);t>-1&&(e=a.tcb_post_custom_fields_data[t].value)}}return e},"tcb.post_list_article.sync.tcb_post_custom_field"(e,t,s){if(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("post_list"))&&Array.isArray(t.tcb_post_custom_fields_data)){const i=s.attr("data-attr-id"),a=t.tcb_post_custom_fields_data.findIndex(e=>e.key===i);e=`<span>${a>-1?t.tcb_post_custom_fields_data[a].value:s.attr("data-shortcode-name")}</span>`}return e},"tcb.inline_shortcodes.insert":e=>{if(e.options.push({key:"inline",value:1}),e.extra_key)return e;const t=TVE.PostList.inlineShortcodes.getShortcodeName(e);return t&&(e.name=t),e},"tcb.inline_shortcodes.afterInsert":(e,t)=>{const s="tcb_post_published_date",i=t.key;if(i===s){const t=e.find(".thrive-shortcode-content"),a=TVE.PostList.utils.getArticleID(e),l=TVE.PostList.posts[a],o=TVE.apply_filters(`tcb.post_list_article.sync.${s}`,l[i],l,t),c=TVE.inner_$(o);if(c.length){let e=c.text();"1"===t.attr("data-attr-link")&&(e=`<a href="#">${e}</a>`),t.html(e)}c.remove()}return TVE.PostList.utils.checkForPostListSync(e),e}}};e.exports=t},59030:(e,t,s)=>{!function(t){const i=s(16668),a=s(40521),l=s(10547);class o extends i.component{settings={};$lgElement=null;updateOnMouseLeave=!1;before_update(){this.settings=TVE.ActiveElement.tcbJsonData("file-setup"),this.$lgElement=TVE.Components.lead_generation.LG}controls_init(e){const s=this;e.required.update=function(){this.setChecked(1===s.settings.required)},e.required.input=(e,t)=>{s.settings.required=t.checked?1:0,e.attr("data-required",t.checked?"1":"0"),s.saveSettings()},e.ShowLabel.update=function(e){this.setChecked(l.labelVisible(e))},e.ShowLabel.change=(e,t)=>{l.toggleFieldLabel(e,t.checked,"file")},e.maxFiles.update=function(){this.setValue(s.settings.max_files||1)},e.maxFiles.input=function(e,t){let i=parseInt(t.value);(isNaN(i)||i<1)&&(i=1),s.settings.max_files=i},e.maxFiles.change=function(e,t){t.value=s.settings.max_files,s.saveSettings()},e.maxSize.update=function(){this.setValue(s.settings.max_size||1)},e.maxSize.input=function(e,t){let i=parseFloat(t.value.replace(",","."));(isNaN(i)||i<.1)&&(i=.1),s.settings.max_size=i},e.maxSize.change=function(e,t){t.value=s.settings.max_size,s.saveSettings()},this.$("[data-paneltlt-hover]").each((e,s)=>{new a({tooltipElem:t(s),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl(s.dataset.template),options:{hover_delay:50,leave_delay:1e3,"z-index":99}})}),this.hooks()}getFileTypesControl(){return s(11222)}saveSettings(){TVE.ActiveElement.tcbJsonData("file-setup",this.settings)}enterEditMode(){this.$fileUpload=TVE.ActiveElement,this.$fileUpload.find(".tcb-button-link.tcb-file-upload-trigger").attr("href","javascript:void(0)"),TVE.main.EditMode.enter(TVE.ActiveElement,{hidden_elements:["lead_generation","symbols"],extra_element_class:"canvas-mode",can_insert_elements:!0,blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,callbacks:{exit:()=>{requestAnimationFrame(()=>{TVE.Editor_Page.focus_element(this.$fileUpload),delete this.$fileUpload})}}})}hooks(){function e(e){return TVE.main.EditMode.in_edit()&&"lead_generation"===TVE._type(TVE.main.EditMode.element())&&(e=!0),e}function t(e){return TVE.ActiveElement.children("a").tcbHasClass("tcb-file-upload-trigger")&&(e=e.concat(".tcb-button-link-container, .anim-link, .anim-popup")),e}TVE.add_filter("tcb.lead_generation_file.active_state_label",()=>TVE.t.DragHover),TVE.add_filter("tcb.lead_generation_file.has_states_dropdown",e),TVE.add_filter("tcb.lead_generation_file.toggle_active_state",e),TVE.add_filter("tcb.hidden_controls.button.button",t),TVE.add_filter("tcb.hidden_controls.animation.button",t),TVE.CONST.lead_generation.file_upload_validation&&TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tve_lg_file").each(function(){const e=this.closest(".thrv_lead_generation,.tcb-registration-form");e&&(this.dataset.fileSetup="__FILE_SETUP__"+(e.dataset.fId||0)+"__FILE_SETUP__")}),e))}applyFormColorPalette(e=TVE.ActiveElement){const t=e.closest(".thrv_lead_generation");if(t.hasClass("tcb-file-style-applied"))return;t.addClass("tcb-file-style-applied");const s=e.closest(".thrv_lead_generation").children(".thrive-colors-palette-config").first();if(!s.length)return;const i=e.find(".tcb-file-upload-btn"),a=e.find(".tcb-default-upload-icon");i.children(".thrive-colors-palette-config").end().prepend(s.clone());const l=TVE.Components.button.controls.ButtonPalettes.getDefaultPalette(i),o=TVE.buildCssVariable(`${TVE.CONST.colors.local_prefix}${l.id}, ${l.data.val}`);i.head_css({"background-color":"#ffffff",border:`solid 1px ${o}`,[`${TVE.CONST.cssVarPrefix}border`]:o.replace(/var/g,"var$"),"border-radius":"2px",padding:" 5px 25px"},TVE.main.responsive.desktop.media," .tcb-button-link",!1,""),i.head_css({color:o,"font-size":"16px","--tcb-applied-color":o.replace(/var/g,"var$")},TVE.main.responsive.desktop.media," .tcb-button-link span",!1,""),i.head_css({"background-color":o,[`${TVE.CONST.cssVarPrefix}background-color`]:o.replace(/var/g,"var$")},TVE.main.responsive.desktop.media,":hover .tcb-button-link",!1,""),i.head_css({color:"#fff","--tcb-applied-color":"#fff"},TVE.main.responsive.desktop.media,":hover .tcb-button-link span",!1,""),a.head_css({"--tcb-local-color-icon":o,"--tcb-local-color-var":o.replace(/var/,"var$"),"background-image":"linear-gradient(var(--tcb-local-color-icon),var(--tcb-local-color-icon))","tcb-applied-background-image":"linear-gradient(var$(--tcb-local-color-icon),var$(--tcb-local-color-icon))"})}}e.exports=o}(jQuery)},59283:(e,t,s)=>{e.exports=s(68284).extend({render_default(e){const t=TVE.PostList.utils.getArticleID(e);let s=TVE.PostList.posts[t][this.key],i={"data-attr-link":1,"data-attr-rel":0,"data-attr-target":0};const a=jQuery({tcb_post_title:"<h2></h2>",tcb_post_tags:'<div class="tcb-plain-text"></div>',tcb_post_categories:'<div class="tcb-plain-text"></div>',tcb_post_published_date:'<div class="tcb-plain-text"></div>',tcb_post_author_name:'<div class="tcb-plain-text"></div>'}[this.key]||"<p></p>");switch(this.key){case"tcb_post_tags":case"tcb_post_title":case"tcb_post_categories":s=jQuery(s).html();break;case"tcb_post_author_name":s=jQuery(s).text(),i["data-attr-link"]=0;break;case"tcb_post_published_date":const e="F j, Y";i={"data-attr-date-format":e,"data-attr-date-format-select":e,"data-attr-show-time":0,"data-attr-time-format":"","data-attr-time-format-select":"g:i a","data-attr-type":"published"},s=TVE.Components.post_date.getFormattedTime(s,e)}let l=!1;_.each(TVE.CONST.inline_shortcodes,e=>{l||(l=e.find(e=>e.value===this.key))}),i["data-shortcode"]=this.key,i["data-shortcode-name"]=l.option;const o=jQuery(`<span class="thrive-shortcode-content" contenteditable="false" data-extra_key="" data-option-inline="1">${s}</span>`).attr(i);return a.html(`<span class="thrive-inline-shortcode" contenteditable="false">${o[0].outerHTML}</span>`),`<div class="thrv_wrapper thrv_text_element tve-inline-post-list-shortcode">${a[0].outerHTML}</div>`}})},59304:(e,t,s)=>{e.exports={initialize(){let e=!1;const t=["blank_v2","tcb2-blank-page-boxed","tcb2-blank-page-styled"];TVE.add_action("tve.lazyload.done",t=>{t.blocks&&Array.isArray(t.blocks.tpls)&&t.blocks.tpls.length&&(TVE.BlockModal.get_instance(TVE.modal.get_element("blocks")),TVE.BlockBelow=new TVE.AddBlockBelowView,TVE.BlockAbove=new TVE.AddBlockAboveView({insertRule:"insertBefore"}),e=!0)}),TVE.add_action("tcb-ready",()=>{if(window.location.search.includes("imported-lp=1")){const e=e=>{const t=TVE.inner_$(`#thrive-${e}`);if(1===t.length){const i=parseInt(t.attr("data-id"));i&&s(50717).savePreview(t,{post_id:i,file_name:`${i}.png`,"lp-section-preview":e})}};TVE.add_action("tcb.symbol.after_preview",(t,s)=>{void 0!==s["lp-section-preview"]&&"header"===s["lp-section-preview"]&&e("footer")}),e("header")}}),TVE.add_filter("tcb_blocks_modal_filter_select_source",(e=[])=>(e.push({id:"special",order:2,text:"Page Blocks",secondary_text:"Blocks designed to be unconstrained by templates. Perfect if you're building landing pages or full page content on a blank canvas"}),e)),TVE.add_filter("tcb_blocks_modal_default_select_source",e=>(TVE.CONST.global_styles.has_c_s_p&&(e="special"),e)),TVE.add_filter("tcb_blocks_modal_default_select_cache_key",e=>(TVE.CONST.global_styles.has_c_s_p?(e.key="block-modal-smart-lp-content",e.modified=!0):t.includes(TVE.CONST.landing_page)&&!e.modified&&(e.key="block-modal-blank-lp-content",e.modified=!0),e)),TVE.add_action("tcb.element.remove",()=>{e&&0===TVE.Editor_Page.editor.find(TVE.Editor_Page.selection_manager.selectors.get("editable")).filter(":visible").length&&(TVE.BlockBelow.hideControls(),TVE.BlockAbove.hideControls(),TVE.Editor_Page.editor.append(TVE.$(TVE.main.static_element("block").html()).removeAttr("data-static")))})}}},59468:(e,t,s)=>{const i=s(16668),a=s(59577),l=s(40521),o=s(33374),c=s(51106),n=a.extend({_sortable:!0,_clickable:!0,get_items(e){const t=[];return e.find(".tve_faq").not(".tve_faqC .tve_faq").each(function(){const e=jQuery(this);t.push({label:e.find(".tve-toggle-text").not(".tve_faqC .tve-toggle-text").text(),$toggle:e})}),t}});e.exports=i.component.extend({controls_init(){const e=this;this.autoCollapseTooltip=new l({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/toggle-auto-collapse"),anim_duration:300,no_callback:!0,validate:()=>!this.autoCollapseTooltip.FORCE_CLOSE}),TVE.add_action("tcb.group.enter_group_mode.after",e=>{e.is(".thrv_toggle")&&e.removeClass("canvas-mode tcb-child-selector-no_title tcb-child-selector-no_icons")}),TVE.add_action("tcb.element.click",t=>{e.switchState(t.currentTarget.closest(".thrv_toggle_content"))}),TVE.add_action("tcb_after_cloud_template",t=>{t.hasClass("thrv_toggle")&&(e.openDefaultExpanded(t),t.find(".tve-toggle-grid").addClass("tve-prevent-content-edit"))}),TVE.add_action("tcb.after-insert",e=>{(e.hasClass("thrv_toggle")||e.hasClass("thrv-page-section"))&&e.find(".tve-toggle-grid").addClass("tve-prevent-content-edit")}),this.controls.ColumnNumber.input=function(t,s){e.spreadToggleElements(t,s.value,!1,this),e.controls.HorizontalSpace.$el.toggle(s.value>1),t.attr("data-columns",parseInt(s.value))},this.controls.ColumnNumber.update=function(t){const s=t.attr("data-columns"),i=t.find(".thrv_toggle_item").length;e.controls.HorizontalSpace.$el.toggle(s>1),i<=this.config.config.limit&&this.setMax(i),this.setValue(s)},this.controls.HorizontalSpace.input=function(t){e.apply(t,this)},this.controls.HorizontalSpace.update=function(e){this.setValue(e.find(".tve-toggle-column").css("margin-left"))},this.controls.ToggleWidth.input=function(e,t){this.applyElementCss({"max-width":t.value+this.getUM()},e,"","")},this.controls.ToggleWidth.update=function(e){let t=e.head_css("max-width",null,null,!0);t&&!isNaN(parseInt(t))||(t=e.outerWidth()),this.setMax(parseInt(e.parent().outerWidth())),this.setValue(t)},this.controls.VerticalSpace.input=function(e,t){this.applyElementCss({"--toggle-vertical-space":t.value+this.getUM()},e,this.config.css_suffix,"")},this.controls.VerticalSpace.update=function(e){this.setValue(TVE.getComputedStyle(e,"--toggle-vertical-space",!0)||"7px")},this.controls.AutoCollapse.input=function(e,t){c(()=>{e.toggleClass("tve-toggle-auto-collapse",t.checked),t.checked&&(e.find(".tve-default-state-expanded:not(:first)").removeClass("tve-default-state-expanded"),e.find(".tve-state-expanded").tcbToggle("hide"),e.find(".tve-default-state-expanded").find(".thrv_toggle_title").tcbToggle("show"))},e)},this.controls.AutoCollapse.update=function(e){this.setChecked(e.hasClass("tve-toggle-auto-collapse"))},this.controls.DropdownAnimation.change=function(t,s){c(()=>{t.attr("data-animation",s.value)},t),e.controls.AnimationSpeed.update(t)},this.controls.DropdownAnimation.update=function(e){this.setValue(e.attr("data-animation"))},this.controls.AnimationSpeed.change=function(e,t){c(()=>{e.attr("data-animation-speed",t.value)},e)},this.controls.AnimationSpeed.update=function(e){const t=e.attr("data-animation-speed");t&&this.setValue(t),this.$el.toggle(""!==e.attr("data-animation"))},this.controls.List=new n({el:this.$("#toggle-list")[0],model:this.config.List}),this.controls.List.on("order_changed",function(){c(function(){e.spreadToggleElements(TVE.ActiveElement,"",!1,e.controls.ColumnNumber)},TVE.ActiveElement,this)}).on("item_remove",function(){c(function(){e.spreadToggleElements(TVE.ActiveElement,"",!1,e.controls.ColumnNumber),e.controls.ColumnNumber.update(TVE.ActiveElement)},TVE.ActiveElement)}).on("item_click",function(t,s){e.editTitle(t,s)}),TVE.main.on("enter-pressed",e=>{const t=TVE.inner_$(e.target).closest(".tve-toggle-text");t.length&&(TVE.ActiveElement=t.closest(".thrv_toggle"),this.addToggle(!0,t.closest(".thrv_toggle_item")))}),TVE.add_action("tve.froala.text.noteditable",e=>{const t=e.closest(".thrv_toggle");t.length&&!t.hasClass("toggle-edit-mode")&&TVE.Editor_Page.focus_element(t)}),TVE.add_filter("element_drop",function(e){return e&&e.hasClass("thrv_toggle")&&(e.head_css({"--tve-color":"rgb(13, 13, 13)"},TVE.main.responsive.desktop.media,"",!1,""),e.find(".thrv_toggle_content ").head_css({"--tve-color":"rgb(110, 110, 110)"},TVE.main.responsive.desktop.media,"",!1,"")),e}),TVE.inner_$(".tve-toggle-grid").addClass("tve-prevent-content-edit")},editTitle(e,t){this.settings=new o({model:e}),this.settings.open(null,t)},addToggle(e,t){let s,i=null;return c(function(){t&&t.length?(s=t.clone(),s.insertAfter(t)):(s=TVE.ActiveElement.find(".thrv_toggle_item").last().clone(),TVE.ActiveElement.find(".tve-toggle-column").last().append(s)),s.find(".edit_mode").removeClass("edit_mode"),i=!0===e?s:null},TVE.ActiveElement,this),this.controls.List.update(),this.controls.ColumnNumber.update(TVE.ActiveElement),this.spreadToggleElements(TVE.ActiveElement,!1,i,this.controls.ColumnNumber),!1},dataSelectors(e=TVE.ActiveElement){if(e&&e.length){e=e.closest(".thrv_toggle");const t='[data-css="'+TVE.CSS_Rule_Cache.uniq_id(e)+'"] .thrv_toggle_title';e.find(".thrv_toggle_title").attr({"data-selector":t})}},before_update(){this.dataSelectors()},spreadToggleElements(e,t,s,i){t||(t=e.find(".tve-toggle-column").length);const a=this.controls.List.collection.length,l=a/t;let o=l;if(0===a)return e.remove(),void TVE.Editor_Page.blur();const c=e.find(".tve-toggle-grid");c.empty(),e.attr("data-columns",t);for(let e=1;e<=t;e++)c.append('<div class="tve-toggle-column" data-index="'+e+'"></div>');let n=e.find(".tve-toggle-column").first();this.controls.List.collection.each(function(t,s){n.append(t.get("$toggle")),s+1>=o&&(o+=l,n=e.find('.tve-toggle-column[data-index="'+(Number(n.attr("data-index"))+1)+'"]'))}),s&&TVE.froala.force_focus(s.find(".tve-toggle-text"),!0),this.apply(e,i)},switchState(e){TVE.state_manager.is_expanded()&&e&&(TVE.state_manager.change("default",!0,{keepClass:!0}),TVE.main.states_dropdown.s="default")},apply(e,t){const s=parseInt(this.controls.ColumnNumber.getValue()),i=this.controls.HorizontalSpace.getValue(!0);t.applyElementCss({width:"calc("+100/s+"% - "+i+") !important","margin-left":i+"!important"},e," .tve-toggle-column",""),t.applyElementCss({"margin-left":"-"+i+"!important"},e," .tve-toggle-grid","")},editModeEnter(){this.openDefaultExpanded(this.$toggle),this.$toggle.find(".thrv_toggle_content > .tve-cb").each(function(){const e=TVE.inner_$(this);if(0===e.html().length){const t=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+TVE.t.placeholder_text+"</div>");e.addClass("tcb-parent-placeholder-empty").append(t)}}),TVE.main.sidebar_toggle_elements([this.key],!1),this.$toggle.find(".thrv_toggle_item").each(function(){TVE.inner_$(this).append(TVE.tpl("add-element-item"))}),this.$toggle.find(">.tve-toggle-grid, .thrv_toggle_content").removeClass("tve-prevent-content-edit"),this.$toggle.off("click.inner-add").on("click.inner-add",".tcb-add-block-below",e=>{const t=TVE.inner_$(e.currentTarget).closest(".thrv_toggle_item");TVE.ActiveElement=t.closest(".thrv_toggle"),this.addToggle(!1,t)}),TVE.add_filter("tcb.get_dropzone_target",this.dropzoneTarget),TVE.add_filter("tcb.dragenter.bubble",this.dragenterValidation)},editModeExit(){this.openDefaultExpanded(this.$toggle),TVE.main.sidebar_toggle_elements([this.key],!0),TVE.Editor_Page.focus_element(this.$toggle),this.$toggle.removeClass("canvas-mode"),this.$toggle.find(".tcb-add-block-below").remove(),this.$toggle.find(".thrv_toggle_item").removeClass("tve-draggable tve-droppable").removeAttr("draggable"),this.$toggle.find(">.tve-toggle-grid").addClass("tve-prevent-content-edit"),TVE.remove_filter("tcb.get_dropzone_target",this.dropzoneTarget),TVE.remove_filter("tcb.dragenter.bubble",this.dragenterValidation)},dragenterValidation(e,t,s){const i=TVE.inner_$(t.target);return s.is(".thrv_toggle_item")?i.closest(".thrv_toggle_content").length&&(e=!1):i.closest(".thrv_toggle_title,.tcb-add-block-below").length&&(e=!1),e},dropzoneTarget(e){let t=TVE.ActiveElement?TVE.ActiveElement:TVE.inner_$();TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(TVE.identifier("toggle"))&&(t=TVE.main.EditMode.element());const s=t.closest(".thrv_toggle").find(".tve-state-expanded").closest(".thrv_toggle_item").first(),i=(e=s.length?s:TVE.ActiveElement.first().closest(".thrv_toggle_item")).find(".thrv_toggle_title");return i.hasClass("tve-state-expanded")||i.tcbToggle("show"),e.find(".thrv_toggle_content .tve-cb").children().last()},openDefaultExpanded(e){e.find(".tve_faqC").removeAttr("style"),e.find(".tve-state-expanded").removeClass("tve-state-expanded");let t=e.find(".thrv_toggle_item.tve-default-state-expanded");t.length&&(e.hasClass("tve-toggle-auto-collapse")&&(t=t.first()),t.find("> .tve_faqI > .thrv_toggle_title").tcbToggle("show"))},editFormElements(){this.$toggle=TVE.ActiveElement,this.editModeEnter(),TVE.main.EditMode.enter(TVE.ActiveElement,{extra_element_class:"toggle-edit-mode",blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,can_insert_elements:!0,callbacks:{exit:_.bind(this.editModeExit,this)}});const e=this.$toggle.find(".thrv_toggle_title").first();TVE.Editor_Page.focus_element(e),!TVE.state_manager.is_expanded()&&e.hasClass("tve-state-expanded")&&(TVE.state_manager.change("expanded",!0),TVE.main.states_dropdown.s="expanded"),TVE.drag.bindDraggable(TVE.ActiveElement.find(".thrv_toggle_item")),this.$toggle.removeClass("canvas-mode")},openTooltip(){return this.autoCollapseTooltip.isOpen()?this.autoCollapseTooltip.onCancel():this.autoCollapseTooltip.open(null,this.$(".tve-switch-info")),!1}})},59577:(e,t,s)=>{const i=s(50732),a=s(40521),l=s(16668).control;let o;e.exports=l.extend({_sortable:!1,_clickable:!0,events:()=>_.extend({},l.prototype.events,{"mousedown .preview-list-sort-handle":"sortableHeight","mouseup .preview-list-sort-handle":"sortableHeight"}),initialize(e){this.$el.addClass("tcb-preview-list"),this.tpl=e.tpl||"controls/preview-list-item",e.model&&e.model.config&&(e.model.config.sortable&&this.sortable(!0),e.model.config.extra_class&&this.$el.addClass(e.model.config.extra_class),e.model.config.tpl&&(this.tpl=e.model.config.tpl),void 0!==e.model.config.clickable&&(this._clickable=e.model.config.clickable),e.model.config.deleteConfirmation&&(this.deleteConfirmation=new a({tooltipPosition:"top",_template:TVE.tpl("page-events/delete-confirmation/delete-template"),template:TVE.tpl("page-events/delete-confirmation/delete-message"),anim_duration:300,onApply:()=>{o&&this.item_remove(null,o,null,!0),this.deleteConfirmation.hide()},onCancel:()=>{this.deleteConfirmation.hide()}}))),"function"==typeof this.after_initialize&&this.after_initialize(e),this.$el.toggleClass("no-sort",!this._sortable)},get_collection(){return this.collection||this.attach_collection(new Backbone.Collection)},attach_collection(e){if(this.collection)throw new Error("Collection already attached (preview list instance)");return this.collection=e,this.listenTo(this.collection,"add",this.render),this.listenTo(this.collection,"reset",this.render),this.listenTo(this.collection,"remove",this.render),this.listenTo(this.collection,"change",this.render),this.collection},update(){void 0===this.collection&&this.attach_collection(new Backbone.Collection),this.collection.DURING_UPDATE=!0,this.collection.reset(this.get_items(this.readFrom())),delete this.collection.DURING_UPDATE},get_items(e){throw new Error("Preview list: get_items not implemented")},render(){this._sortable&&this.$el.data("ui-sortable")&&this.$el.sortable("destroy"),this.$el.empty().css("height","");let e=!1,t=!0,s=[];this.collection.each(function(i,a){if(this.collection.prepareItem&&(i.attributes=this.collection.prepareItem(i.attributes)),i.attributes&&"t_share"===i.attributes.key){const e=this.collection.findWhere({key:"x_share"});return e&&i.attributes.checked&&e.set("checked",!0),s.push(i),!0}if(i.index=a,i.get("__new"))return!0;e=!0;const l=jQuery(TVE.tpl(this.tpl,{view:this,item:i}));this.$el.append(l),l.data("item",i),i.get("icon")||(t=!1)},this),s.forEach(e=>this.collection.remove(e)),e?this._sortable&&this.$el.sortable({axis:"y",handle:".preview-list-sort-handle",update:_.bind(this.order_changed,this)}):this.$el.html(TVE.tpl(this.tpl,{no_item:!0})),t||this.$(".item-icon").remove(),this._clickable||this.$(".preview-list-item").removeClass("click"),this.$el.find(".preview-list-sort-handle").toggleClass("tcb-hidden",1===this.collection.length||!this._sortable)},sortableHeight(e){let t=this.$el.height();"mouseup"===e.type&&(t=""),this.$el.css("height",t)},order_changed(e,t){const s=t.item.index(),i=parseInt(t.item.data("index"));if(s===i)return;const a=this.collection.at(i);this.collection.remove(a,{silent:!0}),this.collection.add(a,{at:s,silent:!0}),this.collection.trigger("change"),this.trigger("order_changed",i,s)},item_remove(e,t,s,a=!1){if(this.model&&this.model.config&&this.model.config.deleteConfirmation&&!a)return this.deleteConfirmation.isOpen()?this.deleteConfirmation.onCancel():(this.deleteConfirmation.open(null,this.$el.find(t)),o=t),!1;o="";const l=this.collection.at(parseInt(t.getAttribute("data-index")));return l.get("type")&&TVE.do_action("tcb.preview.list.remove."+l.get("type")),this.collection.remove(l),i.close_all(),this.trigger("item_remove",t.dataset.index,l),!1},item_click(e,t){return this.trigger("item_click",this.collection.at(parseInt(t.getAttribute("data-index"))),t),!1},iconClick(e,t){return this.trigger("icon_click",this.collection.at(parseInt(t.getAttribute("data-index"))),t),!1},item_duplicate(e,t){const s=this.collection.at(parseInt(t.getAttribute("data-index")));return this.trigger("item_duplicate",s),!1},toggle_item(e,t){const s=this.collection.at(parseInt(t.getAttribute("data-index")));return this.trigger("toggle_item",s),!1},sortable(e){return this._sortable=void 0===e||e,this},edit_default_color(e,t){return this.trigger("edit_default_color",this.collection.at(parseInt(t.getAttribute("data-index"))),t),!1}})},59621:(e,t,s)=>{const i=s(27416),a={actions:{"tcb.after-insert":e=>{const t=e.find(".tcb-post-list-filter:not([data-css])").addBack(".tcb-post-list-filter:not([data-css])");if(t.length){const e=TVE.CSS_Rule_Cache.generate_id(),s=t.attr("data-filter-type"),a=t.find(TVE.identifier("filter_button"));t.attr("data-css",e),t.find(".tcb-filter-option").each((t,i)=>{const a=TVE.inner_$(i),l=`[data-css="${e}"] .tcb-filter-${s}`;a.attr("data-selector",l)}),a.length&&(TVE.Components.button.applyDefaultCss(a),i.applyButtonFilterDefaultCss(a))}},"tcb.group_edit.post_list_filter.locked":e=>{const t=e.activeElement.attr("data-selector"),s=e.activeElement.attr("data-id"),i=t.replace(`.${TVE.Components.group.not_group_item_class}[data-id="${s}"]`,`:not(.${TVE.Components.group.not_group_item_class})`);if(e.activeElement.attr("data-selector",i),TVE.head_css_remove(t,null,!0),e.activeElement.is(".tcb-filter-button.tcb-with-icon")){const t=e.activeElement.find(".thrv_icon"),s=t.attr("data-selector"),a=`${i} .thrv_icon`;t.attr("data-selector",a),TVE.head_css_remove(s,null,!0)}},"tcb.group_edit.post_list_filter.unlocked":e=>{const t=e.activeElement.attr("data-selector"),s=e.activeElement.attr("data-id");let i=t.replace(`:not(.${TVE.Components.group.not_group_item_class})`,"");if(i=`${i}.${TVE.Components.group.not_group_item_class}[data-id="${s}"]`,e.activeElement.attr("data-selector",i),TVE.head_css_copy(t,i),e.activeElement.is(".tcb-filter-button.tcb-with-icon")){const t=e.activeElement.find(".thrv_icon"),s=t.attr("data-selector"),a=`${i} .thrv_icon`;t.attr("data-selector",a),TVE.head_css_copy(s,a)}},tcb_after_cloud_template:e=>{e.is(TVE.identifier("search_form"))&&e.parents(TVE.identifier("post_list_filter")).length&&(e.addClass("tcb-filter-search").find('.tcb_sf_post_type[type="hidden"]').remove(),TVE.Editor_Page.selection_manager.select_element(e.parent(".tcb-post-list-filter")))},tcb_after_cloud_template_focused:e=>{e.is(TVE.identifier("search_form"))&&e.parents(TVE.identifier("post_list_filter")).length&&TVE.Editor_Page.selection_manager.select_element(e.parents(TVE.identifier("post_list_filter")))},"tcb.layout.alignment_changed.post_list_filter":(e,t)=>{e.head_css({"max-width":"center"===t.dataset.value?"fit-content":""}),i.updateDropdownWidth(e),TVE.Editor_Page.reposition_icons()},"tcb.focus.clear":e=>{e&&e.length>0&&e.is(TVE.identifier("post_list_filter"))&&TVE.Components.post_list_filter.controls.OptionsSelection.closeSelect2()}},filters:{"tcb.button.toggle_active_state":(e,t)=>(t.is(".tcb-filter-button")&&(e=!0),e),head_css_selector:e=>(TVE.inner_$(e.element).is(".tcb-filter-button")&&!e.prefix.includes(TVE.CONST.global_css_prefix)&&TVE.state_manager.is_active()&&(e.prefix=`${TVE.CONST.global_css_prefix} ${e.prefix}`),e),hover_head_css_selector:e=>{const t=TVE.inner_$(e.current_element),s=TVE.state_manager.get_state(),i=t.parents(TVE.identifier("post_list_filter")).attr("data-css");if(t.is(".thrv_icon")&&t.parents(".tcb-filter-button").length&&"hover"===s){const t=(e,t)=>{if(e.includes(t)&&e.match(new RegExp(i,"g")||[]).length>1){const s=e.split(t);e=s[0]+t+" .thrv_icon"}return e};e.selector=t(e.selector,":hover"),e.state_preview_selector=t(e.state_preview_selector,".tve-state-hover")}return e},"tcb.cloud_template.search_form.allow_cache":()=>!1,"tcb.shared_style.element_type":(e,t)=>(t.is(`${TVE.identifier("filter_button")}`)&&(e="button"),e),allow_dragenter:(e,t)=>(t.tcbHasClass("tcb-filter-option")&&(e=!1),e),"tcb.state.hide.button.filter_button":(e,t)=>["hover","active"].includes(t),"tcb.state.hide.animation.filter_button":(e,t)=>"active"===t,"tcb.components.expanded_key":(e,t)=>"filter_button"===t?"button":e,"tve.width.read_css":(e,t,s)=>("fit-content"===e&&"max-width"===s&&t.tcbHasClass("tcb-post-list-filter")&&(e=""),e),"tcb.icon_element.input":e=>{const t=`.tcb-filter-option:not(.${TVE.Components.group.not_group_item_class})`;return e.is(TVE.identifier("icon"))&&e.parents(`${TVE.identifier("post_list_filter")} ${t}`).length&&(e=e.parents(TVE.identifier("post_list_filter")).find(`${t} .thrv_icon`)),e},"tve.button.cloud_template.align":(e,t)=>!t.tcbHasClass("tcb-filter-button"),"tcb.components.hide":(e,t,s)=>("typography"===t&&"filter_dynamic_list"===s&&(e=!0),e),"tcb.hidden_controls.link.link":e=>(TVE.ActiveElement&&TVE.ActiveElement.closest(".thrv-typography-link").length&&(e=e.concat('[data-view="ToggleSize"]')),e)}};e.exports=a},59895:(e,t,s)=>{const i=s(51591),a=s(27416);e.exports=i.extend({extra_states:!0,updateOnMouseLeave:!1,mainColorVariable:"--tcb-local-color-30800",controls_init(){this.controls.RadioSize.input=function(e,t){TVE.flag_modify_hover_selector=!1,this.applyElementCss({"--tcb-radio-size":t.value+this.getUM()},e),TVE.flag_modify_hover_selector=!0},this.controls.RadioSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tcb-radio-size",!0)||0)},this.controls.StyleChange.set_drop_panel(this.controls.RadioStylePicker),TVE.add_action("tcb.element.click",e=>{if(e.currentTarget.closest(".tcb-filter-radio.edit_mode")&&!e.target.closest(".tve-input-option-text")){const t=e.currentTarget.classList.contains("tve-state-expanded")?"default":"expanded";TVE.state_manager.change(t,!0,{noOverlay:!0}),TVE.Views.Controls.DropPanel.close_all()}}),TVE.add_action("tcb.update.css.variable.control-v2",(e,t,s,i)=>{a.applyDropdownTemplateColor(this.controls.RadioStylePicker,t,s,i,e,"radio")}),TVE.add_action("tcb.palettes_v2.update",()=>{this.controls.RadioPalettes.update(TVE.ActiveElement)})},radioStylePicker:()=>s(41006)})},60352:e=>{let t;e.exports=function(){t||(t=wp.media.frames.file_frame=TVE.main.getZipMediaFrame("Import Content"),t.on("select",function(){const e=t.state().get("selection").first().toJSON();if("application/zip"!==e.mime)return TVE.page_message("Only .zip files are allowed",!0),void t.open();TVE.main.sidebar_extra.hide_drawers(),TVE.main.overlay(),TVE.Editor_Page.blur(),TVE.ajax("content_import","post",{attachment_id:e.id,page_id:TVE.CONST.post_id}).done(e=>{if(e.success){const t=TVE.apply_filters("tve.imported_content.data",e.content_data),s=TVE.drag.getAvailableTarget(),i=TVE.apply_filters("tve.imported_content.content",(e=>{const t=e=>`<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad"><div class="tve-content-box-background"></div><div class="tve-cb">${e}</div></div>`;let s=TVE.inner_$();try{s=TVE.inner_$(e)}catch(e){}if(!s.length&&e.startsWith("[")){const i=(e=e.replace(/\n/g,"")).match(/\[(.+?)](.+?)\[\/(.+?)]/g);i&&Array.isArray(i)&&i.forEach(s=>e=e.replace(s.replace('\\"','"'),t(s)));try{s=TVE.inner_$(e)}catch(e){}if(!s.length){e=e.replace(/\[(.+?)\]/g,(e,s)=>t(`[${s}]`));try{s=TVE.inner_$(e)}catch(e){}}}return s})(t.content));i.length?(s.length&&!s.is(TVE.Editor_Page.editor)?s.after(i):TVE.Editor_Page.editor.append(i),t.custom_css&&TVE.Editor_Page.add_custom_css(t.custom_css,!0),TVE.Editor_Page.content_manager.insert_head_css(t.inline_css).then(()=>{TVE.page_message(e.message);const s=[TVE.identifier("symbol"),TVE.identifier("post_list"),TVE.identifier("search_form"),TVE.identifier("lead_generation")].map(e=>`${e} *`).join(",");i.find(`[data-css]:not(${s})`).addBack(`[data-css]:not(${s})`).each(function(){TVE.inner_$(this).head_css_clone()}),TVE.Editor_Page.checkEmptyEditor(),TVE.do_action("tve.imported_content",i,t),TVE.do_action("tcb.new-editor-content",i),TVE.Editor_Page.save(!0,()=>{TVE.drag.editorActions(TVE.Editor_Page.editor),TVE.main.overlay(!0)})})):(TVE.page_message(TVE.t.import_empty_content,!0),TVE.main.overlay(!0))}else TVE.page_message(e.message,!0,8e3),t.open(),TVE.main.overlay(!0)}).fail(()=>{TVE.main.overlay(!0),t.open()})})),t.open()}},60731:(e,t,s)=>{var i;i=jQuery,e.exports=s(16668).base_view.extend({after_initialize(e){this.dom={},this.attr=e,this.dom.$i=this.$("input").on("keyup",this.bind(_.debounce(this.keyup,20))),this.dom.$items=e.$elements.each(function(){const t=i(this).find(e.text_selector);return t.data("text",t.text().trim()),this})},state(e){const t="string"==typeof e?e:e.currentTarget.getAttribute("data-state");return this.$el.children().tcbHide().filter(".s-"+t).tcbShow("flex").filter("input").trigger("focus"),"search"!==t&&this.dom.$i.val()&&this.dom.$i.val("").trigger("keyup"),!1},keyup(e){if(e&&27===e.which)return void this.state("normal");const t=this.dom.$i.val().toLowerCase().trim(),s=this,a=TVE.escapedRegEx(t,"ig");let l=i();this.dom.$items.each(function(){if(1===parseInt(this.getAttribute("data-is-hidden")))return;const e=i(this).find(s.attr.text_selector),o=i(this);let c=e.data("text"),n=!1;t&&(c.toLowerCase().match(a)||this.dataset.alternate&&this.dataset.alternate.match(a))&&(c=c.replace(a,function(e){return"<strong>"+e+"</strong>"}),n=!0),("heading".match(a)||"plain text".match(a)||"paragraph".match(a))&&"Text"===c&&(t&&(c="<strong>Text</strong>"),n=!0),e.html(c),this.style.display=!t||n?"":"none",t&&n&&(l=l.add(o.closest(".tve-category")))}),"function"==typeof this.attr.update&&this.attr.update(),l.addClass("expanded")},set_title(e,t){this.$(".text").html(e),this.$el.toggleClass("back-icon",!!t)}})},61081:(e,t,s)=>{const i=s(42146);e.exports=Backbone.Collection.extend({model:i})},61290:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,update_menu(e){this.$('[data-icon="'+(e?"true":"false")+'"]').show(),this.$('[data-icon="'+(e?"false":"true")+'"]').hide()}})},61459:(e,t,s)=>{const i=s(36317),a=s(54239),l=s(57430),o=s(32970),c=i.extend({template:TVE.tpl("controls/background/background-effects"),_template:TVE.tpl("controls/drop-panel-light"),key:()=>"effects",init_controls(){const e=this;this.effect_select=new o({el:this.$el.find(".tcb-background-effect-select"),model:{config:{name:"Type",options:[{name:TVE.t.opacity,value:"opacity"},{name:TVE.t.greyscale,value:"grayscale"},{name:TVE.t.brightness,value:"brightness"},{name:TVE.t.contrast,value:"contrast"},{name:TVE.t.blur,value:"blur"},{name:TVE.t.sepia,value:"sepia"},{name:TVE.t.invert,value:"invert"},{name:TVE.t.saturate,value:"saturate"},{name:TVE.t.huerotate,value:"hue-rotate"}]}}}),this.effect_select.change=_.bind(function(e,t){const s=this.$(".tcb-background-effect-slider");s.addClass("tcb-hidden"),s.filter('[data-key="'+t.value+'"]').removeClass("tcb-hidden")},this),this.effect_select.update=function(){this.$el.removeClass("tcb-hidden"),this.$("option").removeAttr("disabled");for(let t=0;t<e.model.get("disabled").length;t++)this.$('option[value="'+e.model.get("disabled")[t]+'"]').attr("disabled",!0);this.$("select").val(this.$("select option:not([disabled]):first").val()),this.$("select").trigger("change")},this.effect_opacity=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="opacity"]'),model:{config:{default:"100",min:"0",max:"100",label:TVE.t.opacity,um:["%"]}}}),this.effect_opacity.input=_.bind(function(e,t){this.model.set("property","opacity"),this.model.set("value",t.value/100),this.change()},this),this.effect_opacity.change=_.bind(function(e,t){this.effect_opacity.input(e,t)},this),this.effect_opacity.update=function(e){const t=e.css("opacity");let s=100;t&&(s=parseInt(100*t)),this.setValue(s)};const t=(e,t="",s)=>{const i=(e.css("filter")||"").match(new RegExp(t+"\\(([^)]+)"));return parseFloat(Array.isArray(i)&&i[1]||parseInt(s))};this.effect_greyscale=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="grayscale"]'),model:{config:{default:"0",min:"0",max:"100",label:TVE.t.greyscale,um:["%"]}}}),this.effect_greyscale.input=(e,t)=>{this.set_effect_filter({greyscale:t.value}),this.change()},this.effect_greyscale.change=(e,t)=>{this.effect_greyscale.input(e,t)},this.effect_greyscale.update=function(e){this.setValue(100*t(e,"grayscale",this.model.config.default))},this.effect_brightness=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="brightness"]'),model:{config:{default:"100",min:"0",max:"300",label:TVE.t.brightness,um:["px"]}}}),this.effect_brightness.input=(e,t)=>{this.set_effect_filter({brightness:t.value}),this.change()},this.effect_brightness.change=(e,t)=>{this.effect_brightness.input(e,t)},this.effect_brightness.update=function(e){this.setValue(100*t(e,"brightness",1))},this.effect_contrast=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="contrast"]'),model:{config:{default:"100",min:"0",max:"300",label:TVE.t.contrast,um:["px"]}}}),this.effect_contrast.input=(e,t)=>{this.set_effect_filter({contrast:t.value}),this.change()},this.effect_contrast.change=(e,t)=>{this.effect_contrast.input(e,t)},this.effect_contrast.update=function(e){this.setValue(100*t(e,"contrast",1))},this.effect_blur=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="blur"]'),model:{config:{default:"0",min:"0",max:"100",label:TVE.t.blur,um:["px"]}}}),this.effect_blur.input=(e,t)=>{this.set_effect_filter({blur:t.value}),this.change()},this.effect_blur.change=(e,t)=>{this.effect_blur.input(e,t)},this.effect_blur.update=function(e){this.setValue(t(e,"blur",this.model.config.default))},this.effect_sepia=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="sepia"]'),model:{config:{default:"0",min:"0",max:"100",label:TVE.t.sepia,um:["%"]}}}),this.effect_sepia.input=(e,t)=>{this.set_effect_filter({sepia:t.value}),this.change()},this.effect_sepia.change=(e,t)=>{this.effect_sepia.input(e,t)},this.effect_sepia.update=function(e){this.setValue(100*t(e,"sepia",this.model.config.default))},this.effect_invert=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="invert"]'),model:{config:{default:"0",min:"0",max:"100",label:TVE.t.invert,um:["%"]}}}),this.effect_invert.input=(e,t)=>{this.set_effect_filter({invert:t.value}),this.change()},this.effect_invert.change=(e,t)=>{this.effect_invert.input(e,t)},this.effect_invert.update=function(e){this.setValue(100*t(e,"invert",this.model.config.default))},this.effect_saturate=new a({el:this.$el.find('.tcb-background-effect-slider[data-key="saturate"]'),model:{config:{default:"100",min:"0",max:"300",label:TVE.t.saturate,um:["px"]}}}),this.effect_saturate.input=(e,t)=>{this.set_effect_filter({saturate:t.value}),this.change()},this.effect_saturate.change=(e,t)=>{this.effect_saturate.input(e,t)},this.effect_saturate.update=function(e){this.setValue(100*t(e,"saturate",1))},this.effect_huerotate=new l({el:this.$el.find('.tcb-background-effect-slider[data-key="hue-rotate"]'),model:{config:{default:"0",min:"0",max:"359",label:TVE.t.huerotate,um:["deg"]}}}),this.effect_huerotate.input=(e,t)=>{this.set_effect_filter({huerotate:t.value}),this.change()},this.effect_huerotate.change=(e,t)=>{this.effect_huerotate.input(e,t)},this.effect_huerotate.update=function(e){this.setValue(t(e,"hue-rotate",0))}},set_effect_filter(e={}){this.model.set("property","filter"),this.model.set("value",this.get_filter_css(e))},get_filter_css(e={}){return`grayscale(${e.greyscale?e.greyscale:this.effect_greyscale.value()}%) brightness(${e.brightness?e.brightness:this.effect_brightness.value()}%) contrast(${e.contrast?e.contrast:this.effect_contrast.value()}%) blur(${e.blur?e.blur:this.effect_blur.value()}px) sepia(${e.sepia?e.sepia:this.effect_sepia.value()}%) invert(${e.invert?e.invert:this.effect_invert.value()}%) saturate(${e.saturate?e.saturate:this.effect_saturate.value()}%) hue-rotate(${e.huerotate?e.huerotate:this.effect_huerotate.value()}deg)`},change(){this.collection.trigger("apply_background_effects",this.model)},update_slider_effect_controls(){const e=c.get_main_element();_.each(["opacity","greyscale","brightness","contrast","blur","sepia","invert","saturate","huerotate"],t=>{this[`effect_${t}`].update(e)})},get_default_data(){return this.update_slider_effect_controls(),{key:"",disabled:[],property:"",value:"",prev_filter_css:this.get_filter_css(),prev_opacity_css:this.effect_opacity.value()/100}},onOpen(e,t){const s=jQuery(t),i=this.$(".tve-control"),a=this.$("label");i.addClass("tcb-hidden"),i.removeClass("tcb-disabled"),a.addClass("tcb-hidden"),s.hasClass("preview-list-item")&&this.model.get("key").length>0?i.filter('[data-key="'+this.model.get("key")+'"]').removeClass("tcb-hidden"):(a.removeClass("tcb-hidden"),this.effect_select.update())},onApply(){this.collection.trigger("refresh_background_effects"),i.prototype.onApply.apply(this,arguments)},onCancel(){i.prototype.onCancel.apply(this,arguments),this.collection.trigger("reset_background_effects",this.model),this.update_slider_effect_controls()}},{mainElement:null,parse_filter_property_css:e=>/\(([^)]+)\)/.exec(e)[1],get_main_element(){return this.mainElement},set_main_element(e){this.mainElement=e}});e.exports=c},61884:e=>{e.exports={generateShortcode(e){const t=e.find(".tve_progress_bar_fill_wrapper"),s={"field-validation":"percentage","data-attribute":"data-fill","data-css":t.attr("data-css")};return{extra_params:TVE.buildAttrStringFromObject(s),$shortcodeElement:t,shortcodeAttr:["data-fill"],key:"number"}}}},62e3:(e,t,s)=>{const i=s(94544);e.exports=i.extend({template:TVE.tpl("controls/decoration/svg/fancy-divider-styles")})},62105:(e,t,s)=>{const i=s(16668).base_view,a=s(33057),l=i.extend({template:TVE.tpl("conditional-display/list-item"),initialize(){this.model.on("change",e=>{"object"==typeof e.changed&&e.__proto__.attrToSync.forEach(t=>{if(void 0!==e.changed[t]){let s=e.changed[t];"conditions"===t&&(s=s.replace(/"/g,"'")),TVE.ActiveElement&&a.getInstance(TVE.ActiveElement).updateAttr(e.get("key"),t,s)}}),this.render()})},render(){return this.$el.html(this.template({display:this.model,hasDisplays:this.model.collection.length>1})),this.$el},toggleVisibility(){this.model.set("hide",this.model.isVisible()?1:0),TVE.ElementEditIcons.show_icons(TVE.ActiveElement)},openActionsTooltip(){this.$el.find(".additional-actions-tooltip").toggleClass("hidden")},hoverDisplay(){this.$el.find(".additional-actions-tooltip").addClass("hidden")}});e.exports=i.extend({beforeInitialize(){this.collection.on("add remove reset",()=>{this.render(),this.orderChanged()}),this.$customDisplaysList=this.$(".custom-display-list"),this.$defaultDisplayList=this.$(".default-display-list")},afterInitialize(){this.$customDisplaysList.sortable({update:this.orderChanged.bind(this),handle:".tcb-icon-dots2"})},render(){const e=this.collection.length>1;this.$customDisplaysList.empty(),this.$defaultDisplayList.empty(),this.collection.sort().each(e=>{new l({model:e}).render().appendTo(e.isDefault()?this.$defaultDisplayList:this.$customDisplaysList)}),this.$el.siblings(".display-order").toggle(e),e&&this.$customDisplaysList.append("<hr>")},orderChanged(){this.$customDisplaysList.find(".display-item").each((e,t)=>{this.collection.findWhere({key:t.dataset.key}).set("order",e)})}})},62204:e=>{function t(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function s(e){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach(function(t){i(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}function i(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}e.exports=class{static initData(){TVE.CONST.conditional_display.fields={},TVE.CONST.conditional_display.conditions={}}static getEntities(){return TVE.apply_filters("tve.conditional_display.entities",TVE.CONST.conditional_display.entities)}static getFields(){return TVE.CONST.conditional_display.fields}static getFieldsForEntity(e){return new Promise(t=>{void 0===TVE.CONST.conditional_display.entities[e]?t([]):TVE.CONST.conditional_display.entities[e].fields?t(TVE.CONST.conditional_display.entities[e].fields):TVE.$.ajax({url:TVE.CONST.routes.base+"/conditional-display/fields",data:{entity:e},headers:{"X-WP-Nonce":TVE.CONST.rest_nonce}}).done(i=>{TVE.CONST.conditional_display.entities[e].fields=Object.keys(i),TVE.CONST.conditional_display.fields=s(s({},TVE.CONST.conditional_display.fields),i),t(TVE.CONST.conditional_display.entities[e].fields)})})}static getOptionsForField(e){return new Promise(t=>{TVE.CONST.conditional_display.fields[e].options?t(TVE.CONST.conditional_display.fields[e].options):TVE.$.ajax({url:TVE.CONST.routes.base+"/conditional-display/field-options",data:{field:e},headers:{"X-WP-Nonce":TVE.CONST.rest_nonce}}).done(s=>{TVE.CONST.conditional_display.fields[e].options=s,t(TVE.CONST.conditional_display.fields[e].options)})})}static getConditionsForField(e){return new Promise(t=>{void 0===TVE.CONST.conditional_display.fields[e]?t([]):TVE.CONST.conditional_display.fields[e].conditions?t(TVE.CONST.conditional_display.fields[e].conditions):TVE.$.ajax({url:TVE.CONST.routes.base+"/conditional-display/conditions",data:{field:e},headers:{"X-WP-Nonce":TVE.CONST.rest_nonce}}).done(i=>{TVE.CONST.conditional_display.fields[e].conditions=Object.keys(i),TVE.CONST.conditional_display.conditions=s(s({},TVE.CONST.conditional_display.conditions),i),t(TVE.CONST.conditional_display.fields[e].conditions)})})}static getGlobalSet(e){return TVE.$.ajax({url:`${TVE.CONST.routes.base}/conditional-display/global-set/${e}`,type:"GET",headers:{"X-WP-Nonce":TVE.CONST.rest_nonce}})}static getFieldData(e){return void 0===TVE.CONST.conditional_display.fields[e]?{}:TVE.CONST.conditional_display.fields[e]}static getConditionData(e){return void 0===TVE.CONST.conditional_display.conditions[e]?{}:TVE.CONST.conditional_display.conditions[e]}}},62447:(e,t,s)=>{const i=s(16668),a=TVE.t.gradient;e.exports=i.base_view.extend({template:TVE.tpl("util/color-picker/add-color"),initialize(e){this.color_view=e.favorites_view},render(e){this.$el.html(this.template({global_tip:TVE.t.global.save_global_gradient,favorite_tip:TVE.t.global.save_favorite_gradient})),this.reset_view_vars(e)},reset_view_vars(e){this.gradient=e,this.$(".tcb-global-color-preview").css("background-image",e)},add_global(){this.color_view.add_global_gradient({gradient:this.gradient,name:a,custom_name:0}),this.color_view.reset_html();const e=this.color_view.$('.p-global-thumb[data-color="'+this.gradient+'"]').first();this.color_view.execute_global_gradient_ajax({gradient:this.gradient,name:a}),e&&(TVE.changeCssVariableValue(e.attr("data-var"),this.gradient),this.color_view.color_click(null,e[0]),this.empty_el())},add_favorite(){this.color_view.add_gradient(this.gradient),this.empty_el()},empty_el(){this.$el.empty(),jQuery(".tvd-material-tooltip").removeClass("show")}})},62502:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(){const t=s(65785),i=s(69596),l=s(64705),o=s(67857),c=i.view.extend({getInputSelector:()=>".tve-login-form-input:not(.tcb-lg-consent) input, .tve-login-form-input textarea",initialize(){this.mainModel=TVE.Components.login.settingsModel,i.view.prototype.initialize.apply(this,arguments),this._read=a(a({},this._read),{submit_option(){this.model.set("submit_option",this.mainModel.get("post_register_action")),this.model.set("back_url",this.$("#_back_url").val()||""),this.model.set("autofill",this.$("#_autofill").val()||""),this.model.set("sendParams",this.$("#_sendParams").val()||"")}})},read(){i.view.prototype.read.apply(this,arguments),this.model.get("apis").wordpress.preventDelete=!0}});e.exports=t.extend({updateOnMouseLeave:!1,hooks(){TVE.add_action("tcb.after_menu_init",()=>{TVE.add_action("tcb.group_edit.login.unlocked",TVE.Components.lead_generation.changeUnlockSelector.bind(TVE.Components.lead_generation))}),TVE.add_filter("tcb.css.should_save_rule",(e,t)=>{if(e&&t.selectorText.includes("#login-")){const s=t.selectorText.match(/#login-(.+?)\s/);s&&s[0]&&(e=TVE.inner_$(s[0].trim()).length)}return e}),TVE.add_filter(`lg_hide_apis.${this.key}`,(e,t)=>(t&&"wordpress"===t&&TVE.ActiveElement.is(TVE.identifier("registration_form"))&&(e=!0),e))},initSubmitOptions(){},initFieldOptions(){this.fieldOptions=new l({collection:this.formInputCollection,component:this,class:"tve-lg-api-panel"})},controls_init(e){o.initFieldTypes(),e.showLabels.update=function(e=TVE.ActiveElement){TVE.Components.login_form.controls.AddRemoveLabels.update.call(this,e)},e.showLabels.change=function(e,t){TVE.Components.login_form.controls.AddRemoveLabels.change.call(this,e,t)},t.prototype.controls_init.call(this,e)},before_update(){this.migrateForms(TVE.ActiveElement),this.leadGenerationModel||(this.leadGenerationModel=new o),this.leadGenerationView||(this.leadGenerationView=new c({el:TVE.ActiveElement[0],model:this.leadGenerationModel})),TVE.ActiveElement.attr("data-connection","api"),t.prototype.before_update.apply(this,arguments)},getApiFields(){const e=o.fieldTypes;return t.prototype.getApiFields.call(this).map(t=>(t.preventDelete=e[t.fieldType]&&e[t.fieldType].preventDelete,t))},getFieldWrapper:e=>(e.jquery&&(e=e[0]),e.className.match(/tve_lg_file|tve_lg_radio|tve_lg_dropdown|tve_lg_checkbox/)&&(e=e.closest(".tve-login-form-item")),TVE.inner_$(e)),usesSignupFailedMessage:()=>!1})}()},62740:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("controls/pricing-table/edit-instance"),_template:TVE.tpl("controls/drop-panel-light"),silent_model:!0,after_initialize(e){this.pricing_table_view=e.pricing_table_view},after_render(){this.$label=this.$("#price-instance-label"),this.$default=this.$('input[data-setting="is_default"]')},onOpen(){this.$(".instance-default-setting-container").toggleClass("tcb-hidden",!0!==this.model.get("__new"))},reset(e){this.model=e,this.listenTo(this.model,"change",this.write),this.dom()},input_setting(e,t){"checkbox"===t.type&&(t.value=t.checked);const s={};s[t.getAttribute("data-setting")]=t.value,this.model.set(s,{silent:this.silent_model}),this.write()},change_setting(e,t){this.silent_model=!1,this.input_setting(e,t),this.silent_model=!0},write(){const e=this.model.get("item");e.find(".tcb-button-text").text(this.model.get("label")),this.model.get("is_default")?e.attr("data-default",!0):e.removeAttr("data-default")},dom(){this.$label.val(this.model.get("label")),this.$default.prop("checked",this.model.get("is_default"))},cancel(){this.model.get("__new")?this.model.destroy():this.model.restoreState()},apply(){this.model.get("__new")?(this.model.unset("__new",{silent:!0}),this.pricing_table_view.add_instance_callback(this.model)):(this.model.trigger("change"),this.pricing_table_view.check_collection_length())}})},62898:e=>{e.exports={actions:{"tcb-ready":()=>{TVE.renderers["mini-cart"]={render_default:()=>TVE.inner_$("#tve-woocommerce-mini-cart").html()}},"tcb.element.focus":e=>{const t=e.closest(".woocommerce-mini-cart-item");if(t.length){const s=TVE.PostList.constants.SIMILAR_EDIT_CLASS,i=t.closest(".woocommerce-mini-cart");i.find(`.${s}`).removeClass(s),i.find(TVE.identifier(TVE._type(e))).addClass("tcb_similar_edit")}},"tcb.element.duplicate":(e,t)=>{const s=TVE.identifier("mini-cart"),i=e.find(s).addBack(s);if(i.length>0){const e=t.find(s).addBack(s),a=TVE.CSS_Rule_Cache.uniq_id(e,!0);if(TVE.head_css_copy(i.attr("data-css"),a),0===i.find(".tcb-woo-mini-cart-items").length&&i.data("content")){e.removeData("content");const t=i.data("content").find(".widget_shopping_cart_content");e.find(".tcb-woo-mini-cart-text").after(t.clone())}}}},filters:{tcb_filter_html_before_save:e=>(e.find(TVE.identifier("mini-cart")).each((e,t)=>{const s=TVE.inner_$(t),i=TVE.Editor_Page.getResponsiveClasses(s).concat(TVE.getElementEventClasses(s[0]));let a="";i.length&&(a+=`data-class="${i.join(" ")}" `),_.each(TVE.PostList.utils.elementAttributes(s,["data-shortcode","data-class"],!0,!0),(e,t)=>{e.includes('"')?a+=`data-${t}='${e}' `:a+=`data-${t}="${e}" `}),s.attr("id")&&(a+=` data-id='${s.attr("id")}'`),s.find(".tcb-woo-mini-cart-icon").replaceWith(s.find(".tcb-woo-mini-cart-icon .tcb-icon")),s.find(".widget_shopping_cart_content, .tcb-woo-mini-cart-count, .tcb-woo-mini-cart-amount, .tcb-woo-mini-cart-text, .tcb-woo-mini-cart-items").remove(),s.replaceWith(`[${t.dataset.shortcode} ${a}]${t.innerHTML}[/${t.dataset.shortcode}]`)}),e),"tcb.edit_mode.overlay.dimensions":(e,t)=>(t.$element.is(TVE.identifier("mini-cart"))&&(e=t.$element.tveBoundingBox()),e),"tcb.compat.not_wrappable":e=>(e.push(".tcb-woo-mini-cart-items *"),e),"tcb.generate_new_css_id":(e,t)=>(t.classList.contains("tcb-woo-mini-cart")&&(e=!1),e),"tcb.symbol.get_symbol_parent":(e,t)=>{const s=t.closest(".tcb-woo-mini-cart-content-wrapper");if(s.length>0){const t=s.attr("data-symbol-id");e=TVE.inner.$body.find(`.thrv_symbol.${t}`)}return e},"tcb.icon.modal_pre_search":e=>(TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier("wc-cart-icon"))&&(e="cart"),e),"tcb.css_animations.disable_option_group":(e,t)=>{const s=TVE.ActiveElement;return s&&s.length>0&&s.is(TVE.identifier("mini-cart"))&&"Background"===t.attr("label")&&(e=!0),e}}}},63038:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:5}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325 122" >\n \t\t\t\t<style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 20px; stroke-dasharray: 20px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 20px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M88 37 75 27M125 27l-11-16M163.5 24V5M197 27l10-16M229 37l14-10"/>\n\t\t\t\t</svg>`}}},63184:(e,t,s)=>{const i=s(16668),a=s(91339);e.exports=i.base_view.extend({className:"tcb-add-tab",template:TVE.tpl("add-tab"),initialize(){TVE.Editor_Page.editor.on("mouseover.tcb",".tve_tab_title_item",e=>{if(TVE.state_manager.is_default()||TVE.state_manager.is_expanded()){const t=TVE.inner_$(e.currentTarget);let s=!1;if(t.hasClass("tve_tabs_toogle_view_section_tag")){const e=t.closest(".tve_scT");s=e.find("> ul li").eq(e.find("> .tve_tabs_toogle_view_section_tag").index(t))}this.showControls(t,s)}}),TVE.add_action("tcb.element.mouseleave",e=>{e.relatedTarget&&e.relatedTarget.closest(".tcb-add-tab")||this.hideControls()}),TVE.add_action("tcb.froala.focus",()=>{this.hideControls()}),this.render()},render(){this.$el.empty().html(this.template()),TVE.inner_$("#tcb-inner-actions").prepend(this.$el)},showControls(e,t=!1){if(e.closest(".tve-prevent-content-edit").length||TVE.froala.editor&&TVE.froala.editor.$tb.is(":visible")&&TVE.froala.editor.$oel.closest(e).length)return;this.$target=t||e,this.$wrapper=e.closest(".tve_scT");const s=this.$wrapper.hasClass("tve_vtabs"),i=e.offset(),a=e.outerHeight(),l=e.outerWidth(),o={top:i.top+a-10,left:i.left+l-10,display:"block"};s?o.left-=l/2:o.top-=a/2,this.$el.css(o)},hideControls(){this.el.style.display="none"},addTab(){const e=this.$target.index()+1,t=this.$target.parent();TVE.Editor_Page.duplicate_element(this.$target);const s=t.children().eq(e).find(".tve-tab-text");s.text("New Tab"),TVE.froala.disable(s),this.$target.closest(".tve_scT").find("> .tve_tab_content").eq(e).find("> .tve-cb").removeClass("tcb-parent-placeholder-empty"),TVE.ActiveElement&&TVE.ActiveElement.hasClass("thrv-tabbed-content")&&TVE.Components.tabs.controls.preview.update(),a(this.$target.closest(".tve_scT")[0])}})},63716:(e,t,s)=>{!function(){const t=s(16668);e.exports=t.component.extend({updateOnMouseLeave:!1,audio:()=>s(71471)})}()},64605:e=>{e.exports={generateShortcode(e){const t=e.find("img"),s={"data-css":t.attr("data-css"),"data-classes":t.length>0?t[0].className:""};return e.attr("data-tcb-events",t.attr("data-tcb-events")),{extra_params:TVE.buildAttrStringFromObject(s),$shortcodeElement:t,shortcodeAttr:!1,key:"image"}},customFieldInput(e,t,s=null){const i=e.find("img"),a=TVE.Components.image.controls.ExternalFields,l=s||{alt:"Placeholder",id:"0",width:"100",height:"100",title:"Placeholder",url:TVE.CONST.post_image.featured,name:t};l.name=t;const o=a.getCFValues("image",e,t,l);i.attr({"data-c-f-id":o.name,"data-id":o.id,width:o.width,height:o.height,title:o.title,alt:o.alt,src:o.url}).removeAttr("srcset"),a.updatePostList(e)}}},64630:e=>{"use strict";e.exports=JSON.parse('{"af":["Badakhshan","Badghis","Balkh","Daykundi Province","Farah","Faryab Province","Helmand","Herat","Kandahar","Kunduz","Nangarhar","Panjshir","Parwan","Samangan","Sar-e Pul","Uruzgan","Velayat-e Khowst","Velayat-e Nurestan","Wardak","Wilayat-e Baghlan","Wilayat-e Bamyan","Wilayat-e Ghazni","Wilayat-e Ghor","Wilayat-e Jowzjan","Wilayat-e Kabul","Wilayat-e Kapisa","Wilayat-e Kunar","Wilayat-e Laghman","Wilayat-e Logar","Wilayat-e Nimroz","Wilayat-e Paktika","Wilayat-e Paktiya","Wilayat-e Takhar","Wilayat-e Zabul"],"al":["Qarku i Beratit","Qarku i Dibres","Qarku i Durresit","Qarku i Elbasanit","Qarku i Fierit","Qarku i Gjirokastres","Qarku i Korces","Qarku i Kukesit","Qarku i Lezhes","Qarku i Shkodres","Qarku i Tiranes","Qarku i Vlores"],"dz":["Adrar","Annaba","El Bayadh","El Oued","El Tarf","Illizi","Oran","Oum el Bouaghi","Wilaya d\' Alger","Wilaya de Ain Defla","Wilaya de Ain Temouchent","Wilaya de Batna","Wilaya de Bechar","Wilaya de Bejaia","Wilaya de Biskra","Wilaya de Blida","Wilaya de Bordj Bou Arreridj","Wilaya de Bouira","Wilaya de Boumerdes","Wilaya de Chlef","Wilaya de Constantine","Wilaya de Djelfa","Wilaya de Ghardaia","Wilaya de Guelma","Wilaya de Jijel","Wilaya de Khenchela","Wilaya de Laghouat","Wilaya de M\'Sila","Wilaya de Mascara","Wilaya de Medea","Wilaya de Mila","Wilaya de Mostaganem","Wilaya de Naama","Wilaya de Ouargla","Wilaya de Relizane","Wilaya de Saida","Wilaya de Setif","Wilaya de Sidi Bel Abbes","Wilaya de Skikda","Wilaya de Souk Ahras","Wilaya de Tamanrasset","Wilaya de Tebessa","Wilaya de Tiaret","Wilaya de Tindouf","Wilaya de Tipaza","Wilaya de Tissemsilt","Wilaya de Tizi Ouzo","Wilaya de Tlemcen"],"ad":["Andorra la Vella","Canillo","Encamp","Escaldes-Engordany","La Massana","Ordino","Sant Julia de Loria"],"ao":["Bengo Province","Benguela","Cabinda","Cuanza Norte Province","Cunene Province","Huambo","Huila Province","Kuando Kubango","Kwanza Sul","Luanda Province","Lunda Norte Province","Lunda Sul","Malanje Province","Moxico","Namibe Province","Provincia do Bie","Provincia do Uige","Zaire"],"ai":["Blowing Point","East End","George Hill","Island Harbour","North Hill","North Side","Sandy Ground","Sandy Hill","South Hill","Stoney Ground","The Farrington","The Quarter","The Valley","West End"],"ag":["Barbuda","Parish of Saint George","Parish of Saint John","Parish of Saint Mary","Parish of Saint Paul","Parish of Saint Peter","Parish of Saint Philip","Redonda"],"ar":["Catamarca Province","Chaco Province","Chubut Province","Ciudad Autonoma de Buenos Aires","Cordoba Province","Corrientes Province","Entre Rios Province","Formosa Province","Jujuy Province","La Pampa Province","La Rioja Province","Mendoza Province","Misiones Province","Neuquen Province","Provincia de Buenos Aires","Rio Negro Province","Salta Province","San Juan Province","San Luis Province","Santa Cruz Province","Santa Fe Province","Santiago del Estero Province","Tierra del Fuego Province","Tucuman Province"],"am":["Aragatsotni Marz","Ararati Marz","Armaviri Marz","Geghark\'unik\'i Marz","Kotayk\'i Marz","Lorru Marz","Shiraki Marz","Syunik\'i Marz","Tavushi Marz","Vayots\' Dzor","Yerevan"],"aw":[],"au":["Australian Capital Territory","Northern Territory","New South Wales","Queensland","South Australia","Tasmania","Victoria","Western Australia"],"at":["Burgenland","Kaernten","Niederoesterreich","Oberoesterreich","Salzburg","Steiermark","Tirol","Vorarlberg","Wien"],"az":["Absheron Rayon","Aghdam Rayon","Aghdash Rayon","Aghjabadi Rayon","Aghstafa Rayon","Aghsu Rayon","Astara District","Baku City","Balakan Rayon","Barda Rayon","Beylagan Rayon","Bilasuvar Rayon","Dashkasan Rayon","Fizuli Rayon","Gadabay Rayon","Ganja City","Gobustan Rayon","Goranboy Rayon","Goychay Rayon","Goygol Rayon","Hajigabul Rayon","Imishli Rayon","Ismayilli Rayon","Jabrayil District","Jalilabad","Kalbajar District","Khachmaz Rayon","Khizi Rayon","Khojavend District","Kurdamir Rayon","Lacin Rayon","Lankaran Rayon","Lankaran Sahari","Lerik Rayon","Masally District","Mingacevir City","Naftalan City","Nakhchivan","Nakhchivan Autonomous Republic","Neftchala Rayon","Oghuz Rayon","Qabala Rayon","Qakh Rayon","Qazakh Rayon","Quba Rayon","Qubadli Rayon","Qusar Rayon","Saatly Rayon","Sabirabad Rayon","Salyan Rayon","Samukh Rayon","Shabran Rayon","Shaki city","Shaki Rayon","Shamakhi Rayon","Shamkir Rayon","Shirvan","Shusha","Siazan Rayon","Sumqayit City","Susa Rayon","Tartar Rayon","Tovuz Rayon","Ujar Rayon","Xankandi Sahari","Xocali Rayon","Yardymli Rayon","Yevlakh City","Yevlakh Rayon","Zangilan Rayon","Zaqatala Rayon","Zardab Rayon"],"bs":["Acklins Island District","Berry Islands District","Bimini District","Black Point District","Cat Island","Central Abaco District","Central Andros District","Central Eleuthera District","City of Freeport District","Crooked Island and Long Cay District","East Grand Bahama District","Exuma District","Grand Cay District","Harbour Island District","Hope Town District","Inagua","Long Island","Mangrove Cay","Mayaguana District","Moore\'s Island District","New Providence District","North Abaco District","North Andros District","North Eleuthera District","Ragged Island District","Rum Cay","San Salvador District","South Abaco District","South Andros","South Eleuthera","Spanish Wells District","West Grand Bahama District"],"bh":["Capital Governorate","Muharraq Governorate","Northern Governorate","Southern Governorate"],"bd":["Barisal Division","Chittagong","Dhaka Division","Khulna Division","Mymensingh Division","Rajshahi Division","Rangpur Division","Sylhet Division"],"bb":["Christ Church","Saint Andrew","Saint George","Saint James","Saint John","Saint Joseph","Saint Lucy","Saint Michael","Saint Peter","Saint Philip","Saint Thomas"],"by":["Brest Oblast","Gomel Oblast","Grodno Oblast","Horad Minsk","Minsk Oblast","Mogilyov Oblast","Vitebsk Oblast"],"be":["Bruxelles-Capitale","Flanders","Wallonia"],"bz":["Belize District","Cayo District","Corozal District","Orange Walk District","Stann Creek District","Toledo District"],"bj":["Alibori","Atakora Department","Atlantique Department","Borgou Department","Collines Department","Departement de l\'Oueme","Donga","Kouffo Department","Littoral","Mono","Plateau Department","Zou Department"],"bm":["Devonshire Parish","Hamilton","Paget Parish","Pembroke Parish","Saint George","Saint George\'s Parish","Sandys Parish","Smith\'s Parish","Southampton Parish","Warwick Parish"],"bt":["Bumthang Dzongkhag","Chhukha Dzongkhag","Dagana Dzongkhag","Gasa","Haa Dzongkhag","Lhuentse Dzongkhag","Mongar Dzongkhag","Paro Dzongkhag","Pemagatshel Dzongkhag","Punakha Dzongkhag","Samdrup Jongkhar Dzongkhag","Samtse Dzongkhag","Sarpang Dzongkhag","Thimphu Dzongkhag","Trashi Yangste","Trashigang Dzongkhag","Trongsa Dzongkhag","Tsirang Dzongkhag","Wangdue Phodrang Dzongkhag","Zhemgang Dzongkhag"],"bo":["Departamento de Chuquisaca","Departamento de Cochabamba","Departamento de La Paz","Departamento de Oruro","Departamento de Pando","Departamento de Potosi","Departamento de Santa Cruz","Departamento de Tarija","El Beni"],"ba":["Brcko","Federation of Bosnia and Herzegovina","Republika Srpska"],"bw":["Central District","Ghanzi District","Kgalagadi District","Kgatleng District","Kweneng District","North East District","North West District","South East District","Southern District"],"br":["Acre","Alagoas","Amapa","Amazonas","Bahia","Ceara","Espirito Santo","Federal District","Goias","Maranhao","Mato Grosso","Mato Grosso do Sul","Minas Gerais","Para","Paraiba","Parana","Pernambuco","Piaui","Rio de Janeiro","Rio Grande do Norte","Rio Grande do Sul","Rondonia","Roraima","Santa Catarina","Sao Paulo","Sergipe","Tocantins"],"bn":["Belait District","Brunei and Muara District","Temburong District","Tutong District"],"bg":["Blagoevgrad","Burgas","Gabrovo","Haskovo","Lovech","Oblast Dobrich","Oblast Kardzhali","Oblast Kyustendil","Oblast Montana","Oblast Pleven","Oblast Razgrad","Oblast Ruse","Oblast Shumen","Oblast Silistra","Oblast Sliven","Oblast Smolyan","Oblast Stara Zagora","Oblast Targovishte","Oblast Veliko Tarnovo","Oblast Vidin","Oblast Vratsa","Oblast Yambol","Pazardzhik","Pernik","Plovdiv","Sofia","Sofia-Grad","Varna"],"bf":["Boucle du Mouhoun Region","Cascades Region","Centre","Centre-Est","Centre-Nord","Centre-Ouest","Centre-Sud","Est","High-Basins Region","Nord","Plateau-Central","Sahel","Southwest Region"],"bi":["Bubanza Province","Bujumbura Mairie Province","Bujumbura Rural Province","Bururi Province","Cankuzo Province","Cibitoke Province","Gitega Province","Karuzi Province","Kayanza Province","Kirundo Province","Makamba Province","Muramvya Province","Muyinga Province","Ngozi Province","Province de Mwaro","Rumonge Province","Rutana Province","Ruyigi Province"],"kh":["Banteay Meanchey","Battambang","Kampong Cham","Kampong Chhnang","Kampong Spe","Kampong Thom","Kampot","Kandal","Kep","Koh Kong","Kratie","Mondolkiri","Otar Meanchey","Pailin","Phnom Penh","Preah Vihear","Prey Veng","Pursat","Ratanakiri","Siem Reap","Sihanoukville","Stung Treng","Svay Rieng","Takeo","Tboung Khmum"],"cm":["Adamaoua Region","Centre Region","East Region","Far North Region","Littoral Region","North Region","North-West Region","South Region","South-West Region","West Region"],"ca":["Alberta","British Columbia","Manitoba","New Brunswick/Nouveau-Brunswick","Newfoundland and Labrador","Northwest Territories","Nova Scotia","Nunavut","Ontario","Prince Edward Island","Quebec","Saskatchewan","Yukon"],"cv":["Concelho da Boa Vista","Concelho da Brava","Concelho da Praia","Concelho da Ribeira Brava","Concelho da Ribeira Grande","Concelho de Ribeira Grande de Santiago","Concelho de Santa Catarina","Concelho de Santa Catarina do Fogo","Concelho de Santa Cruz","Concelho de Sao Domingos","Concelho de Sao Miguel","Concelho de Sao Salvador do Mundo","Concelho de Sao Vicente","Concelho do Maio","Concelho do Paul","Concelho do Porto Novo","Concelho do Sao Filipe","Concelho do Tarrafal","Concelho do Tarrafal de Sao Nicola","Concelho dos Mosteiros","Sal Municipality","Sao Lourenco dos Orgaos"],"ky":["Bodden Town","East End","George Town","North Side","Sister Island","West Bay"],"cf":["Bamingui-Bangoran","Basse-Kotto","Commune de Bangui","Haut-Mbomo","Haute-Kotto","Lobaye","Mambere-Kadei","Mbomo","Ombella-Mpoko","Ouaka","Ouham","Prefecture de l\'Ouham-Pende","Prefecture de la Kemo","Prefecture de la Nana-Grebizi","Prefecture de la Nana-Mambere","Prefecture de la Sangha-Mbaere","Vakaga"],"td":["Barh el Gazel","Batha Region","Borkou Region","Chari-Baguirmi Region","Ennedi-Est","Ennedi-Ouest","Guera Region","Hadjer-Lamis","Kanem Region","Lac Region","Logone Occidental Region","Logone Oriental Region","Mandoul","Mayo-Kebbi East Region","Mayo-Kebbi West Region","Moyen-Chari Region","Ouaddai Region","Region de la Ville de N\'Djamena","Salamat Region","Sila","Tandjile Region","Tibesti Region","Wadi Fira Region"],"cl":["Antofagasta","Atacama","Aysen","Coquimbo","Los Lagos","Maule","Region de Arica y Parinacota","Region de la Araucania","Region de Los Rios","Region de Magallanes y de la Antartica Chilena","Region de Tarapaca","Region de Valparaiso","Region del Biobio","Region del Libertador General Bernardo O\'Higgins","Region Metropolitana de Santiago"],"cn":["Anhui Sheng","Beijing Shi","Chongqing Shi","Fujian Sheng","Gansu Sheng","Guangdong Sheng","Guangxi Zhuangzu Zizhiq","Guizhou Sheng","Hainan Sheng","Hebei Sheng","Heilongjiang Sheng","Henan Sheng","Hubei Sheng","Hunan Sheng","Inner Mongolia Autonomous Region","Jiangsu Sheng","Jiangxi Sheng","Jilin Sheng","Liaoning Sheng","Ningxia Huizu Zizhiq","Qinghai Sheng","Shaanxi","Shandong Sheng","Shanghai Shi","Shanxi Sheng","Sichuan Sheng","Tianjin Shi","Tibet Autonomous Region","Xinjiang Uygur Zizhiq","Yunnan Sheng","Zhejiang Sheng"],"cx":[],"cc":[],"co":["Amazonas","Departamento de Antioquia","Departamento de Arauca","Departamento de Bolivar","Departamento de Boyaca","Departamento de Caldas","Departamento de Casanare","Departamento de Cordoba","Departamento de Cundinamarca","Departamento de La Guajira","Departamento de Narino","Departamento de Norte de Santander","Departamento de Risaralda","Departamento de Santander","Departamento de Sucre","Departamento de Tolima","Departamento del Atlantico","Departamento del Caqueta","Departamento del Cauca","Departamento del Cesar","Departamento del Choco","Departamento del Guainia","Departamento del Guaviare","Departamento del Huila","Departamento del Magdalena","Departamento del Meta","Departamento del Putumayo","Departamento del Valle del Cauca","Departamento del Vaupes","Departamento del Vichada","Distrito Capital de Bogota","Providencia y Santa Catalina, Departamento de Archipielago de San Andres","Quindio Department"],"km":["Grande Comore","Moheli","Ndzuwani"],"cg":["Commune de Brazzaville","Cuvette","Cuvette-Ouest","Lekoumo","Likouala","Plateaux","Pointe-Noire","Pool","Region de la Bouenza","Region du Kouilo","Region du Niari","Sangha"],"ck":["Aitutaki","Ati","Ma\'uke","Mangaia","Manihiki","Mitiaro","Palmerston","Penrhyn","Pukapuka","Rakahanga","Rarotonga"],"cr":["Provincia de Alajuela","Provincia de Cartago","Provincia de Guanacaste","Provincia de Heredia","Provincia de Limon","Provincia de Puntarenas","Provincia de San Jose"],"ci":["Abidjan","Bas-Sassandra","Comoe","Denguele","Goh-Djiboua","Lacs","Lagunes","Montagnes","Sassandra-Marahoue","Savanes","Vallee du Bandama","Woroba","Yamoussoukro Autonomous District","Zanzan"],"hr":["Bjelovarsko-Bilogorska Zupanija","Brodsko-Posavska Zupanija","Dubrovacko-Neretvanska Zupanija","Grad Zagreb","Istarska Zupanija","Karlovacka Zupanija","Koprivnicko-Krizevacka Zupanija","Krapinsko-Zagorska Zupanija","Licko-Senjska Zupanija","Megimurska Zupanija","Osjecko-Baranjska Zupanija","Pozesko-Slavonska Zupanija","Primorsko-Goranska Zupanija","Sibensko-Kninska Zupanija","Sisacko-Moslavacka Zupanija","Splitsko-Dalmatinska Zupanija","Varazdinska Zupanija","Viroviticko-Podravska Zupanija","Vukovarsko-Srijemska Zupanija","Zadarska Zupanija","Zagreb County"],"cu":["Artemisa","La Habana","Las Tunas","Municipio Especial Isla de la Juventud","Provincia de Camagueey","Provincia de Ciego de Avila","Provincia de Cienfuegos","Provincia de Guantanamo","Provincia de Holguin","Provincia de Matanzas","Provincia de Pinar del Rio","Provincia de Sancti Spiritus","Provincia de Santiago de Cuba","Provincia de Villa Clara","Provincia Granma","Provincia Mayabeque"],"cy":["Eparchia Ammochosto","Eparchia Keryneias","Eparchia Larnakas","Eparchia Lefkosias","Eparchia Lemeso","Eparchia Pafo"],"cz":["Hlavni mesto Praha","Jihocesky kraj","Jihomoravsky kraj","Karlovarsky kraj","Kraj Vysocina","Kralovehradecky kraj","Liberecky kraj","Moravskoslezsky kraj","Olomoucky kraj","Pardubicky kraj","Plzensky kraj","Stredocesky kraj","Ustecky kraj","Zlinsky kraj"],"cd":["Bas Uele","Haut Uele","Haut-Lomani","Ituri","Kasai District","Kasai-Central","Kinshasa City","Kwango","Kwil","Lomami","Lualaba","Mai Ndombe","Mongala","Province de l\'Equateur","Province du Haut-Katanga","Province du Kasai Oriental","Province du Kongo Central","Province du Maniema","Province du Nord-Kiv","Province du Nord-Ubangi","Province du Sud-Ubangi","Sankur","South Kivu Province","Tanganika","Tshopo","Tshuapa"],"dk":["North Denmark Region","Region Hovedstaden","Region Midtjylland","Region Sjaelland","Region Syddanmark"],"dj":["Ali Sabieh Region","Arta Region","Dikhil","Djibouti Region","Obock","Tadjourah"],"dm":["Saint Andrew","Saint David","Saint George","Saint John","Saint Joseph","Saint Luke","Saint Mark","Saint Patrick","Saint Paul","Saint Peter"],"do":["Distrito Nacional","Provincia de Azua","Provincia de Baoruco","Provincia de Barahona","Provincia de Dajabon","Provincia de El Seibo","Provincia de Elias Pina","Provincia de Hato Mayor","Provincia de Hermanas Mirabal","Provincia de Independencia","Provincia de La Altagracia","Provincia de La Romana","Provincia de La Vega","Provincia de Monsenor Nouel","Provincia de Monte Cristi","Provincia de Monte Plata","Provincia de Pedernales","Provincia de Peravia","Provincia de Puerto Plata","Provincia de San Cristobal","Provincia de San Jose de Ocoa","Provincia de San Juan","Provincia de San Pedro de Macoris","Provincia de Santiago","Provincia de Santiago Rodriguez","Provincia de Santo Domingo","Provincia de Valverde","Provincia Duarte","Provincia Espaillat","Provincia Maria Trinidad Sanchez","Provincia Sanchez Ramirez","Samana Province"],"ec":["Provincia de Bolivar","Provincia de Cotopaxi","Provincia de El Oro","Provincia de Esmeraldas","Provincia de Francisco de Orellana","Provincia de Galapagos","Provincia de Imbabura","Provincia de Loja","Provincia de Los Rios","Provincia de Manabi","Provincia de Morona-Santiago","Provincia de Napo","Provincia de Pichincha","Provincia de Santa Elena","Provincia de Santo Domingo de los Tsachilas","Provincia de Sucumbios","Provincia de Zamora-Chinchipe","Provincia del Azuay","Provincia del Canar","Provincia del Carchi","Provincia del Chimborazo","Provincia del Guayas","Provincia del Pastaza","Provincia del Tungurahua"],"eg":["As Suways","Beheira Governorate","Cairo Governorate","Damietta Governorate","Ismailia Governorate","Kafr ash Shaykh","Muhafazat ad Daqahliyah","Muhafazat al Fayyum","Muhafazat al Gharbiyah","Muhafazat al Iskandariyah","Muhafazat al Jizah","Muhafazat al Minufiyah","Muhafazat al Minya","Muhafazat al Qalyubiyah","Muhafazat al Uqsur","Muhafazat al Wadi al Jadid","Muhafazat ash Sharqiyah","Muhafazat Aswan","Muhafazat Asyut","Muhafazat Bani Suwayf","Muhafazat Bur Sa\'id","Muhafazat Matruh","Muhafazat Qina","Muhafazat Shamal Sina\'","Muhafazat Suhaj","Red Sea Governorate","South Sinai Governorate"],"sv":["Departamento de Ahuachapan","Departamento de Cabanas","Departamento de Chalatenango","Departamento de Cuscatlan","Departamento de La Libertad","Departamento de La Paz","Departamento de La Union","Departamento de Morazan","Departamento de San Miguel","Departamento de San Salvador","Departamento de San Vicente","Departamento de Santa Ana","Departamento de Sonsonate","Departamento de Usulutan"],"gq":["Provincia de Annobon","Provincia de Bioko Norte","Provincia de Bioko Sur","Provincia de Centro Sur","Provincia de Kie-Ntem","Provincia de Litoral","Provincia de Wele-Nzas"],"er":["Anseba Region","Debub Region","Gash-Barka Region","Maekel Region","Northern Red Sea Region","Southern Red Sea Region"],"ee":["Harjumaa","Hiiumaa","Ida-Virumaa","Jarvamaa","Jogevamaa","Laane-Virumaa","Laeaenemaa","Paernumaa","Polvamaa","Raplamaa","Saaremaa","Tartumaa","Valgamaa","Viljandimaa","Vorumaa"],"et":["Adis Abeba Astedader","Afar Region","Amhara Region","Benishangul-Gumuz Region","Dire Dawa Region","Gambela Region","Harari Region","Oromiya Region","Somali Region","Southern Nations, Nationalities, and People\'s Region","Tigray Region"],"fk":[],"fo":["Eysturoyar sysla","Nordoyar sysla","Sandoyar Sysla","Streymoyar Sysla","Suduroyar sysla","Vaga Sysla"],"fm":["Chuuk","Kosrae","Pohnpei","Yap"],"fj":["Central Division","Eastern Division","Northern Division","Rotuma","Western Division"],"fi":["Etela-Pohjanmaa","Etelae-Karjala","Kainu","Kanta-Haeme","Keski-Pohjanmaa","Keski-Suomi","Kymenlaakso","Lapland","Paijanne-Tavastland","Pirkanmaa","Pohjanmaa","Pohjois-Karjala","Pohjois-Pohjanmaa","Pohjois-Savo","Satakunta","Southern Savonia","Uusimaa","Varsinais-Suomi"],"fr":["Auvergne-Rhone-Alpes","Bourgogne-Franche-Comte","Bretagne","Centre-Val de Loire","Corse","Grand-Est","Hauts-de-France","Ile-de-France","Normandy","Nouvelle-Aquitaine","Occitanie","Pays de la Loire","Provence-Alpes-Cote d\'Azur"],"gf":["Guyane"],"pf":["Iles Australes","Iles du Vent","Iles Marquises","Iles Sous-le-Vent","Iles Tuamotu-Gambier"],"tf":["Archipel des Crozet","Archipel des Kerguelen","Iles Eparses de l\'ocean Indien","Iles Saint-Paul et Nouvelle-Amsterdam","La Terre-Adelie"],"ga":["Estuaire","Province de l\'Ogooue-Ivindo","Province de l\'Ogooue-Lolo","Province de l\'Ogooue-Maritime","Province de la Ngounie","Province de la Nyanga","Province du Haut-Ogooue","Province du Moyen-Ogooue","Province du Woleu-Ntem"],"gm":["Banjul","Central River","Lower River Division","North Bank","Upper River","West Coast"],"ge":["Abkhazia","Ajaria","Guria","Imereti","K\'alak\'i T\'bilisi","Kakheti","Kvemo Kartli","Mtskheta-Mtianeti","Racha-Lechkhumi and Kvemo Svaneti","Samegrelo-Zemo Svanetis Mkhare","Samtskhe-Javakheti","Shida Kartli"],"de":["Baden-Wuerttemberg Region","Bavaria","Brandenburg","Bremen","Free and Hanseatic City of Hamburg","Hessen","Land Berlin","Lower Saxony","Mecklenburg-Western Pomerania","Nordrhein-Westfalen","Rheinland-Pfalz","Saarland","Saxony","Saxony-Anhalt","Schleswig-Holstein","Thuringia"],"gh":["Ashanti Region","Brong-Ahafo Region","Central Region","Eastern Region","Greater Accra Region","Northern Region","Upper East Region","Upper West Region","Volta Region","Western Region"],"gi":[],"gb":["England","Northern Ireland","Scotland","Wales"],"gr":["Attica","Central Greece","Central Macedonia","Crete","Eastern Macedonia and Thrace","Epirus","Ionian Islands","Mount Athos","North Aegean","Peloponnese","South Aegean","Thessaly","Western Greece","Western Macedonia"],"gl":["Kujalleq","Qaasuitsup","Qeqqata","Sermersooq"],"gd":["Carriacou and Petite Martinique","Saint Andrew","Saint David","Saint George","Saint John","Saint Mark","Saint Patrick"],"gp":["Guadeloupe"],"gt":["Departamento de Alta Verapaz","Departamento de Baja Verapaz","Departamento de Chimaltenango","Departamento de Chiquimula","Departamento de El Progreso","Departamento de Escuintla","Departamento de Guatemala","Departamento de Huehuetenango","Departamento de Izabal","Departamento de Jalapa","Departamento de Jutiapa","Departamento de Quetzaltenango","Departamento de Retalhule","Departamento de Sacatepequez","Departamento de San Marcos","Departamento de Santa Rosa","Departamento de Solola","Departamento de Suchitepequez","Departamento de Totonicapan","Departamento de Zacapa","Departamento del Peten","Departamento del Quiche"],"gn":["Boke Region","Conakry Region","Faranah Region","Kankan Region","Kindia Region","Labe Region","Mamou Region","Nzerekore Region"],"gw":["Bafata","Biombo","Bissau Region","Bolama","Cacheu Region","Gab","Oio Region","Quinara","Tombali"],"gy":["Barima-Waini Region","Cuyuni-Mazaruni Region","Demerara-Mahaica Region","East Berbice-Corentyne Region","Essequibo Islands-West Demerara Region","Mahaica-Berbice Region","Pomeroon-Supenaam Region","Potaro-Siparuni Region","Upper Demerara-Berbice Region","Upper Takutu-Upper Essequibo Region"],"ht":["Centre","Departement de l\'Artibonite","Departement de l\'Ouest","Departement de Nippes","Departement du Nord-Est","Grandans","Nord","Nord-Ouest","Sud","Sud-Est"],"hn":["Departamento de Atlantida","Departamento de Choluteca","Departamento de Colon","Departamento de Comayagua","Departamento de Copan","Departamento de Cortes","Departamento de El Paraiso","Departamento de Francisco Morazan","Departamento de Gracias a Dios","Departamento de Intibuca","Departamento de Islas de la Bahia","Departamento de La Paz","Departamento de Lempira","Departamento de Ocotepeque","Departamento de Olancho","Departamento de Santa Barbara","Departamento de Valle","Departamento de Yoro"],"hk":["Central and Western District","Eastern","Islands District","Kowloon City","Kwai Tsing","Kwun Tong","North","Sai Kung District","Sha Tin","Sham Shui Po","Southern","Tai Po District","Tsuen Wan District","Tuen Mun","Wan Chai","Wong Tai Sin","Yau Tsim Mong","Yuen Long District"],"hu":["Bacs-Kiskun county","Baranya county","Bekes County","Borsod-Abauj Zemplen county","Budapest","Csongrad megye","Fejer megye","Gyor-Moson-Sopron megye","Hajdu-Bihar","Heves megye","Jasz-Nagykun-Szolnok","Komarom-Esztergom","Nograd megye","Pest megye","Somogy megye","Szabolcs-Szatmar-Bereg","Tolna megye","Vas megye","Veszprem megye","Zala megye"],"is":["Austurland","Hoefudborgarsvaedi","Nordurland Eystra","Nordurland Vestra","Sudurland","Sudurnes","Vestfirdir","Vesturland"],"in":["Andhra Pradesh","Andaman and Nicobar Islands","Arunachal Pradesh","Assam","Bihar","Chandigarh","Chhattisgarh","Dadra and Nagar Haveli","Daman and Di","Goa","Gujarat","Haryana","Himachal Pradesh","Jammu and Kashmir","Jharkhand","Karnataka","Kerala","Lakshadweep","Madhya Pradesh","Maharashtra","Manipur","Meghalaya","Mizoram","National Capital Territory of Delhi","Nagaland","Odisha","Puducherry","Punjab","Rajasthan","Sikkim","Tamil Nad","Telangana","Tripura","Uttarakhand","Uttar Pradesh","West Bengal"],"id":["Banten","Daerah Istimewa Yogyakarta","Daerah Khusus Ibukota Jakarta","Jawa Barat","Jawa Timur","Kepulauan Bangka Belitung","Nanggroe Aceh Darussalam Province","North Kalimantan","Propinsi Bengkul","Provinsi Bali","Provinsi Gorontalo","Provinsi Jambi","Provinsi Jawa Tengah","Provinsi Kalimantan Barat","Provinsi Kalimantan Selatan","Provinsi Kalimantan Tengah","Provinsi Kalimantan Timur","Provinsi Kepulauan Ria","Provinsi Lampung","Provinsi Maluk","Provinsi Maluku Utara","Provinsi Nusa Tenggara Timur","Provinsi Papua","Provinsi Papua Barat","Provinsi Ria","Provinsi Sulawesi Barat","Provinsi Sulawesi Selatan","Provinsi Sumatera Barat","Sulawesi Tengah","Sulawesi Tenggara","Sulawesi Utara","Sumatera Selatan","Sumatera Utara","West Nusa Tenggara"],"ir":["Alborz","Bushehr","East Azerbaijan","Fars","Hormozgan","Isfahan","Kerman","Khuzestan","Ostan-e Ardabil","Ostan-e Azarbayjan-e Gharbi","Ostan-e Chahar Mahal va Bakhtiari","Ostan-e Gilan","Ostan-e Golestan","Ostan-e Hamadan","Ostan-e Ilam","Ostan-e Kermanshah","Ostan-e Khorasan-e Jonubi","Ostan-e Khorasan-e Razavi","Ostan-e Khorasan-e Shomali","Ostan-e Kohgiluyeh va Bowyer Ahmad","Ostan-e Kordestan","Ostan-e Lorestan","Ostan-e Markazi","Ostan-e Mazandaran","Ostan-e Qazvin","Ostan-e Semnan","Ostan-e Tehran","Ostan-e Zanjan","Qom","Sistan and Baluchestan","Yazd"],"iq":["An Najaf","Dihok","Diyala","Muhafazat al Anbar","Muhafazat al Basrah","Muhafazat al Muthanna","Muhafazat al Qadisiyah","Muhafazat Arbil","Muhafazat as Sulaymaniyah","Muhafazat Babil","Muhafazat Baghdad","Muhafazat Dhi Qar","Muhafazat Karbala\'","Muhafazat Kirkuk","Muhafazat Maysan","Muhafazat Ninawa","Muhafazat Salah ad Din","Muhafazat Wasit"],"ie":["Connaught","Leinster","Munster","Ulster"],"il":["Central District","Haifa","Jerusalem","Northern District","Southern District","Tel Aviv District"],"it":["Abruzzo","Basilicata","Calabria","Campania","Emilia-Romagna","Friuli Venezia Giulia","Lazio","Liguria","Lombardia","Marche","Molise","Piemonte","Puglia","Regione Autonoma Valle d\'Aosta","Sardegna","Sicilia","Toscana","Trentino-Alto Adige","Umbria","Veneto"],"jm":["Clarendon","Kingston","Manchester","Parish of Hanover","Parish of Saint Ann","Portland","Saint Andrew","Saint Catherine","Saint Elizabeth","Saint James","Saint Mary","Saint Thomas","Trelawny","Westmoreland"],"jp":["Aichi-ken","Akita","Aomori-ken","Chiba-ken","Ehime","Fukui","Fukuoka Prefecture","Fukushima-ken","Gif","Gunma-ken","Hiroshima-ken","Hokkaido","Hyogo","Ibaraki","Ishikawa-ken","Iwate","Kagawa-ken","Kagoshima-ken","Kanagawa","Kochi Prefecture","Kumamoto","Kyoto Prefecture","Mie-ken","Miyagi-ken","Miyazaki","Nagano-ken","Nagasaki Prefecture","Nara-ken","Niigata-ken","Oita Prefecture","Okayama-ken","Okinawa","Osaka-f","Saga-ken","Saitama-ken","Shiga","Shimane-ken","Shizuoka","Tochigi","Tokushima-ken","Tokyo Prefecture","Tottori","Toyama-ken","Wakayama","Yamagata-ken","Yamaguchi","Yamanashi"],"jo":["Ajloun","Al Karak","Al Mafraq","Amman Governorate","Irbid","Jerash","Muhafazat al \'Aqabah","Muhafazat al Balqa\'","Muhafazat at Tafilah","Muhafazat az Zarqa\'","Muhafazat Ma\'an","Muhafazat Madaba"],"kz":["Aktyubinskaya Oblast\'","Almaty Oblysy","Almaty Qalasy","Aqmola Oblysy","Astana Qalasy","Atyrau Oblysy","Baikonur","East Kazakhstan","Mangistauskaya Oblast\'","North Kazakhstan","Pavlodar Oblysy","Qaraghandy Oblysy","Qostanay Oblysy","Qyzylorda Oblysy","South Kazakhstan","West Kazakhstan","Zhambyl Oblysy"],"ke":["Baringo District","Bomet District","Bungoma District","Busia District","Embu District","Garissa District","Homa Bay District","Isiolo District","Kajiado District","Kakamega District","Kericho District","Kiambu District","Kilifi District","Kirinyaga District","Kisii District","Kisum","Kitui District","Kwale District","Laikipia District","Lam","Machakos District","Makueni District","Mandera District","Marakwet District","Marsabit District","Mer","Migori District","Mombasa District","Murang\'a District","Nairobi Province","Nakuru District","Nandi South District","Narok District","Nyamira District","Nyandarua District","Nyeri District","Samburu District","Siaya District","Taita Taveta District","Tana River District","Tharaka District","Trans Nzoia District","Turkana District","Uasin Gish","Vihiga District","Wajir District","West Pokot District"],"ki":["Gilbert Islands","Line Islands","Phoenix Islands"],"kp":["Chagang-do","Hambuk","Hamnam","Hwanghae-bukto","Hwanghae-namdo","Kangwon-do","P\'yongan-bukto","P\'yongan-namdo","Pyongyang","Rason","Ryanggang"],"kr":["Busan","Chungcheongbuk-do","Chungcheongnam-do","Daeg","Daejeon","Gangwon-do","Gwangj","Gyeonggi-do","Gyeongsangbuk-do","Gyeongsangnam-do","Incheon","Jeju-do","Jeollabuk-do","Jeollanam-do","Sejong-si","Seoul","Ulsan"],"kw":["Al Asimah Governorate","Muhafazat al Ahmadi","Muhafazat al Farwaniyah","Muhafazat al Jahra\'","Muhafazat Hawalli","Muhafazat Mubarak al Kabir"],"kg":["Batken","Chuyskaya Oblast\'","Gorod Bishkek","Issyk-Kul Region","Jalal-Abad oblast","Naryn oblast","Osh City","Osh Oblasty","Talas"],"la":["Attap","Bolikhamxai","Champasak","Houaphan","Khammouan","Khoueng Bokeo","Khoueng Oudomxai","Khoueng Phongsali","Khoueng Savannakhet","Khoueng Xekong","Louangnamtha","Luang Prabang Province","Salavan","Vientiane Prefecture","Vientiane Province","Xaignabouli","Xaisomboun Province","Xiangkhouang"],"lv":["Adazu Novads","Aglonas Novads","Aizkraukles Rajons","Aizputes Novads","Aknistes Novads","Alojas Novads","Alsungas Novads","Aluksnes Novads","Amatas Novads","Apes Novads","Auces Novads","Babites Novads","Baldones Novads","Baltinavas Novads","Balvu Novads","Bauskas Novads","Beverinas Novads","Brocenu Novads","Burtnieku Novads","Carnikavas Novads","Cesu Novads","Cesvaines Novads","Ciblas Novads","Dagdas Novads","Daugavpils","Daugavpils municipality","Dobeles Rajons","Dundagas Novads","Durbes Novads","Engures Novads","Erglu Novads","Garkalne Municipality","Grobinas Novads","Gulbenes Rajons","Iecavas Novads","Ikskiles Novads","Ilukstes Novads","Incukalna Novads","Jaunjelgavas Novads","Jaunpiebalgas Novads","Jaunpils Novads","Jekabpils","Jekabpils Municipality","Jelgava","Jelgavas Rajons","Jurmala","Kandavas Novads","Karsavas Novads","Keguma Novads","Kekavas Novads","Kocenu Novads","Kokneses Novads","Kraslavas Rajons","Krimuldas Novads","Krustpils Novads","Kuldigas Rajons","Lielvardes Novads","Liepaja","Ligatnes Novads","Limbazu Rajons","Livanu Novads","Lubanas Novads","Ludzas Rajons","Madona Municipality","Malpils Novads","Marupes Novads","Mazsalacas Novads","Mersraga Novads","Nauksenu Novads","Neretas Novads","Nicas Novads","Ogres novads","Olaines Novads","Ozolnieku Novads","Pargaujas Novads","Pavilostas Novads","Plavinu Novads","Preili Municipality","Priekules Novads","Priekuli Municipality","Raunas Novads","Rezekne","Rezeknes Novads","Riebinu Novads","Riga","Rojas Novads","Ropazu Novads","Rucavas Novads","Rugaju Novads","Rujienas Novads","Rundales Novads","Salacgrivas Novads","Salas Novads","Salaspils Novads","Saldus Municipality","Saulkrastu Novads","Sejas Novads","Siguldas Novads","Skriveru Novads","Skrundas Novads","Smiltenes Novads","Stopinu Novads","Strencu Novads","Talsi Municipality","Tervetes Novads","Tukuma Rajons","Vainodes Novads","Valka Municipality","Valmiera District","Varaklanu Novads","Varkavas Novads","Vecpiebalgas Novads","Vecumnieku Novads","Ventspils","Ventspils Municipality","Viesites Novads","Vilakas Novads","Vilanu Novads","Zilupes Novads"],"lb":["Beyrouth","Mohafazat Aakkar","Mohafazat Baalbek-Hermel","Mohafazat Beqaa","Mohafazat Liban-Nord","Mohafazat Liban-Sud","Mohafazat Mont-Liban","Mohafazat Nabatiye"],"ls":["Berea","Butha-Buthe","Leribe District","Mafeteng District","Maser","Mohale\'s Hoek District","Mokhotlong","Qacha\'s Nek","Quthing","Thaba-Tseka"],"lr":["Bomi County","Bong County","Gbarpolu County","Grand Bassa County","Grand Cape Mount County","Grand Gedeh County","Grand Kru County","Lofa County","Margibi County","Maryland County","Montserrado County","Nimba County","River Cess County","River Gee County","Sinoe County"],"ly":["Al Jufrah","Al Kufrah","Al Marj","Al Marqab","Darnah","Jabal al Gharbi District","Murzuq","Sha`biyat Nalut","Sha\'biyat al Butnan","Sha\'biyat al Jabal al Akhdar","Sha\'biyat al Jafarah","Sha\'biyat al Wahat","Sha\'biyat an Nuqat al Khams","Sha\'biyat az Zawiyah","Sha\'biyat Banghazi","Sha\'biyat Ghat","Sha\'biyat Misratah","Sha\'biyat Sabha","Sha\'biyat Wadi al Hayat","Sha\'biyat Wadi ash Shati\'","Surt","Tripoli"],"li":["Balzers","Eschen","Gamprin","Mauren","Planken","Ruggell","Schaan","Schellenberg","Triesen","Triesenberg","Vaduz"],"lt":["Alytus County","Kaunas County","Klaipeda County","Marijampole County","Panevezys","Siauliai County","Taurage County","Telsiu apskritis","Utena County","Vilniaus apskritis"],"lu":["Canton d\'Echternach","Canton d\'Esch-sur-Alzette","Capellen","Clervaux","Diekirch","Grevenmacher","Luxembourg","Mersch","Redange","Remich","Vianden","Wiltz"],"mo":[],"mk":["Aerodrom","Berovo","Bitola","Bogdanci","Bogovinje","Bosilovo","Brvenica","Butel","Cair","Cesinovo-Oblesevo","Debar","Debarca","Demir Hisar","Demir Kapija","Dolneni","Drugovo","Gazi Baba","Gevgelija","Gostivar","Grad Skopje","Gradsko","Ilinden","Jegunovce","Karbinci","Kavadarci","Kisela Voda","Kratovo","Kriva Palanka","Kumanovo","Lozovo","Makedonska Kamenica","Makedonski Brod","Mogila","Negotino","Novaci","Novo Selo","Ohrid","Opstina Aracinovo","Opstina Caska","Opstina Centar","Opstina Centar Zupa","Opstina Cucer-Sandevo","Opstina Delcevo","Opstina Dojran","Opstina Gjorce Petrov","Opstina Karpos","Opstina Kicevo","Opstina Kocani","Opstina Konce","Opstina Krivogastani","Opstina Krusevo","Opstina Lipkovo","Opstina Mavrovo i Rostusa","Opstina Pehcevo","Opstina Probistip","Opstina Radovis","Opstina Rankovce","Opstina Sopiste","Opstina Staro Nagoricane","Opstina Stip","Opstina Studenicani","Opstina Vevcani","Opstina Vranestica","Opstina Vrapciste","Opstina Zelino","Oslomej","Petrovec","Plasnica","Prilep","Resen","Rosoman","Saraj","Struga","Strumica","Suto Orizari","Sveti Nikole","Tearce","Tetovo","Valandovo","Vasilevo","Veles","Vinica","Zajas","Zelenikovo","Zrnovci"],"mg":["Alaotra Mangoro Region","Amoron\'i Mania Region","Analamanga Region","Analanjirofo Region","Androy Region","Anosy Region","Atsimo-Andrefana Region","Atsimo-Atsinanana Region","Atsinanana Region","Betsiboka Region","Boeny Region","Bongolava Region","Diana Region","Haute Matsiatra Region","Ihorombe Region","Itasy Region","Melaky Region","Menabe Region","Sava Region","Sofia Region","Vakinankaratra Region","Vatovavy Fitovinany Region"],"mw":["Central Region","Northern Region","Southern Region"],"my":["Johor","Kedah","Kelantan","Kuala Lumpur","Labuan","Melaka","Negeri Sembilan","Pahang","Perak","Perlis","Pulau Pinang","Putrajaya","Sabah","Sarawak","Selangor","Terenggan"],"mv":["Alifu Atholh","Baa Atholh","Dhaalu Atholh","Faafu Atholh","Gaafu Alifu Atholh","Gaafu Dhaalu Atholh","Gnaviyani Atholh","Haa Alifu Atholh","Haa Dhaalu Atholh","Kaafu Atoll","Laamu Atholh","Lhaviyani Atholh","Meemu Atholh","Noonu Atoll","Raa Atholh","Seenu Atholh","Shaviyani Atholh","Southern Ari Atoll","Thaa Atholh","Vaavu Atholh"],"ml":["Bamako Region","Gao Region","Kayes Region","Kidal Region","Koulikoro Region","Mopti Region","Segou Region","Sikasso Region","Tombouctou Region"],"mt":["Attard","Balzan","Birkirkara","Birzebbuga","Bormla","Dingli","Ghajnsielem","Hal Gharghur","Hal Ghaxaq","Haz-Zabbar","Haz-Zebbug","Il-Belt Valletta","Il-Birg","Il-Fgura","Il-Fontana","Il-Furjana","Il-Gudja","Il-Gzira","Il-Hamrun","Il-Kalkara","Il-Marsa","Il-Mellieha","Il-Mosta","Il-Munxar","Il-Qala","Il-Qrendi","In-Nadur","In-Naxxar","Ir-Rabat","Is-Siggiewi","Is-Swieqi","Ix-Xaghra","Ix-Xewkija","Ix-Xghajra","Iz-Zebbug","Iz-Zejtun","Iz-Zurrieq","Kirkop","L-Gharb","L-Ghasri","L-Iklin","L-Imdina","L-Imgarr","L-Imqabba","L-Imsida","L-Imtarfa","L-Isla","Lija","Luqa","Marsaskala","Marsaxlokk","Paola","Pembroke","Qormi","Safi","Saint John","Saint Julian\'s","Saint Lawrence","Saint Lucia","Saint Paul\'s Bay","Saint Venera","Sannat","Ta\' Kercem","Ta\' Xbiex","Tal-Pieta","Tarxien","Tas-Sliema","Victoria"],"mh":["Ailinginae Atoll","Ailinglaplap Atoll","Ailuk Atoll","Arno Atoll","Aur Atoll","Bikar Atoll","Bikini Atoll","Bokak Atoll","Ebon Atoll","Enewetak Atoll","Erikub Atoll","Jabat Island","Jaluit Atoll","Jemo Island","Kili Island","Kwajalein Atoll","Lae Atoll","Lib Island","Likiep Atoll","Majuro Atoll","Maloelap Atoll","Mejit Island","Mili Atoll","Namdrik Atoll","Namu Atoll","Rongelap Atoll","Rongrik Atoll","Taka Atoll","Ujae Atoll","Ujelang Atoll","Utrik Atoll","Wotho Atoll","Wotje Atoll"],"mq":["Martinique"],"mr":["Adrar","Assaba","Brakna","Dakhlet Nouadhibo","Gorgol","Guidimaka","Hodh ech Chargui","Hodh El Gharbi","Inchiri","Nouakchott Nord","Nouakchott Ouest","Nouakchott Sud","Tagant","Tiris Zemmour","Wilaya du Trarza"],"mu":["Agalega Islands","Black River District","Cargados Carajos","Flacq District","Grand Port District","Moka District","Pamplemousses District","Plaines Wilhems District","Port Louis District","Riviere du Rempart District","Rodrigues","Savanne District"],"yt":["Acoua","Bandraboua","Bandrele","Boueni","Chiconi","Chirongui","Dembeni","Dzaoudzi","Kani-Keli","Koungo","M\'Tsangamouji","Mamoudzo","Mtsamboro","Ouangani","Pamandzi","Sada","Tsingoni"],"mx":["Ciudad de Mexico","Estado de Aguascalientes","Estado de Baja California","Estado de Baja California Sur","Estado de Campeche","Estado de Chiapas","Estado de Chihuahua","Estado de Coahuila de Zaragoza","Estado de Colima","Estado de Durango","Estado de Guanajuato","Estado de Guerrero","Estado de Hidalgo","Estado de Jalisco","Estado de Mexico","Estado de Michoacan de Ocampo","Estado de Morelos","Estado de Nayarit","Estado de Nuevo Leon","Estado de Oaxaca","Estado de Puebla","Estado de Queretaro","Estado de Quintana Roo","Estado de San Luis Potosi","Estado de Sinaloa","Estado de Sonora","Estado de Tabasco","Estado de Tamaulipas","Estado de Tlaxcala","Estado de Veracruz-Llave","Estado de Yucatan","Estado de Zacatecas"],"md":["Anenii Noi","Basarabeasca","Briceni","Cantemir","Cimislia","Criuleni","Donduseni","Falesti","Floresti","Gagauzia","Glodeni","Hincesti","Ialoveni","Leova","Municipiul Balti","Municipiul Bender","Municipiul Chisina","Nisporeni","Orhei","Raionul Cahul","Raionul Calarasi","Raionul Causeni","Raionul Drochia","Raionul Dubasari","Raionul Edinet","Raionul Ocnita","Raionul Soroca","Raionul Stefan Voda","Raionul Straseni","Raionul Ungheni","Rezina","Riscani","Singerei","Soldanesti","Taraclia","Telenesti","Unitatea Teritoriala din Stinga Nistrului"],"mc":["Commune de Monaco"],"mn":["Arhangay Aymag","Bayan-OElgiy Aymag","Bayanhongor Aymag","Bulgan","Darhan-Uul Aymag","Dornod Aymag","Dornogovi Aymag","Dundgovi Aymag","Dzavhan Aymag","Govi-Altay Aymag","Govi-Sumber","Hentiy Aymag","Hovd","Hovsgol Aymag","OEmnoegovi Province","OEvoerhangay Aymag","Orhon Aymag","Selenge Aymag","Suhbaatar Aymag","Tov Aymag","Ulaanbaatar Hot","Uvs Aymag"],"ms":["Parish of Saint Anthony","Parish of Saint Georges","Parish of Saint Peter"],"ma":["Beni Mellal-Khenifra","Casablanca-Settat","Dakhla-Oued Ed-Dahab","Draa-Tafilalet","Fes-Meknes","Guelmim-Oued Noun","Laayoune-Sakia El Hamra","Marrakesh-Safi","Oriental","Rabat-Sale-Kenitra","Souss-Massa","Tanger-Tetouan-Al Hoceima"],"mz":["Cabo Delgado Province","Cidade de Maputo","Gaza Province","Inhambane Province","Manica Province","Maputo Province","Nampula","Niassa Province","Provincia de Zambezia","Sofala Province","Tete"],"mm":["Ayeyawady Region","Bago Region","Chin State","Kachin State","Kayah State","Kayin State","Magway Region","Mandalay Region","Mon State","Nay Pyi Taw","Rakhine State","Sagaing Region","Shan State","Taninthayi Region","Yangon Region"],"na":["Erongo","Hardap","Karas","Kavango East Region","Kavango West Region","Khomas","Kunene","Ohangwena","Omaheke","Omusati","Oshana","Oshikoto","Otjozondjupa","Zambezi Region"],"nr":["Aiwo District","Anabar District","Anetan District","Anibare District","Baiti District","Boe District","Buada District","Denigomodu District","Ewa District","Ijuw District","Meneng District","Nibok District","Uaboe District","Yaren"],"np":["Madhya Pashchimanchal","Madhyamanchal","Pashchimanchal","Patheka","Purwanchal","Sudur Pashchimanchal"],"nl":["Provincie Drenthe","Provincie Flevoland","Provincie Friesland","Provincie Gelderland","Provincie Groningen","Provincie Limburg","Provincie Noord-Brabant","Provincie Noord-Holland","Provincie Overijssel","Provincie Utrecht","Provincie Zeeland","Provincie Zuid-Holland"],"an":[],"nc":["Province des iles Loyaute","Province Nord","Province Sud"],"nz":["Auckland","Bay of Plenty","Canterbury","Chatham Islands","Gisborne","Hawke\'s Bay","Manawatu-Wanganui","Marlborough","Nelson","Northland","Otago","Southland","Taranaki","Tasman","Waikato","Wellington","West Coast"],"ni":["Costa Caribe Sur","Departamento de Boaco","Departamento de Carazo","Departamento de Chinandega","Departamento de Chontales","Departamento de Esteli","Departamento de Granada","Departamento de Jinotega","Departamento de Leon","Departamento de Madriz","Departamento de Managua","Departamento de Masaya","Departamento de Matagalpa","Departamento de Nueva Segovia","Departamento de Rio San Juan","Departamento de Rivas","North Atlantic Autonomous Region (RAAN)"],"ne":["Agadez","Diffa","Dosso Region","Maradi","Niamey","Tahoua","Tillaberi Region","Zinder"],"ng":["Abia State","Adamawa State","Akwa Ibom State","Anambra State","Bauchi State","Bayelsa State","Benue State","Borno State","Cross River State","Delta State","Ebonyi State","Edo","Ekiti State","Enugu State","Federal Capital Territory","Gombe State","Imo State","Jigawa State","Kaduna State","Kano State","Katsina State","Kebbi State","Kogi State","Kwara State","Lagos State","Nasarawa State","Niger State","Ogun State","Ondo State","Osun State","Oyo State","Plateau State","Rivers State","Sokoto State","Taraba State","Yobe State","Zamfara State"],"nu":[],"nf":[],"mp":["Northern Islands Municipality","Rota Municipality","Saipan Municipality","Tinian Municipality"],"no":["Akershus fylke","Aust-Agder fylke","Buskerud fylke","Finnmark Fylke","Hedmark fylke","Hordaland Fylke","More og Romsdal fylke","Nord-Trondelag Fylke","Nordland Fylke","Oppland fylke","Oslo County","Ostfold fylke","Rogaland Fylke","Sogn og Fjordane Fylke","Sor-Trondelag Fylke","Telemark fylke","Troms Fylke","Vest-Agder Fylke","Vestfold fylke"],"gg":["Alderney","Castel","Forest","Saint Andrew","Saint Martin","Saint Peter Port","Saint Pierre du Bois","Saint Sampson","Saint Saviour","Torteval","Vale"],"om":["Al Batinah North Governorate","Al Batinah South Governorate","Ash Sharqiyah South","Az Zahirah","Muhafazat ad Dakhiliyah","Muhafazat al Buraymi","Muhafazat al Wusta","Muhafazat Masqat","Muhafazat Shamal ash Sharqiyah","Muhafazat Zufar","Musandam"],"pk":["Azad Kashmir","Balochistan","Federally Administered Tribal Areas","Gilgit-Baltistan","Islamabad","Khyber Pakhtunkhwa Province","Punjab Province","Sindh"],"pw":["Aimeliik","Airai","Angaur","Hatohobei","Kayangel","Koror","Melekeok","Ngaraard","Ngarchelong","Ngardma","Ngatpang","Ngchesar","Ngeremlengui","Ngiwal","Peleli","Sonsorol"],"ps":["Gaza Strip","West Bank"],"pa":["Embera-Wounaan","Guna Yala","Ngoebe-Bugle","Panama Oeste","Provincia de Bocas del Toro","Provincia de Chiriqui","Provincia de Cocle","Provincia de Colon","Provincia de Herrera","Provincia de Los Santos","Provincia de Panama","Provincia de Veraguas","Provincia del Darien"],"pg":["Bougainville","Central Province","Chimbu Province","East New Britain Province","East Sepik Province","Eastern Highlands Province","Enga Province","Gulf Province","Hela","Jiwaka","Madang Province","Manus Province","Milne Bay Province","Morobe Province","National Capital District","New Ireland Province","Northern Province","Southern Highlands Province","West New Britain Province","West Sepik Province","Western Highlands Province","Western Province"],"py":["Asuncion","Departamento Central","Departamento de Alto Paraguay","Departamento de Boqueron","Departamento de Caaguaz","Departamento de Caazapa","Departamento de Canindey","Departamento de Concepcion","Departamento de Itapua","Departamento de la Cordillera","Departamento de Misiones","Departamento de Neembuc","Departamento de Paraguari","Departamento de Presidente Hayes","Departamento de San Pedro","Departamento del Alto Parana","Departamento del Amambay","Departamento del Guaira"],"pe":["Amazonas","Ancash","Apurimac","Arequipa","Ayacucho","Cajamarca","Callao","Cusco","Departamento de Moquegua","Huancavelica","Ica","Junin","La Libertad","Lambayeque","Lima","Loreto","Madre de Dios","Pasco","Piura","Provincia de Lima","Puno","Region de Huanuco","Region de San Martin","Tacna","Tumbes","Ucayali"],"ph":["Autonomous Region in Muslim Mindanao","Bicol","Cagayan Valley","Calabarzon","Caraga","Central Luzon","Central Visayas","Cordillera Administrative Region","Davao","Eastern Visayas","Ilocos","Mimaropa","National Capital Region","Negros Island Region","Northern Mindanao","Soccsksargen","Western Visayas","Zamboanga Peninsula"],"pn":[],"pl":["Wojewodztwo Dolnoslaskie","Wojewodztwo Kujawsko-Pomorskie","Wojewodztwo Lodzkie","Wojewodztwo Lubelskie","Wojewodztwo Lubuskie","Wojewodztwo Malopolskie","Wojewodztwo Mazowieckie","Wojewodztwo Opolskie","Wojewodztwo Podkarpackie","Wojewodztwo Podlaskie","Wojewodztwo Pomorskie","Wojewodztwo Slaskie","Wojewodztwo Swietokrzyskie","Wojewodztwo Warminsko-Mazurskie","Wojewodztwo Wielkopolskie","Wojewodztwo Zachodniopomorskie"],"pt":["Azores","Distrito da Guarda","Distrito de Aveiro","Distrito de Beja","Distrito de Braga","Distrito de Braganca","Distrito de Castelo Branco","Distrito de Coimbra","Distrito de Evora","Distrito de Faro","Distrito de Leiria","Distrito de Lisboa","Distrito de Portalegre","Distrito de Santarem","Distrito de Setubal","Distrito de Viana do Castelo","Distrito de Vila Real","Distrito de Vise","Distrito do Porto","Madeira"],"qa":["Al Wakrah","Baladiyat ad Dawhah","Baladiyat al Khawr wa adh Dhakhirah","Baladiyat ar Rayyan","Baladiyat ash Shamal","Baladiyat az Za\'ayin","Baladiyat Umm Salal"],"re":["Reunion"],"ro":["Arad","Bihor","Bucuresti","Constanta","Covasna","Dolj","Giurgi","Gorj","Harghita","Hunedoara","Ilfov","Judetul Alba","Judetul Arges","Judetul Baca","Judetul Bistrita-Nasaud","Judetul Botosani","Judetul Braila","Judetul Brasov","Judetul Buza","Judetul Calarasi","Judetul Caras-Severin","Judetul Cluj","Judetul Dambovita","Judetul Galati","Judetul Ialomita","Judetul Iasi","Judetul Maramures","Judetul Mehedinti","Judetul Mures","Judetul Neamt","Judetul Salaj","Judetul Sibi","Judetul Timis","Judetul Valcea","Olt","Prahova","Satu Mare","Suceava","Teleorman","Tulcea","Vaslui","Vrancea"],"ru":["Altayskiy Kray","Amurskaya Oblast\'","Arkhangel\'skaya Oblast\'","Astrakhanskaya Oblast\'","Bashkortostan","Belgorodskaya Oblast\'","Bryanskaya Oblast\'","Chechenskaya Respublika","Chelyabinskaya Oblast\'","Chukotskiy Avtonomnyy Okrug","Chuvashskaya Respublika","Dagestan","Irkutskaya Oblast\'","Ivanovskaya Oblast\'","Kabardino-Balkarskaya Respublika","Kaliningradskaya Oblast\'","Kalmykiya","Kaluzhskaya Oblast\'","Kamtchatski Kray","Karachayevo-Cherkesiya","Kemerovskaya Oblast\'","Khabarovskiy Kray","Khanty-Mansiyskiy Avtonomnyy Okrug-Yugra","Kirovskaya Oblast\'","Komi","Kostromskaya Oblast\'","Krasnodarskiy Kray","Krasnoyarskiy Kray","Kurganskaya Oblast\'","Kurskaya Oblast\'","Leningradskaya Oblast\'","Lipetskaya Oblast\'","Magadanskaya Oblast\'","Moscow Oblast","Moskva","Murmanskaya Oblast\'","Nenetskiy Avtonomnyy Okrug","Nizhegorodskaya Oblast\'","North Ossetia","Novgorodskaya Oblast\'","Novosibirskaya Oblast\'","Omskaya Oblast\'","Orenburgskaya Oblast\'","Orlovskaya Oblast\'","Penzenskaya Oblast\'","Perm Krai","Primorskiy Kray","Pskovskaya Oblast\'","Respublika Adygeya","Respublika Altay","Respublika Buryatiya","Respublika Ingushetiya","Respublika Kareliya","Respublika Khakasiya","Respublika Mariy-El","Respublika Mordoviya","Respublika Sakha (Yakutiya)","Respublika Tyva","Rostovskaya Oblast\'","Ryazanskaya Oblast\'","Sakhalinskaya Oblast\'","Samarskaya Oblast\'","Sankt-Peterburg","Saratovskaya Oblast\'","Smolenskaya Oblast\'","Stavropol\'skiy Kray","Sverdlovskaya Oblast\'","Tambovskaya Oblast\'","Tatarstan","Tomskaya Oblast\'","Tul\'skaya Oblast\'","Tverskaya Oblast\'","Tyumenskaya Oblast\'","Udmurtskaya Respublika","Ulyanovsk Oblast","Vladimirskaya Oblast\'","Volgogradskaya Oblast\'","Vologodskaya Oblast\'","Voronezhskaya Oblast\'","Yamalo-Nenetskiy Avtonomnyy Okrug","Yaroslavskaya Oblast\'","Yevreyskaya Avtonomnaya Oblast\'","Zabaykal\'skiy Kray"],"rw":["Eastern Province","Kigali Province","Northern Province","Southern Province","Western Province"],"gs":[],"sh":["Ascension","Saint Helena","Tristan da Cunha"],"kn":["Christ Church Nichola Town","Saint Anne Sandy Point","Saint George Basseterre","Saint George Gingerland","Saint James Windward","Saint John Capesterre","Saint John Figtree","Saint Mary Cayon","Saint Paul Capesterre","Saint Paul Charlestown","Saint Peter Basseterre","Saint Thomas Lowland","Saint Thomas Middle Island","Trinity Palmetto Point"],"lc":["Anse-la-Raye","Canaries","Castries","Choiseul","Dennery","Gros-Islet","Laborie","Micoud","Soufriere","Vieux-Fort"],"pm":["Commune de Saint-Pierre","Miquelon-Langlade"],"vc":["Grenadines","Parish of Charlotte","Parish of Saint Andrew","Parish of Saint David","Parish of Saint George","Parish of Saint Patrick"],"ws":["A\'ana","Aiga-i-le-Tai","Atua","Fa\'asaleleaga","Gaga\'emauga","Gagaifomauga","Palauli","Satupa\'itea","Tuamasaga","Va\'a-o-Fonoti","Vaisigano"],"sm":["Castello di Acquaviva","Castello di Borgo Maggiore","Castello di Domagnano","Castello di Faetano","Castello di Fiorentino","Castello di Montegiardino","Castello di San Marino Citta","Chiesanuova","Serravalle"],"st":["Principe","Sao Tome"],"sa":["Al Jawf","Al Madinah al Munawwarah","Al Mintaqah ash Sharqiyah","Al-Qassim Province","Hai\'l Region","Jizan Region","Makkah Province","Mintaqat \'Asir","Mintaqat al Bahah","Mintaqat al Hudud ash Shamaliyah","Mintaqat ar Riyad","Mintaqat Najran","Mintaqat Tabuk"],"sn":["Dakar","Diourbel","Fatick","Kaolack","Kolda","Louga","Matam","Region de Kaffrine","Region de Kedougo","Region de Sedhio","Region de Thies","Saint-Louis","Tambacounda","Ziguinchor"],"sc":["Anse aux Pins","Anse Boilea","Anse Etoile","Anse Royale","Au Cap","Baie Lazare","Baie Sainte Anne","Beau Vallon","Bel Air","Bel Ombre","Cascade","English River","Glacis","Grand Anse Mahe","Grand Anse Praslin","Inner Islands","Les Mamelles","Mont Buxton","Mont Fleuri","Plaisance","Pointe Larue","Port Glaud","Roche Caiman","Saint Louis","Takamaka"],"sl":["Eastern Province","Northern Province","Southern Province","Western Area"],"sg":["Central Singapore Community Development Council","North East Community Development Region","North West Community Development Council","South East Community Development Council","South West Community Development Council"],"sk":["Banska Bystrica","Bratislava","Kosice","Nitra","Presov","Trencin","Trnava","Zilina"],"si":["Ankaran","Beltinci","Benedikt","Bistrica ob Sotli","Bloke","Bohinj","Borovnica","Brda","Brezovica","Cankova","Celje","Cerklje na Gorenjskem","Cerknica","Cerkno","Cerkvenjak","Cirkulane","Destrnik","Dobje","Dobrepolje","Dobrna","Dobrova-Polhov Gradec","Dobrovnik","Dol pri Ljubljani","Dolenjske Toplice","Dornava","Dravograd","Duplek","Gorenja Vas-Poljane","Gorje","Gornja Radgona","Gornji Grad","Gornji Petrovci","Grad","Grosuplje","Hajdina","Hodos","Horjul","Hrastnik","Hrpelje-Kozina","Idrija","Ig","Ilirska Bistrica","Izola","Jesenice","Jezersko","Kamnik","Kanal","Kobilje","Komen","Komenda","Koper","Kostanjevica na Krki","Kostel","Kozje","Kranj","Kranjska Gora","Kungota","Kuzma","Lenart","Lendava","Litija","Ljubno","Ljutomer","Log-Dragomer","Logatec","Lovrenc na Pohorj","Lukovica","Makole","Maribor","Markovci","Medvode","Mestna Obcina Ljubljana","Mestna Obcina Novo mesto","Metlika","Miren-Kostanjevica","Mirna","Mislinja","Mokronog-Trebelno","Moravske Toplice","Mozirje","Murska Sobota","Muta","Naklo","Nazarje","Nova Gorica","Obcina Ajdovscina","Obcina Apace","Obcina Bled","Obcina Bovec","Obcina Braslovce","Obcina Brezice","Obcina Crensovci","Obcina Crna na Koroskem","Obcina Crnomelj","Obcina Divaca","Obcina Domzale","Obcina Gorisnica","Obcina Hoce-Slivnica","Obcina Ivancna Gorica","Obcina Jursinci","Obcina Kidricevo","Obcina Kobarid","Obcina Kocevje","Obcina Krizevci","Obcina Krsko","Obcina Lasko","Obcina Loska Dolina","Obcina Loski Potok","Obcina Luce","Obcina Majsperk","Obcina Menges","Obcina Mezica","Obcina Miklavz na Dravskem Polj","Obcina Mirna Pec","Obcina Moravce","Obcina Ormoz","Obcina Podcetrtek","Obcina Poljcane","Obcina Race-Fram","Obcina Radece","Obcina Ravne na Koroskem","Obcina Razkrizje","Obcina Recica ob Savinji","Obcina Rence-Vogrsko","Obcina Rogaska Slatina","Obcina Rogasovci","Obcina Ruse","Obcina Salovci","Obcina Semic","Obcina Sempeter-Vrtojba","Obcina Sencur","Obcina Sentilj","Obcina Sentjernej","Obcina Sentjur","Obcina Sentrupert","Obcina Sezana","Obcina Skocjan","Obcina Skofja Loka","Obcina Skofljica","Obcina Smarje pri Jelsah","Obcina Smarjeske Toplice","Obcina Smartno ob Paki","Obcina Smartno pri Litiji","Obcina Sodrazica","Obcina Solcava","Obcina Sostanj","Obcina Sredisce ob Dravi","Obcina Starse","Obcina Store","Obcina Straza","Obcina Sveti Andraz v Slovenskih Goricah","Obcina Sveti Jurij ob Scavnici","Obcina Sveti Tomaz","Obcina Tisina","Obcina Tolmin","Obcina Trnovska vas","Obcina Trzic","Obcina Turnisce","Obcina Velike Lasce","Obcina Verzej","Obcina Zalec","Obcina Zavrc","Obcina Zelezniki","Obcina Zetale","Obcina Ziri","Obcina Zirovnica","Obcina Zrece","Obcina Zuzemberk","Odranci","Oplotnica","Osilnica","Pesnica","Piran","Pivka","Podlehnik","Podvelka","Polzela","Postojna","Prebold","Preddvor","Prevalje","Ptuj","Puconci","Radenci","Radlje ob Dravi","Radovljica","Ribnica","Ribnica na Pohorj","Rogatec","Selnica ob Dravi","Sevnica","Slovenj Gradec","Slovenska Bistrica","Slovenske Konjice","Sveta Ana","Sveta Trojica v Slovenskih Goricah","Sveti Jurij v Slovenskih Goricah","Tabor","Trbovlje","Trebnje","Trzin","Velenje","Velika Polana","Videm","Vipava","Vitanje","Vodice","Vojnik","Vransko","Vrhnika","Vuzenica","Zagorje ob Savi"],"sb":["Central Province","Choiseul","Guadalcanal Province","Honiara","Isabel Province","Makira-Ulawa Province","Malaita Province","Rennell and Bellona","Temotu Province","Western Province"],"so":["Gobolka Awdal","Gobolka Bakool","Gobolka Banaadir","Gobolka Bari","Gobolka Bay","Gobolka Galguduud","Gobolka Gedo","Gobolka Hiiraan","Gobolka Jubbada Dhexe","Gobolka Jubbada Hoose","Gobolka Mudug","Gobolka Nugaal","Gobolka Sanaag","Gobolka Shabeellaha Dhexe","Gobolka Shabeellaha Hoose","Gobolka Sool","Gobolka Togdheer","Gobolka Woqooyi Galbeed"],"za":["Eastern Cape","Free State","Gauteng","Limpopo","Mpumalanga","Province of KwaZulu-Natal","Province of North West","Province of Northern Cape","Western Cape"],"es":["Andalucia","Aragon","Canary Islands","Cantabria","Castilla y Leon","Castilla-La Mancha","Catalunya","Ceuta","Comunidad de Madrid","Comunitat Autonoma de les Illes Balears","Comunitat Valenciana","Euskal Autonomia Erkidegoa","Extremadura","Galicia","La Rioja","Melilla","Navarra","Principality of Asturias","Region de Murcia"],"lk":["Central Province","Eastern Province","North Central Province","North Western Province","Northern Province","Province of Sabaragamuwa","Province of Uva","Southern Province","Western Province"],"sd":["Al Jazirah State","Al Qadarif State","Blue Nile","Central Darfur State","East Darfur","Kassala State","Khartoum","North Darfur","North Kordofan","Northern","Red Sea","River Nile","Sennar","South Darfur","South Kordofan","West Darfur","West Kordofan State","White Nile"],"sr":["Distrikt Brokopondo","Distrikt Commewijne","Distrikt Coronie","Distrikt Marowijne","Distrikt Nickerie","Distrikt Para","Distrikt Paramaribo","Distrikt Saramacca","Distrikt Sipaliwini","Distrikt Wanica"],"sj":["Jan Mayen","Svalbard"],"sz":["Hhohho District","Lubombo District","Manzini District","Shiselweni District"],"se":["Blekinge","Dalarna","Gaevleborgs laen","Gotland","Halland","Jaemtlands laen","Joenkoepings laen","Kalmar","Kronoberg","Norrbotten","OErebro laen","OEstergoetlands laen","Skane laen","Soedermanlands laen","Stockholm","Uppsala","Vaermlands laen","Vaesterbottens laen","Vaesternorrlands laen","Vaestmanlands laen","Vaestra Goetalands laen"],"ch":["Canton de Berne","Canton de Fribourg","Canton de Vaud","Canton du Valais","Geneve","Jura","Kanton Aarga","Kanton Appenzell Ausserrhoden","Kanton Appenzell Innerrhoden","Kanton Basel-Landschaft","Kanton Basel-Stadt","Kanton Glarus","Kanton Graubunden","Kanton Luzern","Kanton Nidwalden","Kanton Obwalden","Kanton Schaffhausen","Kanton Schwyz","Kanton Solothurn","Kanton St. Gallen","Kanton Thurga","Kanton Uri","Kanton Zug","Kanton Zurich","Neuchatel","Ticino"],"sy":["Al-Hasakah Governorate","Aleppo Governorate","Ar-Raqqah Governorate","As-Suwayda Governorate","Damascus Governorate","Daraa Governorate","Deir ez-Zor Governorate","Hama Governorate","Homs Governorate","Idlib Governorate","Latakia Governorate","Muhafazat Rif Dimashq","Quneitra Governorate","Tartus Governorate"],"tw":["Fukien","Kaohsiung","Taipei","Taiwan"],"tj":["Districts of Republican Subordination","Dushanbe","Viloyati Khatlon","Viloyati Mukhtori Kuhistoni Badakhshon","Viloyati Sughd"],"tz":["Arusha Region","Coast Region","Dar es Salaam Region","Dodoma Region","Geita Region","Iringa Region","Kagera Region","Katavi Region","Kigoma Region","Kilimanjaro Region","Lindi Region","Manyara Region","Mara Region","Mbeya Region","Morogoro Region","Mtwara Region","Mwanza Region","Njombe Region","Pemba North Region","Pemba South Region","Rukwa Region","Ruvuma Region","Shinyanga Region","Simiyu Region","Singida Region","Tabora Region","Tanga Region","Zanzibar Central/South Region","Zanzibar North Region","Zanzibar Urban/West Region"],"th":["Bangkok","Changwat Amnat Charoen","Changwat Ang Thong","Changwat Bueng Kan","Changwat Buri Ram","Changwat Chachoengsao","Changwat Chai Nat","Changwat Chaiyaphum","Changwat Chanthaburi","Changwat Chiang Rai","Changwat Chon Buri","Changwat Chumphon","Changwat Kalasin","Changwat Kamphaeng Phet","Changwat Kanchanaburi","Changwat Khon Kaen","Changwat Krabi","Changwat Lampang","Changwat Lamphun","Changwat Loei","Changwat Lop Buri","Changwat Mae Hong Son","Changwat Maha Sarakham","Changwat Mukdahan","Changwat Nakhon Nayok","Changwat Nakhon Pathom","Changwat Nakhon Phanom","Changwat Nakhon Ratchasima","Changwat Nakhon Sawan","Changwat Nakhon Si Thammarat","Changwat Nan","Changwat Narathiwat","Changwat Nong Bua Lamph","Changwat Nong Khai","Changwat Nonthaburi","Changwat Pathum Thani","Changwat Pattani","Changwat Phangnga","Changwat Phatthalung","Changwat Phayao","Changwat Phetchabun","Changwat Phetchaburi","Changwat Phichit","Changwat Phitsanulok","Changwat Phra Nakhon Si Ayutthaya","Changwat Phrae","Changwat Prachin Buri","Changwat Prachuap Khiri Khan","Changwat Ranong","Changwat Ratchaburi","Changwat Rayong","Changwat Roi Et","Changwat Sa Kaeo","Changwat Sakon Nakhon","Changwat Samut Prakan","Changwat Samut Sakhon","Changwat Samut Songkhram","Changwat Saraburi","Changwat Satun","Changwat Si Sa Ket","Changwat Sing Buri","Changwat Songkhla","Changwat Sukhothai","Changwat Suphan Buri","Changwat Surat Thani","Changwat Surin","Changwat Tak","Changwat Trang","Changwat Trat","Changwat Ubon Ratchathani","Changwat Udon Thani","Changwat Uthai Thani","Changwat Uttaradit","Changwat Yala","Changwat Yasothon","Chiang Mai Province","Phuket Province"],"tg":["Centrale","Kara","Maritime","Plateaux","Savanes"],"tk":["Ataf","Fakaofo","Nukunon"],"to":["Eua","Ha`apai","Niuas","Tongatap","Vava\'"],"tt":["Arima","Chaguanas","City of Port of Spain","Couva-Tabaquite-Talparo","Diego Martin","Mayaro","Penal/Debe","Point Fortin","Princes Town","San Fernando","San Juan/Laventille","Sangre Grande","Siparia","Tobago","Tunapuna/Piarco"],"tn":["Gafsa Governorate","Gouvernorat de Beja","Gouvernorat de Ben Arous","Gouvernorat de Bizerte","Gouvernorat de Gabes","Gouvernorat de Jendouba","Gouvernorat de Kairouan","Gouvernorat de Kasserine","Gouvernorat de Kebili","Gouvernorat de Kef","Gouvernorat de l\'Ariana","Gouvernorat de Mahdia","Gouvernorat de Medenine","Gouvernorat de Monastir","Gouvernorat de Nabeul","Gouvernorat de Sfax","Gouvernorat de Sidi Bouzid","Gouvernorat de Siliana","Gouvernorat de Sousse","Gouvernorat de Tozeur","Gouvernorat de Tunis","Gouvernorat de Zaghouan","Manouba","Tataouine"],"tr":["Adana","Adiyaman","Afyonkarahisar","Agri","Aksaray","Amasya","Ankara","Antalya","Ardahan","Artvin","Aydin","Balikesir","Bartin","Batman","Bayburt","Bilecik","Bingoel","Bitlis","Bol","Burdur","Bursa","Canakkale","Cankiri","Corum","Denizli","Diyarbakir","Duezce","Edirne","Elazig","Erzincan","Erzurum","Eskisehir","Gaziantep","Giresun","Guemueshane","Hakkari","Hatay","Igdir","Isparta","Istanbul","Izmir","Kahramanmaras","Karabuek","Karaman","Kars","Kastamon","Kayseri","Kilis","Kirikkale","Kirklareli","Kirsehir","Kocaeli","Konya","Kuetahya","Malatya","Manisa","Mardin","Mersin","Mugla","Mus","Nevsehir","Nigde","Ord","Osmaniye","Rize","Sakarya","Samsun","Sanliurfa","Siirt","Sinop","Sirnak","Sivas","Tekirdag","Tokat","Trabzon","Tunceli","Usak","Van","Yalova","Yozgat","Zonguldak"],"tm":["Ahal","Ashgabat","Balkan","Dasoguz Welayaty","Lebap","Mary"],"tc":[],"tv":["Funafuti","Nanumanga","Nanumea","Niutao","Nui","Nukufeta","Nukulaelae","Vaitup"],"ug":["Central Region","Eastern Region","Northern Region","Western Region"],"ua":["Cherkas\'ka Oblast\'","Chernihivs\'ka Oblast\'","Chernivets\'ka Oblast\'","Dnipropetrovska Oblast\'","Donets\'ka Oblast\'","Gorod Sevastopol","Ivano-Frankivs\'ka Oblast\'","Kharkivs\'ka Oblast\'","Khersons\'ka Oblast\'","Khmel\'nyts\'ka Oblast\'","Kirovohrads\'ka Oblast\'","Kyiv Oblast","L\'vivs\'ka Oblast\'","Luhans\'ka Oblast\'","Misto Kyyiv","Mykolayivs\'ka Oblast\'","Odes\'ka Oblast\'","Poltavs\'ka Oblast\'","Republic of Crimea","Rivnens\'ka Oblast\'","Sums\'ka Oblast\'","Ternopil\'s\'ka Oblast\'","Vinnyts\'ka Oblast\'","Volyns\'ka Oblast\'","Zakarpattia Oblast","Zaporiz\'ka Oblast\'","Zhytomyrs\'ka Oblast\'"],"ae":["`Ajman","Abu Zaby","Al Fujayrah","Ash Shariqah","Dubai","Ra\'s al Khaymah","Umm al Qaywayn"],"us":["Alabama","Alaska","Arizona","Arkansas","California","Colorado","Connecticut","Delaware","District of Columbia","Florida","Georgia","Hawaii","Idaho","Illinois","Indiana","Iowa","Kansas","Kentucky","Louisiana","Maine","Maryland","Massachusetts","Michigan","Minnesota","Mississippi","Missouri","Montana","Nebraska","Nevada","New Hampshire","New Jersey","New Mexico","New York","North Carolina","North Dakota","Ohio","Oklahoma","Oregon","Pennsylvania","Rhode Island","South Carolina","South Dakota","Tennessee","Texas","Utah","Vermont","Virginia","Washington","West Virginia","Wisconsin","Wyoming"],"uy":["Departamento de Artigas","Departamento de Canelones","Departamento de Cerro Largo","Departamento de Colonia","Departamento de Durazno","Departamento de Flores","Departamento de Florida","Departamento de Lavalleja","Departamento de Maldonado","Departamento de Montevideo","Departamento de Paysand","Departamento de Rio Negro","Departamento de Rivera","Departamento de Rocha","Departamento de Salto","Departamento de San Jose","Departamento de Soriano","Departamento de Tacuarembo","Departamento de Treinta y Tres"],"uz":["Andijan","Bukhara Province","Fergana","Jizzakh Province","Karakalpakstan","Namangan Province","Navoiy Province","Qashqadaryo Province","Samarqand Viloyati","Sirdaryo","Surxondaryo Viloyati","Toshkent Shahri","Toshkent Viloyati","Xorazm Viloyati"],"vu":["Malampa Province","Penama Province","Sanma Province","Shefa Province","Tafea Province","Torba Province"],"ve":["Delta Amacuro","Dependencias Federales","Distrito Capital","Estado Amazonas","Estado Anzoategui","Estado Apure","Estado Aragua","Estado Barinas","Estado Bolivar","Estado Carabobo","Estado Cojedes","Estado Falcon","Estado Guarico","Estado Lara","Estado Merida","Estado Monagas","Estado Nueva Esparta","Estado Portuguesa","Estado Sucre","Estado Tachira","Estado Trujillo","Estado Vargas","Estado Yaracuy","Estado Zulia","Miranda"],"vn":["An Giang","Dak Nong","Gia Lai","Hau Giang","Ho Chi Minh City","Kon Tum","Long An","Thanh Pho Can Tho","Thanh Pho GJa Nang","Thanh Pho Ha Noi","Thanh Pho Hai Phong","Tinh Ba Ria-Vung Ta","Tinh Bac Giang","Tinh Bac Kan","Tinh Bac Lie","Tinh Bac Ninh","Tinh Ben Tre","Tinh Binh Duong","Tinh Binh GJinh","Tinh Binh Phuoc","Tinh Binh Thuan","Tinh Ca Ma","Tinh Cao Bang","Tinh Dien Bien","Tinh GJak Lak","Tinh GJong Nai","Tinh GJong Thap","Tinh Ha Giang","Tinh Ha Nam","Tinh Ha Tinh","Tinh Hai Duong","Tinh Hoa Binh","Tinh Hung Yen","Tinh Khanh Hoa","Tinh Kien Giang","Tinh Lai Cha","Tinh Lam GJong","Tinh Lang Son","Tinh Lao Cai","Tinh Nam GJinh","Tinh Nghe An","Tinh Ninh Binh","Tinh Ninh Thuan","Tinh Phu Tho","Tinh Phu Yen","Tinh Quang Binh","Tinh Quang Nam","Tinh Quang Ngai","Tinh Quang Ninh","Tinh Quang Tri","Tinh Soc Trang","Tinh Son La","Tinh Tay Ninh","Tinh Thai Binh","Tinh Thai Nguyen","Tinh Thanh Hoa","Tinh Thua Thien-Hue","Tinh Tien Giang","Tinh Tra Vinh","Tinh Tuyen Quang","Tinh Vinh Long","Tinh Vinh Phuc","Tinh Yen Bai"],"vg":[],"vi":["Saint Croix Island","Saint John Island","Saint Thomas Island"],"wf":["Alo","Sigave","Uvea"],"eh":[],"ye":["Al Bayda Governorate","Al Mahrah","Al Mahwit","Amanat Al Asimah","Ibb","Muhafazat `Amran","Muhafazat \'Adan","Muhafazat Abyan","Muhafazat ad Dali\'","Muhafazat al Hudaydah","Muhafazat al Jawf","Muhafazat Dhamar","Muhafazat Hadramawt","Muhafazat Hajjah","Muhafazat Lahij","Muhafazat Ma\'rib","Muhafazat Raymah","Muhafazat Sa\'dah","Muhafazat Ta`izz","Sanaa","Shabwah","Socotra"],"zm":["Central Province","Copperbelt Province","Eastern Province","Luapula Province","Lusaka Province","Muchinga Province","North-Western Province","Northern Province","Southern Province","Western Province"],"zw":["Bulawayo Province","Harare Province","Manicaland Province","Mashonaland Central Province","Mashonaland East Province","Mashonaland West Province","Masvingo Province","Matabeleland North Province","Matabeleland South Province","Midlands Province"],"rs":["Bor District","Braničevo District","Jablanica District","Južna Bačka District","Južni Banat District","Kolubara District","Kosovo-Pomoravlje District","Mačva District","Moravica District","Nišava District","North Bačka District","North Banat District","Peć District","Pirot District","Podunavlje District","Pomoravlje District","Pčinja District","Raška District","Rasina District","Srem District","Šumadija District","Toplica District","West Bačka District","Zaječar District","Zlatibor District","Mitrovica District","Kosovo District","Metohija District"],"me":["Andrijevica","Bar","Berane","Bijelo Polje","Budva","Cetinje","Danilovgrad","Gusinje","Herceg Novi","Kolašin","Kotor","Mojkovac","Nikšić","Plav","Pljevlja","Plužine","Podgorica","Rožaje","Šavnik","Tivat","Ulcinj","Žabljak"],"xk":["Ferizaj","Gjakova","Gjilan","Mitrovica","Peja","Pristina","Prizren"]}')},64705:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(41535),c=s(67857);e.exports=o.extend({renderTypes(){const e=this.component.getApiFields().map(e=>e.fieldType),t=e.filter(e=>"mapping_file"===e||e&&!this.mappingFields.available(e,!0));let s='<optgroup label="PROFILE FIELDS">';_.each(c.fieldTypes,(t,i)=>{s+=`<option value="${i}"${e.includes(i)?" disabled":""}>${t.niceName}</option>`}),s+='</optgroup><optgroup label="CUSTOM FIELDS">',this.fieldTypes.filter(e=>!["email","name"].includes(e.id)).forEach(e=>{s+=`<option value="${e.id}"${t.includes(e.id)?" disabled":""}>${e.placeholder}</option>`}),s+="</optgroup>",this.$type.html(s)},renderField(e){e.showLabel=this.$label.prop("checked");let t=c.fieldTypes[e.type],s=TVE.inner_$();if("mapping_hidden"===e.type)s=TVE.inner_$('<input type="hidden">');else if(!t)if(["radio","checkbox","file","select","gdpr","textarea"].includes(e.strippedName)){const t=o.prototype.renderField.call(this,e).addClass("tcb-no-delete tcb-no-clone tcb-no-save").removeClass("tve-draggable tve-droppable");s=TVE.inner_$(TVE.tpl("login/elements/generic")({config:e,label:this.$fieldName.val()||TVE.ucFirst(e.strippedName)})),s.find(".tcb-input-generic").replaceWith(t),"textarea"===e.strippedName&&s.find(".tve_lg_textarea").addClass("tve-login-form-input")}else t={type:e.strippedName,label:this.$fieldName.val()||TVE.ucFirst(e.strippedName)};if(!s.length){let i;i="textarea"===t.type?TVE.tpl("login/elements/textarea"):TVE.tpl("login/elements/input"),s=TVE.inner_$(i({config:e,label:t.label||t.niceName,data:this.currentInputData}))}return s},renderLabel(e){this.editMode&&e.closest(".tve-login-form-item").find(".tcb-removable-label").attr("style",`display: ${this.$label.prop("checked")?"block":"none"} !important`)},insertField(e){const t=TVE.ActiveElement.find(".tar-login-submit");t.parent().hasClass("tve-form-fields-container")?t.before(e):TVE.ActiveElement.find(".tve-form-fields-container").append(e)},setDefaultData(e=this.currentInputData.type){o.prototype.setDefaultData.call(this,e),this.$type.closest(".control-grid").removeClass("tve-disabled");const t=c.fieldTypes[e];t&&t.niceName&&this.$fieldName.val(this.currentInputData.fieldName=t.niceName),t&&this.$placeholder.val(this.currentInputData.placeholder=t.defaultPlaceholder||""),this.$label.prop("checked",this.component.controls.showLabels.isChecked()),this.editMode||"gdpr"!==this.currentInputData.type||this.consent.setValues(["wordpress"])},insertApiInput(){o.prototype.insertApiInput.call(this),this.component.controls.showLabels.update()},editField(e){o.prototype.editField.apply(this,arguments),e.get("hidden")||this.$label.prop("checked","none"!==this.component.getFieldWrapper(e.get("item")).find(".tcb-removable-label").css("display"));const t=c.isAlwaysRequired(this.currentInputData.type);this.$required.closest(".control-grid").toggleClass("tve-disabled",t),t&&this.$required.prop("checked",!0);const s=c.disableType(this.currentInputData.type);this.$type.closest(".control-grid").toggleClass("tve-disabled",s)},fieldIsAvailable(e,t=!1){return"gdpr"===e||e.includes("mapping")||!c.fieldTypes[e]?o.prototype.fieldIsAvailable.call(this,e,t):c.fieldTypes[e].mapping},apiSupportsMapping:(e,t)=>!("wordpress"===e&&c.fieldTypes[t]),getInputMapping(e){return c.fieldTypes[e]?a(a({},this.currentInputData.mapping),{},{wordpress:e}):this.currentInputData.mapping}})},64807:(e,t,s)=>{e.exports=s(32970).extend({update(e){this.setValue(e.attr("data-icon")||this.$select.find("option").val())},changed(e,t){e.attr("data-icon",t.value).find(".tve-item-dropdown-trigger").html(this.getHtml(t.value))},getHtml(e){return e=e||_.first(Object.keys(this.model.paths)),'<svg xmlns="http://www.w3.org/2000/svg" class="tve-dropdown-icon-up" viewBox="'+this.model.paths[e].box+'">'+this.model.paths[e].up+"</svg>"}})},64836:(e,t,s)=>{const i=s(20583),a=s(66955),l=s(32970),o=s(50732);let c;e.exports=o.extend({template:TVE.tpl("controls/custom-menu/edit-menu-item"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(e){this.menuElement=TVE.ActiveElement,this.menuItemClone=this.menuElement.find('[data-id="'+this.model.get("id")+'"]').clone().hide().addClass("edit_mode"),this.menuView=TVE.Components.menu.menuView;const t=this.menuItemClone.find("> a"),s=this.menuItemClone.find("> a .tcb-mm-text").length,n=s?this.menuItemClone.find("> a .tcb-mm-text"):this.menuItemClone.find("> a .tve-disabled-text-inner");t.find(".tve-froala").froalaEditor("destroy"),TVE.ClickedElement=n,TVE.inner_$("body").append(this.menuItemClone),TVE.add_action("tcb.jumpmode.enter",()=>{this.allow_force_close=!1,this.menuItemClone&&(TVE.JumpSource=this.menuElement)}),this.menuView.isCustom()&&(this.Display=new l({el:this.$el.find(".tcb-menu-display"),model:{config:{name:TVE.t.show_when,options:{always:TVE.t.always,"logged-in":TVE.t.logged_in,"logged-out":TVE.t.logged_out}}}}),this.Display.input=(e,t)=>{const s=`tcb-menu-display-${TVE.main.device}-`;this.menuItemClone.removeClassContaining(s).addClass(`${s}${t.value}`)}),TVE.add_action("tcb.element.focus",()=>{this.allow_force_close=!0,this.menuItemClone&&(TVE.main.$(".tve-panel").addClass("drop-panel-open"),TVE.ClickedElement=s?this.menuItemClone.find("> a .tcb-mm-text"):this.menuItemClone.find("> a .tve-disabled-text-inner"),o.prototype.addToOpened.apply(this))}),TVE.add_action("tcb.jumpmode.after_exit",()=>{this.$el.is(":visible")&&TVE.main.scroll_panel_to(this.$(".drop-panel"))}),this.buttonLink=new a({el:this.$(".btn-link")[0],model:{config:{label:TVE.t.btn_link,class:"thrv_widget_menu",keep_links:!0},$edit_link:t}}),this.buttonLink.update(t),this.modal=new i.base({el:i.get_element("options-post-types")}),this.modal.before_save=function(){const e=TVE.ajax_data("save_link_post_types","post",{post_types:this.checkbox_values(".post-type")});jQuery.ajax(e).done(function(e){TVE.page_message(e.message)})},c=jQuery.extend(!0,{},e.model.attributes),this.setValues()},setValues(){this.Display&&this.Display.setValue(TVE.getClassThatContains(this.menuItemClone,`tcb-menu-display-${TVE.main.device}-`).replace(`tcb-menu-display-${TVE.main.device}-`,"")||"always"),this.$("[data-attr]").each((e,t)=>{t.checked=this.model.get(t.dataset.attr)===t.value}),this.$(".tcb-menu-item-text").val(this.model.get("label")),this.$(".tcb-link-suggest").val(this.model.get("href"))},attr(e,t){c[t.getAttribute("data-attr")]=t.checked?t.value:""},cancel(){this.menuItemClone.remove(),TVE.Editor_Page.focus_element(this.menuElement),delete this.menuItemClone},labelChanged(){c.shortcode=""},apply(){var e;(null===(e=this.menuItemClone)||void 0===e?void 0:e.find('a.tve-jump-scroll[href^="#"]').length)>0&&(this.FORCE_CLOSE=!1),this.FORCE_CLOSE||(c.label=this.$(".tcb-menu-item-text").val(),this.$('[data-fn="setDynamicLink"]:visible').trigger("click"),this.model.set(c,{silent:!0}),this.updateModel(),this.model.collection?this.model.collection.trigger("change",{op:"edit",item:this.model.attributes}):(this.menuItemClone.find("> a .tve-disabled-text-inner").html(c.label),this.menuElement.find('[data-id="'+this.menuItemClone.attr("data-id")+'"]').html(this.menuItemClone.html()),TVE.Components.menu.update())),this.menuItemClone.remove(),delete this.menuItemClone},updateModel(){let e=["href","target","rel","jump-animation","data-shortcode-id","data-dynamic-link"];const t=this,s=t.menuItemClone.find("> a");let i;e=TVE.apply_filters("tcb.update_menu_item_extra_attributes",e,t),e.forEach(function(e){i=s.attr(e),t.model.set(e,i)}),this.Display&&this.model.set("display_classes",[...this.menuItemClone[0].classList].filter(e=>e.includes("tcb-menu-display")).join(" "))},open_settings(){return this.modal.open({top:"20%",complete:_.bind(function(){this.$(".tcb-menu-item-text").trigger("focus")},this)}),!1},open(e,t){o.prototype.open.apply(this,arguments),t.classList.remove("drop-panel-focus")}})},64985:(e,t,s)=>{!function(){const t=s(16668);e.exports=t.component.extend({updateOnMouseLeave:!1,controls_init(e){e.Type.change=(e,t)=>{const s=e.find("> ul");this.menu.groupConfig("layout",t.dataset.value,e,"drop-{ID}"),"masonry"===t.dataset.value?s.masonry():s.data("masonry")&&s.masonry("destroy"),s.toggleClass("tcb-masonry","masonry"===t.dataset.value)},e.Type.update=function(e){this.setActive(e.find("> ul").hasClass("tcb-masonry")?"masonry":"grid")};const t=(t,s)=>{const i=parseInt(e.ColumnsNumber.getValue()),a=e.HorizontalSpace.getValue(!0);s.applyElementCss({"max-width":"calc("+100/i+"% - "+a+")",width:"calc("+100/i+"% - "+a+")","margin-left":a},t," li.lvl-1",""),s.applyElementCss({"margin-left":"-"+a},t," > ul",""),t.children(".tcb-masonry").masonry()};e.ColumnsNumber.input=function(e,s){const i=s.value;e.attr("data-cols-number",i),this.applyElementCss({"--cols-number":parseInt(i)},e,"",""),t(e,this)},e.ColumnsNumber.update=function(){const e=TVE.ActiveElement.filter(".edit_mode").attr("data-cols-number")||4;this.setValue(e)},e.HorizontalSpace.input=function(e){t(e,this)},e.HorizontalSpace.update=function(e){this.setValue(e.find("li.lvl-1").css("margin-left")||"30px")},e.VerticalSpace.input=function(e,t){this.applyElementCss({"margin-top":t.value+"px !important"},e," li.lvl-1"),this.applyElementCss({"margin-top":`-${t.value}px !important`},e," > ul"),e.children("ul.tcb-masonry").masonry()},e.VerticalSpace.update=function(e){this.setValue(e.find("li.lvl-1").css("margin-top")||"10px")},e.MaxWidth.input=function(e,t){let s,i=e;i.hasClass("tcb-excluded-from-group-item")||(i=i.filter(".edit_mode"),s=i.attr("data-selector"),i.attr("data-selector",TVE.Components.menu.getMenuView().getUnlockedSelector(i))),this.applyElementCss({"max-width":`${t.value}${this.getUM()} !important`},i),s&&i.attr("data-selector",s),"px"!==this.getUM()||TVE.SKIP_CSS_STATE||this.setMax(e.closest(".thrv_widget_menu").css("width").replace("px","")),e.children("ul.tcb-masonry").masonry()},e.MaxWidth.update=function(e){let t=e.filter(".edit_mode").css("max-width");const s=parseFloat(t);s&&!isNaN(s)||(t="100%"),this.setValue(t),"px"===this.getUM()&&this.setMax(e.closest(".thrv_widget_menu").css("width").replace("px",""))}},before_update(){TVE.Components.menu.before_update(TVE.ActiveElement.closest(".thrv_widget_menu")),this.menu=TVE.Components.menu.menuView}})}()},65295:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(33057),c={toggleLoading(e,t=!0,s=""){e.toggleClass(`loading small ${s}`,t)},fetchDisplays:(e=TVE.Editor_Page.editor)=>new Promise(t=>{const s=[];e.each((e,t)=>{TVE._.isElement(t)&&([...t.querySelectorAll(`[${o.groupKeyAttr}]`)].forEach(e=>{s.push(o.getGroupKey(e))}),o.getGroupKey(t)&&s.push(o.getGroupKey(t)))}),s.length>0?TVE.$.ajax({url:TVE.CONST.routes.base+"/conditional-display/groups",data:{groups:s,query_vars:TVE.inner.window.tve_frontend_options.query_vars},headers:{"X-WP-Nonce":TVE.CONST.rest_nonce}}).done(e=>{c.restoreGroups(e),t(e)}):t([])}),restoreGroups(e){Array.isArray(e)&&(e.forEach(e=>{o.restoreDisplayGroup(e.key,e)}),TVE.do_action("tcb.conditional_display.groups_restored",e))},updateIcons(e,t=TVE.inner_$(".tcb-action-icons#edit-icons")){const s=o.getInstance(e).hasDisplays();t.toggleClass("has-conditional-display",s),t.toggleClass("has-conditional-display-small",s&&parseInt(e.css("width"))<305)},renderSidebarHierarchy(){const e=TVE.$(".conditional-display-hierarchy");e.empty().addClass("tve-style-loader");const t=setInterval(()=>{const i=c.getDisplayHierarchy();0===i.length&&o.editorHasConditionalDisplay()||(e.removeClass("tve-style-loader"),function(t){t.forEach(t=>{e.append(s(t,0))})}(i),clearInterval(t))},24);function s(e,t){let i="";for(const a in e.displays){let l="";e.displays[a].forEach(e=>{l+=s(e,t+1)});const c=TVE.inner_$(`[${o.displayKeyAttr}=${a}]`).attr(o.displayNameAttr);i+=TVE.tpl("conditional-display/sidebar-display-item")({isVisible:o.isDisplayVisible(e.key,a),groupKey:e.key,displayKey:a,displayName:c,nestedGroups:l})}const a=TVE.inner_$(`[${o.groupKeyAttr}=${e.key}]`),l=TVE._type(a),c=TVE.Elements[l].name,n=TVE.icon(TVE.Elements[l].icon);return TVE.tpl("conditional-display/sidebar-group-item")({level:t,icon:n,name:c,displaysHtml:i,isVisible:o.isDisplayVisible(e.key),numberOfDisplays:Object.values(e.displays).length})}},getDisplayHierarchy(){o.syncDisplays();const e={};o.$groupsContainer.find(`[${o.groupDisplayAttr}]`).each((t,s)=>{const i=o.getGroupKey(s),a=o.$groupsContainer.find(`[${o.groupKeyAttr}="${i}"]`).parents(`[${o.displayKeyAttr}]`);e[i]={displays:{},key:i},[...s.children].forEach(t=>{e[i].displays[o.getDisplayKey(t)]=[]}),a.length&&(e[i].parentGroup=o.getGroupKey(a),e[i].parentDisplay=o.getDisplayKey(a))});for(const s in e)void 0===e[s].parentGroup&&t(e[s]);function t(s){for(const i in e)if(e[i].parentGroup===s.key){const l=a({},e[i]);s.displays[e[i].parentDisplay].push(l),t(l),delete e[i]}}return Object.values(e)},updateSidebarNotificationDot(){void 0===this.$sidebarEl&&(this.$sidebarEl=TVE.$('[data-toggle="conditional-display"]')),this.$sidebarEl.toggleClass("tcb-sidebar-icon-unavailable",!o.editorHasConditionalDisplay())},elementAllowsNewDisplay:e=>!["menu","megamenu","block"].includes(e)};e.exports=c},65785:(e,t,s)=>{const i=s(40521);!function(t){const a=".thrv_lead_generation,.tcb-registration-form",l=s(29283),o=s(48828),c=".tve_lg_input_container:not(.tve-login-form-item .tve_lg_input_container)",n=s(16668),r=s(18445),d=s(16543),h=s(41535),p=s(69596),g=s(17502),m=s(16102),u=s(41180),v=s(10547),f=function(e,t){return e?(t.is(".thrv_icon")&&(e=!1),e):e},b=function(e,t,s){const i=TVE.inner_$(t.target);return[".tve_lg_radio_wrapper",".tve_lg_checkbox_wrapper",".tve-lg-dropdown-option"].forEach(t=>{s.is(t)?0!==i.closest(t).length&&i.closest(t).siblings().is(s)||(e=!1):i.closest(t).length&&(e=!1)}),e};TVE.add_filter("tcb.elem.type.info",(e,t)=>(t.hasClass("tve-lead-generation-template")&&t.is('[data-tcb-lg-type="contact_form"]')&&(e="contact_form"),e)),TVE.add_action("tcb.cloud_template.lead_generation.before_apply",e=>{if(TVE.ActiveElement&&"contact_form"===TVE.ActiveElement.attr("data-tcb-lg-type")){const t=TVE.inner_$(e.content);t.attr("data-tcb-lg-type","contact_form"),e.content=t.prop("outerHTML")}}),TVE.add_action("drag_pre_init",function(){TVE.add_filter("draggable_elements",e=>`${e}, ${c}`),TVE.add_filter("non_draggable",e=>`${e}, .tve_lead_generated_inputs_container .thrv-columns`),TVE.add_filter("droppable_targets",e=>`${e}, ${c}`)}),TVE.add_filter("tve.cloud_templates.modal",(e,t)=>(t.is(".thrv_lead_generation:not(.thrv_tvo_updated_capture_testimonials)")&&(e="lead-generation"),e)),TVE.add_filter("tcb.element_has_content_templates",(e,t)=>("lead_generation"===t&&(e=!0),e)),TVE.add_action("tve.conditional_display.create_display",e=>{y(e).removeAttr("data-f-id data-settings-id")}),TVE.add_action("tve.imported_content",e=>{y(e).removeAttr("data-f-id data-settings-id")}),TVE.LGErrorMessages=s(80913);const w=new Backbone.Collection({}),y=e=>e.filter(a).add(e.find(a));e.exports=n.component.extend({updateOnMouseLeave:!1,leadGenerationView:null,templatesModal:"lead-generation",check_form_exists(){TVE.ActiveElement.find("form").length||TVE.ActiveElement.find(".thrv_lead_generation_container").children().wrapAll(t("<form>",{action:"#",method:"post",novalidate:!0})),TVE.ActiveElement.attr("data-connection")||TVE.ActiveElement.attr("data-connection","api")},showSentParams(e,t){e&&e.jquery||(e=TVE.ActiveElement);const s=new p.model;return new p.view({el:e[0],model:s}).read(),this.paramsTooltip.model=s,this.paramsTooltip.isOpen()?this.paramsTooltip.onCancel():this.paramsTooltip.open(null,t&&t.jquery?t:this.$customUrlArea.find(".view-params")),!1},getFieldsControl:()=>s(59577),addConnection(){return this.apiOptions.isOpen()?this.apiOptions.onCancel():this.apiOptions.open(null,this.$(".tve-add-lg-connection")),!1},addLGField(){return this.fieldOptions.isOpen()?this.fieldOptions.onCancel():(this.fieldOptions.update(),this.fieldOptions.open(null,this.$(".tve-lg-add-field"))),!1},changeSubmitOption(){return this.submitOptions.isOpen()?this.submitOptions.onCancel():this.submitOptions.open(null,this.$(".tve-lg-submit-options-wrapper")),!1},generateForm(){this.apiOptions.parseHTML(),this.controls.FieldsControl.update(TVE.ActiveElement),this.controls.HiddenFieldsControl.update(TVE.ActiveElement),TVE.Components.submit_button.applyDefaultStyle(TVE.ActiveElement.find(".tve-form-button")),this.setSelectors(!0)},getApiFields(){const e=[];return _.each(this.getFieldWrappers(),s=>{const i=t(s),a=i.is("div")?i.find("input,select,textarea"):i,l=a.attr("data-field"),o=this.leadGenerationModel.get("fieldTypes").filter(e=>e.id===l);if(!this.getHiddenFields().includes(l)){const t={item:i,label:a.attr("data-name")||a.attr("data-placeholder")||a.attr("placeholder")||a.attr("name"),fieldType:l||a.attr("name"),defaultValue:a.attr("default-value")||a.attr("value"),autofillType:a.attr("data-complete-type")||"",autofillValue:a.attr("data-complete-value")||a.parent().attr("data-complete-value")||"",fieldName:a.attr("data-name"),preventDelete:o.length&&o[0].mandatory};s.classList.contains("tve_lg_number")||(t.defaultValue=a.attr("default-value")||a.attr("value")),s.classList.contains("tve_lg_file")&&(t.initialFileSetup=JSON.parse(s.dataset.fileSetup||"{}")),e.push(t)}}),e},getCustomhtmlFields(){const e=TVE.ActiveElement.find(".tve_lg_input_container:not(.tve_submit_container)"),s=[];return _.each(e,function(e){const i=t(e),a=i.find("input,select,textarea");if(!a.data("placeholder")&&!a.attr("placeholder")){const e=a.attr("name");a.attr("data-placeholder",e),a.attr("placeholder",e),a.is("select")&&t('<option value="'+e+'" disabled selected hidden>'+e+"</option>").prependTo(a)}s.push({item:i,label:a.attr("data-name")||a.attr("data-placeholder")||a.attr("placeholder")||a.attr("name"),fieldType:a.attr("data-field")||a.attr("name")||a.attr("placeholder"),defaultValue:a.attr("default-value")||a.val(),autofillType:a.attr("data-complete-type")||"",autofillValue:a.attr("data-complete-value")||a.parent().attr("data-complete-value")||"",fieldName:a.attr("data-name")})}),s},getHiddenFields:()=>TVE.apply_filters("tve.lg.hidden.fields.ids",["mapping_hidden"]),getHiddenFieldsSelector(e={}){let t="";const s=this.getHiddenFields();return _.each(s,(i,a)=>{let l="";e.input&&(l+="input"),l+=`[data-field="${i}"]`,t+=l,a<s.length-1&&(t+=",")}),t},getHiddenInput(){const e="api"===TVE.ActiveElement.attr("data-connection"),s=[];let i=TVE.ActiveElement.find(`input[type="hidden"]${e?this.getHiddenFieldsSelector():""}`);return i=i.filter(`:not([id^="tve"],[id="_submit_option"],[id="_back_url"],[id="_autofill"]${e?"":","+this.getHiddenFieldsSelector()})`),_.each(i,e=>{const i=t(e);if(i.attr("id")||i.attr("name")){const e=this.getHiddenFields().includes(i.attr("data-field"));s.push({item:i,label:i.attr("data-name")||(e?"Hidden":i.attr("id")||i.attr("name")),defaultValue:i.attr("default-value")||i.attr("value"),autofillType:i.attr("data-complete-type")||"",autofillValue:i.attr("data-complete-value")||"",fieldName:i.attr("data-name"),hidden:!e})}}),s},initSubmitOptions(){this.submitOptions=new r({el:this.$("#lg-submit-options"),component:this,class:"tve-lg-submit-panel"})},initFieldOptions(){this.fieldOptions=new h({collection:this.formInputCollection,component:this,class:"tve-lg-api-panel"})},controls_init(){this.spTooltipPanel=new i({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/lead-generation/tooltips/spam-tools"),anim_duration:300,learnMoreLink:"//thrivethemes.com/docs/enabling-spam-protection-in-thrive-themes",_template:TVE.tpl("controls/tooltip/sp-tooltip-panel"),apply:()=>{this.spTooltipCallback()},validate:()=>!this.spTooltipPanel.FORCE_CLOSE}),this.formInputCollection=new Backbone.Collection({});const e=this.$el,s=this;this.initSubmitOptions(),this.initFieldOptions(),this.apiOptions=new d({component:this,class:"tve-lg-api-panel"}),this.$successMessageArea=this.$el.find("#lg-success-message"),this.$successMessageInput=this.$successMessageArea.find("input"),this.$customUrlArea=this.$el.find("#lg-custom_url"),this.customUrlAutocomplete=new g({hide_preview:!0,ignore_settings:!0}),this.customUrlAutocomplete.on("directurl",e=>{this.leadGenerationModel.set("back_url",e.term),this.updateSubmitOptions()}),this.customUrlAutocomplete.on("select",e=>{this.leadGenerationModel.set("back_url",e.url),this.updateSubmitOptions()}),this.sendParams=new m({el:this.$customUrlArea.find(".tve-send-param-control"),model:{config:{label:TVE.t.redirect_send_params,default:!0}}}),this.$customUrlArea.append(this.customUrlAutocomplete.$el),this.paramsTooltip=new u({no_buttons:!0,anim_duration:300,no_callback:!0,validate:()=>!this.paramsTooltip.FORCE_CLOSE}),this.sendParams.change=(e,t)=>{this.leadGenerationModel.set("sendParams",Number(t.checked)),this.$customUrlArea.find(".view-params").toggleClass("tcb-hidden",!t.checked),this.updateSubmitOptions()},this.sendParams.update=()=>{this.sendParams.setChecked("1"===this.leadGenerationModel.get("sendParams"))},this.hooks(),this.controls.connectionType.update=s=>{const i=(s=s.closest(a)).attr("data-connection");e.find(".connection-controls").addClass("tcb-hidden").filter(function(){return t(this).attr("data-connection")===i}).removeClass("tcb-hidden"),this.updateApiUI(i),this.controls.connectionType.setActive(i)},this.controls.connectionType.input=(t,s)=>{t=t.closest(".thrv_lead_generation");const i=s.dataset.value,a=t.data("lg");let l=!1;!a&&this.leadGenerationModel&&t.data("lg",this.leadGenerationModel),"api"===i&&a&&a.get("custom_html_code")&&(t.html(TVE.inner_$(TVE.tpl("elements/lead_generation")()).html()),l=!0),t.attr("data-connection",i),e.find(".connection-controls").addClass("tcb-hidden"),e.find('.connection-controls[data-connection="'+i+'"]').removeClass("tcb-hidden"),a&&(a.set("type",i),a.set("write","type")),this.updateApiUI(i),this.controls.FieldsControl.update(t),this.controls.HiddenFieldsControl.update(t),l&&(TVE.Components.submit_button.applyDefaultStyle(t),this.controls.FormPalettes.update(t))},this.controls.FieldsControl.attach_collection(this.formInputCollection),this.controls.HiddenFieldsControl.attach_collection(w),this.controls.FieldsControl.on("item_click",(e,t)=>{this.fieldOptions.isOpen()?this.fieldOptions.hide():(this.fieldOptions.update(),this.fieldOptions.editField(e,t))}),this.controls.FieldsControl.on("item_remove",(e,t)=>{let s,i,a;t instanceof Backbone.Model&&t.get("item")?(s=t.get("item"),s.is(".tve_lg_country")?a=s.closest(".tve_lead_generated_inputs_container").find(`.tve_lg_state[data-state-selector="${s.attr("data-state-selector")}"]`):s.is(".tve_lg_state")&&(i=s.closest(".tve_lead_generated_inputs_container").find(`.tve_lg_country[data-state-selector="${s.attr("data-state-selector")}"]`))):(s=this.getFieldWrappers().eq(e),s.is(".tve_lg_country")?a=s.closest(".tve_lead_generated_inputs_container").find(`.tve_lg_state[data-state-selector="${s.attr("data-state-selector")}"]`):s.is(".tve_lg_state")&&(i=s.closest(".tve_lead_generated_inputs_container").find(`.tve_lg_country[data-state-selector="${s.attr("data-state-selector")}"]`))),TVE.inner_$(`[data-label-for=${s.attr("data-label")}]`).remove(),this.getFieldWrapper(s).remove(),void 0!==i&&i.attr("data-state",0),void 0!==a&&(TVE.inner_$(`[data-label-for=${a.attr("data-label")}]`).remove(),this.getFieldWrapper(a).remove()),this.update(TVE.ActiveElement),this.fieldOptions.update()}),this.listenTo(this.formInputCollection,"change",()=>{this.formInputCollection.each(function(e,t){const s=this.getFieldWrappers().eq(t);if(!s.is(e.get("item"))){const t=TVE.inner_$(e.get("item")),i=t.clone(),a=s.clone();t.replaceWith(a),s.replaceWith(i)}},this),TVE.ActiveElement.find("[data-label]").each((e,t)=>{const s=TVE.inner_$(t),i=TVE.getLGInputIdentifier(s),l=s.closest(a).find(`[data-label-for="${i}"]`);l&&s.before(l)}),this.controls.FieldsControl.update(TVE.ActiveElement)}),this.controls.FieldsControl.update=e=>{const t=e.attr("data-connection").replace("-","");let s=[];const i="get"+TVE.ucFirst(t)+"Fields";"function"==typeof this[i]&&(s=this[i]()),this.formInputCollection.reset(s)},this.controls.HiddenFieldsControl.update=()=>{w.reset(this.getHiddenInput())},this.controls.HiddenFieldsControl.on("item_click",(e,t)=>{this.fieldOptions.isOpen()?this.fieldOptions.hide():(this.fieldOptions.update(),this.fieldOptions.editField(e,t))}),this.controls.HiddenFieldsControl.on("item_remove",(e,t)=>{t.get("item").remove(),this.controls.HiddenFieldsControl.update(TVE.ActiveElement)}),TVE.add_action("tcb.show_icons",function(e,t,s){e.closest(".thrv_lead_generation").length&&e.hasClass("tcb-col")&&s.$delete.show()}),this.controls.SPTools&&(this.controls.SPTools.update=function(){const e=s.leadGenerationModel.get("captcha").name||s.$el.find('[data-view="SPTools"]').find("select").val(),t=s.$el.find('[data-view="SPTools"]').find("select");this.setValue(e),t.select2({placeholder:TVE.t.apiChoose,theme:"tve-lg-api tve-lg-sp-tools",templateResult:TVE.select2ImageItemRenderer,templateSelection:TVE.select2ImageItemRenderer}),s.$el.find('[data-view="SPTools"]').toggleClass("tve-disabled",1===Object.entries(this.config.config.options).length)},this.controls.SPTools.input=function(e,i){const a=i.value||"disabled",l=this.config.config.options[a].tool_settings;let o=s.leadGenerationModel.get("captcha");const c="disabled"===a?0:1,n=["name","phone","full_name","last_name","first_name","user_comment","comment","message"];let r=n[Math.floor(Math.random()*n.length)]+"_";for(let e=0;e<5;e++)r+="abcdefghijklmnopqrstuvwxyz123456789".charAt(Math.floor(35*Math.random()));o=t.extend(o,{name:a,sp_field:r,enabled:c,site_key:l.site_key,secret_key:l.secret_key,version:l.version,appearance:l.appearance,size:l.size,language:l.language,theme:l.theme}),s.leadGenerationModel.set("captcha",o),s.leadGenerationView.write("captcha")}),this.controls.FormIdentifier&&(this.controls.FormIdentifier.input=function(e,t){const i=v.prepareTagValue(t.value).trim();s.leadGenerationModel.set("form_identifier",i),s.leadGenerationView.write("form_identifier")},this.controls.FormIdentifier.update=function(e){if(!s.leadGenerationModel.get("form_identifier")){const t=s.getFormDefaultIdentifier(),i=s.$('.tve-control[data-view="FormIdentifier"] .tve-input-control');i.val(t),s.controls.FormIdentifier.input(e,i[0])}this.setValue(s.leadGenerationModel.get("form_identifier"))}),TVE.add_action("tcb.element.remove",e=>{e.is(".tve_lg_input_container")&&TVE.inner_$(`[data-label-for="${e.attr("data-label")}"]`).remove(),e.find(".tve_lg_file").remove(),this.syncFileUploadSettings(e),e.find(".thrive-shortcode-html").remove(),this.deleteFormSettings(e)}),TVE.add_action("tcb_after_cloud_template_css_inserted",this.replaceTemplateIDs),TVE.add_action("tcb.change.main.css.variable",(e,t,i)=>{s.controls.FormPalettes&&(e.indexOf("--tcb")>-1&&-1===e.indexOf("--tcb-local")?TVE.inner_$(".tve-lead-generation-template").each(function(){const i=TVE.inner_$(this),a=s.controls.FormPalettes.getPaletteConfig(i);if(a&&a.palettes){const l=a.palettes[0].value.colors;Object.keys(l).some(t=>l[t].val.indexOf(e)>-1)&&s.callColorSetComplexFields(t,i)}}):i&&i.hasClass("tve-lead-generation-template")&&s.callColorSetComplexFields(t,i))});const l=(e,t)=>{this.controls.FormPalettes&&TVE.inner_$(".tve-lead-generation-template").each((i,a)=>{const l=TVE.inner_$(a),o=s.controls.FormPalettes.getPaletteConfig(l);if(o&&o.palettes){const s=o.palettes[0].value.colors;let i=null;if(e.forEach(e=>{Object.keys(s).some(t=>s[t].val.indexOf(e)>-1)&&(i=e)}),i){const e=t[i];this.callColorSetComplexFields(i,l,e)}}})};TVE.add_action("tve.skin.palette_changed",l),TVE.add_action("tcb.template_palette_changed",l),TVE.add_filter("tve.css_variable.selector",(e,t)=>{if(t&&t.parent().closest(".tve-lead-generation-template").length&&!TVE.inputButtonTemplate){const s=t.addClass("tve-color-set").attr("data-selector");e=s?s+".tve-color-set":e}return e}),TVE.add_action("tcb.edit_css_color_variable",(e,t,i)=>{s.editingColorVariable=i}),TVE.add_action("tcb.update_css_color_variable",()=>{delete s.editingColorVariable}),TVE.add_action("tcb.change_css_color_variable",(e,t)=>{TVE.inner_$(".tve-lead-generation-template").each(function(){const e=TVE.inner_$(this);e.head_css("--form-color")===s.editingColorVariable&&s.callColorSetComplexFields(s.editingColorVariable,e,t.toRgbString())})}),TVE.add_filter("tcb.templates.modify_content",e=>(y(e).removeAttr("data-f-id").removeAttr("data-settings-id"),e)),TVE.add_action("tcb.insert_content_template",e=>{this.syncFileUploadSettings(e),y(e).removeAttr("data-settings-id")}),TVE.Editor_Page.editor.off("click.inner-add").on("click.inner-add",".tve_lg_input_container .tcb-add-block-below",e=>{const t=TVE.inner_$(e.currentTarget).closest(".tve_lg_radio_wrapper, .tve_lg_checkbox_wrapper, .tve-lg-dropdown-option, .tve-lg-country-option, .tve-lg-state-option"),s=t.clone();s.removeClass("tve-state-expanded edit_mode").removeAttr("data-default"),s.find('input[type="radio"]:checked').removeAttr("checked data-default"),s.insertAfter(t),this.replaceDuplicateSelector(s),setTimeout(()=>{TVE.Editor_Page.selection_manager.select_element(s)})}),TVE.add_filter("editor_loaded_callback",()=>{this.migrateForms(TVE.Editor_Page.editor)}),TVE.add_filter("tve.match_palette.overwrite_element",e=>(e&&TVE.ActiveElement&&TVE.ActiveElement.hasClass("thrv_lead_generation")&&(e=!1),e))},getFormDefaultIdentifier:()=>`${TVE.CONST.post.post_title.toLowerCase().replace(/ /g,"-").replace(/[^\w-]+/g,"")}-form-${TVE.generateRandomString(6)}`,spTooltipCallback(){},openTooltip(){return this.spTooltipPanel.isOpen()?this.spTooltipPanel.onCancel():this.spTooltipPanel.open(null,this.$(".tve-cb-img-info")),!1},collectFormSettings(e,t,s){const i=s.forms_filter||"*",a=[];return this.deletedForms=this.deletedForms||[],y(t).not(".tcb-post-list *").filter(i).each((e,t)=>{const s=TVE.inner_$(t);p.view.ensureSettings(s);const i={id:s.attr("data-settings-id")||"",settings:s.attr("data-form-settings").replace(/__TCB_FORM__/g,"")};a.push(i);const l=this.deletedForms.indexOf(i.id);-1!==l&&this.deletedForms.splice(l,1)}),e.forms=a,e.deleted_forms=this.deletedForms,(a.length||e.deleted_forms.length)&&(e._sendAjax=!0),delete this.deletedForms,e},resyncFormSettings(e,t){e.forms&&TVE._.each(e.forms,(e,s)=>{const i=y(t).filter(`[data-settings-id="${s}"]`);i.length&&i.attr("data-settings-id",e)})},deleteFormSettings(e){this.deletedForms=this.deletedForms||[],y(e).each((e,t)=>{this.deletedForms.push(t.dataset.settingsId)})},removeSettingsId(e){y(e).removeAttr("data-settings-id")},callColorSetComplexFields(e,t,s){let i=e;/hsl/g.test(e)||(t.head_css({"--form-color":e.indexOf("--")>-1?TVE.getRawCssVariableName(e):"none"}),i=TVE.getActualColorFromVariableValue(e,t)),e=s||i,this.applyColorToComplexFields(t.find(".tve_lg_radio_wrapper:not(.tve-color-set)"),TVE.Components.lead_generation_radio_option.controls.RadioPalettes,e),this.applyColorToComplexFields(t.find(".tve_lg_checkbox_wrapper:not(.tve-color-set)"),TVE.Components.lead_generation_checkbox_option.controls.CheckboxPalettes,e),this.applyColorToComplexFields(t.find(".tve_lg_dropdown:not(.tve-color-set)"),TVE.Components.lead_generation_select.controls.DropdownPalettes,e),this.applyColorToComplexFields(t.find(".tve_lg_country:not(.tve-color-set)"),TVE.Components.lead_generation_country.controls.DropdownPalettes,e),this.applyColorToComplexFields(t.find(".tve_lg_state:not(.tve-color-set)"),TVE.Components.lead_generation_state.controls.DropdownPalettes,e),this.applyColorToComplexFields(t.find(".tve-form-button:not(.tve-color-set), .tar-login-elem-button:not(.tve-color-set)"),TVE.Components.button.controls.ButtonPalettes,e,!0),this.applyColorToComplexFields(t.find(".tcb-file-upload-btn:not(.tve-color-set)"),TVE.Components.button.controls.ButtonPalettes,e)},applyColorToComplexFields(e,t,s,i){if(!e.length)return;const a=t.getPaletteConfig(e),c=i?" !important":"";if(!a||!a.palettes)return;const n=a.palettes[0].original?a.palettes[0].original.colors:a.palettes[0].value.colors,r={},d=Object.keys(n).filter(e=>!!n[e].hsl)[0],h=n[d];r[`--tcb-local-color-${d}`]=s+c,a.palettes[0].value.colors[d].val=s;for(const t in n)if(n[t].hsl_parent_dependency){n[t].val=TVE.getActualColorFromVariableValue(n[t].val,e);const i=l.modifyLinkedVarValue(o(n[t].val),o(s).toHsl(),"",!0,{},h.hsl);r[`--tcb-local-color-${t}`]=i+c,a.palettes[0].value.colors[t].val=i,a.palettes[0].value.colors[t].hsl_parent_dependency=o(i).toHsl()}a.palettes[0].value.colors[d].hsl=o(s).toHsl(),e.head_css(r),t.savePaletteConfig(e,a)},isGDPR(){return this.leadGenerationModel.get("consent").enabled},isNumber(){return this.leadGenerationModel.get("number").enabled},has_asset_delivery(){const e=this.leadGenerationModel.get("asset_delivery");return e&&e._asset_option},placeholder_action(){this.before_update()},before_update(){this.migrateForms(TVE.ActiveElement),this.check_form_exists(),this.leadGenerationModel?this.leadGenerationModel.clear({silent:!0}).set(this.leadGenerationModel.defaults(),{silent:!0}):(this.leadGenerationModel=new p.model,this.leadGenerationModel.on("write.asset_delivery",_.bind(this._updateConsentAsset,this)),this.leadGenerationModel.on("write.apis",_.bind(this._updateConsentApi,this))),TVE.ActiveElement.data("lg",this.leadGenerationModel),this.leadGenerationView?(this.leadGenerationView.setElement(TVE.ActiveElement[0]),this.leadGenerationView.read()):this.leadGenerationView=new p.view({el:TVE.ActiveElement[0],model:this.leadGenerationModel}),this.submitOptions&&this.submitOptions.reset(this.leadGenerationModel),this.fieldOptions.update(),TVE.ActiveElement&&(this.controls.HiddenFieldsControl.update(TVE.ActiveElement),this.controls.FieldsControl.update(TVE.ActiveElement)),TVE.ActiveElement.attr("id")&&!TVE.ActiveElement.find("[data-selector]").length?this.setSubSelectors(TVE.ActiveElement):this.setSelectors()},_updateConsentAsset(){this.isGDPR()&&this.leadGenerationView.updateConsent("asset",this.has_asset_delivery())},_updateConsentApi(){this.isGDPR()&&this.leadGenerationView.updateConsent("email",Object.keys(this.leadGenerationModel.get("apis")).includes("email"))},_updateNumberValues(){this.isNumber()&&this.leadGenerationView.updateNumber()},has_api_connected(){return Object.keys(this.leadGenerationModel.get("apis")).length>0},manage_error_messages(){const e=this,t=this.leadGenerationModel.get("error_messages"),s=TVE.LGErrorMessages.get_instance(TVE.modal.get_element("lg-error-messages"),new Backbone.Model(t));s.model=new Backbone.Model(t),s.type=this.leadGenerationModel.get("type"),s.display_editor=this.leadGenerationModel.get("display_custom_error_message"),s.custom_messages=this.leadGenerationModel.get("custom_messages"),s.component=this,s.render_errors(),s.before_save=function(){const t=this.model.toJSON();e.leadGenerationModel.set({error_messages:t,write:"error_messages"});const i={success:s.custom_messages.success||"",error:this.get_editor_content()};e.writeCustomMessage(i),e.leadGenerationModel.set({display_custom_error_message:s.display_editor,write:"display_custom_error_message"})},s.open()},updateApiUI(e){const t="api"===e,s=t&&(this.has_api_connected()||!1),i=t&&(this.has_asset_delivery()||!1);this.$el.find("#lg-submit-options").toggleClass("tcb-hidden",!t),this.$el.find(".tve-lg-prevention").toggleClass("tcb-hidden",!t),this.$el.find(".tve-lg-hidden-fields").toggleClass("hide-preview-delete",!t),e&&e.includes("custom")&&this.$el.find("#tve_lead_generation_code").val(TVE.ActiveElement.data("lg").get("custom_html_code")),this.$("#api-controls").children().not(".skip-api").each(function(){this.style.display=s||this.classList.contains("no-api")?"block":"none"}),this.$("#api-controls").children(".no-service").toggle(s||i)},getWrapper(e,s){let i=TVE.ActiveElement.find(e).first();return 0===i.length&&void 0!==s&&s.jquery&&(i=t("<div>").attr("#"===e[0]?"id":"class",e.substring(1)).appendTo(s)),i},generateHiddenInput:e=>'<input id="'+(e=_.extend({name:"",value:"",className:""},e)).name+'" type="hidden" name="'+e.name+'"'+(e.className?' class="'+e.className+'"':"")+' value="'+e.value+'">',writeCustomMessage(e){try{let t=e||this.leadGenerationModel.get("custom_messages");const s=TVE.ActiveElement.find("#__tcb_lg_msg");if(t=TVE.serialize(t),t=TVE.Base64.encode(t),s.length>0)return s.val(t),this;const i=this.generateHiddenInput({name:"__tcb_lg_msg",value:t});return this.getWrapper("form").append(i),this}catch(e){console.log(e)}},updateSubmitOptions(){if(this.leadGenerationModel.get("custom_html_code"))return;const e=this.leadGenerationModel,t=TVE.ActiveElement,s=t.find("#_submit_option"),i=t.find("#_back_url"),a=t.find("#_sendParams");return s.length>0?s.val(e.get("submit_option")):this.getWrapper("form").append(this.generateHiddenInput({name:"_submit_option",value:e.get("submit_option")})),i.length>0?i.val(e.get("back_url")):this.getWrapper("form").append(this.generateHiddenInput({name:"_back_url",value:e.get("back_url")})),a.length>0?a.val(e.get("sendParams")):this.getWrapper("form").append(this.generateHiddenInput({name:"_sendParams",value:e.get("sendParams")})),"message"===e.get("submit_option")?(this.writeCustomMessage(),t.find("#_back_url").remove(),this):void 0},previewSuccessMsg(){const e=this.$successMessageInput.val();e.length&&TVE.inner.window.TCB_Front.notificationElement.toggle(e,"success","")},changeSuccessMsg(e,t){const s=this.leadGenerationModel.get("custom_messages");s.success=t.value,this.leadGenerationModel.set("custom_messages",s),this.updateSubmitOptions()},edit_mode_enter(){TVE.add_filter("allow_dragenter",f),TVE.add_action("tcb.froala.blur",(e,t)=>{this.onLoseFocus(e,t,this)}),TVE.ActiveElement.find(".tve_lg_input_container:not(.tve_lg_file) .thrv_icon").each(function(){if(this.getAttribute("data-css")||this.dataset.selector)return;const e=TVE.inner.jQuery(this),t=e.children().first(),s=t.head_css(["padding","border-radius","font-size","width","height","color"],!1,"",!0),i=e.head_css(["border-style","border-radius","border-width","border-color","margin"],!1,"",!0);i.padding=s.padding,delete s.padding,i.width=s.width,delete s.width,i.height=s.height,delete s.height,i["font-size"]=s["font-size"],delete s["font-size"],t.removeAttr("style"),e.removeAttr("style"),e.head_css(i,null,"",!1,TVE.CONST.global_css_prefix+" ")}),TVE.ActiveElement.find(".tve_lg_radio_wrapper, .tve_lg_checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper, .tve-lg-dropdown-option").each(function(){TVE.inner_$(this).append(TVE.tpl("add-element-item"))}),TVE.add_filter("tcb.dragenter.bubble",b),TVE.add_action("tcb.after-insert",e=>{this.moveLabelWithInput(e)}),TVE.add_action("tcb.columns_rendered_after_insert",(e,t)=>{this.moveLabelWithInput(e),this.moveLabelWithInput(t)}),TVE.add_filter("allow_dragenter",this.preventDragInsideLabel),TVE.add_filter("tve.insert.near.target",this.changeDragTarget),TVE.add_action("tcb.group_edit.lead_generation.unlocked",this.changeUnlockSelector),TVE.add_filter("tcb.group_edit.selected_elements",this.setGroupedSelectedElements),TVE.do_action("tve.lg.edit.mode.enter",TVE.ActiveElement),this.checkTemplateConfig()},edit_mode_exit(){TVE.remove_filter("tcb.dragenter.bubble",b),TVE.remove_filter("allow_dragenter",f),TVE.remove_action("tcb.froala.blur",(e,t)=>{this.onLoseFocus(e,t,this)}),TVE.remove_action("tcb.after-insert",e=>{this.moveLabelWithInput(e)}),this.LG.find(".tve_lg_dropdown.tve-state-expanded, .tve_lg_country.tve-state-expanded, .tve_lg_state.tve-state-expanded").removeClass("tve-state-expanded"),TVE.remove_action("tcb.columns_rendered_after_insert",(e,t)=>{this.moveLabelWithInput(e),this.moveLabelWithInput(t)}),TVE.Editor_Page.focus_element(this.LG),TVE.ActiveElement.find(".tcb-add-block-below").remove(),TVE.remove_filter("allow_dragenter",this.preventDragInsideLabel),TVE.remove_filter("tve.insert.near.target",this.changeDragTarget),TVE.remove_action("tcb.group_edit.lead_generation.unlocked",this.changeUnlockSelector),TVE.remove_filter("tcb.group_edit.selected_elements",this.setGroupedSelectedElements),this.fieldOptions.updateMappingInput(),delete TVE.LeadGeneration,this.syncFileUploadSettings(this.LG)},edit_form_elements(){this.LG=TVE.ActiveElement,this.edit_mode_enter(),TVE.main.EditMode.enter(TVE.ActiveElement,{extra_element_class:"canvas-mode",blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,hidden_elements:["login","lead_generation","block","ct_symbol","section"],callbacks:{exit:_.bind(this.edit_mode_exit,this)}})},preventDragInsideLabel:(e,t)=>(t.is(".thrv_text_element[data-label-for], .thrv_text_element[data-label-for] *, .tve_lg_input_container:not(.tve_lg_file) .thrv_text_element,.tve_lg_input_container:not(.tve_lg_file) .thrv_text_element *")&&(e=!1),e),changeDragTarget(e,t){if("top"===t&&e.attr("data-label")){const t=TVE.inner_$(`[data-label-for="${e.attr("data-label")}"`);t.length&&(e=t)}return e},moveLabelWithInput(e){const t=TVE.inner.$document.find(`[data-label-for="${e.attr("data-label")}"]`);t.length>0&&t.insertBefore(e)},onLoseFocus(e){if(e.target){const t=TVE.inner_$(e.target),s=t.text(),i=t.closest(".tve_lg_radio_wrapper, .tve_lg_checkbox_wrapper").find(" > input");i.length&&i.attr("data-label-value")&&i.val(s)}},templateConfigItems:{checkbox:{"data-columns":4,option:{"data-value":"default"}},radio:{"data-columns":4,option:{"data-value":"default"}},select:{_class:"","data-show-placeholder":"1","data-style":"default","data-icon":"style_1",_alias:"dropdown"}},checkTemplateConfig(){TVE.LeadGeneration={$form:TVE.ActiveElement},TVE.LeadGeneration.templateConfigWrite=function(){TVE.LeadGeneration.$form.tcbJsonData("templateconfig",TVE.LeadGeneration.templateConfig)},TVE.ActiveElement.attr("data-templateconfig")||(TVE.LeadGeneration.templateConfig=this.templateConfigItems,TVE.LeadGeneration.templateConfigWrite()),TVE.LeadGeneration.templateConfig=TVE.LeadGeneration.$form.tcbJsonData("templateconfig")},setSelectors(e,t,s){const i=t||TVE.ActiveElement;let a=i.hasClass("tve-lead-generation-template")&&i.attr("id");(void 0===a||e)&&(a=TVE.CSS_Rule_Cache.generate_id("lg-",36),i.attr("id",a),this.setSubSelectors(i,s))},setSubSelectors(e,t=!1){const s=e.attr("id"),i=this;e.find(".tve_lg_input_container").each(function(){const e=jQuery(this);i.callInputSpecific(e,s,t)}),e.find(".thrv_text_element[data-label-for]").each(function(){const e=jQuery(this),a=e.attr("id"),l=`#${s} .thrv_text_element[data-label-for]`+(a?"#"+a:i.generalSuffix);i.handleSingleSelectorChange(e,l,!t),e.find(".tcb-plain-text").each(function(){const e=jQuery(this),t=l+" .tcb-plain-text"+i.generalSuffix;i.handleSingleSelectorChange(e,t)})}),e.find(".tve-form-button").each(function(){const e=jQuery(this),a=`#${s} .tve-form-button`;i.handleSingleSelectorChange(e,a,!t)})},callInputSpecific(e,t,s){const i=e.attr("class").match(/tve_lg_(input|textarea|radio|checkbox|dropdown|file|country|state)( |$)/);if(i){const a=i[1].replace("tve_lg_","")+"SetSelector";"function"==typeof this[a]&&this[a](e,t,s)}},dropdownSetSelector(e,t,s){const i=this,a=e.attr("id"),l=`#${t} .tve_lg_dropdown`+(a?"#"+a:this.generalSuffix);e.find(".tve-lg-dropdown-option").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-option"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),e.find(".tve-lg-dropdown-list").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-list"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),this.handleSingleSelectorChange(e,l,!s)},countrySetSelector(e,t,s){const i=this,a=e.attr("id"),l=`#${t} .tve_lg_country`+(a?"#"+a:this.generalSuffix);e.find(".tve-lg-dropdown-option").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-option"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),e.find(".tve-lg-dropdown-list").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-list"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),this.handleSingleSelectorChange(e,l,!s)},stateSetSelector(e,t,s){const i=this,a=e.attr("id"),l=`#${t} .tve_lg_state`+(a?"#"+a:this.generalSuffix);e.find(".tve-lg-dropdown-option").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-option"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),e.find(".tve-lg-dropdown-list").each(function(){const e=jQuery(this),t=e.attr("id"),a=l+" .tve-lg-dropdown-list"+(t?"#"+t:i.generalSuffix);i.handleSingleSelectorChange(e,a,!s)}),this.handleSingleSelectorChange(e,l,!s)},inputSetSelector(e,t,s){const i=e.attr("id"),a=`#${t} .tve_lg_regular_input`+(i?"#"+i:this.generalSuffix);this.handleSingleSelectorChange(e,a,!s)},checkboxSetSelector(e,t,s){const i=e.closest("form"),a=i.tcbHasClass("tcb-gdpr"),l=this,o=e.hasClass("tcb-lg-consent"),c=e.attr("id"),n=o?`#${t} .tcb-lg-consent${c?"#"+c:""}`:`#${t} .tve_lg_checkbox${c?"#"+c:this.generalSuffix}`;o&&!a&&(this.moveHeadCss(`#${t} .tve_lg_checkbox${this.generalSuffix} .tve_lg_checkbox_wrapper${this.generalSuffix}`,`${n} .tve_lg_checkbox_wrapper`,!1),i.tcbAddClass("tcb-gdpr")),e.find(".tve_lg_checkbox_wrapper").each(function(){const e=jQuery(this),t=e.attr("id"),i=o?`${n} .tve_lg_checkbox_wrapper`:`${n} .tve_lg_checkbox_wrapper${t?"#"+t:l.generalSuffix}`;if(s){const t=TVE.CSS_Rule_Cache.generate_id("tve-lg-checkbox-");e.find("label").attr("for",t),e.find("input:not(.consent-config)").attr("id",t)}l.handleSingleSelectorChange(e,i,!s)}),this.handleSingleSelectorChange(e,n,!s)},radioSetSelector(e,t,s){const i=this,a=`#${t} .tve_lg_radio`+this.generalSuffix;e.find(".tve_lg_radio_wrapper").each(function(){const e=jQuery(this),t=e.attr("id"),l=a+" .tve_lg_radio_wrapper"+(t?"#"+t:i.generalSuffix);if(s){const t=TVE.CSS_Rule_Cache.generate_id("tve-lg-radio-");e.find("label").attr("for",t),e.find("input").attr("id",t)}i.handleSingleSelectorChange(e,l,!s)}),this.handleSingleSelectorChange(e,a,!s)},textareaSetSelector(e,t,s){const i=e.attr("id"),a=`#${t} .tve_lg_regular_input`+(i?"#"+i:this.generalSuffix);this.handleSingleSelectorChange(e,a,!s)},fileSetSelector(e,t,s){this.handleSingleSelectorChange(e,`#${t} .tve_lg_file`,!s);const i=e.find(".tcb-file-upload-btn");this.handleSingleSelectorChange(i,`#${t} .tcb-file-upload-btn`,!s),TVE.Components.button.updateChildrenDataSelectors(i);const a=e.find(".tcb-default-upload-icon");a.length&&this.handleSingleSelectorChange(a,`#${t} .tcb-default-upload-icon`,!s);const l=e.find(".tcb-default-upload-text");l.length&&(this.handleSingleSelectorChange(l,`#${t} .tcb-default-upload-text`,!s),l.find(".tcb-plain-text").attr("data-selector",`#${t} .tcb-default-upload-text .tcb-plain-text`))},handleSingleSelectorChange(e,t,s){const i=e.attr("data-css"),l=e.attr("data-selector");let o="";l?o=l:i&&(o=`[data-css="${i}"]`,e.removeAttr("data-css")),e.attr("data-selector",t),o&&this.moveHeadCss(o,t,s);const c=e.attr("data-label");if(!s&&c){const t=TVE.CSS_Rule_Cache.generate_id("tve-lg-");e.attr("data-label",t),e.closest(a).find(`[data-label-for="${c}"]`).attr("data-label-for",t)}},moveHeadCss(e,t,s=!1){TVE.CSS_Rule_Cache.getRulesForSelector(e).forEach(i=>{TVE.CSS_Rule_Cache.copyCssRule(i,i.selectorText.replaceAll(e,t),s)})},changeUnlockSelector(e){const t=e.activeElement,s=t.attr("data-selector")||"",i=s?s.slice(0,s.lastIndexOf(`:not(.${TVE.Components.group.not_group_item_class})`)):"";if(!s.includes(TVE.Components.group.not_group_item_class))return;let a=t.attr("id");void 0===a&&(a=TVE.CSS_Rule_Cache.generate_id("lg-",36),t.attr("id",a)),TVE.head_css_copy(t.attr("data-selector"),i+`#${a}`),t.attr("data-selector",i+`#${a}`),t.find("[data-selector]").each(function(){const e=jQuery(this),t=e.attr("data-selector"),l=t.replace(s,i+`#${a}`);TVE.head_css_copy(t,l),e.attr("data-selector",l)})},setGroupedSelectedElements(e){if(!e.is(".thrv_text_element[data-label-for]")){const t=e.filter(".edit_mode");e=t.closest(".tve_lg_input_container."+TVE.Components.group.not_group_item_class).length>0?e.filter(function(){return t.siblings().is(jQuery(this))||t.is(jQuery(this))}):e.filter(function(){return!this.closest(".tve_lg_input_container").classList.contains(TVE.Components.group.not_group_item_class)})}return e},replaceTemplateIDs(e){const t=".thrv_lead_generation.tve-lead-generation-template";e.find(t).addBack(t).each((e,t)=>{const s=TVE.inner_$(t),i=s.attr("id"),a=TVE.CSS_Rule_Cache.generate_id("lg-",36),l=s.attr("data-css");l&&TVE.head_css_copy(l,TVE.CSS_Rule_Cache.uniq_id(s,!0)),s.attr("id",a),TVE.head_css_copy(i,a),s.find("[data-selector]").each(function(){const e=jQuery(this),t=e.attr("data-selector");e.attr("data-selector",t.replace(i,a))});const o=s.children(".thrive-colors-palette-config");o.length>1&&o.not(":first").remove()}),TVE.regenerateFormIdentifier(e)},replaceDuplicateSelector(e){const t=e.attr("id");if(t){const s=TVE.CSS_Rule_Cache.generate_id("lg-",36),i=e.attr("data-selector").replace(t,s);TVE.Components.lead_generation.handleSingleSelectorChange(e,i),e.attr("id",s).attr("data-selector",i)}return e},syncFileUploadSettings(e=TVE.ActiveElement,t=!1){y(e).each((e,s)=>{const i=TVE.inner_$(s),a=i.find(".tve_lg_file"),l=t?0:parseInt(i.attr("data-f-id")||0);if(!l&&!a.length)return;if(l&&!a.length)return i.removeAttr("data-f-id"),void TVE.ajax("file_upload_config_delete","post",{file_id:l});const o=a.tcbJsonData("file-setup");TVE.ajax("file_upload_config_save","post",{file_setup:o,file_id:l,post_id:TVE.CONST.post.ID}).done(e=>{e.success&&e.file_id&&i.attr("data-f-id",e.file_id)})})},migrateForms(e=TVE.Editor_Page.editor){y(e).not("[data-form-settings-id]").each((e,t)=>{p.view.ensureSettings(TVE.inner_$(t))})},hooks(){TVE.add_action("tcb.after_menu_init",()=>{this.generalSuffix=`:not(.${TVE.Components.group.not_group_item_class})`}),TVE.add_action("tve.lg.submit-option-changed",()=>{this.$successMessageInput.val(this.leadGenerationModel.get("custom_messages").success),this.customUrlAutocomplete.set_link(this.leadGenerationModel.get("back_url")),this.sendParams.setChecked("1"===this.leadGenerationModel.get("sendParams")),this.$customUrlArea.find(".view-params").toggleClass("tcb-hidden",!this.leadGenerationModel.get("sendParams")),this.updateSubmitOptions()}),TVE.add_filter("tve_form_submit_options",function(e){return Object.keys(TVE.ActiveElement.data("lg").get("apis")).includes("klicktipp")&&(e=[...e,{key:"klicktipp-redirect",label:TVE.t.klicktipp_thank_you_url,icon:"klick-tip"}]),e}),TVE.main.on("lgRenderOptionForm",(e,t,s)=>{s.includes("klick")&&this.updateSubmitOptions()}),TVE.add_filter("tve.text.disable.animations",e=>(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(TVE.identifier("lead_generation"))&&(e=!0),e)),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find("input[data-hide],textarea[data-hide]").each((e,t)=>{TVE.inner.window.TCB_Front.smartComplete.handleInput(t)}),e)),TVE.add_filter("tcb.element_selected",e=>(e.hasClass("tve-lead-generation-template")&&e.attr("data-element-name",TVE.t.Form),e)),TVE.add_action("tcb.focus.clear",e=>{!TVE.main.EditMode.in_edit()&&e.length&&"lead_generation"===TVE._type(e)&&this.syncFileUploadSettings(e)}),TVE.add_filter("tcb.css.should_save_rule",(e,t)=>{if(e&&t.selectorText.includes("#lg-")){const s=t.selectorText.match(/#lg-(.+?)\s/);s&&s[0]&&(e=TVE.inner_$(s[0].trim()).length)}return e}),TVE.add_filter("tcb.content_pre_save.request",this.collectFormSettings.bind(this)),TVE.add_action("tcb.content_pre_save.response",this.resyncFormSettings.bind(this)),TVE.add_action("tcb.unlink_symbol.before",()=>this.removeSettingsId(TVE.ActiveElement));const e=e=>{e.find(".tve-lead-generation-template:not(.thrv_symbol *)").addBack(".tve-lead-generation-template:not(.thrv_symbol *)").each((e,s)=>{this.setSelectors(!0,t(s),!0)})};TVE.add_action("tcb.insert_content_template",e),TVE.add_action("tve.imported_content",e),TVE.add_action("tcb.element.duplicate",(e,t)=>{if(t.is(".tve-lead-generation-template")&&this.setSelectors(!0,t,!0),t.is(".tve_lg_input_container")){const s=parseInt(1e3*Math.random()+""),i=t.find("input,textarea"),a=i.attr("data-field"),l=e.attr("data-label");if(a){let e=a+"_"+s;-1!==a.indexOf("checkbox")&&(e+="[]"),i.attr("name",e),i.attr("data-mapping")?i.attr("data-mapping",TVE.Base64.encode(TVE.serialize({}))):i.removeAttr("data-mapping")}e.attr("id")&&t.attr("id",TVE.CSS_Rule_Cache.generate_id("lg-",36));const o=e.closest(".thrv_lead_generation").attr("id");if(this.callInputSpecific(t,o,!0),l){t.removeAttr("data-label");const e=TVE.getLGInputIdentifier(t),s=TVE.inner.$document.find(`[data-label-for="${l}"]`).clone();s.attr("data-label-for",e),s.insertBefore(t)}const c=t.closest(".thrv_lead_generation_container").find(`[data-field="${a}"]`).length;i.attr("data-name",`${TVE.ucFirst(a.replace("mapping_",""))} ${c}`),TVE.Editor_Page.selection_manager.select_element(t)}t.is(TVE.identifier("lead_generation"))&&TVE.regenerateFormIdentifier(t),this.syncFileUploadSettings(t,!0),y(t).removeAttr("data-settings-id")})},getFieldWrappers:(e=TVE.ActiveElement)=>e.find(".tve_lg_input_container:not(.tve_submit_container)"),getFieldWrapper:e=>TVE.inner_$(e),onEditInput(e,t,s){if(t.editMode)return;const i=TVE.ActiveElement.attr("id");if(i&&"hidden"!==s&&this.callInputSpecific(e,i,!1),TVE.ActiveElement.attr("data-templateconfig")){const t=TVE.ActiveElement.tcbJsonData("templateconfig");if(s="state"===(s="country"===(s="gdpr"===s?"checkbox":s)?"select":s)?"select":s,t&&t[s]){const i="select"===s?e:e.find(`.tve_lg_${s}_wrapper`);let a=null;for(const i in t[s])if("option"===i){const i=e.find(`.tve_lg_${s}_wrapper`);for(const e in t[s].option)if(e.startsWith("--")){const a={};a[e]=t[s].option[e],i.head_css(a)}else"color"===e?a=t[s].option[e]:i.attr(e,t[s].option[e])}else i.includes("data-")?e.attr(i,t[s][i]):"color"===i?a=t[s][i]:e.addClass(t[s]._class);if(!a&&this.controls.FormPalettes){const e=this.controls.FormPalettes.getPaletteConfig(TVE.ActiveElement);if(e&&e.palettes){const t=e.palettes[0].value.colors,s=Object.keys(t).filter(e=>!t[e].hsl_parent_dependency)[0];t[s].val=TVE.getActualColorFromVariableValue(t[s].val,TVE.ActiveElement),a=t[s].val}}a&&this.controls.FormPalettes&&this.applyColorToComplexFields(i,this.controls.FormPalettes,a)}"checkbox"!==s&&"radio"!==s||e.find(`.tve-${s}-grid`).head_css({"--cols":e.attr("data-columns")})}},usesSignupFailedMessage:()=>!0})}(jQuery)},66442:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(){this.controls.InputPlaceholder.update=function(e){this.setValue(e.find("input").attr("placeholder"))},this.controls.InputPlaceholder.input=function(e,t){const s=t.value.replace(/[\[\]']+/g,""),i=e.closest(".thrv-search-form");e.find("input").attr("placeholder",s),i.data("$$parent")?i.data("$$parent").find(".thrv-sf-input input").attr("placeholder",s):i.data("$$clone")&&i.data("$$clone").find(".thrv-sf-input input").attr("placeholder",s)}}})},66511:(e,t,s)=>{const i=s(41875);e.exports=i.extend({convertUM(e){const t=this.applyTo(!0),s=t.parentNode,i=this.$el.find(".tve-input, .tve-slider"),a=TVE.convertUM(t,e,s,this.model.config.css);i.val(a)},afterConfig(){const e=this.applyTo().parent();this.model.config.max=parseInt((e.is("a")?e.parent():e).width())}})},66718:(e,t,s)=>{e.exports=s(16668).component.extend({controls_init(e){e.color.input=function(e){this.applyElementCss({color:`${e} !important`})},e.color.update=function(e){this.setValue(e.css("color"))},e.size.input=function(e,t){this.applyElementCss({"font-size":`${t.value}${this.getUM()} !important`})},e.size.update=function(e){this.setValue(e.css("font-size"))}}})},66722:(e,t,s)=>{!function(t){const i=s(16102),a=s(72223),l=s(49194),o=s(88515);e.exports=i.extend({cls:"tcb-video-background-el",parent_cls:"tcb-video-background-parent",default_model:()=>new Backbone.Model({device:TVE.t.video_background}),render(){return i.prototype.render.apply(this,arguments),this.$el.append(TVE.tpl("controls/dynamic-background-video")()),this.$el.find(".tcb-background-video-controls").hide(),this},update(e){if(this.$el.hasClass("control-hide"))return;const t=e.hasClass(this.cls);let s=this.isChecked();this.model=new Backbone.Model(t?this.read():{config:{}}),this.video_settings.set_model(this.model),s!==t&&(this.setChecked(t),s=t,this.update_controls(t)),this.$el.find(".tcb-background-video-controls").toggle(s),this.dynamicSources.setDynamicValues(this.applyTo(),s)},update_controls(e){this.$el.toggleClass("expanded",e)},input(e,t){this.$el.hasClass("control-hide")||(this.$el.toggleClass("expanded",t.checked),this.$el.find(".tcb-background-video-controls").toggle(t.checked),t.checked?this.apply():(this.clear(),e.removeClass("tcb-responsive-video")),this.dynamicSources.setDynamicValues(e,t.checked))},clear(e){(e=void 0!==e?e:this.applyTo()).removeClass(this.cls).find("> iframe,> video,> script,> .wistia_embed").remove(),e.parent().removeClass(this.parent_cls)},after_initialize(){this.video_settings=new a({config:{}}),this.$el.append(this.video_settings.$el.addClass("video-options")),this.$(".tcb-dark").removeClass("tcb-dark"),this.$(".extra-settings").remove(),this.video_settings.on("change",_.bind(this.apply,this)),this.$("input[type=checkbox]").prop("checked",!1),this.tabs=new l({el:this.$el.find(".tve-dynamic-source-tabs")[0],model:{config:{target:t(),name:"Element type",buttons:[{icon:"link",text:"&nbsp; Static",value:"static",tooltip:"Use a static source",tooltip_side:"top"},{icon:"database-regular",text:"&nbsp; Dynamic",value:"dynamic",tooltip:"Use a dynamic source",tooltip_side:"top"}]}}}),this.tabs.change=e=>{const t=this.component.$el.find(".custom-fields-state"),s=this.$(".custom-fields-options select"),i=this.$(".custom-fields-more-options"),a=this.applyTo();t.hide().filter(`[data-state="${this.tabs.$$selected}"]`).show(),i.toggle(null!==s.val()||void 0!==a.attr("data-placeholder-id")),this.$(".custom-fields-placeholder-input").toggle("replace"===this.$(".custom-fields-placeholder-options").val()),"static"===this.tabs.$$selected&&(s.val(null),i.hide(),a.removeClass("tcb-custom-field-source"),e&&a.addClass("tcb-responsive-video"),a.find(".dynamic-source").removeAttr("data-c-f-id").removeClass("dynamic-source")),this.video_settings.toggle("static"===this.tabs.$$selected)},this.dynamicSources=new o(this),this.dynamicSources.after_initialize();const e=".tcb-bn-url .tve-bunnynet-info";TVE.initBasicTooltip({tooltipElem:this.$(e),template:TVE.tpl("controls/tooltip/video-url"),anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2e3}},this,()=>this.$(e))},selectCustomField(e,t){this.dynamicSources.selectCustomField(e,t)},selectPlaceholder(e,t){this.dynamicSources.selectPlaceholder(e,t)},apply(){const e=this.video_settings.get_embed_code("background"),t=this.applyTo();return this.tabs.$el.toggle(void 0!==TVE.CONST.external_custom_fields.video),TVE.Editor_Page.before_action(),this.clear(t),e?(t.addClass(this.cls).prepend(e),t.parent().addClass(this.parent_cls),e.includes("tcb-yt-bg")&&TVE.inner.window.TCB_Front.playBackgroundYoutube(t.find("> .tcb-yt-bg")),e.includes("tcb-voo-bg")&&TVE.inner.window.TCB_Front.playBackgroundVoo(),t.hasClass("tcb-custom-field-source")&&t.find(".tcb-yt-bg, iframe, .wistia_embed, video").attr("data-c-f-id",this.$el.find(".custom-fields-options select").val()).addClass("dynamic-source"),TVE.Editor_Page.after_action(),this):this},read(){const e=this.applyTo(),t={p:{}},s=e.find("> .wistia_embed").first(),i=e.find("> video.tcb-bg-video").first(),a=e.find("> iframe").first(),l=e.find("> .tcb-yt-bg").first(),o=e.find("> .tcb-bn-bg").first();if(s.length)t.s="wistia",t.p={id:s.attr("data-id"),url:"https://wistia.com/embed/"+s.attr("data-id")};else if(i.length)t.s="custom",t.p={id:i.attr("data-id"),title:i.attr("data-title")};else if(l.length)t.s="youtube",t.p={id:l.attr("data-yt-id"),url:l.attr("data-url")};else if(o.length)t.s="bunnynet",t.p={id:o.attr("data-id"),url:o.attr("data-url")};else if(a.length){let e;t.s=a.attr("data-provider"),t.p={url:a.attr("src")},e=t.s.includes("vooplayer")?new RegExp("/publish/(.+)"):new RegExp("/video/(.+?)\\?"),t.p.url.match(e)&&(t.p.id=RegExp.$1)}return{config:t}}})}(jQuery)},66955:(e,t,s)=>{const i=s(16668),a=s(49194),l=s(17502),o=s(515),c=s(16102),n=s(40248),r=s(51106),d=s(20583),h=s(32970),p="Content",g="Custom Fields";function m(e){const t=TVE._type(e);return TVE.Components[t]&&"function"==typeof TVE.Components[t].get_link?TVE.Components[t].get_link():(TVE.ClickedElement||e.filter(".edit_mode")).parent("a[href]")}s(39379)(),TVE.jumplinks=s(22654),e.exports=i.control.extend({template:TVE.tpl("controls/link/element-link"),after_initialize(e){TVE.add_action("tcb.jumpmode.enter",()=>TVE.ActiveElement=TVE.ActiveElement.filter(".edit_mode"));const t=this;this.model.config.hide_buttons&&this.model.config.hide_buttons.length&&this.model.config.hide_buttons.forEach(function(e){t.$('[data-tab="'+e+'"]').hide()}),this.$edit_link=e.model.$edit_link},update(e,t=!1){if(!e.is(".thrv-content-box, .thrv-button, .tve_image_caption, .thrv_icon, a.tcb-logo, .menu-item"))return;this.$edit_link=e;const s=m(e),i=s.length>0,a=TVE.jumplinks.isJumplink(s),l=TVE.jumplinks.isDynamicLink(s);this.updateJumplink(a),this.updateDynamicLink(l,t),this.LinkSearch.set_link(s.attr("data-tcb-href")||s.attr("href")||""),this.LinkNoFollow.setChecked(i?"nofollow"===s.attr("rel"):n.get(n.keys.link_no_follow)),this.LinkNewTab.setChecked(i?"_blank"===s.attr("target"):n.get(n.keys.link_new_tab)),this.SmoothAnim.setChecked(i?"smooth"===s.attr("jump-animation"):n.get(n.keys.jump_animation)),TVE.do_action("tcb.links.before_update",l,s,this),this.$el.find(".tve-dynamic-link-shortcode input").val(s.attr("data-custom-shortcode")),t||(a?this.tabs.setActive("jump"):l?this.tabs.setActive("dynamic"):this.tabs.setActive("static")),TVE.do_action("tcb.links.updated",this)},getEditElement(){return this.$edit_link||(this.$edit_link=TVE.ActiveElement),this.$edit_link},after_render(){this.tabs=new a({el:this.$el.find(".tve-link-tabs")[0],model:this.tabsConfig()}),this.tabs.change=()=>{this.update(this.getEditElement(),!0)},this.postTypesOptionsModal=new d.base({el:d.get_element("options-post-types")}),this.LinkSearch=new l({el:this.$("#tcb-link-search-control")[0],hide_preview:!0}),this.SmoothAnim=new c({el:this.$el.find(".tve-jump-smooth-anim"),model:{config:{label:TVE.t.smooth_anim,default:!0}}}),this.SmoothAnim.change=(e,t)=>{r(function(){const s=m(e);n.set(n.keys.jump_animation,t.checked),t.checked?s.attr("jump-animation","smooth"):s.removeAttr("jump-animation"),s.removeAttr("target")},e),TVE.Components.animation.update()},this.LinkNewTab=new o({el:this.$el.find(".elem-link-newtab"),model:{config:{label:TVE.t.newtab,default:!1}}}),this.LinkNewTab.input=(e,t)=>{r(function(){const s=m(e);n.set(n.keys.link_new_tab,t.checked),t.checked?s.attr("target","_blank").removeAttr("jump-animation"):s.removeAttr("target")},e),TVE.Components.animation.update()},this.LinkNoFollow=new o({el:this.$el.find(".elem-link-nofollow"),model:{config:{name:"",label:TVE.t.nofollow,default:!1}}}),this.LinkNoFollow.input=(e,t)=>{r(function(){const s=m(e);n.set(n.keys.link_no_follow,t.checked),t.checked?s.attr("rel","nofollow").removeAttr("jump-animation"):s.removeAttr("rel")},e),TVE.Components.animation.update()},this.LinkSearch.on("select",e=>{this.LinkSearch.trigger("linkchange",e.url)}),this.LinkSearch.on("linkchange",e=>{let t=TVE.getSelectedElement(),s=m(this.getEditElement()),i=!0;if(!this.validateLink(t,s))return!1;t=TVE.apply_filters("tcb.link_element_wrap",t),0===s.length&&(s=t.wrapAll('<a href=""></a>').parent(),t.attr("data-link-wrap",!0)),s=TVE.apply_filters("tcb.link_changed",s,t);const a=t.attr("data-tcb-events")||s.attr("data-tcb-events");s.length&&e.length&&a&&a.includes("click")&&(i=!1,TVE.page_message(TVE.t.anim.multiple_click_events,-1)),r(function(){s.attr("href",e),TVE.preserve_changed_link(s)},t),e.length>0?(TVE.Components.animation.update(),n.get(n.keys.link_new_tab)&&s.attr("target","_blank"),n.get(n.keys.link_no_follow)&&s.attr("rel","nofollow"),n.get(n.keys.jump_animation)&&s.attr("jump-animation","smooth"),this.jumpLink||e.includes("tve-jump")&&TVE.inner_$(e).length?(s.removeAttr("target"),s.addClass("tve-jump-scroll")):(s.removeAttr("jump-animation"),s.removeClass("tve-jump-scroll")),s.toggleClass("tve-dynamic-link",!!this.dynamicLink),i&&(this.jumpLink?(TVE.page_message(TVE.t.jumplink_added),delete this.jumpLink):this.dynamicLink&&TVE.page_message(TVE.t.dynamiclink_added)),this.dynamicLink?(TVE.do_action("tcb.dynamic_links.after_appended_link",s,this),this.dynamicLink["data-shortcode-id"]&&s.attr("data-shortcode-id",this.dynamicLink["data-shortcode-id"]),this.dynamicLink["data-dynamic-link"]&&s.attr("data-dynamic-link",this.dynamicLink["data-dynamic-link"]),this.dynamicLink["dynamic-postlink"]&&s.attr("dynamic-postlink",this.dynamicLink["dynamic-postlink"]),this.dynamicLink["data-custom-shortcode"]&&s.attr("data-custom-shortcode",this.dynamicLink["data-custom-shortcode"]),s.attr("data-option",this.dynamicLink.shortcodeOption||void 0),delete this.dynamicLink):s.removeAttr("data-shortcode-id data-dynamic-link dynamic-postlink data-custom-shortcode data-option"),delete this.jumpLink):(s.removeClass("tve-jump-scroll tve-dynamic-link").removeAttr("data-shortcode-id data-option data-dynamic-link dynamic-postlink data-custom-shortcode jump-animation"),this.model.config.keep_links||t.unwrap());const l=TVE._type(this.getEditElement());TVE.Components[l]&&TVE.Components[l].controls.ToggleURL&&"function"==typeof TVE.Components[l].controls.ToggleURL.update&&TVE.Components[l].controls.ToggleURL.update(this.getEditElement()),TVE.main.EditMode.in_edit()&&TVE.PostList.utils.checkForPostListSync(this.getEditElement()),this.update(this.getEditElement())}),this.dynamicCategorySelect=new h({el:this.$el.find(".tcb-dynamic-link-select-category")}),this.dynamicCategorySelect.get_options=this.getCategoryOptions,this.dynamicLinksSelect=this.$el.find(".tcb-dynamic-link-select"),this.$dynamicShortcode=this.$el.find(".tve-dynamic-link-shortcode"),this.dynamicCategorySelect.change=(e,t)=>{let s;t.value===g&&TVE.jumplinks.updateDynamicCustomFieldsLink(),s=t.value===p&&TVE.PostList.utils.shouldShowDynamicLinks()?TVE.tpl("inline/postlist-links"):TVE.tpl("controls/link/dynamic-links",{links:TVE.CONST.dynamic_links[t.value].links,options:TVE.CONST.dynamic_links[t.value].options||{}}),this.dynamicLinksSelect.toggle(!("Shortcode"===t.value)),this.$dynamicShortcode.toggle("Shortcode"===t.value),this.dynamicLinksSelect.html(s),this.dynamicLinksSelect.find("select").trigger("change"),TVE.do_action("tcb.element_link.category_select",t.value,this.dynamicLinksSelect,this)},TVE.add_action("tcb.element.duplicate",(e,t)=>{t.attr("id")&&t.attr("id").includes("tve-jump")&&t.removeAttr("id")}),TVE.add_action("tcb.apply_jumplink",()=>{if(!TVE.JumpSource.hasClass(this.model.config.class))return;const e="#"+TVE.JumpElement.attr("id"),t=m(this.getEditElement());this.validateLink(TVE.JumpSource,t)&&(this.jumpLink=!0,this.LinkSearch.trigger("linkchange",e)),TVE.JumpElement.removeClass("jump_target"),TVE.state_manager.set_state("default"),TVE.Editor_Page.focus_element(TVE.JumpSource)}),TVE.do_action("tve.element.link.after.render",this)},tabsConfig(){const e=this;let t=[{icon:"link",value:"static",tooltip:TVE.t.linkType.static,tooltip_side:"top"},{icon:"anchor-regular",value:"jump",tooltip:TVE.t.linkType.jump,tooltip_side:"top"},{icon:"database-regular",value:"dynamic",tooltip:TVE.t.linkType.dynamic,tooltip_side:"top"}];return e.model.config.hide_buttons&&e.model.config.hide_buttons.length&&(t=t.filter(function(t){return!e.model.config.hide_buttons.includes(t.value)})),{config:{target:".tve-link-boxes",buttons:t}}},open_link_search_settings(){return this.postTypesOptionsModal.open({top:"20%",complete:_.bind(function(){this.LinkSearch.focus()},this)}),!1},getCategoryOptions(){TVE.jumplinks.updateDynamicCustomFieldsLink();const e=TVE.apply_filters("tcb.render_dynamic_categories",JSON.parse(JSON.stringify(TVE.CONST.dynamic_links_categories))).filter(e=>!(e===p&&!TVE.PostList.utils.shouldShowDynamicLinks()||e===g&&!TVE.jumplinks.categoryHasLinks(e))).map(e=>({name:e,value:e}));return TVE.apply_filters("tcb.dynamic_links.categories",e)},updateJumplink(e){const t=m(this.getEditElement()),s=this.$("#tcb-jump-target"),i=t.length?t[0].hash:"",a=this.$el.find("#tcb-jumplink-buttons");let l;try{l=TVE.inner_$(i)}catch(e){l=TVE.inner_$()}a.find("#remove-target").toggleClass("tcb-hide",!e),a.find("#modify-target").toggleClass("tcb-hide",!e),a.find("#select-target").toggleClass("tcb-hide",e),s.toggleClass("tcb-hide",!e),this.$(".tcb-jump-target-box").toggleClass("tcb-hide",!e),e&&!t.hasClass("tve-jump-scroll")&&t.addClass("tve-jump-scroll").removeAttr("target"),this.$(".tcb-no-target").toggle(!(!i.length||l.length)),e&&s.html(TVE._type(l)||i).attr("href",i)},removeJumpTarget(){const e=m(this.getEditElement());TVE.OldJumpData={},TVE.jumplinks.clearTargetID(e[0].hash),this.LinkSearch.trigger("linkchange",TVE.apply_filters("tcb.link_removed",""))},modifyJumpTarget(){const e=m(this.getEditElement())[0].hash;TVE.OldJumpData={element:TVE.inner_$(e),id:e},TVE.jumplinks.clearTargetID(e),TVE.jumplinks.enterJumpMode()},selectJumpTarget(){TVE.jumplinks.enterJumpMode()},setLink(e){this.LinkSearch.trigger("linkchange",e)},validateLink(e,t){if((e=TVE.apply_filters("tcb.link_element_wrap",e)).parents("div[data-link-wrap]").parent("a[href]").length||0===t.length&&e.find("a[href]").length){const t=TVE.t.warning_link_insert_inside_link.split("##split##");return TVE.page_message(t[0]+'<strong>"'+TVE.get_element_name(e)+'"</strong>'+t[1],!0,1e4),!1}return!0},scrollTo(){TVE.inner_$(this.$("#tcb-jump-target").attr("href")).tve_highlight()},toggleURL(e,t=""){if(e){const e=this.LinkSearch.$("input");e.trigger("focus").val(t),this.tabs.setActive("static"),t.length&&e.trigger("change")}else this.LinkSearch.$("input").val().includes("tve-jump")?this.removeJumpTarget():this.LinkSearch.$("input").val("").trigger("change")},setDynamicLink(){if(TVE.apply_filters("tcb.link.validate_url",!0,this.RedirectLinkSearch.get_link())){const e=this.dynamicCategorySelect.getValue(),t=this.getEditElement();let s;s=this.dynamicLinksSelect.is(":visible")?this.dynamicLinksSelect.find("option:selected"):this.$dynamicShortcode.find("input");let i=s.val();if(this.dynamicLink={},e===p&&TVE.PostList.utils.shouldShowDynamicLinks()){this.dynamicLink["dynamic-postlink"]=i;const e=TVE.PostList.utils.getArticleID(t);i=TVE.PostList.posts[e][i]}else if("Shortcode"===e)this.dynamicLink={"data-custom-shortcode":i.replace(/"/g,"'")};else{const t=s.attr("data-shortcode-id");this.dynamicLink={"data-shortcode-id":t,"data-dynamic-link":TVE.CONST.dynamic_links[e].shortcode},TVE.CONST.dynamic_links[e].options&&TVE.CONST.dynamic_links[e].options[t]&&(this.dynamicLink.shortcodeOption=this.$(`.dynamic-extra-option[data-field="${t}"]`).val()||"")}i||(i="#");const a=m(this.getEditElement());a.is("a")&&a.removeAttr("data-shortcode-id data-dynamic-link dynamic-postlink data-custom-shortcode"),TVE.do_action("tcb.dynamic_links.before_insert",this),this.validateLink(t,a)&&this.LinkSearch.trigger("linkchange",i),TVE.do_action("tcb_set_dynamic_link",t,a,this)}else TVE.page_message("Only internal links are allowed for logout redirect.",-1)},removeDynamicLink(){const e=m(this.getEditElement());e.removeAttr("data-shortcode-id data-dynamic-link dynamic-postlink data-custom-shortcode data-redirect-destination data-product-id data-product-variation-id"),e.removeClass("tve-dynamic-link"),this.LinkSearch.trigger("linkchange",TVE.apply_filters("tcb.link_removed",""))},updateDynamicLink(e,t){TVE.jumplinks.updateDynamicCustomFieldsLink();const s=m(this.getEditElement()),i=this.$el.find("#tcb-dynamic-link-buttons"),a=TVE.apply_filters("tcb.render_dynamic_categories",JSON.parse(JSON.stringify(TVE.CONST.dynamic_links_categories))),l=TVE.apply_filters("tcb.render_dynamic_links",JSON.parse(JSON.stringify(TVE.CONST.dynamic_links))),o=TVE.apply_filters("tcb.update_dynamic_popup_shortcode",s.attr("data-dynamic-link")),c=this.$el.find(".tcb-dynamic-link-select"),n=this.$el.find(".tve-dynamic-link-shortcode"),r=s.attr("data-shortcode-id");let d,h=!1,g=!1;e?s.attr("dynamic-postlink")&&TVE.PostList.utils.shouldShowDynamicLinks()?(h=p,g=!0,d=TVE.tpl("inline/postlist-links")):a.forEach(function(e){e!==p&&l[e]&&l[e].shortcode===o&&(h=e)}):h=a[0],g||s.attr("data-custom-shortcode")||(h&&TVE.jumplinks.categoryHasLinks(h)||(TVE.page_message(TVE.t.invalidLink,!0),h=a[0]),d=TVE.tpl("controls/link/dynamic-links",{links:l[h].links,options:l[h].options||{}})),n.toggle("Shortcode"===h),c.toggle("Shortcode"!==h),this.dynamicCategorySelect.render(),this.dynamicCategorySelect.setValue(h),this.dynamicLinksSelect.html(d);let u=!1;if(e&&!s.attr("data-custom-shortcode")){if(g){const e=this.dynamicLinksSelect.find(' option[value="'+s.attr("dynamic-postlink")+'"]');0===e.length?TVE.page_message(TVE.t.invalidLink,!0):e.attr("selected","")}else{const e=this.dynamicLinksSelect.find(`option[data-shortcode-id="${r}"]`);0===e.length?TVE.page_message(TVE.t.invalidLink,!0):e.attr("selected","")}u=!0}if(u||t&&"dynamic"===this.tabs.$$selected){this.dynamicLinksSelect.find("select").trigger("change");const e=s.attr("data-option");e&&r&&this.$(`.dynamic-extra-option[data-field="${r}"]`).val(e)}i.find("#remove-dynamic").toggleClass("tcb-hide",!e),i.find("#modify-dynamic").toggleClass("tcb-hide",!e),i.find("#select-dynamic").toggleClass("tcb-hide",e)},dynamicLinkShortcodeChanged(e,t){const s=t.options[t.selectedIndex],i=this.$(".dynamic-extra-opt").hide();s&&s.dataset.shortcodeId&&i.filter(`[data-show-for="${s.dataset.shortcodeId}"]`).show(),TVE.do_action("tcb.element_link.link_select",e,t)}})},67008:(e,t,s)=>{const i=s(34488),a=420,l=(e,t)=>(t.hasClass("tve_w_menu")&&t.parent().hasClass("tve-ham-wrap")?e=!0:t.hasClass("tve-ham-wrap")&&(e=!1),e),o=(e,t)=>(t.hasClass("tve-ham-wrap")&&(e=!0),e),c=(e,t)=>(t.target.classList.contains("tve-ham-wrap")&&(e=""),e),n=(e,t)=>(t.is(".tcb-icon-close-offscreen, .tcb-icon-close")&&(e=!0),e),r=(e,t)=>{const s=t.closest(".thrv_widget_menu");if(s.is(".tve-mobile-dropdown")&&TVE.main.EditMode.element().hasClass("tve-ham-wrap")){const t=s.find(".tve-m-trigger").outerHeight();e.top-=t,e.height+=t}return e},d=e=>`${e},.tve-ham-wrap > *`,h=e=>e.replace(".thrive-shortcode-html *,","").replace(".thrv_widget_menu *,","")+", .tve_w_menu";let p;e.exports={beforeEnter(e){TVE.add_filter("tcb.dragenter.bubble",c,a),TVE.add_filter("tcb.allow_drop_near",l,a),TVE.add_filter("allow_dragenter",o,a),TVE.add_filter("allow_dragenter",l,a),TVE.add_filter("droppable_targets",d,a),TVE.add_filter("selectors_no_icons",h,a),TVE.add_filter("non_draggable",h,a),TVE.add_filter("tcb.edit_mode.is_element_editable",n,a),TVE.add_filter("tcb.edit_mode.overlay_offset",r,a),TVE.add_filter("tcb.sidebar.disable_element_drag","__return_false"),(e=>{e.closest(TVE.Components.menu.getMenuIdentifier()).hasClass("tve-mobile-dropdown")||TVE.refreshIconsOnScroll(e,e.attr("data-selector"))})(e),p=TVE.main.sidebar_extra.getElementsByVisibility("visible"),TVE.main.sidebar_toggle_elements(this.notAllowedElements(),!1)},afterExit(){TVE.remove_filter("tcb.dragenter.bubble",c,a),TVE.remove_filter("tcb.allow_drop_near",l,a),TVE.remove_filter("allow_dragenter",o,a),TVE.remove_filter("allow_dragenter",l,a),TVE.remove_filter("droppable_targets",d,a),TVE.remove_filter("selectors_no_icons",h,a),TVE.remove_filter("non_draggable",h,a),TVE.remove_filter("tcb.edit_mode.is_element_editable",n,a),TVE.remove_filter("tcb.edit_mode.overlay_offset",r,a),TVE.remove_filter("tcb.sidebar.disable_element_drag","__return_false"),TVE.main.sidebar_toggle_elements(p,!0)},addGeneralHooks(){TVE.add_filter("tcb.content_pre_save.request",(e,t,s)=>{const a=t.find(".thrv_widget_menu").not(".tcb-post-list *").filter(s.forms_filter||"*");return a.length>0&&(e._sendAjax=!0,e.menus=[],a.each((t,s)=>{const a=new i({el:s});try{a.prepareSave()}catch(e){}if(!a.isCustom()){const t=TVE.inner_$(s),i=t.find(".tve-ham-wrap"),l=t.find(".tve-m-trigger"),o=a.config();l.length>0&&(o.hamburger_trigger=TVE.Editor_Page.content_manager.get_clean_content({},TVE.inner_$(`<div>${l[0].outerHTML}</div>`)));const c={id:o.uuid,config:o};i.length&&(c.before=a.getHamburgerExtraContent("before",!0),c.after=a.getHamburgerExtraContent("after",!0)),e.menus.push(c)}})),e}),TVE.add_filter("tcb.selection.element",e=>(!TVE.main.EditMode.in_edit()&&e.hasClass("tve-ham-wrap")&&(e=e.closest(".thrv_wrapper")),e)),TVE.add_action("tcb.content_pre_save.response",(e,t)=>{void 0!==e.menus&&Object.keys(e.menus).forEach(s=>{const a=t.find(`#${s}`).closest(".thrv_widget_menu");a.length>0&&new i({el:a[0]}).config("settings_id",e.menus[s])})}),TVE.add_filter("tcb.allow_block_controls_below",(e,t,s)=>(s.closest(".tve-ham-wrap").length>0&&(e=!0),e));const e=e=>(void 0!==TVE.FLAGS.$dragged_element||this.isHamburgerEditMode()&&(e=TVE.main.EditMode.element().find(".tve_w_menu")),e);TVE.add_filter("tcb.get_dropzone_target",e),TVE.add_filter("tcb.change_target",e),TVE.add_filter("tcb.components.expanded_key",e=>(["menu_icon_open","menu_icon_close","menu_icon_close_offscreen"].includes(e)&&(e="icon"),"hamburger_menu"===e&&(e="menu"),e)),TVE.add_filter("tcb.icon.default_size",(e,t)=>(t.parent(".tve-m-trigger").length>0&&(e=33),e)),TVE.add_action("tcb.icon.slider_input",(e,t,s)=>{s.is(TVE.identifier("menu_icon_open"))?e.applyElementCss(t,s.next(TVE.identifier("menu_icon_close"))):s.is(TVE.identifier("menu_icon_close"))&&e.applyElementCss(t,s.prev(TVE.identifier("menu_icon_open")))}),TVE.add_filter("tcb.group.enter_group_mode.main_element",e=>(TVE.main.EditMode.in_edit()&&e.is("ul.tve_w_menu")&&(e=e.parents(".thrv_widget_menu")),e)),TVE.add_filter("tve.group.has-exit-group-styling",(e,t)=>((null==t?void 0:t.closest(".thrv_widget_menu").length)>0&&(e=!1),e))},applyOffscreenWidth(e){const t=e.attr("data-offscreen-width-setup");e.is(".tve-mobile-dropdown, .tve-mobile-side-left, .tve-mobile-side-right")?t||e.attr("data-offscreen-width-setup",1):e.removeAttr("data-offscreen-width-setup")},isHamburgerEditMode:()=>TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().hasClass("tve-ham-wrap"),notAllowedElements(){const e=["text","image","button","columns","divider","icon","logo","search_form","social","social_follow","post_list_filter","mini-cart","widget_woocommerce_widget_cart","wordpress"];return Object.keys(TVE.Elements).filter(t=>!e.includes(t))}}},67031:(e,t,s)=>{const i=s(31029);e.exports=i.extend({updateOnMouseLeave:!1,controls_init(e){TVE.Views.Components.CountdownOld.prototype.controls_init.call(this,e),this.controls.Day.input=function(e,t){this.component.set_date_values(e.find(".tve_t_day .t-digits"),t.value),this.component.change_digits_width(e,".tve_t_day .t-digits",t.value)},this.controls.Day.update=function(e){this.setValue(parseInt(e.attr("data-day")))},this.controls.Day.change=function(e,t){const s=e.attr("data-day");e.attr("data-day",t.value),this.component.time_undo_redo_manager(e,"data-day",s,t.value,e.find(".tve_t_day .t-digits"))},this.controls.Hour.input=function(e,t){this.component.set_date_values(e.find(".tve_t_hour .t-digits"),t.value)},this.controls.Hour.update=function(e){this.setValue(parseInt(e.attr("data-hour")))},this.controls.Hour.change=function(e,t){const s=e.attr("data-hour");e.attr("data-hour",t.value),this.component.time_undo_redo_manager(e,"data-hour",s,t.value,e.find(".tve_t_hour .t-digits"))},this.controls.Minute.input=function(e,t){this.component.set_date_values(e.find(".tve_t_min .t-digits"),t.value)},this.controls.Minute.update=function(e){this.setValue(parseInt(e.attr("data-min")))},this.controls.Minute.change=function(e,t){const s=e.attr("data-min");e.attr("data-min",t.value),this.component.time_undo_redo_manager(e,"data-min",s,t.value,e.find(".tve_t_min .t-digits"))},this.controls.Second.input=function(e,t){this.component.set_date_values(e.find(".tve_t_sec .t-digits"),t.value)},this.controls.Second.update=function(e){this.setValue(parseInt(e.attr("data-sec")))},this.controls.Second.change=function(e,t){const s=e.attr("data-sec");e.attr("data-sec",t.value),this.component.time_undo_redo_manager(e,"data-sec",s,t.value,e.find(".tve_t_sec .t-digits"))},this.controls.ExpDay.input=function(){},this.controls.ExpDay.update=function(e){this.setValue(parseInt(e.attr("data-expday")))},this.controls.ExpDay.change=function(e,t){const s=e.attr("data-expday");e.attr("data-expday",t.value),this.component.undo_manager_api_for_attributes(e,"data-expday",s,t.value,!1)},this.controls.ExpHour.input=function(){},this.controls.ExpHour.update=function(e){this.setValue(parseInt(e.attr("data-exphour")))},this.controls.ExpHour.change=function(e,t){const s=e.attr("data-exphour");e.attr("data-exphour",t.value),this.component.undo_manager_api_for_attributes(e,"data-exphour",s,t.value,!1)},this.controls.StartAgain.update=function(e){const t=e.attr("data-norestart");void 0!==t&&0===parseInt(t)?(this.setChecked(!0),this.component.$el.find(".tcb-start-again-control").removeClass("tcb-hidden")):(this.setChecked(!1),this.component.$el.find(".tcb-start-again-control").addClass("tcb-hidden"))},this.controls.StartAgain.change=function(e,t){t.checked?(e.attr("data-norestart",0),this.component.$el.find(".tcb-start-again-control").removeClass("tcb-hidden")):(e.attr("data-norestart",1),this.component.$el.find(".tcb-start-again-control").addClass("tcb-hidden"))}},trigger_change_date(){this.controls.Day.$(".tve-input").trigger("input")},change_digits_width(e,t,s){let i=2;s>99&&(i=s.toString().length),e.find(t).css("min-width",i*e.find(".tve_t_sec .t-digits > span").first().outerWidth()+"px")},time_undo_redo_manager(e,t,s,i,a){TVE.UndoManager.add({undo:()=>{e.attr(t,s),this.set_date_values(a,s)},redo:()=>{e.attr(t,i),this.set_date_values(a,i)}})}})},67090:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(16668),c=s(54816),n=s(22047);!function(t){function s(){return this.tcbAddClass("-v")}function i(){return this.tcbRemoveClass("-v")}function l(e){return this.tcbToggleClass("-v",e)}function r(e){return e.show=s,e.hide=i,e.toggle=l,e}const d=o.base_view.extend({events:()=>_.extend({},TVE.Views.Base.base_view.prototype.events,{"mousedown *":t.noop}),is_active_element:!1,className:"tcb-action-icons",hide_remove_classes:".active_delete,.active_duplicate,.active_highlight,.on_hover",delete_remove_classes:".active_delete, .active_highlight, .active_duplicate, .edit_mode",for_edit(){return this.is_active_element},left_icons(){let e={custom_left:{name:"custom_left",fn:"click_custom_left_action",selector:"custom_left_action",property:"custom_left_action"}};return this.for_edit()&&(e=a(a({},e),{},{"look-outline":{name:"lock-outline",fn:"click_lock_unlock",selector:"lock",property:"lock"},"look-open-outline":{name:"lock-open-outline",fn:"click_lock_unlock",selector:"unlock",property:"unlock"}})),TVE.apply_filters("tcb.inner_actions.left_icons",e,this)},menu_icons(){return TVE.apply_filters("tcb.inner_actions.menu_icons",{"copy-style":{name:"copy-style",label:"Copy style",fn:"click_copy_style",selector:"copy_style",property:"copy_style"},"paste-style":{name:"paste-style",label:"Paste style",fn:"click_paste_style",selector:"paste_style",property:"paste_style"},save:{name:"save",label:"Save template",fn:"click_save",selector:"save",property:"save"}},this)},right_icons(){let e={custom:{name:"custom",fn:"click_custom_action",selector:"custom_action",property:"custom_action"},copy:{name:"copy",fn:"click_duplicate",selector:"clone",property:"clone"},trash:{name:"trash",fn:"click_delete",selector:"delete",property:"delete"},expand:{name:"expand-regular",fn:"click_expand",selector:"expand",property:"expand",text:"Expand"},collapse:{name:"collapse-regular",fn:"click_collapse",selector:"collapse",property:"collapse",text:"Collapse"}};return this.for_edit()&&(e=a(a({},e),{},{menu:{name:"menu",fn:"click_menu",selector:"icon_menu",property:"icon_menu"}})),TVE.apply_filters("tcb.inner_actions.right_icons",e,this)},template:TVE.tpl("element-icons"),initialize(e){e&&e.edit_icons&&(this.$el.attr("id","edit-icons"),this.is_active_element=!0),this.icons_left=this.left_icons(),this.icons_right=this.right_icons(),this.icons_menu=this.menu_icons(),this.icons=TVE.state_manager.is_jump()?{}:Object.assign({},this.icons_left,this.icons_right,this.icons_menu);const t=TVE.state_manager.is_jump()?{}:this.prepareRender();this.render(t),this.addFilters(),TVE.do_action("tcb.element-icons.after-init",this),n.init()},render(e){return this.$el.empty(),this.$el.html(this.template(e)),TVE.inner_$("#tcb-inner-actions").prepend(this.$el),this.after_render(),this},after_render(){_.each(this.icons,e=>{this["$"+e.property]=r(this.$el.find(".tcb-"+e.name))}),this.$drag_handle=r(this.$(".tve-drag-handle")),this.$name=r(this.$("#tcb-el-name")),this.$icons_right=this.$(".tcb-icons-right"),this.$icons_left=this.$(".tcb-icons-left")},addFilters(){TVE.add_action("tcb.element.focus",_.bind(this.after_element_focus,this)),TVE.add_action("tcb.state.change",this.onStateChange.bind(this))},after_element_focus(e){const t=TVE._type(e);this.$el.attr("class",`${this.className} tcb-icons-${t}`)},getLeftIcons(){const e=[];return _.each(this.icons_left,t=>e.push({html:this.getIconHTML(t)})),TVE.apply_filters("tcb.left_icons",e,this)},getRightIcons(){const e=[];return _.each(this.icons_right,t=>e.push({html:this.getIconHTML(t)})),TVE.apply_filters("tcb.right_icons",e,this)},prepareRender(){return{leftIcons:this.getLeftIcons(),rightIcons:this.getRightIcons()}},getIconHTML(e){let t=TVE.icon(e.name,"svg","editor");return e.text&&(t="left"===e.textPosition?e.text+t:t+e.text),`<div class="no-blur -v click tcb-i tcb-${e.name}" data-fn="${e.fn}">${t}</div>`},getMenuIconHTML:e=>`<div class="no-blur -v click tcb-i tcb-${e.name}" data-fn="${e.fn}">${e.label}</div>`,click_duplicate(){if(!this.$target)return!1;TVE.Editor_Page.before_action().duplicate_element(this.$target).after_action(),this.close_menu_icons()},click_delete(){if(!this.$target)return!1;let e=null;this.$target.hasClass("tve_lg_state")?TVE.Editor_Page.editor.find(`.tve_lg_country[data-state-selector="${this.$target.attr("data-state-selector")}"]`).attr("data-state",0):this.$target.hasClass("tve_lg_country")&&(e=TVE.Editor_Page.editor.find(`.tve_lg_state[data-state-selector="${this.$target.attr("data-state-selector")}"]`)),TVE.Editor_Page.editor.find(this.delete_remove_classes).removeClass(this.delete_remove_classes.replace(/,\./g," ").substring(1)),TVE.Editor_Page.before_action().remove_element(this.$target).after_action(),this.hide_icons(),e&&e.length&&(this.$target=e,this.click_delete())},click_save(){if(!this.$target)return!1;TVE.Editor_Page.save_element(this.$target)},click_lock_unlock(){TVE.Components.group.controls.ButtonToggle.change(TVE.ActiveElement,{from_el_icons:!0})},close_menu_icons(){this.$(".tve-menu-icon-container").html("")},click_copy_style(){n.copy(this.$target),this.close_menu_icons()},click_paste_style(){n.paste(this.$target),TVE.getActiveComponent().update(),this.close_menu_icons()},click_menu(){if(this.$(".tve-menu-icon-container").is(":empty")){const e=TVE.inner_$("#tve-clipboard-container").find('[tve-type-identifier="'+TVE._type(this.$target)+'"]');_.each(this.icons_menu,e=>{TVE.apply_filters("tcb.inner_actions.hide_icon",!1,e,this.$target)&&!this.$target.is(c.get("no_"+e.selector))||this.$(".tve-menu-icon-container").append(this.getMenuIconHTML(e))}),this.$(".tcb-paste-style")[e.length?"show":"hide"](),this.$target.is(this.group_elements_classes)&&this.$target.closest(this.group_elements_classes).length>0&&this.$(".tcb-save").hide()}else this.close_menu_icons()},click_expand(){const e=TVE.apply_filters("tcb.show_icons.target.expand",this.$target);if(!e)return!1;TVE.do_action(`tve.icons.expanded.${TVE._type(this.$target)}`,e,!!this.is_active_element)},click_collapse(){const e=TVE.apply_filters("tcb.show_icons.target.expand",this.$target);if(!e)return!1;TVE.do_action(`tve.icons.collapse.${TVE._type(this.$target)}`,e,!!this.is_active_element)},click_custom_action(){TVE.do_action(`tve.icons.custom_action.${TVE._type(this.$target)}`,this.$target,!!this.is_active_element)},click_custom_left_action(){TVE.do_action(`tve.icons.custom_left_action.${TVE._type(this.$target)}`,this.$target,!!this.is_active_element)},hide_icons(e){return void 0!==e?(Array.isArray(e)||(e=[e]),e.forEach(function(e){this["$"+e]&&this["$"+e].hide&&this["$"+e].hide()},this),this):(this.$el[0].style.display="none",this.$target=null,TVE.inner_$(this.hide_remove_classes).tcbRemoveClass(this.hide_remove_classes.replace(/,\./g," ").substring(1)),this.close_menu_icons(),this.$el[0].className=this.className,this)},show_icons(e,t={}){if(TVE.FLAGS.drag||!e||!e.length||e.is(".canvas-mode")||TVE.inner.$body.tcbHasClass("tve_froala_distraction_free")&&e.tcbHasClass("thrv_text_element edit_mode")||e.is(".tve_grabbed"))return!1;e=TVE.apply_filters("tcb.show_icons.target",e,t);const s=this.getElementCoords(e);e.data("tcb-coords",s),this.$el.css(s),!1===TVE.drag.handleMouseover(e)?this.$drag_handle.hide():this.$drag_handle.show().data("el",e).tcbToggleClass("tve-selected",this.is_active_element),this.is_active_element||e.tcbAddClass("on_hover"),this.$target=e,this.$el[0].style.display="block",this.hide_icons_elements(),this.for_edit()||this.set_element_name(e),this.smaller_widths(s),this.$name.tcbToggleClass("jump_target_name",e.hasClass("jump_target")),TVE.do_action("tcb.show_icons",e,this.$el,this)},smaller_widths(e){this.$name.tcbToggleClass("tcb-strip-text",e.width<200&&!TVE.state_manager.is_jump());const t=this.el.querySelectorAll(".tcb-i.-v").length;this.$el.css("min-width",TVE.apply_filters(`tve.edit.icons.width.${TVE._type(this.$target)}`,25*t-1,this.$target)+"px");const s={float:""};this.$target&&e.width<25*t-1&&(s.float="left"),this.$icons_right.css(s)},set_element_name(e){return this.$name.html(TVE.get_element_name(e)),this},hide_icons_elements(){if(!this.$target||!this.$target.length||"disabled"===TVE.Editor_Page.STATE||this.$target.is(".tve_grabbed"))return this.hideLeft(),this.hideRight(),!1;this.$target.is(c.get("no_icons"))?(this.$target.addClass("active_highlight"),this.hideRight(),this.hideLeft(),(this.$target.hasClass("tve_p_lb_control")||this.$target.hasClass("tve_p_lb_content"))&&this.$target.closest(".tve_p_lb_content").addClass("active_highlight")):_.each(this.icons,e=>{let t=TVE.apply_filters("tcb.inner_actions.hide_icon",!1,e,this.$target);t=t||this.$target.is(c.get("no_"+e.selector)),this["$"+e.property][t?"hide":"show"](),t||TVE.apply_filters(`tve.change.icon.${e.property}.${TVE._type(this.$target)}`,this[`$${e.property}`],this.$target)}),this.close_menu_icons(),this.$name.toggle(!this.$target.is(c.get("no_title")))},hideLeft(){this.$custom_left_action.hide(),this.$copy_style&&this.$copy_style.hide(),TVE.do_action("tcb.inner_actions.hide_left",this)},hideRight(){this.$clone.hide(),this.$delete.hide(),this.$expand&&(this.$collapse.hide(),this.$expand.hide()),this.$paste_style&&this.$paste_style.hide(),this.$custom_action.hide(),this.$save&&this.$save.hide(),this.$drag_handle.hide(),TVE.do_action("tcb.inner_actions.hide_right",this)},show_icons_by_device(){const e="desktop"===TVE.main.device;return this.$icons_right.toggle(e),this.$icons_left.toggle(e),this},onStateChange(e){this.$icons_left.add(this.$icons_right).toggle("default"===e||"expanded"===e)},getElementCoords(e){let t=e.offset();return t.width=e[0].offsetWidth,t=TVE.apply_filters("tve.element.icons.coords",t,e),t.width+=2,t.left-=1,this.is_active_element&&(t=TVE.apply_filters("tcb.edit_icons.coords."+TVE._type(e),t,e)),t.originalTop=t.top,t.top=Math.max(t.top,23),TVE.Editor_Page.hasLeftScroll()&&(t.left-=TVE.Editor_Page.getScrollbarWidth()),t},reposition_icons(e){const t=this.getElementCoords(e);this.$target||(this.$target=e),e.data("tcb-coords",t),this.$el.css(t),this.smaller_widths(t),TVE.do_action("tve.reposition.icons",e),TVE.do_action(`tve.reposition.icons.${TVE._type(e)}`,e)},toggle(e=!0){this.$el.tcbToggleClass("tcb-hide-all",!e)}});e.exports=d}(jQuery)},67343:(e,t,s)=>{const i=s(16668),a=s(7596),l=s(43456),o=s(52306),c=s(41013),n=s(34459);e.exports=i.control.extend({template:TVE.tpl("controls/borders"),sides:["top","left","right","bottom"],borderArray:["border","border-top","border-bottom","border-left","border-right"],config:{},colorRegExp:null,initialize(){this.render(),this.colorRegExp=new RegExp(/ (hsla?\(.*\))|((rgba?|var)\(([^)^,]+)\))|((rgba?|var)\(.*\))/g),this.controls={ToggleColorControls:new l({el:this.$el.find(".tve-border-toggle-color"),model:{config:{name:"Border color type",no_border:!0,small_buttons:!0,buttons:[{value:"tve-border-color",text:"Solid"},{value:"tve-border-gradient",text:"Gradient"}]}}}),Color:new o({el:this.$el.find(".tve-border-color"),model:{config:{options:{showInput:!0,showGradient:!1,allowEmpty:!1}}}}),Gradient:new c({el:this.$el.find(".tve-border-gradient"),model:{config:{options:{object:!0,label:!1,label_icon:!1}}}}),Width:new a({el:this.$el.find(".tve-border-width"),model:{config:{stepSize:3,name:"",min:0,um:"px"}}}),Style:new l({el:this.$el.find(".tve-border-style"),model:{config:{name:"",buttons:[{icon:"",text:"NONE",value:"none",default:!0},{icon:"solid",value:"solid"},{icon:"dashed",value:"dashed"},{icon:"dotted",value:"dotted"}]}}})},this.controls_init(this.controls)},controls_init(){const e=this;this.controls.Width.input=function(t,s){s.value=this.prepareValue(s.value,"px"),e.controls.Color.getValue()||e.controls.Color.setValue("#000"),e.controls.Style.getValue()&&"none"!==e.controls.Style.getValue()||e.controls.Style.setActive("solid"),0===parseInt(s.value)&&e.controls.Style.setActive("none"),this.applyElementCss({[`--tve-border-${e.side?e.side+"-":""}width`]:`${s.value}px`},t,"","",!0),e.save_state(),e.change(t)},this.controls.Width.update=function(){const t=this.readFrom();let s=t.css(e.style("width"))||0;if(!s&&TVE.BROWSER.mozilla){const e=t.css("border-top-width"),i=t.css("border-bottom-width");"0px"!==e&&e===t.css("border-left-width")?s=e:"0px"!==i&&i===t.css("border-right-width")&&(s=i)}"1px dashed rgb(150, 159, 166)"===t.css("border")&&(s="0"),this.setValue(parseInt(s))},this.controls.Style.input=function(t,s){e.controls.Color.getValue()||e.controls.Color.setValue("#000");const i=parseInt(e.controls.Width.getValue());!isNaN(i)&&parseInt(i)||e.controls.Width.setValue("1"),"none"===s.getAttribute("data-value")&&e.controls.Width.setValue("0"),e.change(t)},this.controls.Style.update=function(){const t=this.readFrom();let s=t.css(e.style("style"));!s&&t.css("border-top-style")&&t.css("border-top-style")===t.css("border-bottom-style")&&t.css("border-left-style")===t.css("border-right-style")&&t.css("border-top-style")===t.css("border-left-style")&&(s=t.css("border-top-style")),"1px dashed rgb(150, 159, 166)"===t.css("border")&&(s="none"),this.setActive(s)},this.controls.ToggleColorControls.update=function(){const t=this.readFrom(),s=n.hasGradient(t)||"none"!==this.applyTo().css("border-image"),i=s?"tve-border-gradient":"tve-border-color";this.clearActive(),this.setActive(i),e.$(".tcb-color-toggle-element").hide(),e.$("."+i).show(),e.toggleControlsForGradient(s)},this.controls.ToggleColorControls.input=(t,s)=>{const i=s.getAttribute("data-value"),a=i.includes("gradient");this.$(".tcb-color-toggle-element").hide(),this.$("."+i).show(),n.toggleGradient(this.applyTo(),a),e.change(this.applyTo()),e.toggleControlsForGradient(a),e.controls.Gradient.update(),e.controls.Color.update(),e.controls.Width.update()},this.controls.Gradient.update=function(){const e=this.applyTo().css("border-image").replace(" 1 / 1 / 0 stretch","");this.updateGradientPreview(e),this.setValue(e)},this.controls.Gradient.input=function(t){const s=parseInt(e.controls.Width.getValue());!isNaN(s)&&parseInt(s)||e.controls.Width.setValue("1"),e.controls.Style.getValue()&&"none"!==e.controls.Style.getValue()||e.controls.Style.setActive("solid"),e.change(this.applyTo()),this.updateGradientPreview(t)},this.controls.Gradient.change=function(e){n.toggleGradient(TVE.ActiveElement,e,!0),this.input(e)},this.controls.Color.input=function(){const t=parseInt(e.controls.Width.getValue());!isNaN(t)&&parseInt(t)||e.controls.Width.setValue("1"),e.controls.Style.getValue()&&"none"!==e.controls.Style.getValue()||e.controls.Style.setActive("solid"),e.change(this.applyTo())},this.controls.Color.change=function(){this.input(),e.save_state()},this.controls.Color.update=function(){const t=e.style("color").replace("-color",""),s=this.applyTo().head_css(t,null,this.config.css_suffix,!0,this.config.css_prefix).match(e.colorRegExp);let i;_.isArray(s)&&(i=s[s.length-1]),"1px dashed rgb(150, 159, 166)"===this.applyTo().css("border")&&(i="rgb(150, 159, 166)"),this.setValue(i)}},setConfig(){i.control.prototype.setConfig.apply(this,arguments);const e=arguments;_.each(this.controls,function(t){t.setConfig.apply(t,e)})},change(){const e={},t=""===this.border_side?"border":"border-"+this.border_side,s=this.config.important?"!important":"",i=this.controls.Style.getValue(),a=this.applyTo(),l=n.hasGradient(a);let o=this.controls.Color.getValue(!0);const c=this.controls.Gradient.getValue();o||(o="transparent"),e[t]="none"===i?`none ${s}`:`${this.controls.Width.getValue()}px ${i} ${o} ${s}`,l&&(e["border-image"]=`${c} 1/1/0 ${s}`),this.apply_css(a,e,this.config)},changeColorPallette(e){const t=this,s={};let i;e.color&&_.each(this.borderArray,function(a){i=TVE.state_manager.is_default()?!!t.originalColor[a]&&t.originalColor[a]:!!(t.hoverOriginalColor[a]&&t.hasHoverState(a)||!TVE.state_manager.induced_state)&&t.hoverOriginalColor[a],i&&(s[a+"-color"]=TVE.generateOffsetColor(e.originalColor,e.color,i).toRgbString())}),t.apply_css(this.applyTo(),s,this.config)},apply_css(e,t,s){const i=TVE.apply_filters("tcb.border.suffix",s.css_suffix,this.applyTo());this.applyElementCss(t,e,i,s.css_prefix),TVE.do_action("tcb_action_borders_added",e),TVE.do_action("tcb.border_update."+TVE._type(e),e,t)},update(){this.border_side="";const e=this.applyTo().head_css(["border","border-top","border-bottom","border-left","border-right"],null,this.config.css_suffix,!0,this.config.css_prefix);let t=".default";_.some(e,function(e,s){if(e.length&&!e.includes("none"))return this.border_side=s.replace(/border|-|/gi,""),this.border_side.length&&(t="."+this.border_side),!0},this),_.isEmpty(e.border)&&e["border-top"]===e["border-bottom"]&&e["border-left"]===e["border-right"]&&e["border-top"]===e["border-right"]&&(t=".default"),this.$el.find(".tve-border-side").removeClass("active").filter(t).addClass("active"),this.controls.Width.update(),this.controls.ToggleColorControls.update(),this.controls.Gradient.update(),this.controls.Color.update(),this.controls.Style.update()},borderSide(e,t){this.border_side=t.getAttribute("data-value"),this.$el.find(".tve-border-side").removeClass("active"),t.className+=" active",this.controls.Width.update(),this.controls.Color.update(),this.controls.Style.update()},style(e){let t=e;return this.border_side&&""!==this.border_side&&(t=this.border_side+"-"+t),t="border-"+t,t},input(){},originalColor:{},hoverOriginalColor:{},hasHoverState(e){return!_.isEqual(this.originalColor[e],this.hoverOriginalColor[e])},after_update(){TVE.FLAGS.hover_update?this.read_initial_state():this.save_state()},read_initial_state(){this.save_state(),TVE.state_manager.is_default()&&(TVE.state_manager.set_state("hover"),TVE.ActiveElement.addClass("tve-state-hover"),this.save_state(),TVE.ActiveElement.removeClass("tve-state-hover"),TVE.state_manager.set_state(""))},save_state(){const e=this;_.each(this.borderArray,function(t){TVE.state_manager.is_default()&&!TVE.FLAGS.hover_element?e.originalColor[t]=!!(e.originalColor[t]||0!==parseInt(e.controls.Width.getValue())&&"none"!==e.controls.Style.getValue())&&e.controls.Color.readFrom().css(t+"-color"):e.hoverOriginalColor[t]=!!(e.hoverOriginalColor[t]||0!==parseInt(e.controls.Width.getValue())&&"none"!==e.controls.Style.getValue())&&e.controls.Color.readFrom().css(t+"-color")})},restore_state(){const e=this,t={};_.each(this.borderArray,function(s){TVE.state_manager.is_default()?t[s+"-color"]=e.originalColor[s]?e.originalColor[s]:"":t[s+"-color"]=e.hoverOriginalColor[s]?e.hoverOriginalColor[s]:""}),e.apply_css(this.applyTo(),t,this.config)},getOriginalColor(){return this.originalColor},toggleControlsForGradient(e){TVE.Components.borders.controls.Corners.$el.toggle(!e),TVE.Components.borders.controls.Borders.controls.Style.$el.find('[data-value="dashed"],[data-value="dotted"]').toggle(!e)}})},67714:(e,t,s)=>{e.exports=s(16668).control.extend({template:TVE.tpl("controls/visibility"),className:"visibility-control",tag:"div",after_render(){this.$showButton=this.$(".show-icon-button"),this.$hideButton=this.$(".hide-icon-button")},after_initialize(e){this.setValue(e.default)},onChange(e,t,s){const i=t.dataset.visibility;this.$el.attr("data-value",i),this.change(e,"show"===i,s)},toggle(e){return this.$showButton.toggle("show"===e),this.$hideButton.toggle("show"!==e),this},setValue(e,t=!1){return t?this[`$${e}Button`].trigger("click"):this.$el.attr("data-value",e),this},getValue(){return this.$el.attr("data-value")},input(){}})},67857:(e,t,s)=>{const i=s(69596),a=i.model.extend({defaults:()=>({consent:{enabled:!1,required:!0,always_send:[]},apis:{wordpress:{list:"subscriber"}}}),checkRequiredConsent(){const e=i.model.prototype.checkRequiredConsent.apply(this,arguments),t=this.get("consent");return e||t.always_send.includes("wordpress")||(t.required=!0),t.required}},{initFieldTypes(){a.fieldTypes||(a.fieldTypes=TVE.apply_filters("tcb.registration.fields",{email:{type:"email",niceName:"Email",preventDelete:!0,mapping:!1},name:{type:"text",niceName:"Name",defaultPlaceholder:"Enter your name",mapping:!1},nickname:{type:"text",niceName:"Nickname",mapping:!0},url:{type:"url",niceName:"Website",mapping:!0},description:{type:"textarea",niceName:"Biographical Info",defaultPlaceholder:"Enter a few words about yourself",mapping:!0},password:{type:"password",niceName:"Password",preventDelete:!0,mapping:!1,disableType:!0},confirm_password:{type:"password",niceName:"Confirm password",mapping:!1}}))},isDeletable:e=>!a.fieldTypes[e]||!a.fieldTypes[e].preventDelete,isAlwaysRequired:e=>["email","password","confirm_password"].includes(e),disableType:e=>Object.values(a.fieldTypes).some(t=>t.type===e&&t.disableType)});e.exports=a},68101:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}e.exports=s(81940).extend({$$type:"post_list",categoryId:"post_list_type",templateName:"post_list",validate(e,t){const s=TVE.inner_$(e.content);let i=!0;return!TVE.PostList.utils.isPostList(t)&&!TVE.PostList.utils.isFeaturedList(t)||!TVE.PostList.utils.isPostList(s)&&!TVE.PostList.utils.isFeaturedList(s)?(console.warn("Error - the ActiveElement / the template imported from the cloud is not a Post/Featured List!"),i=!1):TVE.PostList.posts&&0!==Object.keys(TVE.PostList.posts).length||(console.warn("Error - no posts or pages found on the site"),i=!1),s.remove(),i},apply_cloud_template(e){if(!this.validate(e,TVE.ActiveElement))return;TVE.Components.carousel.hide();let t=TVE.ActiveElement,s=this.getCloudAttributes(e);const i=TVE.inner_$(e.content),l=TVE.Models.CarouselManager.getCarouselContainerElements(i),o=t.attr("data-query"),c=t.hasClass("tcb-featured-list"),n=t.attr("data-featured-list");if(l.length&&(e.carouselSettings=l.data("carousel-settings")),TVE.PostList.utils.getPaginationForList(t).remove(),t.hasClass("tcb-ct-placeholder")){const e=this.getBlankPostList(i.clone(),c?1:6);t.replaceWith(e),t=TVE.ActiveElement=e,t.removeClass("edit_mode masonry"),c&&(t.addClass("tcb-featured-list tve_no_drag tve_no_duplicate tve-draggable tve-droppable"),s["data-element-name"]="Featured Content List")}else s=a(a({},this.getTemplateAttributes(t,i,e)),s),t.removeAttr("data-article-tcb-events data-article-class"),c&&(t.addClass("tcb-featured-list tve_no_drag tve_no_duplicate tve-draggable tve-droppable"),s["data-element-name"]="Featured Content List");if(s["data-css"]=TVE.CSS_Rule_Cache.generate_id(),!c&&n){const e=t.prev();e&&(t.attr("data-featured-list",e.attr("data-css")).attr("data-featured-content",1),s["data-featured-content"]=1)}if(c||(s["data-query"]=o),s["data-posts_per_page"]=TVE.PostList.utils.readQueryFromElement().posts_per_page,t.attr(s),TVE.PostList.utils.updateFeaturedIdentifiers(t),s=TVE.apply_filters("tcb_post_list_attr",s,t,c),c){const e=TVE.PostList.utils.getPostListForFeatured(t),i=TVE.PostList.utils.readQueryFromElement(e[0]);i.posts_per_page=s["data-posts_per_page"]?s["data-posts_per_page"]:1,TVE.PostList.utils.applyQuery(t,i)}this.articlesSync(e,t,i),TVE.Editor_Page.focus_element(t.removeClass("edit_mode tcb-selector-no_save tcb-block-placeholder tcb-elem-placeholder"))},articlesSync(e,t,s){const i=t.find(TVE.identifier("article")),a=i.first(),l=s.find(TVE.identifier("article"));i.removeAttr("data-class"),TVE.PostList.content.itemEventSync(l,t,!1),a.html(l.html());const o=this.regenerateCss(t);o[s.attr("data-css")]=t.attr("data-css");let c=e.head_css;_.each(o,(e,t)=>{c=c.replace(new RegExp(`(${t})`,"g"),e)}),c=TVE.apply_filters("tcb.post_list.import.before_css_insert",c,t),TVE.Editor_Page.content_manager.insert_head_css(c).done(()=>{TVE.SKIP_CSS_STATE=!1,TVE.PostList.content.syncArticle(a[0],a,!0),TVE.PostList.content.syncPostList(a,t),TVE.PostList.content.bindPostListActions(t),"masonry"!==TVE.PostList.utils.readValue(t,"type")&&(TVE.PostList.layout.applyLayout(t),e.carouselSettings&&TVE.Components.carousel.carouselManager.setCarouselSettings(e.carouselSettings)),TVE.PostList.utils.updateFeaturedIdentifiers(t),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(t),TVE.Components.cloud_templates.controls.ModalPicker.update(t),TVE.optimizeImages(t),TVE.do_action("tcb.post_list.template_changed",t)})},getBlankPostList(e,t=6){e.html("");const s=Object.keys(TVE.PostList.posts).map(e=>parseInt(e)).filter(e=>parseInt(TVE.CONST.post_id)!==e).sort((e,t)=>t-e).slice(0,t);return _.each(s,t=>{const s=TVE.PostList.posts[t];e.append(TVE.inner_$("<article>",{id:"post-"+s.ID,"data-id":s.ID,class:s.className,"data-selector":TVE.identifier("article")}))}),e},regenerateCss(e){const t={};return e.find("[data-css]").each((e,s)=>{s.dataset.css&&(void 0===t[s.dataset.css]?t[s.dataset.css]=TVE.CSS_Rule_Cache.uniq_id(s,!0):s.dataset.css=t[s.dataset.css])}),t},getTemplateAttributes(e,t){const s=TVE.PostList.utils.elementAttributes(t,["data-css","class","data-query"]);return s.style="",s},getCloudAttributes:e=>({"data-ct":e.type+"-"+e.id,"data-ct-name":e.name})})},68257:(e,t,s)=>{!function(t){const i=s(16668),a=s(2497),l=".tve-user-profile",o=".tve-user-profile-container",c=(e=TVE.Editor_Page.editor)=>e.find(l).addBack(l);e.exports=i.component.extend({updateOnMouseLeave:!1,before_update(){this.$container=TVE.ActiveElement.find(o),this.cfg=this.$container.tcbJsonData("config",void 0,{},"__TCB_UP__"),this.$('[data-fn="changeSuccessMsg"]').val(this.cfg.success_message),this.handleDataSelectors()},after_init(){this.hooks(),this.generalSuffix=`:not(.${TVE.Components.group.not_group_item_class})`,this.fieldOptions=new a({component:this,defaultFields:this.controls.FieldsControl.model.config.default_fields.filter(e=>"pass2"!==e)}),this.fieldsCollection=new Backbone.Collection({})},writeCfg(){let e=this.$container.find("input.tve-up-messages");this.$container.tcbJsonData("config",this.cfg,{},"__TCB_UP__"),e.length||(e=t('<input type="hidden" class="tve-up-messages">').appendTo(this.$container)),e.val(JSON.stringify({success_message:this.cfg.success_message,error_message:this.cfg.error_message}))},controls_init(e){e.FieldsControl.attach_collection(this.fieldsCollection),e.FieldsControl.update=e=>{const t=[],s=e.find(".tve-up-item");this.cfg.fields=[],s.length?(s.each((e,s)=>{const i=TVE.inner_$(s),a=i.find("input,select,textarea");t.push({item:i,$input:a,key:i.attr("data-type"),label:TVE.t.user_profile[i.attr("data-type")]||a.attr("data-name")||a.attr("data-placeholder")||a.attr("placeholder")||a.attr("name")})}),this.updateUsedFields(),this.fieldsCollection.reset(t)):(e.remove(),TVE.Editor_Page.blur(),TVE.tooltips.hide())},e.FieldsControl.on("item_click",(e,t)=>(this.fieldOptions.isOpen()?this.fieldOptions.hide():this.fieldOptions.editField(e,t),!1)),e.FieldsControl.on("item_remove",(t,s)=>{const i=s.get("item");i.remove(),"pass1"===i.attr("data-type")&&this.fieldOptions.handlePasswordFields(),e.FieldsControl.update(TVE.ActiveElement)}),this.listenTo(this.fieldsCollection,"change",()=>{this.fieldsCollection.each(function(e,t){const s=TVE.ActiveElement.find(".tve-up-item").eq(t);if(!s.is(e.get("item"))){const t=TVE.inner_$(e.get("item")),i=t.clone(),a=TVE.inner_$(s).clone();t.replaceWith(a),s.replaceWith(i)}},this),this.controls.FieldsControl.update(TVE.ActiveElement)}),e.FieldsLabel.update=t=>{e.FieldsLabel.setValue(t.mediaAttr("data-labels")||"hidden")},e.FieldsLabel.change=(t,s)=>{t.find(".tve-up-item").each((e,t)=>{t.setAttribute(`data-label-pos-${TVE.main.device.charAt(0)}`,s.dataset.value),this.fieldOptions.checkFieldLabel(TVE.inner_$(t))}),e.Width.$el.toggle("left"===s.dataset.value),t.mediaAttr("data-labels",s.dataset.value),TVE.Editor_Page.reposition_icons()},e.Width.update=function(e){const t=e.mediaAttr("data-labels");this.$el.toggle("left"===t),this.setValue(e.find(".tve-up-input").head_css("--tve-input-width-left",!1,"",!0,"").trim())},e.Width.input=function(e,t){this.applyElementCss({"--tve-input-width-left":`${t.value}${this.getUM()}`},e.find(".tve-up-input")),this.applyElementCss({"--tve-input-width-left":`${t.value}${this.getUM()}`},e.find(".tve-dynamic-dropdown"))}},hooks(){const e=e=>{c(e).each((e,t)=>{this.handleDataSelectors(TVE.inner_$(t),!0)}),TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(TVE.identifier("user_profile"))&&TVE.main.EditMode.exit()},t=(e,t)=>{if(t.includes("#tve-up-")){const s=t.match(/#tve-up-(.+?)\s/);s&&s[0]&&(e=TVE.inner_$(s[0].trim()).length>0)}return e};TVE.add_filter("tcb.css.save.whitelist_rule",t),TVE.add_filter("tcb.collect_head_css.whitelist_rule",t),TVE.add_filter("ttb.css.save.whitelist_rule",t),TVE.add_filter("tcb.css.should_save_rule",(e,t)=>{if(e&&t.selectorText.includes("#tve-up-")){const s=t.selectorText.match(/#tve-up-(.+?)\s/);s&&s[0]&&(e=TVE.inner_$(s[0].trim()).length)}return e}),TVE.add_filter("tcb_filter_html_before_save",e=>(TVE.apply_filters("tve.user_profile.save_shortcode",!0)&&e.find(l).each((e,t)=>{let s="";Array.prototype.slice.call(t.attributes).filter(e=>!["draggable"].includes(e)).forEach(e=>{s+=` ${e.name}="${e.value||""}"`}),TVE.inner_$(t).replaceWith(`[tve_user_profile ${s}]${t.innerHTML}[/tve_user_profile]`)}),e)),TVE.add_filter("tcb.cloud_templates.change_main_wrapper_data_css",e=>[...e,"user_profile"]),TVE.add_action("tcb.group_edit.user_profile.unlocked",this.changeUnlockSelector.bind(this)),TVE.add_action("tcb.element.duplicate",(t,s)=>{e(s)}),TVE.add_action("tcb.insert_content_template",e),TVE.add_action("tve.imported_content",e),TVE.add_action("tcb.unlink_symbol.before",()=>{e(TVE.ActiveElement)}),TVE.add_action("tcb_after_cloud_template_css_inserted",t=>{e(t)}),TVE.add_filter("element_drop",t=>(e(t),t)),TVE.add_action("tcb.element.remove",e=>{this.deleteFormSettings(e)}),TVE.add_filter("tcb.content_pre_save.request",this.collectFormSettings.bind(this)),TVE.add_action("tve.froala.text.noteditable",e=>{const t=e.closest(l);t.length&&t.find(".tve-prevent-content-edit").length&&TVE.Editor_Page.focus_element(t)}),TVE.add_action("tve.dynamic_dropdown.style_applied",(e,t)=>{e.closest(l).length&&(this.cfg.dropdown_style=t,this.writeCfg())})},editElement(){const e=TVE.ActiveElement,t=e.find(o);t.removeClass("tve-prevent-content-edit"),this.$(".user-profile-edit-mode-hidden").hide(),TVE.drag.bindDraggable(e),TVE.main.EditMode.enter(e,{show_default_message:!0,restore_state:!0,can_insert_elements:!1,callbacks:{exit:()=>{TVE.Editor_Page.focus_element(e.removeClass("canvas-mode")),t.addClass("tve-prevent-content-edit"),this.$(".user-profile-edit-mode-hidden").show(),t.find(".tve-dynamic-dropdown").removeClass("tve-state-expanded")}}})},changeSuccessMsg(e,t){this.cfg.success_message=t.value,this.writeCfg()},previewSuccessMsg(){this.cfg.success_message.length&&TVE.inner.window.TCB_Front.notificationElement.toggle(this.cfg.success_message,"success","")},manageErrorMsg(){const e=this.cfg.error_message,t=TVE.LGErrorMessages.get_instance(TVE.modal.get_element("lg-error-messages"),new Backbone.Model(e));["password_score"].forEach(t=>{e[t]||(e[t]=TVE.t.lg_errors[t])}),t.model=new Backbone.Model(e),t.type="user_profile",t.component=this,t.display_editor=!1,t.custom_messages=[],t.render_errors(),t.before_save=()=>{this.cfg.error_message=t.model.toJSON(),this.writeCfg()},t.open()},usesSignupFailedMessage:()=>!1,getFieldsControl:()=>TVE.Views.Controls.PreviewList,addField(e,s){return this.fieldOptions.isOpen()?this.fieldOptions.onCancel():this.fieldOptions.open(null,t(s)),!1},updateUsedFields(){this.cfg.fields=[],this.cfg.required=[],TVE.ActiveElement.find(".tve-up-input").each((e,t)=>{const s=t.querySelector("input,select,textarea"),i=s.getAttribute("name");this.cfg.fields.push(i),"1"===s.dataset.required&&this.cfg.required.push(i)});const e=TVE.ActiveElement.find(".tve-dynamic-dropdown input");if(e.length){const t=e.attr("name");this.cfg.fields.push(t),"1"===e.attr("data-required")&&this.cfg.required.push(t)}this.writeCfg()},handleDropdownSelectors(e=TVE.ActiveElement,t=!1,s=""){const i=e.closest(l),a=i.attr("id");i.find(".tve-dynamic-dropdown").attr("data-selector",`#${a} .tve-dynamic-dropdown`),i.find(".tve-lg-dropdown-list").attr("data-selector",`#${a} .tve-lg-dropdown-list`),i.find(".tve-dynamic-dropdown-option").attr("data-selector",`#${a} .tve-dynamic-dropdown-option`),t&&(this.moveHeadCss(`#${s} .tve-dynamic-dropdown`,`#${a} .tve-dynamic-dropdown`),this.moveHeadCss(`#${s} .tve-lg-dropdown-list`,`#${a} .tve-lg-dropdown-list`),this.moveHeadCss(`#${s} .tve-dynamic-dropdown-option`,`#${a} .tve-dynamic-dropdown-option`))},handleDataSelectors(e=TVE.ActiveElement,t=!1){const s=e.attr("id");let i=s;i&&!t||(i=TVE.CSS_Rule_Cache.generate_id("tve-up-",36),e.attr("id",i),this.movedRules=[],e.find(".tve-up-editable").each((e,t)=>{this.updateItemSelector(t,s,i)}),this.handleDropdownSelectors(e,t,s))},updateItemSelector(e,t,s){s||(s=e.closest(l).getAttribute("id"));const i=e.getAttribute("id"),a=e.getAttribute("data-selector"),o=e.getAttribute("class").match(/tve-up-(input|item|label|button)/);let c;if(a){if(c=a.replace(t,s),i){const t=TVE.CSS_Rule_Cache.generate_id("tve-up-",36);e.setAttribute("id",t),c=c.replace(i,t)}this.movedRules||(this.movedRules=[]),this.movedRules.includes(c)||(this.moveHeadCss(a,c),this.movedRules.push(c))}else c=`#${s} .${o[0]}${this.generalSuffix}`;e.setAttribute("data-selector",c)},moveHeadCss(e,t){TVE.head_css_copy(e,t)},changeUnlockSelector(e){const t=e.activeElement,s=t.attr("data-selector")||"",i=s?s.slice(0,s.lastIndexOf(this.generalSuffix)):"";if(!s.includes(TVE.Components.group.not_group_item_class))return;let a=t.attr("id");void 0===a&&(a=TVE.CSS_Rule_Cache.generate_id("tve-up-",36),t.attr("id",a)),TVE.head_css_copy(t.attr("data-selector"),`${i}#${a}`),t.attr("data-selector",`${i}#${a}`)},collectFormSettings(e,s,i){if(!TVE.apply_filters("tve.user_profile.collect_data",!0))return e;const a=i.forms_filter||"*",l={};return this.deletedForms=this.deletedForms||[],c(s).not(".tcb-post-list *").filter(a).each((e,t)=>{const s=t.getAttribute("id");l[s]=t.querySelector(o).getAttribute("data-config").replace(/__TCB_UP__/g,"");const i=this.deletedForms.indexOf(s);-1!==i&&this.deletedForms.splice(i,1)}),e.user_profile_forms=l,e.user_profile_deleted_forms=this.deletedForms,t.isEmptyObject(l)&&!this.deletedForms.length||(e._sendAjax=!0),delete this.deletedForms,e},deleteFormSettings(e){this.deletedForms=this.deletedForms||[],c(e).each((e,t)=>{this.deletedForms.push(t.getAttribute("id"))})}})}(jQuery)},68284:e=>{var t;t=jQuery,e.exports=Backbone.Model.extend({initialize(e){this.key=e.key,this.setup_defaults()},setup_defaults(){this.config={}},render_default(){this.setup_defaults();const e=t('<div class="thrv_wrapper thrv-'+this.key+'"></div>');return this.render_to(e),e},set_element(e){return this.$element=e,this},render_to(e,t){let s;if(t&&(s=this.__undo_snaphot?this.__undo_snaphot:this.read_element_props(e),this.clear_undo_snapshot()),this._render_to.apply(this,arguments),t){const t=this.read_element_props(e);TVE.UndoManager.add({undo(){e.html(s.html).attr(s.data).attr("class",s.cls)},redo(){e.html(t.html).attr(t.data).attr("class",t.cls)}})}return this},_render_to(e,t){},set_data(e){return _.extend(this.data,e),this},set_config(e,s){return void 0===s||s?t.extend(!0,this.config,e):this.config=_.extend(this.config,e),this},read_element_props(e){const t={html:e.html(),cls:e.attr("class"),style:e.attr("style"),data:{}};return this.data||(this.data=e.data()),_.each(this.data,function(s,i){t.data["data-"+i]=e.attr("data-"+i)}),t},take_undo_snapshot(e){this.__undo_snaphot=this.read_element_props(e)},clear_undo_snapshot(){delete this.__undo_snaphot}})},68760:(e,t,s)=>{e.exports=s(68284).extend({setup_defaults(){this.selected=TVE.CONST.categories,this.config={filter_option:"category",multiple_selection:"true",filter_type:"button",display_option:"horizontally",all_option:"true",url_query_key:"category",options_selection:"",default_value:"all"}},render_default(){this.setup_defaults();const e=jQuery(TVE.tpl("elements/post_list_filter")({config:this.config})),t=Object.keys(this.selected);return e.attr("data-options-selection",JSON.stringify(t)),e.append(TVE.tpl("elements/post_list_filter_button")({id:"all",name:"All"})),t.forEach(t=>{t&&e.append(TVE.tpl("elements/post_list_filter_button")({id:t,name:this.selected[t]}))}),e}})},68871:(e,t,s)=>{e.exports=s(68284).extend({setup_defaults(){this.data={},this.default_format=[],this.default_format[2]=[]},render_default(){return this.setup_defaults(),jQuery('<div class="thrv_wrapper tcb-row-empty tcb-elem-placeholder thrv-'+this.key+'"></div>').html('<span class="tcb-inline-placeholder-action with-icon">'+TVE.icon("column","svg","editor")+TVE.t.column_layout+"</span>")},_render_to(e,t,s,i,a){s=parseInt(s),a=void 0!==a&&a;let l="";return void 0===i?_.each(this.format[s],function(e,t){l+=this.get_html(s,t,a)},this):l=this.get_html(s,parseInt(i),a),e.html(l),TVE.do_action("tcb.columns.render",e),this},get_html(e,t){let s=0,i="";const a=this.format[e][t];for(;s<e;)i+='<div class="tcb-flex-col'+(a.cls&&a.cls[s]?" "+a.cls[s]:"")+'"><div class="tcb-col"></div></div>',s++;return`<div class="tcb-flex-row tcb--cols--${e} v-2">${i}</div>`},format:["","",[{text:"1/2"},{text:["1/3","2/3"],cls:["c-33","c-66"]},{text:["2/3","1/3"],cls:["c-66","c-33"]}],[{text:"1/3"},{text:["1/4","2/4","1/4"],cls:["c-25","c-50","c-25"]},{text:["1/4","1/4","2/4"],cls:["c-25","c-25","c-50"]},{text:["2/4","1/4","1/4"],cls:["c-50","c-25","c-25"]}],[{text:"1/4"}]]})},69335:(e,t,s)=>{const i=s(93359);e.exports=class extends i{static hasAnimations(){return!0}static hasWidthControl(){return!0}static hasPositionControl(){return!0}}},69596:(e,t,s)=>{const i=["invalid_email","required_email","passwordmismatch"];function a(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function l(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?a(Object(s),!0).forEach(function(t){o(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):a(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function o(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const a='.tve_lg_input_container:not(.tcb-lg-consent) input, .tve_lg_input_container textarea, .tve_lg_input_container input[type="number"]',o=s(42146).extend({defaults:()=>({consent:{enabled:!1,required:!0,always_send:[]}}),initialize(e){t.extend(!0,this,e||{}),this._callbacks={read:{},write:{}}},doCallbacks(e,t){void 0!==this._callbacks[e][t]&&_.each(this._callbacks[e][t],function(e){"function"==typeof e.f&&e.f.call(e.c,this)},this)},registerCallback(e,t,s,i){void 0===this._callbacks[e][t]&&(this._callbacks[e][t]=[]),this._callbacks[e][t].push({f:s,c:i||this})},removeCallbacks(e,t,s){void 0!==this._callbacks[e][t]&&(void 0===s&&delete this._callbacks[e][t],_.each(this._callbacks[e][t],function(i,a){this._callbacks[e][t][a].f===s&&delete this._callbacks[e][t][a]},this))},checkRequiredConsent(){const e=this.get("consent"),t=Object.keys(this.get("apis")),s=this.get("asset_delivery");return e.always_send=e.always_send.map(function(e){return"asset"===e?!(!s||!s._asset_option)&&e:-1!==t.indexOf(e)&&e}).filter(function(e){return e}),e.required=t.length&&0===e.always_send.length,e.required}}),c=Backbone.View.extend({_setElement(e){this.$el=e instanceof TVE.inner_$?e:TVE.inner_$(e),this.el=this.$el[0]},code_separator:"__CONFIG_lead_generation_code__",cache_wrappers:{},__getSettings(){return this.$el.tcbJsonData("form-settings",void 0,{},"__TCB_FORM__")},__setSettings(e){this.$el.tcbJsonData("form-settings",e,{},"__TCB_FORM__")},getInputSelector:()=>a,initialize(e){e.model=e.model||new o,t.extend(!0,this,e||{}),this.undelegateEvents(),this.read(),this.listenTo(this.model,"change",this.change),this.$("form").attr("novalidate","novalidate")},change(e){void 0!==e.changed.write&&(this.model.doCallbacks("write",e.changed.write),this.write(e.changed.write),this.model.unset("write",{silent:!0})),void 0!==e.changed.read&&(this.model.doCallbacks("read",e.changed.read),this.read(e.changed.read),this.model.unset("read"))},updateConsent(e,t){const s=this.model.get("consent"),i=s.always_send.indexOf(e);t&&-1===i?s.always_send.push(e):!t&&i>-1&&s.always_send.splice(i,1),this.model.set("consent",s),this.write("consent")},updateNumber(){const e=this.model.get("number");this.model.set("number",e),this.write("number")},read(e){if(void 0!==e&&void 0!==this._read[e])return this._read[e].call(this);_.each(this._read,function(e){e.call(this)},this)},_read:{form_type(){this.model.set("form_type",this.$('input[name="_form_type"]').val())},submit_option(){this.model.set("submit_option",this.$("#_submit_option").val()||"reload",{silent:!0}),this.model.set("back_url",this.$("#_back_url").val()||""),this.model.set("autofill",this.$("#_autofill").val()||""),this.model.set("sendParams",this.$("#_sendParams").val()||"")},display_custom_error_message(){this.model.set("display_custom_error_message","1"===this.$("#_error_message_option").val())},custom_messages(){let e=this.$el.find("#__tcb_lg_msg").val();if(void 0===e||"undefined"===e)e={error:TVE.t.error+"!",success:TVE.t.signup_success};else try{e=TVE.Base64.decode(e),e=TVE.unserialize(e)}catch(t){e="",console.info(t)}return this.model.set("custom_messages",e),this},type(){return this.model.set("type",this.$el.attr("data-connection")),this},error_messages(){const e=this.$el.find(".tve-lg-err-msg");if(e.length)try{let t=JSON.parse(e.val());const s=this.__getSettings(),a=["min_value","max_value","file_size","file_extension","max_files","recaptcha","file_required","upload_progress"];if("registration_form"===s.form_type&&a.push("invalid_email","required_email","passwordmismatch"),a.forEach(e=>{t[e]||(t[e]=TVE.t.lg_errors[e])}),"registration_form"===s.form_type){const{invalid_email:e,required_email:s,passwordmismatch:a}=t,o=function(e,t){if(null==e)return{};var s,i,a=function(e,t){if(null==e)return{};var s={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(-1!==t.indexOf(i))continue;s[i]=e[i]}return s}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(i=0;i<l.length;i++)s=l[i],-1===t.indexOf(s)&&{}.propertyIsEnumerable.call(e,s)&&(a[s]=e[s])}return a}(t,i);t=l({invalid_email:e,required_email:s,passwordmismatch:a},o)}this.model.set("error_messages",t)}catch(e){console.log(e),this.model.set("error_messages",{})}return this},captcha(){const e=this.__getSettings();let t=this.$(".tve-sp-tool-container");0===t.length&&(t=this.$(".tve-captcha-container"),t.addClass("tve-sp-tool-container"),t.attr("data-tool-name","recaptcha"));const s={enabled:e.captcha||0,theme:t.attr("data-theme")||"light",type:t.attr("data-type")||"image",size:t.attr("data-size")||"normal",name:t.attr("data-tool-name")||"disabled",sp_field:e.sp_field};return this.model.set("captcha",s),s},apis(){const e=this.__getSettings(),t={};return e.apis&&_.each(e.apis,function(s,i){const a=e.extra&&e.extra[i]||{};t[i]="email"===i?s:l({list:s},a)}),this.model.set("apis",t),t},form_fields(){const e={};return"api"===this.model.get("type")&&this.$(a).each(function(){e[this.name]={id:this.name,type:this.type,placeholder:this.getAttribute("placeholder")||"",fieldName:this.getAttribute("data-name")||"",required:1===parseInt(this.dataset.required)},"number"===this.name&&(e[this.name].min=this.getAttribute("min")||"",e[this.name].max=this.getAttribute("max")||"",e[this.name].value=this.getAttribute("value")||"",e[this.name].step=this.getAttribute("step")||"",e[this.name].precision=this.getAttribute("data-precision")||"")}),this.model.set("form_fields",e),e},custom_html_code(){const e=this.$(".thrv_lead_generation_code");let t="";return e.length&&(t=e.text().replace(new RegExp(this.code_separator,"g"),"")),this.model.set("custom_html_code",t),t},consent(){const e=this.$(".tcb-lg-consent"),t=this.model.get("consent");if(t.enabled=e.length&&e.is(":visible"),t.enabled){let s=!1;try{s=TVE.Base64.decode(e.find(".consent-config").val()),s=TVE.unserialize(s)}catch(e){s=!1}t.always_send=s&&s.always_send||[],t.required=!!e.find('[type="checkbox"]').data("required")}this.model.set("consent",t)},form_identifier(){const e=this.__getSettings();this.model.set("form_identifier",e.form_identifier||"")}},write(e,t){if(void 0!==e&&void 0!==this._write[e])return this.model.trigger("write."+e,t),this._write[e].call(this,t);_.each(this._write,function(e){e.call(this,t)},this)},_write:{reset(){const e=t(TVE.main.$('#tve-static-elements [data-elem="lead_generation"] .tve_lead_generated_inputs_container').html());this.$el.html(e)},type(){this.$el.attr("data-connection",this.model.get("type"))},display_custom_error_message(){const e=this.model.get("display_custom_error_message")?1:0;if(this.$("#_error_message_option").length>0)return this.$("#_error_message_option").val(e),this;const t=TVE.Components.lead_generation.generateHiddenInput({name:"_error_message_option",value:e});return TVE.Components.lead_generation.getWrapper("form").append(t),this},error_messages(){const e=JSON.stringify(this.model.get("error_messages"));return e&&this.$el.find(".tve-lg-err-msg").val(e),this},captcha(){const e=this.model.get("captcha"),s=this.__getSettings();s.captcha=e.enabled,s.tool=e.name,s.sp_field=e.sp_field,this.$(".tve-sp-tool-container").remove(),0===this.$(".tve-sp-tool-container").length&&this.$(".tve-captcha-container").remove();let i=null;if(1===parseInt(e.enabled)){if("recaptcha"===e.name){i=t("<div/>",{id:TVE.CSS_Rule_Cache.generate_id("tve-"),class:"tve-captcha-container tve-sp-tool-container"});const s="auto"===e.theme?"light":e.theme;TVE.Components.lead_generation.controls.SPTools&&"v3"!==TVE.Components.lead_generation.controls.SPTools.model.config.version&&i.attr({"data-tool-name":e.name,"data-theme":s,"data-type":e.type,"data-size":e.size}).addClass(`tve-captcha-${e.theme} tve-captcha-${e.size}`)}else"turnstile"===e.name?(i=t("<div/>",{id:TVE.CSS_Rule_Cache.generate_id("tve-"),class:"tve-turnstile-container tve-sp-tool-container"}),i.attr({"data-tool-name":e.name,"data-theme":e.theme,"data-type":e.type,"data-size":e.size,"data-language":e.language,"data-appearance":e.appearance,"data-sitekey":e.site_key}).addClass(`tve-turnstile-${e.size} cf-turnstile`)):"thrive-sp"===e.name&&(i=`<div id="${TVE.CSS_Rule_Cache.generate_id("tve-")}" class="tve-thrive-sp-container tve-sp-tool-container" data-tool-name="${e.name}"><input type="text" name="${e.sp_field}"/></div>`);i&&TVE.Components.lead_generation.getWrapper(".tve_lead_generated_inputs_container").append(i)}return this.__setSettings(s),this},apis(){const e=this.__getSettings();e.v=1,e.apis={},e.extra={};const t=this.model.get("apis");_.each(t,function(s,i){"email"===i?(s.forEach((e,t)=>{Object.keys(e).forEach(i=>{e[i]&&"string"==typeof e[i]&&(s[t][i]=e[i].replace(/(\n)/g,"<br />"))})}),e.apis[i]=JSON.parse(JSON.stringify(s))):e.apis[i]=s.list||null,delete t[i].list}),_.each(t,function(t,s){"email"!==s&&_.each(t,function(t,i){e.extra[s]=e.extra[s]||{},e.extra[s][i]=t})}),this.__setSettings(e)},custom_fields(){"api"!==this.model.get("type")&&this.write("reset");const e=this.model.get("custom_fields"),t=function(e){return-1===e.indexOf("password")?"email"===e?"email":"text":"password"};if(void 0===e||0===e.length)return;const s=TVE.Components.lead_generation.getWrapper(".tve_lead_generated_inputs_container");s.find(".tve_lg_input input").each(function(){const s=e[this.name];void 0!==s&&(s.placeholder=0===s.placeholder.trim().length?s.id:s.placeholder,this.setAttribute("type",t(s.id)),this.setAttribute("name",s.id),this.setAttribute("placeholder",s.placeholder),this.setAttribute("data-field",s.id),this.setAttribute("data-required",s.required?1:0),this.setAttribute("data-validation","email"===s.id||"phone"===s.id?s.id:""),this.setAttribute("data-placeholder",s.placeholder),this.classList.add("input-rendered"),s.rendered=!0)}),_.each(e,function(e){if(e.rendered)return;const i=t(e.id),a={type:i,name:e.id,placeholder:e.placeholder,"data-field":e.id,"data-required":e.required?1:0,"data-validation":"email"===e.id?"email":"","data-placeholder":e.placeholder};let l=s.find('.tve_lg_input input[type="'+i+'"]:not(.input-rendered)').first();if(0===l.length){const e=s.find(".tve_submit_container, .tve-form-button");l=s.find(".tve_lg_input").first().clone().insertBefore(e).find("input")}l.addClass("input-rendered"),"password"===i&&l.parent().append(TVE.tpl("lead-generation/apis/extra/password-strength")()),l.attr(a)}),s.find(".tve_lg_input input:not(.input-rendered)").parent().remove(),s.find(".input-rendered").removeClass("input-rendered")},customHtml(){const e=this.model.get("customHtml"),s=TVE.Components.lead_generation.getWrapper(".thrv_lead_generation_container",this.$el),i=t("<form>",{method:e.form.method,action:"#",id:e.form.id||""}),a=t("<div>",{class:"tve_lead_generated_inputs_container"}).appendTo(i);let l=s.find(".tve_lg_input"),o=s.find(".tve_submit_container");l=l.length>0?l.first().data("css"):"",o=o.length>0?o.first().data("css"):"",this._write._custom_html_code.call(this),i.append(t("<input>",{type:"hidden",class:"tve-f-a-hidden",value:e.form.action})),_.each(e.hidden,function(e){i.append(TVE.Components.lead_generation.generateHiddenInput(e))},this),_.each(e,function(e,t){"function"==typeof this._write.formInputs[t]&&("object"==typeof e?_.each(e,function(e){l&&(e["data-css"]=l),a.append(this._write.formInputs[t](e))},this):a.append(this._write.formInputs[t](e,o)))},this),a.appendTo(i),TVE.apply_filters("tve_custom_html_code",i),s.html(i)},formInputs:{text(e){const s=t("<div>",{class:"tve_lg_input_container tve_lg_input tve_lg_regular_input"});return t("<input>",e).appendTo(s),s},checkbox(e){const s=t(TVE.tpl("controls/lead-generation/lg-checkbox")()),i=s.find(".tve_lg_checkbox_wrapper").first().clone(),a=s.find(".tve-checkbox-grid").html("");return _.each(e,function(e){const t=i.clone();t.attr({"data-value":"default"}).find(".tve-input-option-text").html(e.label),e.id||(e.id=TVE.CSS_Rule_Cache.generate_id("tve-lg-checkbox-")),t.find("label").attr("for",e.id),t.find("input:not(.consent-config)").attr({"data-label-value":e.value===e.label?1:"",value:e.value,id:e.id,"data-field":e["data-field"],name:e.name?e.name:e["data-field"]}),a.append(t)}),s},radio(e){const s=t(TVE.tpl("controls/lead-generation/lg-radio")()).attr("data-columns",1),i=s.find(".tve_lg_radio_wrapper").first().clone(),a=s.find(".tve-radio-grid").html("");return _.each(e,function(e){const t=i.clone();t.attr({"data-value":"default",id:e.id}).find(".tve-input-option-text").html(e.label);const s=TVE.CSS_Rule_Cache.generate_id("tve-lg-radio-");t.find("label").attr("for",s),t.find("input").attr({"data-label-value":e.value===e.label,value:e.value,id:s,"data-field":e["data-field"],name:e.name?e.name:e["data-field"]}),a.append(t)}),s},select(e){const s=t(TVE.tpl("controls/lead-generation/lg-select")()).removeAttr("data-show-placeholder data-label"),i=s.find("input").attr({name:e.name,id:e.id}),a=s.find(".tve-lg-dropdown-option").first().clone(),l=s.find(".tve-lg-dropdown-list");l.html("");let o=!0;return _.each(e.options,function(e){const t=a.clone();o&&(s.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").text(e.text),i.attr("value",e.value),o=!1),t.attr({"data-label-value":e.value===e.text,"data-value":e.value}).find(".tve-input-option-text").html(e.text),l.append(t)}),s},country(e){const s=t(TVE.tpl("controls/lead-generation/lg-country")()).removeAttr("data-show-placeholder data-label"),i=s.find("input").attr({name:e.name,id:e.id}),a=s.find(".tve-lg-dropdown-option").first().clone(),l=s.find(".tve-lg-dropdown-list");l.html("");let o=!0;return _.each(e.options,function(e){const t=a.clone();o&&(s.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").text(e.text),i.attr("value",e.value),o=!1),t.attr({"data-label-value":e.value===e.text,"data-value":e.value}).find(".tve-dropdown-option-text").html(e.text),l.append(t)}),s},state(e){const s=t(TVE.tpl("controls/lead-generation/lg-state")()).removeAttr("data-show-placeholder data-label"),i=s.find("input").attr({name:e.name,id:e.id}),a=s.find(".tve-lg-dropdown-option").first().clone(),l=s.find(".tve-lg-dropdown-list");l.html("");let o=!0;return _.each(e.options,function(e){const t=a.clone();o&&(s.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").text(e.text),i.attr("value",e.value),o=!1),t.attr({"data-label-value":e.value===e.text,"data-value":e.value}).find(".tve-dropdown-option-text").html(e.text),l.append(t)}),s},textarea(e){const s=t("<div>",{class:"tve_lg_input_container tve_lg_textarea tve_lg_regular_input"});return s.attr("data-value","default"),t("<textarea>",e).appendTo(s),s},submit:e=>t(`<div class="thrv_wrapper tve-form-button tcb-local-vars-root"><div class="thrive-colors-palette-config" style="display: none !important">__CONFIG_colors_palette__{"active_palette":0,"config":{"colors":{"cf6ff":{"name":"Main Color","parent":-1},"73c8d":{"name":"Dark Accent","parent":"cf6ff"}},"gradients":[]},"palettes":[{"name":"Default","value":{"colors":{"cf6ff":{"val":"rgb(20, 115, 210)","hsl":{"h":210,"s":0.82,"l":0.45}},"73c8d":{"val":"rgb(21, 89, 162)","hsl_parent_dependency":{"h":211,"s":0.77,"l":0.35}}},"gradients":[]}}]}__CONFIG_colors_palette__</div><a href="#" class="tcb-button-link tve-form-button-submit"><span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">${e}</span></span></a><input type="submit" style="display: none"></div>`)},_custom_html_code(){const e=TVE.Components.lead_generation.getWrapper(".thrv_lead_generation_code",this.$el);e.hide(),e.text(this.code_separator+this.model.get("customHtml").code+this.code_separator)},reset_fields(){const e=["email","name","phone"];this.$(a).each(function(){if(-1===e.indexOf(this.name)){const e=t(this).closest(".tve_lg_input_container"),s=e.attr("data-label");s&&e.siblings(`[data-label-for="${s}"]`).remove(),e.remove()}}),this.$('[data-field="mapping_hidden"]').each(function(){t(this).remove()})},consent(){this.model.checkRequiredConsent();const e=this.model.get("consent"),t=TVE.Base64.encode(TVE.serialize(e||{})),s=this.$(".tcb-lg-consent"),i=s.find('input[type="checkbox"]');s.find(".consent-config").val(t),s.is(":visible")||s.show(),e.required?i.attr("data-required","1"):i.removeAttr("data-required")},resetMapping(){const e=this;this.$(a+', input[data-field="mapping_hidden"]').each(function(){try{if(!this.dataset.mapping)return;const t=TVE.unserialize(TVE.Base64.decode(this.dataset.mapping));Object.keys(t).forEach(s=>{void 0===e.model.get("apis")[s]&&delete t[s]}),this.dataset.mapping=TVE.Base64.encode(TVE.serialize(t))}catch(e){}})},form_identifier(){const e=this.__getSettings();return e.form_identifier=this.model.get("form_identifier")||"",this.__setSettings(e),this}}},{ensureSettings(e){let t=e.tcbJsonData("form-settings",void 0,{},"__TCB_FORM__");if(!t.v){const s=e.find("#__tcb_lg_fc");t={v:1,apis:s.length?TVE.unserialize(TVE.Base64.decode(s.val())):{},extra:{},captcha:0,tool:"",sp_field:""},s.remove();const i=e.find(".tve-api-extra");i.filter(":not(.tve_disabled)").each(function(){const e=TVE.inner_$(this),s=e.attr("name").split("_"),i=s.shift();if(void 0===t.apis[i])return;t.extra[i]=t.extra[i]||{};const a=s.join("_");e.is("input:radio, input:checkbox")?e.is(":radio")&&e.is(":checked")?t.extra[i][a]=this.value:e.is(":checkbox")&&e.is(":checked")&&(t.extra[i][a]=t.extra[i][a]?t.extra[i][a]+","+this.value:this.value):t.extra[i][a]=this.value}),i.remove(),1===parseInt(e.find("input#_use_captcha").val())&&e.find(".tve-captcha-container").length&&(t.captcha=1),e.find("input[name*='captcha']").remove()}e.attr("data-settings-id")||e.attr("data-settings-id",TVE.CSS_Rule_Cache.generate_id("tve-form-")),t.custom_tags={},e.find(".tve_lg_radio,.tve_lg_checkbox,.tve_lg_dropdown").each((e,s)=>{const i=TVE.inner_$(s),a=s.classList.contains("tve_lg_dropdown"),l=TVE.inner_$(s).find('input[type="radio"],input[type="checkbox"],li.tve-lg-dropdown-option'),o=(a?i.find('input[type="text"]'):l.first()).attr("name").replace("[]",""),c="true"===s.dataset.answerTag;t.custom_tags[o]={},l.each((e,s)=>{const i="LI"===s.tagName?s.dataset.value:s.value,a=s.dataset.customTag;t.custom_tags[o][i]=a||(c?i:"")})}),t.inputs={},e.find(".tve_lg_input_container").each((e,s)=>{const i=TVE.inner_$(s).find("input,textarea").first();let a=i.attr("name");a&&(a=a.replace("[]",""));const l=i.attr("data-name");t.inputs[a]={id:a,label:l||a,type:i.attr("data-field")}}),e.find('[data-field="mapping_hidden"]').each((e,s)=>{const i=TVE.inner_$(s),a=i.attr("name"),l=i.attr("data-name");t.inputs[a]={id:a,label:l||a,type:"hidden"}}),t.form_identifier||(t.form_identifier=TVE.Components.lead_generation.getFormDefaultIdentifier()),t.form_type=TVE._type(e),e.tcbJsonData("form-settings",t,{},"__TCB_FORM__")}});e.exports={model:o,view:c}}(jQuery)},69759:(e,t,s)=>{const i=s(16668),a=s(13828);let l=null,o=null;e.exports=i.component.extend({updateOnMouseLeave:!1,postGridElement:null,before_update(){l=null,o=null},controls_init(){TVE.main.on("device_change",function(){TVE.inner.window.TCB_Front.postGridLayout()}),this.controls.read_more.update=function(){const e=this.component.get_config();e["read-more-text"]||(e["read-more-text"]="Read More"),this.setValue(e["read-more-text"])},this.controls.read_more.change=function(e,t){this.component.update_config(t.value,"read-more-text"),e.find(".tve_pg_more a").text(t.value)},this.controls.read_more_color.change=function(e){this.applyTo().head_css({color:e+"!important"},!1," .tve_pg_container .tve_pg_more a")},this.controls.read_more_color.input=function(e){const t=this.applyTo();t.head_css({color:e+"!important"},!1," .tve_pg_container .tve_pg_more a"),e||(t.head_css({color:""},!1," .tve_pg_container .tve_pg_more a"),this.component.controls.read_more_color.update(t))},this.controls.read_more_color.update=function(){this.setValue(this.applyTo().head_css("color",!1," .tve_pg_container .tve_pg_more a",!0))},this.controls.img_height.input=function(e,t){e.find(".tve_post_grid_image_wrapper").css("height",t.value),this.component.after_generate(e)},this.controls.img_height.change=function(e,t){e.find(".tve_post_grid_image_wrapper").css("height",t.value),this.component.update_config(t.value,"image-height")},this.controls.img_height.update=function(e){this.setValue(e.find(".tve_post_grid_image_wrapper").css("height"))},this.controls.title_font_size.input=function(e,t){e.head_css({"font-size":t.value+"px !important"},!1,this.config.css_suffix),this.component.after_generate(e)},this.controls.title_font_size.change=function(e,t){e.head_css({"font-size":t.value+"px !important"},!1,this.config.css_suffix),this.component.update_config("","font-size")},this.controls.title_font_size.update=function(e){this.setValue(e.css("font-size"))},this.controls.title_line_height.input=function(e,t){e.head_css({"line-height":t.value+"px !important"},!1,this.config.css_suffix),this.component.after_generate(e)},this.controls.title_line_height.change=function(e,t){e.head_css({"line-height":t.value+"px !important"},!1,this.config.css_suffix),this.component.update_config("","text-line-height")},this.controls.title_line_height.update=function(e){this.setValue(e.css("line-height"))}},get_config:()=>(null===l&&(l=a(TVE.ActiveElement.find(".thrive-shortcode-config"),"post_grid")),null===o&&(o=l.get()),o),update_config(e,t){null===l&&(l=a(TVE.ActiveElement.find(".thrive-shortcode-config"),"post_grid")),o[t]=e,l.update(e,t)},edit_grid_options(){this.postGridElement=TVE.ActiveElement,TVE.main.switch_menu_to("custom","postgrid"),TVE.prevent_blur=!0,TVE.main.EditMode.enter(TVE.ActiveElement,{extra_element_class:"canvas-mode",show_default_message:!0,callbacks:{exit(){TVE.prevent_blur=!1}}})},placeholder_action(){this.generate_post_grid()},generate_post_grid(e){const t=void 0===e?TVE.ActiveElement:e,s=this;let i={};t.find(".thrive-shortcode-config").length&&(i=s.get_config()),delete i.action,delete i.tve_lb_type,delete i.nonce,t.addClass("tcb-el-loading"),TVE.ajax("post_grid","post",i).done(function(e){t.children().not(".resize-sensor").remove(),t.prepend(e.html),s.after_generate(t),t.trigger("click")}).always(function(){t.removeClass("tcb-el-loading")})},after_generate(e){e.removeClass("tcb-elem-placeholder"),e.find(".tve_post_grid_masonry").length?e.find(".tve_post_grid_masonry").masonry():(e.find(".tve_pg_row").css("height",""),e.find(".tve_pg_row").each(function(){let e=0;const t=jQuery(this);t.find(".tve_post").each(function(){const t=jQuery(this),s=parseInt(t.outerHeight());s>e&&(e=s),t.css("height","100%")}),t.css("height",e-1+"px")}))}})},69972:(e,t,s)=>{const i=s(12513);e.exports=class extends i{getHtml(){return'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 314 114" preserveAspectRatio=\'none\'>\n\t\t\t\t\t<path d="M149.412 2.398C98.053 4.579 74.996 7.562 53.903 14.754 28.892 23.283 8.503 40.617 2.929 58.09c-4.148 13.004-.464 26.402 10.207 37.118 5.664 5.687 15.228 12.328 21.753 15.104 2.939 1.25 8.598 2.708 10.559 2.72 1.16.008 1.111-.129-.909-2.543-2.554-3.05-4.753-7.567-4.761-9.775-.008-2.502 2.482-6.937 4.862-8.661 5.613-4.066 20.333-6.115 50.607-7.046 12.81-.394 19.622.068 47.623 3.231 57 6.439 66.925 7.222 91.845 7.248 16.516.016 20.951-.139 26.167-.919 20.12-3.007 32.633-8.401 41.489-17.883 6.859-7.344 10.154-16.516 10.254-28.537.032-3.902-.231-7.704-.651-9.42-5.257-21.464-31.961-33.668-80.137-36.622-11.85-.727-62.651-.546-82.425.293"/>\n\t\t\t\t</svg>'}}},69994:(e,t,s)=>{const i=s(52306),a=s(48828);e.exports=i.extend({originalColor:null,defaults(){return _.extend(i.prototype.defaults.call(this),{allowEmpty:!1})},before_initialize(){this.defaults.allowEmpty=!1,TVE.add_action("tcb.write_css",_.bind(function(){this.toggle_warning(TVE.ActiveElement)},this)),TVE.main.on("element_selected",_.bind(function(){this.toggle_warning(TVE.ActiveElement)},this))},toggle_warning(e){if(!e||!e.is(".thrv-button")||e.find(".thrive-colors-palette-config").length>0)return;const t=TVE.main.device,s=TVE.main.responsive[t].media,i=e.collect_head_css();i[s]||(i[s]=""),TVE.$(".master_color_warning").toggleClass("tcb-hide",!(i[s].indexOf("var(")>-1))},cancel(){delete this.background_reset,TVE.Components.background.restore_state(),TVE.Components.borders.controls.Borders.restore_state()},change(e){delete this.background_reset,TVE.isCssVariable(e)&&(e=new a(TVE.getCssVariableValue(e))),this.changeColorsWithHover(e)},input(e){this.background_reset||(this.background_reset=!0),TVE.isCssVariable(e)&&(e=new a(TVE.getCssVariableValue(e))),this.runComponentChanges(e)},update(){},onShow(){this.component.update(),this.originalColor=this.getValue()},runComponentChanges(e){let t;_.each(this.config.config.affected_components,s=>{t=TVE.Components[s],"borders"===s&&(t=t.controls.Borders),t.changeColorPallette({originalColor:this.originalColor,color:e})})},changeColorsWithHover(e){this.runComponentChanges(e),TVE.state_manager.is_default()&&(TVE.state_manager.set_state("hover"),TVE.ActiveElement.addClass("tve-state-hover"),TVE.state_manager.induced_state=!0,this.runComponentChanges(e),TVE.ActiveElement.removeClass("tve-state-hover"),TVE.state_manager.set_state(""),TVE.state_manager.induced_state=!1),TVE.FLAGS.hover_update=!0,TVE.main.update_components(this.config.config.affected_components),delete TVE.FLAGS.hover_update}})},70061:e=>{function t(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function s(e){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach(function(t){i(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}function i(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}class a{constructor(){this.$carouselElement=null,this.defaultSettings={autoplay:!1,autoplaySpeed:3e3,pauseOnFocus:!0,pauseOnHover:!0,arrows:!0,uniformSlidesHeight:!0,verticalPosition:"top",dots:!1,slidesToShow:3,slidesToScroll:1,centerMode:!1,centerPadding:"50px",draggable:!0,swipeToSlide:!0,fade:!1,rtl:TVE.Editor_Page.isRTL,infinite:!0,adaptiveHeight:!1,dotsClass:"thrv_wrapper tcb-carousel-dots slick-dots",tcbDots:`${TVE.inner.window.TCB_Front.icons.get("dot").replace(/\"/g,"'")}`,prevArrow:`<div class='thrv_wrapper thrv_icon tcb-icon-display slick-prev tcb-carousel-arrow'>${TVE.inner.window.TCB_Front.icons.get("chevron-left-solid")}</div>`,nextArrow:`<div class='thrv_wrapper thrv_icon tcb-icon-display slick-next tcb-carousel-arrow'>${TVE.inner.window.TCB_Front.icons.get("chevron-right-solid")}</div>`,responsive:[{breakpoint:1023,settings:{slidesToShow:2,centerMode:!1}},{breakpoint:767,settings:{slidesToShow:1,slidesToScroll:1,centerMode:!1}}]},this.carouselSettings=new Backbone.Model(this.defaultSettings),this.carouselSettings.listenTo(this.carouselSettings,"change",()=>this.applyCarousel(this.carouselSettings))}static get carouselSelector(){return TVE.inner.window.TCB_Front.Carousel.carouselSelector}static get carouselContainerSelector(){return TVE.inner.window.TCB_Front.Carousel?TVE.inner.window.TCB_Front.Carousel.carouselContainerSelector:""}static appendDots(e,t){e.length&&0===t.find(" ul.tcb-carousel-dots").length&&t.append(e)}static getCarouselContainerElements(e){return e.find(a.carouselContainerSelector).addBack(a.carouselContainerSelector)}static getCarouselElements(e){return e.find(a.carouselSelector).addBack(a.carouselSelector)}static prepareForPostListSave(e,t){var s,i,a,l;const o=e.tcbJsonData("carousel-settings");t["cwv-slides-d"]=o.slidesToShow,t["cwv-slides-t"]=(null===(s=o.responsive.find(e=>1023===e.breakpoint))||void 0===s||null===(i=s.settings)||void 0===i?void 0:i.slidesToShow)||1,t["cwv-slides-m"]=(null===(a=o.responsive.find(e=>767===e.breakpoint))||void 0===a||null===(l=a.settings)||void 0===l?void 0:l.slidesToShow)||1,t["carousel-settings"]=encodeURI(e.attr("data-carousel-settings"))}resetCarouselSettings(){this.$carouselElement&&this.$carouselElement.length&&this.resetDataCss(),this.carouselSettings.set(this.defaultSettings,{silent:!0})}resetDataCss(){const e=this.$carouselElement.attr("data-css");if(e){const t=TVE.main.all_media();let s=0,i=t[s];for(;i;)TVE.CSS_Rule_Cache.removeRuleByMatchingSelector(i,`[data-css="${e}"] .tcb-carousel-dots`),i=t[s++]}}getResponsiveSetting(e,t=TVE.main.device){return TVE.inner.window.TCB_Front.Carousel.getResponsiveSetting(this.carouselSettings.toJSON(),e,t)}initCarousel(e){const t=TVE.inner_$(e);if(t.length&&a.getCarouselContainerElements(t).length&&void 0!==TVE.inner_$.fn.slick)try{const e=this.getElementInstance(t);void 0!==e.initCarousel&&e&&e.isCarousel()&&0===t.find(".slick-slider").length&&e.initCarousel()}catch(e){console.warn("Failed to initialize carousel:",e)}}setCarousel(e){this.$carouselElement=e,this.type=TVE._type(e),this.elementComponent=TVE.Components[this.type]}getElementInstance(e){return TVE.apply_filters(`tcb.carousel_manager.element_instance.${TVE._type(e)}`,null,e)}initCarouselFromContent(e){e.length&&a.getCarouselElements(e).each((e,t)=>{t&&TVE.inner_$(t).length&&this.initCarousel(t)})}applyCarousel({attributes:e={}},t=this.$carouselElement,i=!1){if(!t||!t.length||!t[0])return void console.warn("Invalid carousel element, skipping initialization:",t);const l=TVE.apply_filters("tcb.carousel.slides_selector",""),o=t.find(l);0===t.find(".tcb-carousel-container").length&&o.wrapAll('<div class="tcb-carousel-container"></div>');const c=a.getCarouselContainerElements(t),n=t.attr("data-css");if(void 0===TVE.inner_$.fn.slick)return;if(!c.length||!c[0])return;const r=TVE.apply_filters("tcb.carousel.slides_selector","");if(t.hasClass("tcb-post-list")&&r&&0===c.find(r).length)return;if(0===c.children().length)return void console.warn("Carousel container is empty, skipping initialization:",c);if(void 0!==c[0]&&void 0!==c[0].slick&&c.hasClass("slick-initialized"))try{c.slick("unslick")}catch(e){console.warn("Failed to unslick carousel:",e)}try{c.slick(s(s({},e),{},{draggable:!1,swipeToSlide:!1}))}catch(e){return void console.warn("Failed to initialize slick carousel:",e)}try{void 0!==c[0].slick&&(c.slick("setPosition"),c.slick("slickPause"))}catch(e){console.warn("Failed to set carousel position or pause:",e)}c.removeClass("tve-prevent-content-edit"),(i||!TVE.main.EditMode.in_edit()||TVE.main.EditMode.element()&&!TVE.main.EditMode.element().is(t))&&c.find(".slick-list").addClass("tve-prevent-content-edit"),c.off("breakpoint").on("breakpoint",()=>{const e=c.closest(a.carouselSelector),s=JSON.parse(c.attr("data-carousel-settings")),i=e.hasClass("tcb-gallery-crop"),l=t.attr("data-css");if(this.setCarousel(e),s.tcbDots){const i=e.find("ul.tcb-carousel-dots");i.attr("data-selector",`[data-css="${l}"] .tcb-carousel-dots`),a.appendDots(i,t),i.addClass("tcb-carousel-dots-styled"),i.find("li").addClass("tcb-dot").html(s.tcbDots).attr("data-selector",`[data-css="${l}"] .tcb-carousel-dots li.tcb-dot`)}i&&this.elementComponent.cropImages(e,i),TVE.main.EditMode.in_edit()||e.find(".slick-list").addClass("tve-prevent-content-edit")});const d=c.find(".tcb-carousel-dots"),h=c.find(".tcb-carousel-arrow");d.attr("data-selector",`[data-css="${n}"] .tcb-carousel-dots`),a.appendDots(d,t),d.attr("data-selector",`[data-css="${n}"] .tcb-carousel-dots`),d.find("li").addClass("tcb-dot").html(e.tcbDots||TVE.inner.window.TCB_Front.icons.get("dot")).attr("data-selector",`[data-css="${n}"] .tcb-carousel-dots li.tcb-dot`),d.find("svg").addClass("tcb-icon"),c.find(".tcb-carousel-arrow svg").addClass("tcb-icon"),t.toggleClass("tcb-has-arrows",!!h.length);const p=h.first().removeClass("edit_mode")[0],g=h.last().removeClass("edit_mode")[0],m=t.find(".tcb-carousel-dots li svg")[0];if(p&&(jQuery(p).tcbRemoveClass("slick-prev slick-next").tcbAddClass("slick-prev"),e.prevArrow=p.outerHTML.replace(/"/g,"'")),g&&(jQuery(g).tcbRemoveClass("slick-prev slick-next").tcbAddClass("slick-next"),e.nextArrow=g.outerHTML.replace(/"/g,"'")),m&&(e.tcbDots=m.outerHTML.replace(/"/g,"'")),e.uniformSlidesHeight&&c.find(".slick-track").toggleClass("uniform-display-heights",e.uniformSlidesHeight),e.verticalPosition&&c.find(".slick-track").attr("vertical-position",e.verticalPosition),c.toggleClass("tcb-carousel-center",this.getResponsiveSetting("centerMode")),c.tcbJsonData("carousel-settings",e),TVE.ActiveElement){const e=TVE.ActiveElement.is(".tcb-carousel-dots"),t=TVE.ActiveElement.is(".tcb-carousel-arrow");if(t||e){const e=t?h:d,s=t?"arrows":"dots";TVE.ActiveElement.is(`.tcb-carousel-${s}-styled`)&&e.tcbAddClass(`tcb-carousel-${s}-styled`),TVE.Editor_Page.focus_element(e.first())}}TVE.Editor_Page.reposition_icons()}unlinkCarousel(e){e.length&&a.getCarouselContainerElements(e).each((e,t)=>{const s=TVE.inner_$(t);try{s.length&&s[0].slick&&s.hasClass("slick-initialized")&&s.slick("unslick")}catch(e){console.warn("Failed to unslick carousel:",e)}})}updateCarouselSettings(e=this.$carouselElement){e||this.setCarousel(TVE.ActiveElement.parents(a.carouselSelector));const t=a.getCarouselContainerElements(e).tcbJsonData("carousel-settings");this.carouselSettings.set(t,{silent:!0})}setCarouselSettings(e,t=this.$carouselElement){t||this.setCarousel(TVE.ActiveElement.parents(a.carouselSelector)),this.carouselSettings.set(e)}addDotsResponsiveClasses(e){const t=TVE.Models.CarouselManager.getCarouselContainerElements(e),s=t.tcbJsonData("carousel-settings"),i=TVE.Editor_Page.getResponsiveClasses(t.find(".tcb-carousel-dots"));let a="";i.forEach(e=>{e&&(a+=` ${e}`)}),s.dotsClass+=" "+a,t.tcbJsonData("carousel-settings",s),TVE.Components.carousel.carouselManager.updateCarouselSettings(t)}}e.exports=a},70937:(e,t,s)=>{e.exports=s(40521).extend({tooltipPosition:"top",template:_.template(TVE.t.download_media_msg),anim_duration:300,_apply_btn_tpl:_.template(""),apply:TVE.$.noop})},71111:(e,t,s)=>{e.exports=s(68284).extend({setup_defaults(){this.data={items:3,text:"List Element",start_number:1,number_increment:1}},_render_to(e){return e.html(this.get_html()).attr("data-start-number",this.data.start_number).attr("data-number-increment",this.data.number_increment),this},get_html(){let e='<ol class="tcb-numbered-list">';for(let t=0;t<this.data.items;t++){const s=t+1;e+=this.create_default_list_item(null,s)}return e+="</ol>",e},create_default_list_item(e,t,s){e=void 0===e?null:e,s=void 0===s?this.data.text:s;let i="";const a=e&&e.find(".thrv-styled-list-item:not(.tcb-excluded-from-group-item)")?e.find(".thrv-styled-list-item:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",l=e&&e.find(".thrv-advanced-inline-text:not(.tcb-excluded-from-group-item)")?e.find(".thrv-advanced-inline-text:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",o=e&&e.find(".tcb-numbered-list-number:not(.tcb-excluded-from-group-item)")?e.find(".tcb-numbered-list-number:not(.tcb-excluded-from-group-item)").first().attr("data-css"):"",c=e?" "+TVE.getClassThatContains(e.find(".thrv-styled-list-item").last(),TVE.Components.group.dynamic_group_item_class_prf):"",n=e?" "+TVE.getClassThatContains(e.find(".thrv-advanced-inline-text").last(),TVE.Components.group.dynamic_group_item_class_prf):"";return i+='<li class="thrv-styled-list-item thrv-numbered-list-v2'+c+'" data-css="'+a+'">',i+='<div class="tcb-numbered-list-number thrv-disabled-label thrv_wrapper tcb-no-delete tcb-no-clone tve_no_drag'+(e?" "+TVE.getClassThatContains(e.find(".tcb-numbered-list-number").last(),TVE.Components.group.dynamic_group_item_class_prf):"")+'" data-css="'+o+'">',i+='<span class="tcb-numbered-list-index">'+t+"</span>",i+="</div>",i+='<span class="thrv-advanced-inline-text tve_editable tcb-numbered-list-text tcb-no-delete'+n+'" data-css="'+l+'">'+s+"</span>",i+="</li>",i},reset_list_numbers(e){const t=parseInt(e.attr("data-start-number")),s=parseInt(e.attr("data-number-increment"));e.find(".thrv-styled-list-item").each(function(e,i){jQuery(i).find(".tcb-numbered-list-index").text(t+e*s)})},get_next_list_number:(e,t,s)=>(e=parseInt(e),t=parseInt(t),e+(s=parseInt(s))*t),get_text:e=>e.find(".tcb-numbered-list-text").text().substring(0,20)})},71198:(e,t,s)=>{const i=s(99716),a=s(87207),l=s(13469),o=s(46509),c=s(62204),n=s(11845),r=s(65295);e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/rule",className:n.RULE_CLASS.replace(".",""),beforeInitialize(e){this.index=e.index,this.listenTo(this.model,"remove",this.remove),this.listenTo(this.model,"change:condition change:field change:is_condition_loading",this.toggleOverlay),this.listenTo(this.model,"change:is_first",this.updateFirstLabel),this.listenTo(this.model,"change",this.updateValidationUI)},async fetchInitialData(){this.model.get("entity")&&(await c.getFieldsForEntity(this.model.get("entity")),this.model.get("field")&&await c.getConditionsForField(this.model.get("field")))},async beforeRender(){r.toggleLoading(this.$el),await this.fetchInitialData(),this.isRuleInvalid()?this.model.destroy():(new i({model:this.model,el:this.$(".tcb-condition-entity")}),new a({model:this.model,el:this.$(".tcb-condition-field")}),new l({model:this.model,el:this.$(".tcb-condition-key")}),new o({model:this.model,el:this.$(".tcb-condition-compared-value")}),r.toggleLoading(this.$el,!1))},afterRender(){this.toggleOverlay()},isRuleInvalid(){const e=this.model.get("entity"),t=this.model.get("field");return e&&void 0===c.getEntities()[e]||t&&void 0===c.getFields()[t]},toggleOverlay(e=this.model){const t=this.$(".tcb-condition-gray-overlay");if(e.get("is_condition_loading"))t.hide();else{const s=e.get("condition"),i=c.getFieldData(e.get("field")),a=i&&i.is_boolean;t.toggle(!(a||s&&s.operator))}},openRuleDeleteOverlay(e,t){TVE.$(t).siblings(".tcb-condition-delete-rule-overlay").removeClass("hidden")},closeDeleteOverlay(e,t){TVE.$(t).parents(".tcb-condition-delete-rule-overlay").addClass("hidden")},deleteRule(){this.model.destroy()},updateFirstLabel(){this.$(".tcb-condition-connector-label").text("When")},updateValidationUI(e){this.$el.toggleClass("tcb-condition-is-invalid",0===e.get("is_valid")),this.$(".tcb-condition-input").each((e,t)=>t.classList.toggle("empty-input",!t.value)),e.set("is_valid",1,{silent:!0})}})},71471:(e,t,s)=>{!function(t){const i=s(16668),a=s(12564),l=s(40248),o=s(70937),c=[{key:"custom",name:"Custom"},{key:"soundcloud",name:"Soundcloud"},{key:"spotify",name:"Spotify"}];e.exports=i.control.extend({template:TVE.tpl("controls/audio"),initialize(){const e=this;this.render(),TVE.apply_filters("tcb.audio_sources",c).forEach(function(t){e.$(".v-source").append('<option value="'+t.key+'">'+t.name+"</option>"),0===e.$("#a-settings-"+t.key).length&&e.$(".v-settings").last().after('<div class="v-settings" style="display:none" id="a-settings-'+t.key+'" data-view="'+t.key+'"></div>')}),TVE.add_filter("tcb.selection.element",e=>(e.hasClass("tve_audio_container")&&(e=e.parent(".thrv_audio")),e)),TVE.add_action("tcb.element.selected.audio",e=>{"true"===e.attr("data-is-dynamic")&&(TVE.hideComponents(e,"audio"),e.addClass("tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save"))}),TVE.add_action("tcb.element.before.mouseover",(e,t)=>{const s=t.parent('.thrv_audio[data-is-dynamic="true"],.thrv_audio[data-type="dynamic"]');return t.hasClass("tve_audio_container")&&s.length&&(t.attr("data-element-name","Featured Audio"),s.attr("data-element-name","Featured Audio")),t}),this.providers={},this.providerOptions={},this.$(".v-settings").each(_.bind(function(e,t){const s=t.getAttribute("data-view");this.providers[s]=new TVE.AudioProviders[s]({el:t,key:s,control:this}),this.providerOptions[s]=this.$("#a-checkbox-settings-"+s)},this)),this.activeView=this.$("#a-settings-custom"),this.$source=this.$(".v-source"),this.on("change",_.bind(this.apply,this)),this.downloadTooltip=new o({no_buttons:!0}),TVE.add_filter("element_drop",e=>(e&&e.hasClass("thrv_audio")&&this.setExtraSettingsFromSession(e,e.attr("data-type")),e))},openDownloadTooltip(e,t){return this.downloadTooltip.isOpen()?this.downloadTooltip.onCancel():this.downloadTooltip.open(null,t),!1},update(e){this.activeElement=e;const t=this._getAttribute("type");if(this.$source.val(t),this.showSection(),this.updateOptions(),this.model=new Backbone.Model(this.read()),"function"==typeof this.activeView.setConfig){const e=this.model.get("config");this.activeView.setConfig(e?e.p:null),e.p&&e.p.url&&this.activeView.$(".tve_provider_url").val(e.p.url)}},updateOptions(){let e;const t=this;this.activeView.dataAttributes={},this.activeOptions&&this.activeOptions.find("input").each(function(s,i){e=t.activeElement.attr("data-"+i.getAttribute("data-elem-attr")),i.getAttribute("data-elem-attr-val")===e?(i.checked=!0,t.activeView.dataAttributes[i.getAttribute("data-elem-attr")]=e):i.checked=!1})},setExtraSettingsFromSession(e,t){t&&this.$("#a-checkbox-settings-"+t).find('input[type="checkbox"]').each(function(){const t=this.getAttribute("data-elem-attr"),s=this.getAttribute("data-elem-attr-val"),i=l.get(l.keys.audio[t]);i&&e.attr("data-"+t,s),"no-download"!==t||i||e.attr("data-no-download","1")})},read(){const e=this.applyTo(),t={p:{}},s=e.find("audio").first(),i=e.find("iframe").first();if(s.length){const e=s.find("source");t.s="custom",t.p={id:s.attr("data-id"),title:s.attr("data-title"),attachment:{id:s.attr("data-id"),title:s.attr("data-title"),url:e.attr("src"),mime:e.attr("type"),name:s.attr("data-c-f-id")}}}else i.length&&(t.s=this._getAttribute("type"),t.p={url:this._getAttribute("url")});return{config:t}},clear(e){(e=void 0!==e?e:this.applyTo()).removeClass("tcb-elem-placeholder"),e.find(".tcb-inline-placeholder-action").remove(),e.find(".tve_audio-no_audio").remove(),e.find(".tve_audio_container").removeAttr("style"),e.find("iframe, audio, script").remove()},apply(){this.updateOptions();const e=this.applyTo(),t=this.getEmbedCode(),s=e.find(".tve_audio_container");return this.clear(e),t?(0===s.find(".audio_overlay").length&&s.append('<div class="audio_overlay"></div>'),s.append(t),this._setAttribute("url",this.$el.find(".tve_provider_url:visible").val()),TVE.PostList.utils.checkForPostListSync(e),this):(s.append('<div class="tve_audio-no_audio">'+TVE.icon("audio-player","svg","editor")+"</div>"),this)},extraSettingsChanged(e,t){const s=t.getAttribute("data-elem-attr"),i=t.checked?t.getAttribute("data-elem-attr-val"):t.getAttribute("data-elem-attr-val-unchecked");e.attr("data-"+s,i),this.activeView.changeSettings(s,i),l.set(l.keys.audio[s],t.checked),this.apply()},getEmbedCode(){return this.activeView?this.activeView.getAudio():""},selectSource(){const e=this.activeElement.attr("data-is-dynamic"),t=this.activeElement.attr("data-css");TVE.removeDataAttributes(this.activeElement),"true"===e&&this.activeElement.attr({"data-css":t,"data-is-dynamic":e}),this.$(".tve_provider_url").val(""),this.activeElement.hasClass("tcb-elem-placeholder")||(this.clear(this.activeElement),this.activeElement.find(".tve_audio_container").append('<div class="tve_audio-no_audio">'+TVE.icon("audio-player","svg","editor")+"</div>"),this.reset()),this.setExtraSettingsFromSession(this.activeElement,this.$source.val()),this.updateOptions(),this.showSection()},showSection(){_.each(this.providers,function(e){e.$el.hide()}),_.each(this.providerOptions,function(e){e.hide()}),this.$(".tve-advanced-controls").hide();const e=this.$source.val();this.activeView={},e&&(this.activeView=this.providers[e].show(),this.activeView.setChosen(),this.activeOptions=this.providerOptions[e],this.providerOptions[e].length&&(this.providerOptions[e].show(),this.$(".tve-advanced-controls").show()),this.activeView.dataAttributes={}),this._setAttribute("type",e,this.activeElement)},reset(){_.each(this.providers,function(e){e.reset&&e.reset()})},_getAttribute(e){return this.activeElement.attr("data-"+e)},changeInput(e,t){t.value&&(this.activeView.config.url=t.value,this.apply())},_setAttribute(e,t,s){(s=void 0===s?this.activeElement:s).attr("data-"+e,t)}}),TVE.AudioProviders={},TVE.AudioProviders.Base=i.component.extend({dataAttributes:{},initialize(e){this.config={},"function"==typeof this.afterInit&&this.afterInit(),this.control=e.control,this.key=e.key},setConfig(e){return this.config=_.extend({},e||{}),"function"==typeof this.afterSetConfig&&this.afterSetConfig(),this},setChosen(){},changeSettings(e,t){"0"!==t?this.dataAttributes[e]=t:delete this.dataAttributes[e]},reset(){this.$(".tve_provider_url").val("")}}),TVE.AudioProviders.spotify=TVE.AudioProviders.Base.extend({getAudio(){return this.config.url?(-1===this.config.url.indexOf("open.spotify.com/embed/")&&(this.config.url=this.config.url.replace("open.spotify.com/","open.spotify.com/embed/")),'<iframe title="Spotify Audio Element" width="100%" height="100%" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media" class="tcb-audio" src="'+this.config.url+'"></iframe>'):""}}),TVE.AudioProviders.soundcloud=TVE.AudioProviders.Base.extend({createQueryString(){return t.param(this.dataAttributes).replace("auto_play=1","")},getAudio(){return this.config.url?'<iframe title="SoundCloud Audio Element" width="100%" height="100%" scrolling="no" frameborder="no" allow="autoplay" class="tcb-audio" src="https://w.soundcloud.com/player/?url='+this.config.url+"&"+this.createQueryString()+'"></iframe>':""}}),TVE.AudioProviders.custom=TVE.AudioProviders.Base.extend({allowedMimeTypes:{mp3:"audio/mpeg",m4a:"audio/x-m4a",m4b:"audio/mpeg",ra:"audio/x-realaudio",ram:"audio/x-realaudio",wav:"audio/wav",ogg:"audio/ogg",oga:"audio/ogg",mid:"audio/midi",midi:"audio/midi",wma:"audio/x-ms-wma",wax:"audio/x-ms-wax",mka:"audio/x-matroska"},createQueryString(){let e="";for(const t in this.dataAttributes)"no-download"===t&&"1"===this.dataAttributes[t]?e+='controlslist="nodownload" ':e+=t+'="'+this.dataAttributes[t]+'" ';return TVE.ActiveElement&&"1"===TVE.ActiveElement.attr("data-no-download")&&(e+='controlslist="nodownload" '),e},afterInit(){this.file_picker=new a({template_name:"util/audio-file-picker",labels:{choose:TVE.t.ChooseAudio,title:TVE.t.Audios},config:{type:"audio"}}),this.$el.prepend(this.file_picker.$el),this.file_picker.on("select",_.bind(this.on_select,this)).on("remove",_.bind(this.on_remove,this))},afterSetConfig(){this.file_picker.set(this.config),this.attachment=null,this.config.attachment&&(this.attachment=this.config.attachment)},on_select(e){this.attachment=e,this.config.id=e.id,this.config.title=e.title,this.config.id||(this.config.url=e.url,this.config.id="tcb-custom-"+Math.round(900*Math.random()+100)),this.config.url&&!this.config.title&&(this.attachment.title=this.config.url.replace(/\/$/,"").split("/").pop()),this.dataAttributes["no-download"]="1",this.control.trigger("change")},on_remove(){this.config={},this.attachment=null,this.control.trigger("change")},validate(){return!(!this.config.id&&!this.config.url&&(TVE.page_message("required_audio",!0),1))},getAudio(){if(!this.attachment&&this.config.attachment&&(this.attachment=this.config.attachment),!this.attachment)return"";this.computeAttachmentMime(),"Placeholder"===this.attachment.title&&(this.attachment.url="");const e=TVE.ActiveElement.find("audio"),t=this.attachment;this.attachment.name=e.attr("data-c-f-id")?e.attr("data-c-f-id"):this.attachment.name;const s=TVE.ActiveElement.hasClass("tcb-custom-field-source")?` data-c-f-id="${this.attachment.name}" `:"",i=TVE.PostList.utils.isInsidePostList(e)&&""!==s?' data-post-list="1" ':"";return""!==i&&(this.attachment=TVE.PostList.posts[TVE.PostList.utils.getArticleID(e)].tcb_post_custom_fields_audio[this.attachment.name],TVE.ActiveElement.attr("data-placeholder-el")&&(this.attachment=t),this.attachment=this.attachment?this.attachment:{title:"Placeholder",id:"0",url:"",mime:"audio/mp3"}),TVE.tpl("elements/audio",{attachment:this.attachment,extra:s+i+this.createQueryString()})},computeAttachmentMime(){const e=this.attachment.url.split(".").pop().toLowerCase();"string"==typeof this.allowedMimeTypes[e]&&(this.attachment.mime=this.allowedMimeTypes[e])},reset(){this.file_picker.set({})}})}(jQuery)},71677:(e,t,s)=>{const i=s(33219),a=new(s(26672)),l=s(51106);let o;e.exports=i.extend({cache:[],svg:"",after_initialize(e){this.$el.addClass("tcb-modal-cloud-templates"),this.$el.addClass("modal-w-sidebar"),this.component=e.component,this.$content=this.$(".tve-templates-container"),this.$error=this.$(".error-container").hide(),this.$save=this.$(".tcb-modal-save").prop("disabled",!0),this.$el_name=this.$(".element-name"),TVE.add_filter("template_store_fetch_ajax_data",e=>(this.forceRefresh&&(e.nocache=!0),e))},before_open(e){this.applyTo=this.component.applyTo(),e.type="fancydivider",this.selected=parseInt(this.applyTo.find('[data-position="'+this.side+'"]').attr("data-ct")||"0"),e.type&&e.type!==this.$$type?(this.$$type=e.type,this.$(".template-list").hide().filter("#templates-"+this.$$type).show().length||(this.on_start(),TVE.add_filter("template_store_fetch_ajax_action",this.change_fetch_action),TVE.add_filter("template_store_download_ajax_action",this.change_download_action),a.fetch(this.$$type).done(_.bind(this.on_success,this)).fail(_.bind(this.on_error,this)).always(_.bind(this.on_finished,this)))):this.select_template(this.selected)},change_fetch_action:e=>("fancydivider"===e.type&&(e.action="cloud_content_templates_without_element"),e),change_download_action:e=>("fancydivider"===e.type&&(e.action="cloud_content_template_download_without_element"),e),select_template(e){const t=this.$list.find('[data-id="'+e+'"]');if(t.length&&t.parent().hasClass("locked"))return!1;this.selected=e,this.$list.find(".cloud-item").removeClass("active").filter('[data-id="'+e+'"]').addClass("active").length&&this.$save.prop("disabled",!1)},apply_cloud_template(e){l(function(){this.svg=TVE.inner_$(e.content),this.buildSVG(e);const t={"data-ct-name":e.name,"data-ct":e.type+"-"+e.id,"data-element-name":TVE.t.elements[this.$$type]};this.applyTo.data("tcb-elem-type","").attr(t),TVE.drag.bind_element(this.applyTo),TVE.Editor_Page.reposition_icons()},this.applyTo,this),TVE.do_action("tcb_after_cloud_template",this.applyTo,"fancy-divider"),this.component.update(),TVE.Editor_Page.focus_element(TVE.apply_filters("tve.fancydivider.focus",this.applyTo.parent(),this.applyTo))},buildSVG(e){const t=jQuery(this.svg).filter("svg"),s={},i=this.component.svgShapesSelector(),a=t[0],l=t.find("style"),o={};if(this.component.$element.find(this.component.clipSelector(this.side)).remove(),this.component.checkClipPaths(),t.find("[class]").each(function(){let e="";this.classList.forEach(t=>{o[t]=o[t]||TVE.CSS_Rule_Cache.generate_id("p"),e+=" "+o[t]}),this.setAttribute("class",e.trim())}),l.length){let e=l.text().replace(/fill:(.+?);/g,"");e=e.replace(/([^{}]+){}/g,""),_.each(o,(t,s)=>e=e.replace(new RegExp("."+s+"({|,|\\.)","g"),"."+t+"$1")),l.text(e)}t.find("title").remove(),t.attr({"data-position":this.side,"data-ct":e.id,"decoration-type":e.name,class:i.replace(".",""),width:"100%"}),e.config=Object.assign({},{scaling:"constrain"},e.config);const c="top"===e.config.side?"xMidYMax slice":"xMidYMin slice",n=(a.getAttribute("viewBox")||a.getAttribute("viewbox")||"").split(" ").map(Number);s.height=Math.round(4===n.length?n[3]*this.applyTo.outerWidth()/n[2]:120)+"px",s[this.side]=0,e.config&&e.config.side!==this.side&&(s.transform="rotate(180deg)"),a.setAttribute("preserveAspectRatio",e.config&&"none"===e.config.scaling?"none":c),t.find("[fill]").removeAttr("fill");const r=this.applyTo.find(i).remove();this.applyTo.append(t),this.component.$element.find(i).head_css(s),r.length&&this.component.controls.fancy_divider_styles.controls.ShapeSvgColor.reApply()},setSide(e){delete this.cache.height,delete this.cache.fill,this.side=e}},{get_instance:(e,t)=>(o||(o=new TVE.FancyDividerModal({el:e,component:t})),o)})},71680:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){let i,l,o="insertAfter";e.exports=s(23088).extend({default_pack_key:"block-modal-default-source",blocksCollection:new Backbone.Collection({}),item_template:TVE.tpl("content-blocks/lp-template-item"),group_item:TVE.tpl("content-blocks/lp-group-item"),itemClass:".cb-template-item",filters:{pack:[],group:[],search:[]},promotionTooltip:null,user_settings_key:"blocks_hint",windowResized:!1,after_initialize(){this.$el.addClass("modal-w-sidebar"),this.default_pack_key=this.getDefaultSourceCacheKey(),this.$error=this.$(".error-container").hide(),this.$content=this.$el,this.$cloudMenu=this.$("#cb-cloud-menu"),this.$packTitle=this.$("#lp-blk-pack-title"),this.$packDescription=this.$("#lp-blk-pack-description"),this.$packContent=this.$("#cb-pack-content"),this.$packGroupsWrapper=this.$("#lp-groups-wrapper"),this.$save=t("<div></div>"),this.$souceSelect=this.$("#block-source-select"),this.showPromotionTooltip=!TVE.user_settings().get(this.user_settings_key),this.sourceData=TVE.apply_filters("tcb_blocks_modal_filter_select_source",[{id:"content",order:0,text:"Content Blocks",secondary_text:"Content blocks are designed for content focused pages that sit within your theme template such as blog posts or company pages"},{id:"all",order:99,text:"Show me all the blocks!",secondary_text:"You're the boss. View all available blocks and choose what you want to use."}]),this.showPromotionTooltip&&(this.promotionTooltip=this.initPromotionTooltip()),this.sourceData.sort((e,t)=>e.order<t.order?-1:e.order>t.order?1:0),this.initTemplates(),window.addEventListener("resize",()=>{this.windowResized=!0})},initTemplates(){TVE.CONST.blocks.errors?this.$error.fadeIn(200).html(TVE.tpl("inline-error")({error_message:TVE.CONST.blocks.errors.tcb_api_error})):this.templates=TVE.CONST.blocks.tpls.map(e=>a(a({},e),{},{id:String(e.id)})),this.buildModalTitle(),this.renderGroups(this.templates),this.blocksCollection.reset(this.templates)},getDefaultSelectSource:()=>TVE.apply_filters("tcb_blocks_modal_default_select_source","content"),getDefaultSourceCacheKey(){let e="block-modal-any-content";return"post"===TVE.CONST.post.post_type&&(e="block-modal-post-content"),TVE.apply_filters("tcb_blocks_modal_default_select_cache_key",{key:e,modified:!1}).key},renderGroups(e=[]){this.groups={},_.each(e,e=>{_.each(e.group,e=>{_.isEmpty(this.groups[e])&&(this.groups[e]={counter:0}),this.groups[e].counter++})}),this.$packGroupsWrapper.empty(),this.$packGroupsWrapper.append(this.group_item({group:"All Block Types",counter:e.length})),_.each(this.groups,(e,t)=>{this.$packGroupsWrapper.append(this.group_item({group:t,counter:e.counter}))})},initPromotionTooltip(){return new(s(40521))({allow_force_close:!1,tooltipPosition:"left",appendTo:this.$("#blocks-lightbox-drop-panels"),arrow_css:{transform:"rotate(-90deg)",left:"0",top:"42px"},el_css:{left:"460px"},anim_duration:1e3,learnMoreLink:"https://thrivethemes.com/tkb_item/how-to-use-the-block-element/",template:TVE.tpl("content-blocks/tooltip"),_template:TVE.tpl("controls/tooltip/promote-panel"),onApply:()=>{this.$el.find(".tcb-modal-content").removeClass("modal-tooltip-wizard"),this.promotionTooltip.hide(),TVE.user_settings().set(this.user_settings_key,1),this.showPromotionTooltip=!1},positionLeft:(e,s)=>{this.$el.find(".tcb-modal-content").addClass("modal-tooltip-wizard"),this.promotionTooltip.$(".tcb-panel-arrow").css(this.promotionTooltip.arrow_css),this.promotionTooltip.$el.css({left:"500px"});const i=this.promotionTooltip.anim_duration;this.promotionTooltip.$el.animate(s,{duration:i,start(e){t(e.elem).find(".tooltip-panel").fadeIn(i)}})}})},domClearSearch(){this.filters.search=[],this.$('input[data-source="search"]').val("").trigger("keydown")},resetFilters(){this.hasFilters=_.some(this.filters,e=>e.length>0),this.filters.pack=[],this.filters.group=[],this.filters.search=[],this.$(".active").removeClass("active"),this.$('.click[data-item="All Block Types"]').addClass("active")},showLoader:t.noop,searchFinished:t.noop,updateNumberOfTemplates:t.noop,filter:_.debounce(function(e,s){const i=t(s),a=i.attr("data-source"),l="search"===a?i.val().trim():i.attr("data-item");let o=t.isNumeric(l)?parseInt(l):l;const c=this.filters[a].indexOf(o);"search"===a&&(o=o.toString()),this.save_template&&this.showLoader(),-1===c?("search"!==a&&(i.parent().find(".active").removeClass("active"),i.addClass("active")),this.filters[a]=[],["All Block Types"].includes(o)||this.filters[a].push(o)):"search"===a&&13===(null==e?void 0:e.keyCode)||(this.filters[a].splice(c,1),i.removeClass("active")),TVE.do_action("tcb.lp_blocks.filter",o),this.build_preview(),this.save_template&&this.updateNumberOfTemplates()},50),on_start:function(){this.create_lazyloader()},after_open(){const e=this.$packContent.hasClass("masonry");(!e||e&&this.hasFilters||this.windowResized)&&(this.on_start(),this.hasSourceSelect()?this.sourceChanged(null,{value:this.lastSource,skippSourceStore:1}):this.build_preview()),this.showPromotionTooltip&&this.promotionTooltip.open(null,this.$el[0]),TVE.$(".tvd-lean-overlay").click(e=>{this.close(e)}),this.windowResized=!1},before_open(){if(this.resetFilters(),this.create_lazyloader(),this.hasSourceSelect()){this.lastSource=TVE.CONST.tve_post_constants[this.default_pack_key];let e=!1;if(this.sourceData.forEach((t,s)=>{delete this.sourceData[s].selected,t.id===this.lastSource&&(this.sourceData[s].selected=!0,e=!0)}),!e){this.lastSource=this.getDefaultSelectSource();const e=this.sourceData.findIndex(e=>e.id===this.lastSource);-1!==e&&(this.sourceData[e].selected=!0)}this.buildSourceSelect()}},before_close(e){l&&l.is(".tcb-add-block-placeholder")&&e&&!e.downloadBlock&&l.remove()},hasSourceSelect(){return this.$souceSelect&&this.$souceSelect.length&&Array.isArray(this.sourceData)},buildSourceSelect(){this.$souceSelect.data("select2")&&(this.$souceSelect.off("select2:open"),this.$souceSelect.off("select2:close"),this.$souceSelect.select2("destroy"),this.$souceSelect.empty()),this.$souceSelect.select2({cache:!1,data:this.sourceData,templateResult:e=>e.id?t(`<div class="cb-results"><div><span class="cb-title">${e.text}</span><span class="cb-description">${e.secondary_text}</span></div><span class="tve-selected-checkmark"></span></div>`):e.text,templateSelection:e=>t(`<span>${e.text}</span>`)}).on("select2:open",()=>{this.showPromotionTooltip&&this.promotionTooltip.onApply()}).data("select2").$dropdown.addClass("tcb-blocks-dropdown")},sourceChanged(e,t){this.filters.pack="all"===t.value?[]:[t.value],this.filters.group=[],this.filters.search=[];const s=this.build_preview();this.renderGroups(s),t.skippSourceStore||(TVE.CONST.tve_post_constants[this.default_pack_key]=t.value),this.buildModalTitle(t.value)},buildModalTitle(e=TVE.CONST.tve_post_constants[this.default_pack_key]){switch(this.$packDescription.text(""),e){case"content":this.$packTitle.text(TVE.t.contentBlocks);break;case"special":TVE.CONST.blocks.packs&&(this.pack=TVE.CONST.blocks.packs[Object.keys(TVE.CONST.blocks.packs)[0]],this.$packTitle.text(this.pack.name),this.$packDescription.text(this.pack.description));break;default:this.$packTitle.text(TVE.t.allBlocks)}},build_preview(){const e=this.blocksCollection.clone(),t=this.filters.search.length>0&&this.filters.search[0].length>0,s=[];let i="";e.each(e=>{if(this.filters.pack&&this.filters.pack.length>0){const t=-1!==this.filters.pack[0].indexOf("special");(t&&!e.get("pack").toLowerCase().includes("lp-set")||!t&&e.get("pack").toLowerCase().includes("lp-set"))&&s.push(e)}this.filters.group.length>0&&_.intersection(this.filters.group,e.get("group")).length!==this.filters.group.length&&s.push(e),t&&(this.getSearchTerm(e.get("name"),e).toLowerCase().includes(this.filters.search[0].toLowerCase())||s.push(e))}),this.$cloudMenu.find(".tcb-icon-search-regular").toggle(!t),this.$cloudMenu.find(".tcb-icon-close2").toggle(t);for(const t in s)e.remove(s[t]);return e.each(e=>{i+=this.item_template({item:e.toJSON()})}),this.buildList(this.$packContent,i),setTimeout(()=>{this.searchFinished()},200),e.toJSON()},buildList(e,s=""){if(s.length>0){e.html(s).append('<div class="tpl-gutter-sizer"></div>');const i=this.getDynamicImageWidth(e);e.find("img").each(function(){const e=this.getAttribute("data-ratio");e&&t(this).parent().css("height",i*parseFloat(e))}),this.applyMasonry(e)}else e.html(this.no_templates()).css("height",0);this.on_finished()},getSearchTerm:e=>e,applyMasonry(e=this.$packContent){e.hasClass("masonry")&&e.masonry("destroy"),e.masonry(this.getMasonryOptions())},getMasonryOptions(){return{gutter:20,columnWidth:this.itemClass,isAnimated:!0}},domDownloadTpl(e,s){this.selected=s.dataset.id;const i=t('<div class="thrv_wrapper tcb-block-placeholder tcb-elem-placeholder"></div>');l=TVE.apply_filters("tcb.block_drop_target",l),i[o](l),e&&(e.downloadBlock=!0),this.close(e),l.is(".tcb-add-block-placeholder")||TVE.inner_$("html").stop().animate({scrollTop:i.offset().top-50},{duration:500}),this.set_element(i),TVE.Editor_Page.editor.find(".tcb-add-block-placeholder").remove(),this.save()},getDynamicImageWidth(e=this.$packContent){return parseInt(e.find(this.itemClass).outerWidth(!0))},clearCache(){this.toggleLoader(),TVE.ajax("nocached_cloud_data","post",{type:"blocks",post_id:TVE.CONST.post_id}).done(e=>{TVE.CONST.blocks=e.tpls;const t=this.filters.pack.length?this.filters.pack[0]:"all";this.initTemplates(),this.before_open(),this.$souceSelect.val(t).trigger("change")}).always(()=>{this.toggleLoader(!1)})}},{hasInstance:()=>null!==i,setTarget(e,t="insertAfter"){l=e,o=l.is(TVE.identifier("footer"))?"insertBefore":t},get_instance:e=>(i||(i=new TVE.BlockModal({el:e})),i)})}(jQuery)},71739:e=>{e.exports={postType:"thrive_blocks",storageKey:"thrive_block-",initialize(){TVE.StorageManager.unset(`${this.storageKey}${TVE.CONST.post.ID}`),TVE.add_action("tve.save_post.success",()=>{TVE.StorageManager.set(`${this.storageKey}${TVE.CONST.post.ID}`,!0)})}}},71789:(e,t,s)=>{const i=s(35573);e.exports=s(16668).component.extend({extra_states:!0,updateOnMouseLeave:!1,controls_init(){this.controls.size.update=function(e){this.setValue(e.find("svg").first().width())},this.controls.size.input=function(e){this.applyElementCss({"font-size":this.value("px")},e,"","")};const e=this.config.stylePicker;e.config.items=this.renderer.get_styles(),this.controls.style.set_drop_panel(new i({model:e,renderer:this.renderer})),this.controls.background.input=function(e){this.applyElementCss({fill:e},this.applyTo()," .sr-background",""),e||this.component.controls.background.update(this.applyTo())},this.controls.background.update=function(e){this.setValue(e.head_css("fill",!1," .sr-background",!0))},this.controls.fill.input=function(e){this.applyElementCss({fill:e},this.applyTo()," .sr-fill",""),e||this.component.controls.fill.update(this.applyTo())},this.controls.fill.update=function(e){this.setValue(e.head_css("fill",!1," .sr-fill",!0))},this.controls.outline.input=function(e){this.applyElementCss({fill:e},this.applyTo()," .sr-outline",""),e||this.component.controls.outline.update(this.applyTo())},this.controls.outline.update=function(e){this.setValue(e.head_css("fill",!1," .sr-outline",!0))}},rating_value_control:()=>s(18983),rating_style_control:()=>s(37558)})},71895:(e,t,s)=>{!function(t){const i=s(20583).base;let a,l;const o=i.extend({template:TVE.tpl("page-events/form"),main:null,after_initialize(e){this.main=e.main},render(){},reset(e){return void 0===e&&(e=l.newEvent()),this.model=e,this},has_multiple_actions(){let e=0;return t.each(l.actions,function(t,s){s.disabled||e++}),e>1},state(e){"action"!==e||!this.model||this.model.a||this.has_multiple_actions()||(this.model.a="thrive_lightbox"),this.$el.html(this.template()),this.$(".form-state").hide().filter(".state-"+e).show(),this["render_"+e]&&this["render_"+e]()},get_triggers:()=>l.triggers,get_actions:()=>l.actions,render_trigger(){if(this.model.t){const e=l.triggers[this.model.t].view;this.model.config&&!this.model.config.t_delay&&(this.model.config.t_delay=10),e.model=this.model,e.setElement(this.$("#trigger-settings")),e.render(),this.toggle_continue(!0)}},render_action(){if(this.model.a&&l.actions[this.model.a].view){const e=l.actions[this.model.a].view;e.model=this.model,e.parent=this,e.setElement(this.$("#action-settings")),e.render()}},toggle_continue(e){this.$(".form-step-action .continue")[e?"show":"hide"]()},item_select(e){const t=e.currentTarget.getAttribute("data-field");this.model[t]=e.currentTarget.getAttribute("data-item"),this.state("t"===t?"trigger":"action")},trigger_cancel(){this.model.config={},this.model.t="",l.hasEvents()?this.main.dashboard():this.state("default")},trigger_continue(){this.state("action")},action_cancel(){this.model.a="",this.state("trigger")},action_continue(){const e=l.validate(this.model);if(!0!==e)return this.show_error(e);l.save(this.model),this.main.dashboard()},save:TVE.$.noop,show_error(e){this.$(".form-step-action").find(".inline-message").remove().end().append('<div style="bottom:-35px;right:0" class="tcb-absolute inline-message m-error tcb-text-right">'+e+"</div>")},can_add_events:()=>l.events.length<4});function c(e){this.events=e,this.triggers=TVE.apply_filters("tcb_page_event_triggers",{exit:{label:"Exit intent",icon:"exit_intent",view:new n},timer:{label:"Timer",icon:"timer",tpl:"page-events/triggers/timer",view:new r}}),this.actions=TVE.apply_filters("tcb_page_event_actions",{thrive_lightbox:{label:"Open Thrive lightbox",icon:"t-lightbox",view:new d},thrive_leads_2_step:{label:"Open Thrive Leads ThriveBox",icon:"t-box",disabled:!0,view:null}},d),this.animations=TVE.Components.animation.options.actions.thrive_lightbox.data.animations}e.exports=i.extend({options:{opacity:.8},before_initialize(){l=new c(TVE.CONST.page_events),a=new o({main:this}),this.$el.addClass("medium")},render(){return this.dashboard(),this},after_open(){},dashboard(){if(a.setElement(this.$("#events-form")),!l.hasEvents())return this.$(".modal-header").html(TVE.tpl("page-events/no-events")()),a.reset(l.newEvent()).state("trigger"),this;this.$(".modal-header").html(TVE.tpl("page-events/list")({view:this,dataStore:l})).show(),a.state("default")},render_action_preview(e){const t=l.actions[e.a].view;if(t)return t.render_preview(e)},_show_form(e){l.hasEvents()&&this.$(".modal-header").hide(),a.reset(e).state("trigger")},add_event(){return this._show_form(l.newEvent()),!1},edit_event(e){const t=e.currentTarget;this._show_form(l.getEvent(t.getAttribute("data-index")))},open_delete_confirmation(e){t(e.currentTarget).closest(".action-wrapper").find(".delete-confirmation-wrapper").show()},close_delete_confirmation(e){t(e.currentTarget).closest(".delete-confirmation-wrapper").hide()},delete_event(e){const t=e.currentTarget;l.removeEvent(t.getAttribute("data-index")),this.dashboard()}}),c.prototype.newEvent=function(){return{t:"",a:"",config:{}}},c.prototype.validate=function(e){if(!this.events.length)return!0;let t=!0;return _.each(this.events,function(s,i){s.a===e.a&&s.t===e.t&&i!==e.event_index&&(t=!1)}),!!t||TVE.t.page_event_action_duplicate},c.prototype.save=function(e){if(void 0===e.event_index)this.events.push(e);else{const t=e.event_index;delete e.event_index,this.events.splice(t,1,e)}return this.events},c.prototype.removeEvent=function(e){e=parseInt(e),this.events.splice(e,1)},c.prototype.getEvent=function(e){return e=parseInt(e),t.extend(!0,{event_index:e},this.events[e])},c.prototype.hasEvents=function(){return this.events.length>0};const n=i.extend({template:TVE.tpl("page-events/triggers/exit"),enable_mobile(e){this.model.config.e_mobile=e.currentTarget.checked?1:0,e.currentTarget.checked&&void 0===this.model.config.e_delay&&(this.model.config.e_delay=10),this.render()},slider_update(e){const t=e.currentTarget;let s=parseInt(t.value||0);(isNaN(s)||s<1)&&(s=0),s>300&&(s=300),t.value=s,this.$(t.getAttribute("data-target")).val(s),this.model.config[t.getAttribute("data-config")]=s},initialize(){},render(){return this.$el.html(this.template({m:this.model})),this}}),r=n.extend({template:TVE.tpl("page-events/triggers/timer")}),d=i.extend({template:TVE.tpl("page-events/actions/lightbox"),render(){if(!this.model)return this;this.model.config.l_anim||(this.model.config.l_anim="instant"),this.$el.html(this.template());const e=this.$("#evt-lightbox");return!e.length||this.model.config.l_id&&String(this.model.config.l_id)===e.val()||(this.model.config.l_id=e.val()),this.parent.toggle_continue(e.length),this},lightbox_change(e){this.model.config.l_id=t(e.currentTarget).val()},animation_change(e){this.model.config.l_anim=t(e.currentTarget).val()},get:()=>TVE.Components.animation.options.actions.thrive_lightbox.data.lightboxes,create_lightbox_toggle(e){const s=t(e.currentTarget);this.$(".form-create-lb").toggle(),s.hide(),this.$(".create-lb").trigger("focus")},create_lightbox(){const e=this.$(".create-lb").removeClass("has-error"),t=this;e.val().trim()?(this.$(".form-create-lb").addClass("loading"),TVE.ajax("create_lightbox","post",{title:e.val(),post_id:TVE.CONST.post.ID}).done(function(e){TVE.Components.animation.options.actions.thrive_lightbox.data.lightboxes.push(e.lightbox),TVE.page_message(e.message),t.render(),t.$("#evt-lightbox").val(e.lightbox.id).trigger("change")})):e.addClass("has-error").trigger("focus")},get_edit_link(e){let s="";return t.each(this.get(),function(t,i){i.id==e&&(s=i.edit_url)}),s},render_preview(e){return TVE.tpl("page-events/actions/lightbox-preview")({label:l.actions[e.a].label,edit_url:this.get_edit_link(e.config.l_id),animation:l.animations[e.config.l_anim||"instant"],event:e,view:this})}})}(jQuery)},71898:(e,t,s)=>{const i=s(85626),a=new(s(21099));e.exports=s(16668).control.extend({template:TVE.tpl("controls/text/typefocus"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(){this.settings=new i({model:a,control:this})},open_settings(e,t){a.saveState(),this.settings.open(e,t)},update:_.debounce(function(){let e;TVE.froala.editor&&(e=TVE.froala.editor.format.is("span",{class:"tve_typefocus"},!0))?this.state("edit",e):this.state("add")},20),input(){},box_class:()=>"tve-style-options",state(e,t){this.$(".state-toggle").hide().filter(".state-"+e).show();const s=this.$("#typefocus-preview").html("");"edit"===e?(a.read(t),s.html(TVE.tpl("controls/preview-list-item")({view:this,item:a})).find(".item-icon").remove().end().find(".preview-list-sort-handle")):(a.reset(!0),a.set("text",TVE.froala.editor&&TVE.froala.editor.selection.text()),this.settings.render())},update_preview(){a.update_label(),this.$("#typefocus-preview").html(TVE.tpl("controls/preview-list-item")({view:this,item:a}))},item_click(){this.open_settings.apply(this,arguments)},item_remove(){i.close_all();const e=a.__dom,t=e.parentNode;if(e.getAttribute("style"))e.removeAttribute("class"),e.removeAttribute("data-typist"),e.removeAttribute("data-speed"),e.removeAttribute("data-highlight"),e.removeAttribute("data-colors");else{for(;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}return this.state("add"),!1}})},72157:(e,t,s)=>{const i=s(16668),a=new Backbone.Collection({}),l=s(42146),o=s(3348),c=s(62740),n=".thrv-button-group-item",r=".tcb-active-state",d="tcb-active-state";e.exports=i.component.extend({updateOnMouseLeave:!1,after_init(){this.edit_instance_view=new c({pricing_table_view:this})},update_btn_group_data_selector(){const e=TVE.ActiveElement,t=e.find(".thrv-button-group").attr("data-price-button-group"),s='[data-price-button-group="'+t+'"] '+n+r,i='[data-price-button-group="'+t+'"] '+n+":not("+r+")";_.each(e.find(n),function(e){const t=jQuery(e);t.attr("data-selector",t.hasClass(d)?s:i)})},controls_init(){TVE.add_action("tcb.layout.alignment_changed.button_group",(e,t)=>{e.head_css({"max-width":"center"===t.dataset.value?"fit-content":""})}),TVE.add_filter("tcb.css.save.blacklist",e=>(TVE.CSS_Rule_Cache.getRulesForSelector("[data-price-button-group=").forEach(t=>{0===TVE.inner_$(t.selectorText).length&&e.push(t.selectorText)}),e)),TVE.add_filter("tcb.css.should_save_rule",(e,t)=>{if((t=t.selectorText?t.selectorText:t).includes("tve-u-price-button-group")){const s=t.match(/\[data-price-button-group="(.*)"\]/);null!=s&&s[0]&&(e=TVE.inner_$(s[0]).length>0)}return e}),TVE.add_filter("tcb.button_group_item.toggle_active_state",(e,t)=>(t.closest(".thrv-pricing-table").length&&(e=!1),e)),TVE.add_filter("tcb_filter_html_before_save",e=>{const t=e.find(".thrv-pricing-table");return t.length&&_.each(t,e=>{const t=TVE.inner_$(e),s=t.find(n+'[data-default="true"]'),i=s.attr("data-instance");t.find(r).removeClass(d),s.addClass(d),t.find(".tcb-pricing-table-box-container").addClass("tcb-permanently-hidden"),t.find('.tcb-pricing-table-box-container[data-instance="'+i+'"]').removeClass("tcb-permanently-hidden")}),e}),TVE.add_filter("element_drop",e=>{if(e&&e.hasClass("thrv-pricing-table")){const t=TVE.CSS_Rule_Cache.generate_id("tve-u-price-button-group-");e.find(".thrv-button-group").attr("data-price-button-group",t)}return e}),this.controls.PriceInstances.attach_collection(a),this.controls.PriceInstances.attach_view(o),this.controls.PriceInstances.on("item_click",_.bind(this.edit_instance,this)),this.controls.PriceInstances.on("item_duplicate",_.bind(this.clone_instance,this)),this.listenTo(a,"item-toggle",e=>{const t=e.get("instance"),s=e.get("item");TVE.ActiveElement.find(".tcb-pricing-table-box-container").addClass("tcb-permanently-hidden"),TVE.ActiveElement.find(n).removeClass(d),t.removeClass("tcb-permanently-hidden"),s.addClass(d),this.update_btn_group_data_selector()}),this.listenTo(a,"change",function(){const e=TVE.ActiveElement.find(".thrv-button-group");e.empty(),a.each(function(t){e.append(t.get("item"))},this)}),this.listenTo(a,"remove",e=>{const t=e.get("item"),s=e.get("instance"),i=t.hasClass(d),a=!!t.attr("data-default");t.remove(),s.remove();const l=TVE.ActiveElement.find(n).first();if(a&&l.attr("data-default","true"),i){const e=TVE.ActiveElement.find('.tcb-pricing-table-box-container[data-instance="'+l.attr("data-instance")+'"]');l.addClass(d),e.removeClass("tcb-permanently-hidden")}this.controls.PriceInstances.update(TVE.ActiveElement),this.check_collection_length()}),this.controls.PriceInstances.update=e=>{const t=[],s=e.find(n);_.each(s,function(s){const i=jQuery(s),a=i.attr("data-instance"),o=e.find('.tcb-pricing-table-box-container[data-instance="'+a+'"]'),c=!i.hasClass(d),n=new l({item:i,instance:o,label:i.find(".tcb-button-text").text(),is_default:!!i.attr("data-default"),hide_content:c});t.push(n)},this),this.controls.PriceInstances.sortable(t.length>1),a.reset(t),this.check_collection_length(),this.update_btn_group_data_selector()}},check_collection_length(){const e=this.$('.tve-button[data-fn-click="add_instance"]'),t=this.$('.preview-toggle-list-controls .click[data-fn="item_duplicate"]');e.removeClass("tcb-hidden"),t.removeClass("tcb-hidden"),TVE.ActiveElement.find(".thrv-button-group").toggleClass("tcb-permanently-hidden",1===a.length),1===a.length?this.controls.PriceInstances.$('.preview-toggle-list-controls .click[data-fn="item_remove"]').addClass("tcb-hidden"):a.length>=10&&(e.addClass("tcb-hidden"),t.addClass("tcb-hidden"))},add_instance(e,t){if(this.edit_instance_view.isOpen())return this.edit_instance_view.onCancel(),!1;const s=a.findWhere({is_default:!0}).clone();s.set({__new:!0,item:s.get("item").clone().removeAttr("data-default").addClass(d),instance:s.get("instance").clone().removeClass("tcb-permanently-hidden"),label:"",is_default:!1},{silent:!0}),s.saveState(),this.edit_instance_view.reset(s),this.edit_instance_view.open(null,t)},add_instance_callback(e){const t=parseInt(1e5*Math.random()),s=e.get("item"),i=e.get("instance");s.attr("data-instance",t),i.attr("data-instance",t),this.clean_instance(i),s.attr("data-default")&&this.remove_default_instance(),TVE.ActiveElement.find(n).removeClass(d),TVE.ActiveElement.find(".tcb-pricing-table-box-container").addClass("tcb-permanently-hidden"),TVE.ActiveElement.find(".thrv-button-group").append(s),TVE.ActiveElement.append(i),TVE.drag.bind_element(i),TVE.Views.Components.Decoration.fixDecorationIds(i),this.controls.PriceInstances.update(TVE.ActiveElement)},edit_instance(e,t){return this.edit_instance_view.isOpen()?this.edit_instance_view.onCancel():(e.saveState(),this.edit_instance_view.reset(e),this.edit_instance_view.open(null,t)),!1},clone_instance(e){const t=parseInt(1e5*Math.random()),s=e.get("item"),i=s.clone(),a=i.find(".tcb-button-text").text(),l=e.get("instance").clone();s.hasClass(d)&&(s.removeClass(d),TVE.ActiveElement.find(".tcb-pricing-table-box-container").addClass("tcb-permanently-hidden")),i.removeAttr("data-default"),i.find(".tcb-button-text").text(a+" (copy)"),i.attr("data-instance",t),l.attr("data-instance",t),this.clean_instance(l),TVE.ActiveElement.find(".thrv-button-group").append(i),TVE.ActiveElement.append(l),TVE.drag.bind_element(l),TVE.Views.Components.Decoration.fixDecorationIds(l),this.controls.PriceInstances.update(TVE.ActiveElement)},clean_instance(e){e.find(".ui-resizable-handle").remove(),e.find(".ui-resizable").removeClass("ui-resizable")},remove_default_instance(){TVE.ActiveElement.find(n).removeAttr("data-default")},preview_toggle_list_control:()=>s(79850)})},72223:(e,t,s)=>{const i=s(16668),a=s(52306),l=s(12564);e.exports=i.component.extend({template:TVE.tpl("controls/video-settings"),_template:TVE.tpl("controls/drop-panel-light"),controls_init(){this.render(),this.$source=this.$(".v-source"),this.providers={},this.$(".v-settings").each(_.bind(function(e,t){const s=t.getAttribute("data-view");this.providers[s.toLowerCase()]=new TVE.VideoProviders[s]({el:t,key:s.toLowerCase(),control:this})},this));const e=".tcb-bn-url .tve-bunnynet-info";TVE.initBasicTooltip({tooltipElem:this.$(e),template:TVE.tpl("controls/tooltip/video-url"),anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2e3}},this,()=>this.$(e))},remove_provider(e){return delete this.providers[e],this.$source.find('option[value="'+e+'"]').remove(),this},show_section(){_.each(this.providers,function(e){e.$el.hide()});const e=this.$source.val();e?("vimeo"===e||"custom"===e||"external"===e?this.$el.find(".responsive-video-time-label").addClass("tcb-hidden"):this.$el.find(".responsive-video-time-label").removeClass("tcb-hidden"),this.active_view=this.providers[e].show()):this.$el.find(".responsive-video-time-label").addClass("tcb-hidden")},set_model(e){this.active_view=null,this.model=void 0!==e?e:new Backbone.Model({config:{}});const t=_.extend({},this.model.get("config"));return t.s?(this.$source.val(t.s),this.show_section(),t.p&&!TVE.$.isEmptyObject(t.p)&&this.active_view&&this.active_view.set_config(t.p)):this.reset(),this.parent_tab&&this.parent_tab.$("#a-popup-trigger").val(this.model.get("t")||"click"),this},reset(){this.active_view=null,this.$source.val(""),this.show_section(),_.each(this.providers,function(e){e.reset&&e.reset()})},validate(){return this.active_view?this.active_view.validate():(TVE.page_message(TVE.t.anim.vs_missing,!0),!1)},apply_settings(){return!!this.validate()&&(this.model.set(this.get_data()),!0)},get_data(){return{a:this.key,t:this.parent_tab?this.parent_tab.$("#a-popup-trigger").val():"click",config:{s:this.$source.val(),p:_.extend({},this.active_view.config)}}},get_provider(e){return this.providers[e]?this.providers[e]:null},get_embed_code(e,t){if(!this.active_view)return"";switch(e){case"background":return this.active_view.get_background_embed();case"responsive":return this.active_view.get_responsive_video(t)}return""}}),TVE.VideoProviders={},TVE.VideoProviders.Base=i.component.extend({initialize(e){const t=this;this.config={},this.$("input[data-setting],select[data-setting],textarea[data-setting]").on("change",function(){const e=this.getAttribute("data-setting"),s=t.$(this),i="checkbox"===s.attr("type")?s.prop("checked"):s.val();("function"!=typeof t["validate_"+e]||t["validate_"+e](i))&&i!==t.config[e]&&(t.config[e]=i)}),"function"==typeof this.after_init&&this.after_init(),this.colorpicker(),this.control=e.control,this.key=e.key},videoPopSettingChanged(){},colorpicker(){const e=this.$(".v-setting-color");return e.length?(this.picker=new a({el:e[0],model:{config:{default:"#ffffff",options:{output:"object",preferredFormat:"hex",showInput:!0,showGradient:!1,showAlpha:!1,allowEmpty:!0,showGlobals:!1,showDynamic:!1}}},change:_.bind(this.color_change,this)}),this):this},color_change(e){this.config.c=e?e.toHexString().replace("#",""):"",this.control.trigger("color-change",e)},after_init(){this.$m=this.$(".inline-message")},message(e,t){return t=t||"info",this.$m.removeClass("m-success m-info m-error").addClass("m-"+t).empty(),"success"!==t&&"error"!==t||(e=TVE.icon("success"===t?"check":"close2")+"&nbsp;"+e),this.$m.html(e),setTimeout(function(e){e.empty()},5e3,this.$m),this},reset(){this.config={},this.$("input[data-setting],select[data-setting]").not("input:checkbox").val(""),this.$("input:checkbox").prop("checked",!1).filter('[data-setting="a"]').prop("checked",!0).trigger("change"),this.$m&&this.$m.empty(),this.picker&&this.picker.setValue("#ffffff")},set_config(e){return this.config=_.extend({},e||{}),this.picker&&this.picker.setValue("#"+(this.config.c||"ffffff")),this.dom(),this.after_set_config(),this},after_set_config(){this.url_valid=!!this.config.url,void 0===this.config.a&&this.$('input[data-setting="a"]').prop("checked",!0).trigger("change")},dom(){return this.$('input[type="checkbox"]').prop("checked",!1),_.each(this.config,function(e,t){const s=this.$('[data-setting="'+t+'"]');"checkbox"===s.attr("type")?s.prop("checked",!!e):s.val(e)},this),this},validate(){return this.config.url?!!this.url_valid||(TVE.page_message(TVE.t.anim.vu_invalid,!0),!1):(TVE.page_message(TVE.t.missing_invalid_url,!0),!1)},get_background_embed(){return this.url_valid?'<iframe title="Background Video" data-provider="'+this.key+'" src="'+this.get_background_embed_url()+'" frameborder="0" allowtransparency="true" style="display: block"></iframe>':""},get_responsive_video(e){if(!this.url_valid)return"";const t=this.get_embed_url(e),s=this.control.lazyLoad.isChecked()?'loading="lazy"':"";return`<iframe title="Responsive Video" class="tcb-responsive-video" data-code="${this.config.id}" data-hash="${this.config.hash}" data-provider="${this.key}" src="${t}" data-src="${t}" frameborder="0" allowfullscreen ${s}></iframe>`}}),TVE.VideoProviders.Youtube=TVE.VideoProviders.Base.extend({api_key:"AIzaSyDpi07JtIdicPoLfgp1qbEfRM6kYFsseb4",fallback_api_key:"AIzaSyD9QcdlSlJ2yEg2DmE_ULM2hZCxChaYMD8",type:null,yt_id(e){return!(!(e=e||this.config.url)||!e.length)&&!!e.match(/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|shorts\/|\/|v\/|watch\?v=|watch\?.+&v=))((\w|-){11})(?:\S+)?$/)&&RegExp.$1},yt_playlist_id(e){return!(!(e=e||this.config.url)||!e.length)&&!!e.match(/^(?:https?:\/\/)?(?:www\.)?(?:youtu\.be\/|youtube\.com\/(?:embed\/|shorts\/|\/|list\/|playlist\?list=|playlist\?.+&list=))((\w|-){34})(?:\S+)?$/)&&RegExp.$1},videoPopSettingChanged(e,t){"ahi"===t.getAttribute("data-setting")&&(this.$el.find('[data-setting="hfs"]').prop("checked",!0).trigger("change"),this.$el.find('[data-setting="hyl"]').prop("checked",!1).trigger("change"),this.$el.find('[data-setting="hfs"],[data-setting="hyl"]').parent().toggleClass("tcb-disabled",t.checked))},after_set_config(){TVE.VideoProviders.Base.prototype.after_set_config.apply(this,arguments),this.$el.find('[data-setting="hfs"],[data-setting="hyl"]').parent().toggleClass("tcb-disabled",this.config.ahi)},reset(){TVE.VideoProviders.Base.prototype.reset.apply(this,arguments),this.$el.find('[data-setting="hfs"],[data-setting="hyl"]').parent().removeClass("tcb-disabled")},validate_url(e,t=!0){if(!e)return this.message("You must provide a non-empty URL","error"),!1;if(this.url_valid=!0,this.config.id=this.yt_id(e),this.type=null,this.config.id)this.type="video";else{if(this.config.id=this.yt_playlist_id(e),!this.config.id)return this.message(TVE.t.anim.video_id_err,"error"),!1;this.type="playlist"}if(!this.type)return this.message(TVE.t.anim.video_id_err,"error"),!1;this.message("Getting video information...","info");let s="https://www.googleapis.com/youtube/v3/videos?part=snippet&id="+this.config.id;return"playlist"===this.type&&(s="https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId="+this.config.id),this.fetchYoutubeVideoData(s,t),!0},fetchYoutubeVideoData(e,t,s){jQuery.getJSON(e+`&key=${s||this.api_key}`).done(e=>{const s=this.get_video_title(e);s?this.message(s,"success"):this.message(TVE.t.anim.video_info_err,"error"),t&&this.control.trigger("change",this.control.get_data())}).fail(()=>{s?this.message(TVE.t.anim.video_info_err,"error"):this.fetchYoutubeVideoData(e,t,this.fallback_api_key)})},get_video_title:e=>!!(e&&e.items&&e.items.length&&e.items[0].snippet&&e.items[0].snippet.title)&&e.items[0].snippet.title,get_embed_url(e){e=void 0===e?"":e;const t=TVE.ActiveElement&&"1"===TVE.ActiveElement.attr("data-no-cookie")?"youtube-nocookie":"youtube";return"playlist"===this.type?("?"===e.charAt(0)&&(e="&"+e.substring(1)),`https://www.${t}.com/embed?listType=playlist&list=${this.config.id}${e}`):`https://www.${t}.com/embed/${this.config.id}${e}`},get_background_embed(){return this.config.id&&this.url_valid?'<div data-url="'+this.config.url+'" data-yt-id="'+this.config.id+'" class="tcb-yt-bg" id="tcb-yt-'+TVE.CSS_Rule_Cache.generate_id("")+'"></div>':""}}),TVE.VideoProviders.Vimeo=TVE.VideoProviders.Base.extend({validate_url(e,t=!0){this.url_valid=!1;const s=e.match("https?://(.+)?(vimeo.com)/(.+)/([a-zA-Z0-9]+)");return s&&s[4]&&(this.config.hash=s[4]),e?(this.message("Getting video information...","info"),jQuery.getJSON("https://vimeo.com/api/oembed.json?url="+e).done(_.bind(function(e){if(!e||!e.video_id)return this.message(TVE.t.anim.video_info_err,"error"),!1;e.title?this.message((e.author_name?e.author_name+" - ":"")+e.title,"success"):this.message(TVE.t.anim.video_info_priv,"error");const s=e.width,i=e.height;s<i&&i/s>1.7&&(this.config.vertical=!0),this.config.id=String(e.video_id),this.url_valid=!0,t&&this.control.trigger("change",this.control.get_data())},this)).fail(_.bind(function(){this.message(TVE.t.anim.video_info_err,"error")},this)),!0):(this.message(TVE.t.missing_invalid_url,"error"),!1)},get_background_embed_url(){let e="?loop=1&autoplay=1&background=1&muted=1&autopause=0";return this.config.hash&&(e+=`&h=${this.config.hash}`),`https://player.vimeo.com/video/${this.config.id}${e}`},after_set_config(){!this.config.id&&this.config.url?this.validate_url(this.config.url):this.config.id&&(this.url_valid=!0)},get_embed_url(e){return e=void 0===e?"":e,this.config.hash&&(e=e.replace("?",`?h=${this.config.hash}&`)),"https://player.vimeo.com/video/"+this.config.id+e}}),TVE.VideoProviders.Wistia=TVE.VideoProviders.Base.extend({validate_url(e,t=!0){if(this.url_valid=!1,!e)return this.message(TVE.t.missing_invalid_url,"error"),!1;const s=this.video_id(e);return s?(this.config.id=s,this.message("Getting video information...","info"),jQuery.getJSON("https://fast.wistia.net/oembed?url="+e).done(_.bind(function(e){if(this.url_valid=!0,t&&this.control.trigger("change",this.control.get_data()),!e||!e.title)return this.message(TVE.t.anim.wistia_info_warn,"warning"),!1;this.message(e.title,"success")},this)).fail(_.bind(function(){this.message(TVE.t.anim.wistia_info_warn,"warning")},this)),!0):(this.message(TVE.t.anim.video_id_err,"error"),!1)},video_id(e){const t=new RegExp("https?://(.+)?(wistia.com|wi.st)/(medias|embed)/(.+)"),s=new RegExp("https?://(.+)?fast.wistia.net/embed/(.+?)/(.+)");return e.match(t)?RegExp.$4:!!e.match(s)&&RegExp.$3},migrate(e){const t=e.config,s={a:"thrive_video",t:"click",config:{s:"wistia",p:{url:t.event_video_url||"",c:(t.event_video_color||"").replace("#",""),p:!!t.event_option_play_bar,cv:!!t.event_option_onload,hfs:!!t.event_option_fs,a:!0}}};return s.config.p.id=this.video_id(s.config.p.url),!!s.config.p.id&&s},get_background_embed(){return this.url_valid?'<script src="//fast.wistia.com/embed/medias/'+this.config.id+'.jsonp" async><\/script><script src="//fast.wistia.com/assets/external/E-v1.js" async><\/script><div data-id="'+this.config.id+'" class="wistia_embed wmode=transparent playButton=false autoPlay=1 controlsVisibleOnLoad=0 fullscreenButton=0 volume=0 wistia_async_'+this.config.id+'" style="width: 100%;height: 100%">&nbsp;</div>':""},get_embed_url(e){return e=void 0===e?"":e,"https://fast.wistia.net/embed/iframe/"+this.config.id+e}}),TVE.VideoProviders.BuiltIn=TVE.VideoProviders.Base.extend({get_background_embed(){return this.attachment?(this.attachment.mime||"string"!=typeof this.attachment.url||this.compute_attachment_mime(),'<video playsinline autoplay muted loop class="tcb-bg-video" data-title="'+this.attachment.title+'" data-id="'+this.attachment.id+'"><source src="'+this.attachment.url+'" type="'+this.attachment.mime+'"></video>'):""},get_responsive_video(e){if(!this.attachment&&this.config.attachment&&(this.attachment=this.config.attachment),!this.attachment)return"";this.attachment.mime||"string"!=typeof this.attachment.url||this.compute_attachment_mime(),this.attachment.mime&&-1===this.attachment.mime.indexOf("quicktime")||(this.attachment.mime="");const t=TVE.ActiveElement?TVE.ActiveElement:TVE.Components.responsivevideo.controls.responsive_video.activeElement,s=t.find(".tcb-responsive-video"),i=this.attachment;this.attachment.name=null!==s.attr("data-c-f-id")?s.attr("data-c-f-id"):this.attachment.name;const a=t.hasClass("tcb-custom-field-source")?` data-c-f-id="${this.attachment.name}" `:"",l=TVE.PostList.utils.isInsidePostList(s)&&""!==a?' data-post-list="1" ':"";return""!==l&&TVE.PostList.posts[TVE.PostList.utils.getArticleID(s)]&&(this.attachment=TVE.PostList.posts[TVE.PostList.utils.getArticleID(s)].tcb_post_custom_fields_video[this.attachment.name],t.attr("data-placeholder-el")&&(this.attachment=i),this.attachment=this.attachment?this.attachment:{title:"Placeholder",id:"0",url:"",mime:"video/mp4"}),TVE.tpl("elements/video",{attachment:this.attachment,extra:a+l+e})},compute_attachment_mime(){const e=this.attachment.url.split(".").pop().toLowerCase();"string"==typeof this.allowedMimeTypes[e]&&(this.attachment.mime=this.allowedMimeTypes[e])}}),TVE.VideoProviders.Custom=TVE.VideoProviders.BuiltIn.extend({allowedMimeTypes:{asf:"video/x-ms-asf",asx:"video/x-ms-asf",wmv:"video/x-ms-wmv",wmx:"video/x-ms-wmx",wm:"video/x-ms-wm",avi:"video/avi",divx:"video/divx",flv:"video/x-flv",mov:"video/quicktime",qt:"video/quicktime",mpeg:"video/mpeg",mpg:"video/mpeg",mpe:"video/mpeg",mp4:"video/mp4",m4v:"video/mp4",ogv:"video/ogg",webm:"video/webm",mkv:"video/x-matroska"},after_init(){this.file_picker=new l({template_name:"util/video-file-picker",labels:{choose:TVE.t.ChooseVideo,title:TVE.t.Videos},config:{type:"video"}}),this.$el.prepend(this.file_picker.$el),this.file_picker.on("select",_.bind(this.on_select,this)).on("remove",_.bind(this.on_remove,this))},after_set_config(){TVE.VideoProviders.Base.prototype.after_set_config.apply(this,arguments),this.file_picker.set(this.config),this.config.attachment&&(this.attachment=this.config.attachment)},on_select(e){this.attachment=e,this.config.id=e.id,this.config.title=e.title,this.config.id||(this.config.url=e.url,this.config.id="tcb-custom-"+Math.round(900*Math.random()+100)),this.config.url&&!this.config.title&&(this.attachment.title=this.config.url.replace(/\/$/,"").split("/").pop()),this.control.trigger("change",this.control.get_data())},on_remove(){this.config={},this.attachment=null,this.control.trigger("change",this.control.get_data())},validate(){return!(!this.config.id&&!this.config.url&&(TVE.page_message("required_video",!0),1))},reset(){this.file_picker.set({})}}),TVE.VideoProviders.External=TVE.VideoProviders.BuiltIn.extend({allowedMimeTypes:{wmv:"video/x-ms-wmv",webm:"video/webm",avi:"video/avi",mov:"video/quicktime",mpg:"video/mpeg",mp4:"video/mp4",m4v:"video/mp4",ogv:"video/ogg","3gp":"video/3gpp","3g2":"video/3gpp2"},validate_url(e){if(this.url_valid=!1,this.$el.find("input").removeClass("tve-error-highlight"),!e)return this.message(TVE.t.missing_invalid_url,"error"),this.highlightInput(),!1;const t=e.split(".").pop().toLowerCase();return"string"!=typeof this.allowedMimeTypes[t]?(this.message(TVE.t.anim.video_format_err,"error"),this.highlightInput(),!1):(this.message("Getting video information...","info"),this.url_valid=!0,this.attachment={title:e.split("-").pop(),url:e,mime:this.allowedMimeTypes[t],id:Math.round(900*Math.random()+100)},this.config.id="tcb-custom-"+this.attachment.id,this.message("Video loaded","success"),this.control.trigger("change",this.control.get_data()),!0)},reset(){this.$el.find("input").text("")},highlightInput(){this.$el.find("input").addClass("tve-error-highlight"),setTimeout(()=>{this.$el.find("input").removeClass("tve-error-highlight")},6e3)}}),TVE.VideoProviders.VooPlayer=TVE.VideoProviders.Base.extend({validate_url(e,t=!0){return this.url_valid=!1,e?(this.url_valid=!0,this.config.id=this.player_id(e),this.config.id?(this.message(TVE.t.anim.video_voo_success,"success"),this.config.url=e,t&&this.control.trigger("change",this.control.get_data()),!0):(this.message(TVE.t.anim.video_id_err,"error"),!1)):(this.message(TVE.t.missing_invalid_url,"error"),!1)},player_id(e){let t="";return e&&e.match(new RegExp("https?://(.+).(cdn.(vooplayer|spotlightr).com)/(publish|watch)/(.+)"))&&(t=RegExp.$5),t},get_domain(e){let t="";return e&&e.match(new RegExp("https?://(.+).(cdn.(vooplayer|spotlightr).com)/(publish|watch)/(.+)"))&&(t=RegExp.$1),t},get_background_embed_url(){return`//${this.get_domain(this.config.url)}.cdn.vooplayer.com/publish/${this.config.id}`},after_set_config(){!this.config.id&&this.config.url?this.validate_url(this.config.url):this.config.id&&(this.url_valid=!0)},get_embed_url(e){return e=void 0===e?"":e,`//${this.get_domain(this.config.url)}.cdn.vooplayer.com/publish/${this.config.id}${e}`},get_background_embed(){return this.url_valid?'<iframe title="Background Video" data-playerId="'+this.config.id+'" allow="autoplay" class="tcb-voo-bg" data-provider="'+this.key+'" src="'+this.get_background_embed_url()+'" frameborder="0" allowtransparency="true" style="display: block"></iframe>':""},get_responsive_video(){return this.url_valid?'<iframe title="Responsive Video" allow="autoplay" data-code="'+this.config.id+'" data-provider="'+this.key+'"class="tcb-responsive-video video-player-container vooplayer" data-playerId="'+this.config.id+'" url-params="" allowtransparency="true" name="vooplayerframe" frameborder="0" allowfullscreen="true" scrolling="no" src="" style="max-width: 100%; position:relative; opacity: 1; min-width: 100%; height:100% !important; width: auto; top: auto;"> </iframe>':""},init_video(){"function"==typeof TVE.inner.window.initVooPlayer&&TVE.inner.window.initVooPlayer()}}),TVE.VideoProviders.BunnyNet=TVE.VideoProviders.Base.extend({validate_url(e,t=!0){return this.url_valid=!1,e?(this.url_valid=!0,this.config.id=this.player_id(e),this.config.library_id=this.get_library_id(e),this.config.id?(this.message(TVE.t.anim.video_bunnynet_success,"success"),this.config.url=e,t&&this.control.trigger("change",this.control.get_data()),!0):(this.message(TVE.t.anim.video_id_err,"error"),!1)):(this.message(TVE.t.missing_invalid_url,"error"),!1)},player_id(e){let t="";return e&&e.match(new RegExp(/^(?:https?:\/\/)(?:iframe\.mediadelivery\.net\/play|video\.bunnycdn\.com\/play)\/(\d+)\/([a-f\d-]+)/))&&(t=RegExp.$2),t},get_library_id(e){let t="";return e&&e.match(new RegExp(/^(?:https?:\/\/)(?:iframe\.mediadelivery\.net\/play|video\.bunnycdn\.com\/play)\/(\d+)/))&&(t=RegExp.$1),t},get_background_embed_url(){return`https://iframe.mediadelivery.net/embed/${this.config.library_id}/${this.config.id}`},after_set_config(){!this.config.id&&this.config.url?this.validate_url(this.config.url):this.config.id&&(this.url_valid=!0)},get_embed_url(e){return void 0===e&&(e=""),`https://iframe.mediadelivery.net/embed/${this.config.library_id}/${this.config.id}${e}`},get_background_embed(){return this.url_valid?'<iframe title="Background Video" data-url="'+this.config.url+'" data-id="'+this.config.id+'" allow="autoplay" class="tcb-bn-bg" data-provider="'+this.key+'" src="'+this.get_background_embed_url()+'" frameborder="0" allowtransparency="true" style="display: block"></iframe>':""},get_responsive_video(){if(!this.url_valid)return"";const e="?autoplay=true&preload=true&muted=false&loop=false",t=this.get_embed_url(e);return`<div class="tcb-bunny-responsive-container"><iframe title="Responsive Video" class="tcb-responsive-video bunny-style-iframe" url-params="${e}" data-code="${this.config.id}" data-provider="${this.key}" src="${t}" data-src="${t}" loading="lazy" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div>`}})},72460:e=>{e.exports={generateShortcode(e){const t=e.attr("data-type"),s=e.find(".dynamic-source"),i={"data-type":t,"data-is-video-background":1,"data-placeholder":e.attr("data-placeholder-id")||0,"data-query":""};return{extra_params:TVE.buildAttrStringFromObject(i),$shortcodeElement:s,shortcodeAttr:!1,key:"video"}}}},72601:(e,t,s)=>{e.exports=s(16668).component.extend({multiple_select_class:"tve_grabbed",styling_class:"tve_styling",moving_class:"tve_moving",updateOnMouseLeave:!1,selected_values:[],controls_init(){TVE.add_filter("tcb.components.hide",(e,t)=>("multiple-select-mode"!==t||TVE.FLAGS.is_multiple_select||(e=!0),e)),TVE.add_filter("tcb.element.name",e=>(TVE.FLAGS.is_multiple_select&&(e="Multiple-Selected Mode"),e)),TVE.add_filter("tcb.click_blur",e=>(TVE.FLAGS.is_multiple_select&&(e=!1),e)),TVE.add_action("tcb.multiple_select_mode.change",e=>{if("style"===e){const e=this.getElementTypes(TVE.inner_$(".tve_grabbed"));1===e.length&&this.controls.selectedElementsType.setValue(e[0],!0)}else this.controls.selectedElementsType.setValue("all",!0);TVE.$("#group-moving-exit").toggleClass("tcb-hide","style"===e),this.updateActiveElementSelection(),this.openComponent()}),TVE.add_action("tcb.froala.refresh",()=>{TVE.FLAGS.is_multiple_select&&TVE.froala.hide_toolbars()}),TVE.add_action("tcb.focus_element.after",()=>{if(TVE.FLAGS.is_multiple_select){const e=this.getSelectedGroupType();TVE.ActiveElement=TVE.inner_$(".tve_grabbed"),this.buildSelect(TVE.ActiveElement),this.$(".tve-multi-select-notice").hide(),this.updateActiveElementSelection(e),TVE.froala.hide_toolbars()}}),TVE.add_filter("text_block_element",e=>(TVE.FLAGS.is_multiple_select&&(e=TVE.ActiveElement.find(TVE.BLOCK_ELEMENTS)),e)),this.controls.selectedElementsType.update=()=>{},this.controls.selectedElementsType.change=(e,t)=>{this.updateActiveElementSelection(t.value),TVE.ActiveElement.length&&TVE.Editor_Page.focus_element(TVE.inner_$(TVE.ActiveElement[0])),this.openComponent()}},updateSelectedElement(e=this.getSelectedGroupType()){const t=`.${this.multiple_select_class}`;TVE.ActiveElement=TVE.inner_$(t).removeClass(`${this.multiple_select_class} ${this.styling_class} ${this.moving_class}`),"all"!==e&&(TVE.ActiveElement=TVE.ActiveElement.filter(TVE.identifier(e))),TVE.ActiveElement.addClass(this.multiple_select_class)},updateActiveElementSelection(e=this.getSelectedGroupType()){this.updateSelectedElement(e),this.toggleStylingButton("all"!==e),TVE.ActiveElement.toggleClass(this.styling_class,!!TVE.FLAGS.is_multiple_styling),TVE.ActiveElement.toggleClass(this.moving_class,!TVE.FLAGS.is_multiple_styling),this.toggleNotices(e)},toggleNotices(e=this.getSelectedGroupType()){this.$('.tve-multi-select-notice[data-type="all"]').toggle("all"===e),this.$('.tve-multi-select-notice[data-type="element"]').toggle("all"!==e),"all"!==e&&TVE.Elements[e]&&this.$(".tve-multi-select-notice .tve-multiple-select-element-type-notice").text(TVE.Elements[e].name),this.controls.selectedElementsType.$el.toggleClass("tcb-disabled","all"!==e),TVE.main.$components.find(".tve-component:not(#tve-multiple-select-mode-component)").toggleClass("tcb-hidden",!TVE.FLAGS.is_multiple_styling||"all"===e),this.$el.toggleClass("tcb-hidden",!TVE.FLAGS.is_multiple_styling)},before_update(){},openComponent(){this.toggleDropdown("docked",!0)},getElementTypes(e){const t=new Set;return _.forEach(e,function(e){t.add(TVE._type(TVE.inner_$(e)))}),Array.from(t)},buildSelect(e){const t=[{name:"Select items type",value:"all",default:!0}],s=this.getGroupsOnPage();this.getElementTypes(e).forEach(function(e){t.push({name:`${TVE.ucFirst(e)} Items`,value:e})}),Object.keys(s).forEach(function(e){t.push({name:s[e],value:e,isGroup:!0})});let i=this.getSelectedGroupType();i||(i=2===t.length?t[1].value:"all"),this.controls.selectedElementsType.build_options(t),this.controls.selectedElementsType.setValue(i)},getGroupsOnPage(){const e={};return TVE.inner_$(".tve_grabbed[data-group-id]").each(function(){const t=TVE.inner_$(this),s=t.attr("data-group-id");e[s]||(e[s]=t.attr("data-group-name"))}),e},toggleStylingButton(e=!1){const t=TVE.$('.tve-button[data-type="style"]');t.toggleClass("tcb-styling-disabled",!e),e?t.attr("data-disabled-tooltip","true"):t.removeAttr("data-disabled-tooltip")},getSelectedGroupType(){return this.controls.selectedElementsType.getValue()||"all"}})},73064:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(56164);function c(){let e="";return TVE.CONST.btn_default_templates.errors?TVE.page_message(TVE.CONST.btn_default_templates.errors.tcb_api_error[0],!0):_.each(TVE.CONST.btn_default_templates,t=>{const s={cls:`btn-tpl-${t.id}`,name:t.name,thumb:t.thumb,thumb_size:a(a({},{w:100,h:50}),t.thumb_size)};e+=TVE.tpl("controls/button/cloud-templates")({template:s})}),e}e.exports=o.extend({prev_btn_data:{},non_global_css:[],css:{"background-color":"",color:"","font-weight":"",border:"","border-bottom":"","border-top":"","border-left":"","border-right":"","border-radius":"","box-shadow":"","text-shadow":"","background-image":"","background-size":"","background-attachment":"","background-position":"","background-repeat":""},box_class:()=>"tve-style-options-button full-height",hasTabSwitch:()=>!0,handleOpenPanel(){jQuery(".trigger").toggleClass("disabled")},getPanelClass:()=>"full-height",after_render(){this.el.style.setProperty("--tve-cpanel-height",`${TVE.$("#tve-scroll-panel").height()}px`)},getTabModel:()=>({config:{buttons:[{text:"Default Styles",value:"default",default:!0},{text:"Saved Styles",value:"saved"}]}}),onTabChanged(e,t){const s=this.$el.siblings(".global-style-preview"),i=s.find(".tve-button-styles"),a=i.filter(`[id="tve-${t.dataset.value}-buttons"]`);"default"===t.dataset.value&&a.find(".tve-style-loader")&&!_.isEmpty(TVE.CONST.btn_default_templates)&&a.find(".tve-style-loader").replaceWith(c()),i.hide(),a.show(),s.animate({scrollTop:0}).promise().done(()=>{s.parent().find(".scroll-bar").trigger("mouseenter")})},container_class:()=>"tcb-button-style-picker control-grid wrap",read_from_element(){const e=this.readFrom(),t=TVE.getClassThatContains(e,TVE.CONST.global_styles.prefix_button),s=TVE.apply_filters("tcb.button_extra_styles",[]),i=_.union(TVE.CONST.global_styles.button,TVE.CONST.global_styles.tpl_button,s);let a=this.model.config.default;return this.hasIcon=!1,_.each(i,function(e){this.model.config.items[e.cls]=e.name},this),_.isEmpty(TVE.CONST.btn_default_templates)||_.each(TVE.CONST.btn_default_templates,e=>{this.model.config.items[`btn-tpl-${e.id}`]=e.name}),_.isEmpty(t)?a=e.attr("data-button-style")||a:_.isEmpty(_.findWhere(i,{id:t.replace(/^tcb-global-(.+?)-([^-]+)$/,"$2")}))||(a=t),a},render_button_saved_templates(){let e='<div id="tve-default-buttons" class="tve-button-styles">',t='<div id="tve-saved-buttons" class="tve-button-styles">';_.isEmpty(TVE.CONST.global_styles.tpl_button)||(e+='<div class="full-width button-category-label">'+TVE.t.global.template_styles.toUpperCase()+"</div>",_.each(TVE.CONST.global_styles.tpl_button,function(t){e+=TVE.tpl("controls/button/global-templates")({template:t})})),TVE.CONST.global_styles.button.length>0&&(t+='<div class="full-width button-category-label">'+TVE.t.global.global_styles.toUpperCase()+"</div>",_.each(TVE.CONST.global_styles.button,function(e){const s=TVE.tpl("controls/button/global-templates")({template:e});t+=TVE.apply_filters("tcb.btn_template_list_preview",s,e)})),e+=`<div class="full-width button-category-label default-cloud-templates">${TVE.t.thrive_templates.toUpperCase()}</div>`,_.isEmpty(TVE.CONST.btn_default_templates)?e+='<div class="tve-style-loader"></div>':e+=c(),this.$el.find(".tcb-element-templates").html(`${e}</div>${t}</div>`),this.$el.find(".template-button-item .tcb-button-text").html("Button"),TVE.do_action("tcb.button_styles",this)},item_template:()=>TVE.tpl("controls/button/style-picker"),input(e){const t=TVE.apply_filters("tve.button.styles.component",this.component,e);if(this.smartColors=!1,e.removeAttr("data-button-size").removeClass(function(e,t){return(t.match(new RegExp("\\S*"+TVE.CONST.global_cls_prefix+"\\S*","g"))||[]).join(" ")}),e.find(".tcb-button-text, .tcb-secondary-text, .thrv_icon").removeClass(function(e,t){return(t.match(new RegExp("\\S*"+TVE.CONST.global_cls_prefix+"\\S*","g"))||[]).join(" ")}),e.add("a").removeAttr("style"),e.find(".thrive-colors-palette-config").remove(),-1!==this.model.selected.indexOf("tcb-saved-button-template-")){const e=parseInt(this.model.selected.replace("tcb-saved-button-template-","")),t=TVE.CONST.content_templates.find(function(t){return t.id===e}),s=TVE.$(TVE.Editor_Page.content_manager.process_saved_template("",TVE.$(t.content),t.media)),i=s.is(".thrv-button")?s:s.find(".thrv-button"),a=i.attr("data-css"),l=TVE.getClassThatContains(i,TVE.CONST.global_styles.prefix_button),o=i.attr("data-button-size");_.each(this.prev_btn_data,function(e){const t=e.element;t.html(i.html()),t.attr("data-css",a).attr("data-button-style",this.model.selected),t.find(".tcb-button-icon").html(e.icon),-1!==e._class.indexOf("tcb-with-icon")&&(t.find(".tcb-button-icon").remove(),t.find("a.tcb-button-link").prepend('<span class="tcb-button-icon">'+e.icon+"</span>")),t.find(".tcb-button-text").text(e.primary_text),t.find(".tcb-secondary-text").remove(),e.secondary_text.length&&t.find(".tcb-button-texts").append('<span class="tcb-secondary-text thrv-inline-text">'+e.secondary_text+"</span>"),t.find("a.tcb-button-link").attr("href",e.anchor_href),l.length&&t.addClass(l),o&&t.attr("data-button-size",o),t.head_css({position:"",float:"","z-index":"",top:"",left:"",bottom:"",right:""})},this)}else if(-1!==this.model.selected.indexOf(TVE.CONST.global_styles.prefix_button)){const s=e.attr("data-selector");s&&TVE.head_css_remove(s,"_ALL",!0),e.addClass(this.model.selected).removeAttr("data-css"),e.find(".tcb-button-text").removeAttr("data-css").addClass(this.model.selected+this.model.config.pr_text_suffix),e.find(".tcb-secondary-text").removeAttr("data-css").addClass(this.model.selected+this.model.config.sec_text_suffix),e.find(".thrv_icon").removeAttr("data-css").addClass(this.model.selected+this.model.config.icon_suffix);const i=this.model.selected.replace(/^tcb-global-(.+?)-([^-]+)$/,"$2"),a=TVE.Components["shared-styles"].getGlobalStyleObject(e,i,"button");this.hasIcon||(a.default_html.btn_icon?(t.controls.ButtonIcon.change(TVE.ActiveElement,{checked:!0}),e.toggleClass("tcb-flip","right"===a.default_html.btn_icon_position).find(".thrv_icon").html(a.default_html.btn_icon)):(t.controls.ButtonIcon.change(TVE.ActiveElement,{checked:!1}),t.controls.ButtonIcon.remove(e))),a&&a.attr["data-button-size"]&&e.attr("data-button-size",a.attr["data-button-size"]),_.each(this.non_global_css,function(t){e.head_css(t.rules,t.media)}),a.smart_config&&(e.addClass("tcb-local-vars-root"),e.prepend(a.smart_config),t.controls.ButtonPalettes.onElementInsert(e)),TVE.do_action("tcb.button_global_style_extra",e)}else if(this.model.selected.includes("btn-tpl")){const s=this.model.selected.replace("btn-tpl-",""),i=TVE.CONST.btn_default_templates.find(e=>parseInt(e.id)===parseInt(s)),a=i.config.meta,l=t.controls,o=t.controls.ButtonPalettes,c=!_.isEmpty(o.shortcodeConfig),n=c&&o.masterVariables.colors[0],r=c&&o.shortcodeConfig.palettes[0].value.colors[`${n}`].val,d=/tve_et_\S*|tve_ea_\S*|tve_anim_\S*|tve_evt_\S*/g;e.addClass("tve-loader-square"),TVE.Editor_Page.content_manager.insert_head_css(i.config.css).done(()=>{TVE.inputButtonTemplate=!0,_.each(e,e=>{const s=TVE.inner_$(e),c=s.find(".tcb-button-texts"),n=s.find(".tcb-button-link");s.removeClassContaining(d),n.removeClassContaining(d),n.removeAttr("data-tcb-events"),s.find("[data-css]").addBack().each(function(){TVE.inner_$(this).removeAttr("data-css")});const h=s.attr("data-selector");if(h&&TVE.head_css_remove(h,"_ALL",!0),i.config.meta.size&&s.attr("data-button-size",i.config.meta.size),l.ButtonIcon.change(s,{checked:!!a.icon}),a.icon?(s.toggleClass("tcb-flip","right"===a["icon-side"]),s.find(".thrv_icon").html(s.data("btn-icon")||a.icon)):(l.ButtonIcon.remove(s),s.toggleClass("tcb-flip","right"===this.iconSide)),s.is(":not(.tve-form-button)")&&(this.hasEvent||(a.events?(n.attr("data-tcb-events",a.events),a.link_events_classes&&n.addClass(a.link_events_classes.join(" ")),a.btn_events_classes&&s.addClass(a.btn_events_classes.join(" "))):n.removeAttr("data-tcb-events")),this.hasScroll||(a.scroll?s.attr("data-tve-scroll",a.scroll):s.removeAttr("data-tve-scroll"))),a.sec_text?(l.SecondaryText.change(c,{checked:!0}),this.hasSecText||s.find(".tcb-secondary-text").html(s.data("sec-text")||a.sec_text)):l.SecondaryText.change(c,{checked:!1}),_.isEmpty(a.css_selectors)||(a.css_selectors[".thrv-button"]&&(h?TVE.head_css_copy(`[data-css="${a.css_selectors[".thrv-button"]}"]`,h):(s.attr("data-css",a.css_selectors[".thrv-button"]),TVE.inner_$(s).head_css_clone())),Object.keys(a.css_selectors).forEach(e=>{const t=s.find(e);if(t.length)if(h){const s=`${h} ${e}`;t.removeAttr("data-css").attr("data-selector",s),TVE.head_css_copy(`[data-css="${a.css_selectors[e]}"]`,s)}else t.attr("data-css",a.css_selectors[e]),TVE.inner_$(t).head_css_clone()})),i.config.smart_config&&(s.addClass("tcb-local-vars-root"),s.prepend(i.config.smart_config),o.onElementInsert(s),r&&(o.update(s),o.updateControlValue("colors",`var(--tcb-local-color-${o.masterVariables.colors[0]})`,r))),TVE.apply_filters("tve.button.cloud_template.align",!0,s)){const e=t.controls.Align;e.input(s,{dataset:{value:e.getValue()}})}}),delete TVE.inputButtonTemplate,e.removeClass("tve-loader-square")})}e.attr("data-button-style",this.model.selected),TVE.do_action("tcb.button_style_change",e)},cancel(e){_.each(this.prev_btn_data,function(e){const t=e.element,s=t.attr("data-selector");t.attr("class",e._class).attr("data-css",e._data_css),e._data_button_style?t.attr("data-button-style",e._data_button_style):t.removeAttr("data-button-style"),t.html(e._inner_html),_.each(e._head_css,(e,s)=>{let i={};_.each(e,(e,t)=>{t.endsWith(this.model.css_suffix)&&(i=a(a({},i),{},{rules:e}))}),Object.keys(i).length>0&&t.head_css(i,s,this.model.css_suffix)}),e._data_selector_css&&s&&(TVE.head_css_remove(s,"_ALL",!0),_.each(e._data_selector_css,(e,t)=>{_.each(e,(e,s)=>{TVE.write_css(s,e,[t])})}))},this),TVE.main.element_selected(e),this.model.selected=this.model.selected_old,TVE.do_action("tcb.button_style_cancel",e),this.showIcons()},showIcons(){TVE.Editor_Page.reposition_icons(),TVE.ElementEditIcons.toggle()},onOpen(e){TVE.ElementEditIcons.toggle(!1),this.prev_btn_data={},this.non_global_css=TVE.Components["shared-styles"].get_non_global_css(e),this.render_button_saved_templates(),this.change(),_.each(e,function(e,t){const s=TVE.inner_$(e);if(this.prev_btn_data[t]={},this.prev_btn_data[t]._inner_html=TVE.Editor_Page.content_manager.get_clean_content({keep_inline_shortcodes:1},s),this.prev_btn_data[t]._data_button_style=void 0===s.attr("data-button-style")?"":s.attr("data-button-style"),this.prev_btn_data[t]._data_css=void 0===s.attr("data-css")?"":s.attr("data-css"),this.prev_btn_data[t]._class=s.attr("class"),this.prev_btn_data[t]._head_css={},this.prev_btn_data[t]._data_css){const e=TVE.CSS_Rule_Cache.getCssForSelector('[data-css="'+this.prev_btn_data[t]._data_css+'"]'+this.model.css_suffix);delete e["@imports"],this.prev_btn_data[t]._head_css=e}e.dataset.selector&&(this.prev_btn_data[t]._data_selector_css=TVE.CSS_Rule_Cache.getCssForSelector(e.dataset.selector),delete this.prev_btn_data[t]._data_selector_css["@imports"]),this.prev_btn_data[t].element=s,this.prev_btn_data[t].secondary_text=s.find(".tcb-secondary-text").text(),this.prev_btn_data[t].primary_text=s.find(".tcb-button-text").text(),this.prev_btn_data[t].icon=s.find(".tcb-button-icon").html(),this.prev_btn_data[t].anchor_href=s.find("a").attr("href"),s.data("sec-text")||s.data("sec-text",this.prev_btn_data[t].secondary_text)},this),this.hasIcon=e.find(".tcb-button-icon:visible").length>0,this.hasSecText=e.find(".tcb-secondary-text:visible").length>0,this.hasEvent=!!e.find(".tcb-button-link").attr("data-tcb-events"),this.hasScroll=!!e.attr("data-tve-scroll"),this.hasIcon&&(this.iconSide=e.hasClass("tcb-flip")?"right":"left"),this.$el.find('[id="tve-default-buttons"]').show(),this.$el.find('[id="tve-saved-buttons"]').hide(),this.$el.find(".tve-btn-group .tve-btn[data-value]").removeClass("active").filter('[data-value="default"]').addClass("active"),this.$el.find(".tve-style-options:not(.scroll-wrapper)").animate({scrollTop:0}).promise().done(()=>{this.$el.find(".scroll-bar").trigger("mouseenter")})},apply(e){TVE.main.element_selected(e),this.showIcons(),this.prev_btn_data={}},after_open(){TVE.main.$cpanel.find(".tve-panel").removeClass("drop-panel-open")}})},73242:(e,t,s)=>{const i=s(62204),a=s(86210),l=s(40878);e.exports=a.extend({template:"conditional-display/modal/condition/dropdown-comparator",afterRender(){this.select=new l({el:this.$(".tcb-dropdown-container")[0],model:new Backbone.Model({list:[],placeholderText:"Select an option"}),onSelect:e=>this.setModel(e)}),i.getOptionsForField(this.model.get("field")).then(e=>{this.select.setList(e.map(e=>({value:e.value,label:e.label}))),this.selectedValue&&this.select.setValue(this.selectedValue)})}})},73383:(e,t,s)=>{!function(){const t=s(37261),i=s(51106),a=s(40521),l=s(91339),o=s(79782);e.exports=t.extend({updateOnMouseLeave:!0,after_init(){this.$iconControl=this.$(".tve-tab-icon-control"),this.$iconImageControls=this.$(".tve-tab-icon-img-controls"),this.$textControls=this.$(".tve-tab-text-controls"),this.elementHooks()},elementHooks(){const e=(e,t)=>{setTimeout(()=>{TVE.AddTab.hideControls(),TVE.state_manager.change("expanded",!0,{skip_update:!0}),e&&(TVE.ElementEditIcons.show_icons(t),t.hasClass("tcb-excluded-from-group-item")?TVE.ElementEditIcons.$unlock.toggle():TVE.ElementEditIcons.$lock.toggle())}),TVE.Components.shadow.isOpen()&&TVE.Components.shadow.update()};TVE.add_action("tcb_group_edit_preview_change",e=>{e.elements.is(".tve_tab_content")&&TVE.inner_$(e.elements).closest(".thrv-tabbed-content").find(".tve_tab_title_item:not(.tcb-excluded-from-group-item)").first().tcbTabsToggle()}),TVE.add_action("tcb_group_edit_preview_change_locked",e=>{const t=e.element;if(t.classList.contains("tve_tab_content")){const e=[...t.parentNode.children].filter(e=>e.classList.contains("tve_tab_content")).indexOf(t);TVE.inner_$(t).closest(".thrv-tabbed-content").find(`.tve_tab_title_item:nth-of-type(${e+1})`).tcbTabsToggle()}}),TVE.add_action(`tcb.focus_${this.key}.before`,t=>{const s=t.hasClass("edit_mode");s&&t.tcbTabsToggle(),t.hasClass("tve-state-expanded")&&e(s,t)}),TVE.add_filter(`tve.change.icon.expand.${this.key}`,e=>(e.empty().html(TVE.tpl("util/element-icon")({icon:"expand-regular",text:"Show"})),e)),TVE.add_action(`tve.icons.expanded.${this.key}`,(t,s)=>{s||TVE.Editor_Page.focus_element(t),t.tcbTabsToggle(),e(s,t)}),TVE.add_action(`tcb.state.change.before.update.${this.key}`,e=>{TVE.ClickedElement.find(".tve-tab-text").toggleClass("tve-state-hover","hover"===e),"expanded"===e&&(TVE.ClickedElement.tcbTabsToggle(),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.ClickedElement.hasClass("tcb-excluded-from-group-item")?TVE.ElementEditIcons.$unlock.toggle():TVE.ElementEditIcons.$lock.toggle())}),this.clearTabText=!0,TVE.add_action(`tcb.typography.${this.key}.clear_formatting`,()=>{if(this.clearTabText){this.clearTabText=!1;const e=TVE.ActiveElement.find(".tve-tab-text:not(.tve_tab_secondary_text)"),t=TVE.ActiveElement.find(".tve_tab_secondary_text");TVE.Components.typography.clear_formatting(e,"",`${TVE.CONST.global_css_prefix} `),TVE.Components.typography.clear_formatting(t,"",`${TVE.CONST.global_css_prefix} `),e.head_css({"background-color":""},!1,"",!1,`${TVE.CONST.global_css_prefix} `),t.head_css({"background-color":""},!1,"",!1,`${TVE.CONST.global_css_prefix} `),e.head_css({"font-weight":"","font-style":"","text-decoration":""},!1,"",!1,""),t.head_css({"font-weight":"","font-style":"","text-decoration":""},!1,"",!1,""),this.clearTabText=!0}}),TVE.add_filter(`tcb.write.shadow.suffix.${this.key}`,(e,t)=>"text-shadow"===t?" .tve-tab-text":""),this.cloneHoverStyles=!0,TVE.add_action(`tcb.write_css.${this.key}`,(e,t,s)=>{this.cloneHoverStyles&&TVE.state_manager.is_hover()&&!e.includes(":hover")&&(e=e.replace("tve-state-hover","tve-state-expanded").replace(":not(.tve-state-expanded)","").replace(`${TVE.CONST.global_css_prefix} `,""),this.cloneHoverStyles=!1,TVE.write_css(e,t,s),this.cloneHoverStyles=!0)}),TVE.add_filter(`tcb.before.write_css.selector.${this.key}`,(e,t)=>(this.cloneHoverStyles&&!e.includes(TVE.CONST.global_css_prefix)&&t["--tve-color"]&&(e=`${TVE.CONST.global_css_prefix} ${e}`.replace(/(\s{2,})/g," ")),e)),TVE.add_filter("tcb_head_css_suffix",e=>(TVE.ActiveElement&&TVE.ActiveElement.is(".tve_tab_title_item")&&TVE.state_manager.is_hover()&&(e=":not(.tve-state-expanded)"+e),e)),TVE.add_filter("allow_dragenter",(e,t,s)=>{const i=t.hasClass("tve_tab_title_item"),a=s&&s.hasClass("tve_tab_title_item");return(t.hasClass("tve_tab_content")||s&&i&&!a||!i&&a||!s&&i)&&(e=!1),e}),TVE.add_filter("tve.drag.position.insert",(e,t)=>{if(t.hasClass("tve_tab_title_item")){const s=t.closest(".tve_scT "),i=s.find("> .tve_tab_content");e=["top","left"].includes(e)?"top":"bottom",t.hasClass("tve_tabs_toogle_view_section_tag")&&(t=s.find("> ul > li").eq(t.data("tveTabIndex"))),t.parent().children().each(function(){const e=TVE.inner_$(this);e.data("$$tabContent",i.eq(e.index()))})}return e}),TVE.add_filter("tve.drag.position.direction",(e,t)=>{if(t.hasClass("tve_tab_title_item")){const s=t.closest(".tve_scT");e=s.hasClass("tve_vtabs-desktop")||s.hasClass("tve_tabs_show_toggle_view")||s.hasClass("tve_tabs_tags_position_vertical")?["top","left"].includes(e)?"top":"bottom":["top","left"].includes(e)?"left":"right",TVE.AddTab.hideControls()}return e}),TVE.add_action("tcb.after-insert",e=>{if(e.hasClass("tve_tab_title_item")){const t=e.closest(".tve_scT");if(e.hasClass("tve_tabs_toogle_view_section_tag")){const e=t.find("> ul"),s=e.find("> li");t.find("> .tve_tabs_toogle_view_section_tag").each(function(){const t=this.dataset.tveTabIndex,i=s.eq(t);e.append(i)}),t[0].querySelectorAll(".tve_tabs_toogle_view_section_tag").forEach(function(e){e.parentNode.removeChild(e)})}t.find("> ul > li").each(function(){const e=TVE.inner_$(this).data("$$tabContent");e&&t.append(e)}),l(t[0])}}),TVE.add_filter(`tve.edit.icons.width.${this.key}`,(e,t)=>(t.hasClass("tve_tS")||(e=160),e)),TVE.add_action("component.tab_item.update_toggle_view_tags",(e,t=!1)=>{t?o(e):l(e)}),TVE.add_action("tcb.froala.blur",e=>{const t=TVE.inner_$(e.currentTarget),s=t.closest(".tve_tab_title_item");if(s.hasClass("tve_tabs_toogle_view_section_tag")){const i=s.data("tveTabIndex");s.closest(".tve_scT").find("> ul > li").eq(i).find(t.hasClass("tve_tab_secondary_text")?".tve_tab_secondary_text":".tve-tab-text:not(.tve_tab_secondary_text)").html(e.currentTarget.innerHTML)}else if(s.closest(".tve_scT").hasClass("tve_tabs_has_toggle_view")){const i=s.closest(".tve_scT").find("> ul > li").index(s);s.closest(".tve_scT").find(".tve_tabs_toogle_view_section_tag").eq(i).find(t.hasClass("tve_tab_secondary_text")?".tve_tab_secondary_text":".tve-tab-text:not(.tve_tab_secondary_text)").html(e.currentTarget.innerHTML)}})},controls_init(e){t.prototype.controls_init.apply(this,arguments);const s=this;this.secondaryTextTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tab/secondary-text-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.wrapToggleViewBreakpointTooltip.FORCE_CLOSE}),e.TabItemType.update=function(t){const i=t.hasClass("tve-tab-use-img")||t.hasClass("tve-tab-use-icon"),a=t.hasClass("tve-tab-hide-text");let l="text";i&&a?l="icon":i&&!a&&(l="text_icon"),this.setValue(l),s.$iconImageControls.toggleClass("tcb-hidden",!i),s.$iconControl.toggleClass("tcb-hidden",i&&e.HasImage.isChecked()),s.$textControls.toggleClass("tcb-hidden",a),TVE.do_action("component.tab_item.update_toggle_view_tags",t.closest(".tve_scT ")[0],t.hasClass("tve_tabs_toogle_view_section_tag"))},e.TabItemType.change=function(t,s){const a=s.dataset.value;i(()=>{const s="icon"===a||"text_icon"===a,i="icon"===a;t.toggleClass("tve-tab-use-icon",s&&!e.HasImage.isChecked()),t.toggleClass("tve-tab-use-img",s&&e.HasImage.isChecked()),t.toggleClass("tve-tab-hide-text",i),s&&!t.find(".tve-tab-icon").length&&(t.prepend('<div class="tve-tab-icon"><svg class="tcb-icon" viewBox="0 0 448 512" data-id="icon-chevron-down-regular" data-name=""><path d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg></div>'),t.attr("data-icon-code","icon-chevron-down-regular"),e.ModalPicker.update(t))},t),this.update(t)},e.HasImage.update=function(e){const t=e.hasClass("tve-tab-use-img");this.setChecked(t),TVE.do_action("component.tab_item.update_toggle_view_tags",e.closest(".tve_scT ")[0],e.hasClass("tve_tabs_toogle_view_section_tag"))},e.HasImage.change=(e,t)=>{i(()=>{e.toggleClass("tve-tab-use-img",t.checked),e.toggleClass("tve-tab-use-icon",!t.checked),t.checked&&!e.find(".tve-tab-image").length?e.prepend(TVE.tpl("elements/tab-image-placeholder")()):e.find(".tve-tab-image").remove(),s.$iconControl.toggleClass("tcb-hidden",t.checked)},e),this.update()},e.Slider.getCssProps=()=>["font-size"],e.Slider.update=function(){this.setValue(this.applyTo().head_css("font-size",!1,this.config.css_suffix,!0,this.config.css_prefix)),TVE.do_action("component.tab_item.update_toggle_view_tags",this.applyTo().closest(".tve_scT ")[0],this.applyTo().hasClass("tve_tabs_toogle_view_section_tag"))},e.Slider.input=function(e,t){this.applyElementCss({"font-size":t.value+this.getUM()},e),TVE.do_action("component.tab_item.update_toggle_view_tags",this.applyTo().closest(".tve_scT ")[0],this.applyTo().hasClass("tve_tabs_toogle_view_section_tag"))},e.ModalPicker.update=function(e){let t="None";e.attr("data-icon-code")&&(t=e.attr("data-icon-code").replace("icon-","")),this.updateValue(t),TVE.do_action("component.tab_item.update_toggle_view_tags",this.applyTo().closest(".tve_scT ")[0],this.applyTo().hasClass("tve_tabs_toogle_view_section_tag"))},e.ModalPicker.input=function(e,t){const s=e.find(".tve-tab-icon");let i;s.empty(),i=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,e.attr("data-icon-code",t.icon.data("cls")),s.append(i),this.update(e)},e.ColorPicker.after_update=function(){const e=this.readFrom().closest(".tve_tab_title_item");TVE.do_action("component.tab_item.update_toggle_view_tags",e.closest(".tve_scT ")[0],e.hasClass("tve_tabs_toogle_view_section_tag"))},e.TextTypeDropdown.update=function(e){this.setValue(e.find(".tve-tab-text").prop("tagName").toLowerCase()||"span")},e.TextTypeDropdown.change=function(e,t){e.find(".tve-tab-text").each((e,s)=>{const i=TVE.inner_$(s),a=TVE.inner_$("<"+t.value+"></"+t.value+">",{html:i.html()});TVE.inner_$.each(i[0].attributes,function(){a.attr(this.name,this.value)}),i.replaceWith(a)}),TVE.do_action("component.tab_item.update_toggle_view_tags",e.closest(".tve_scT ")[0],e.hasClass("tve_tabs_toogle_view_section_tag"))},e.IconPosition.input=(e,t)=>{e.removeClassContaining(/tcb--\w+([^\s]+)/g).addClass(`tcb--${t.dataset.value}`),TVE.do_action("component.tab_item.update_toggle_view_tags",e.closest(".tve_scT ")[0],e.hasClass("tve_tabs_toogle_view_section_tag"))},e.IconPosition.update=function(e){this.setValue(e.css("flex-direction")||"row")},e.SecondaryText.update=function(e){const t=e.closest(".tve_scT ").hasClass("tve_tabs_tab_items_secondary_text_enabled");this.setChecked(t),this.change(e,{checked:t})},e.SecondaryText.change=(e,t)=>{const s=e.closest(".tve_scT ");s.toggleClass("tve_tabs_tab_items_secondary_text_enabled",t.checked),t.checked?0===s.find(".tve_tab_secondary_text").length&&s.find(".tve_tab_title").each(function(){TVE.inner_$(this).append(TVE.tpl("controls/tab/secondary-text"))}):s.find(".tve_tab_secondary_text").remove(),TVE.do_action("component.tab_item.update_toggle_view_tags",s.get(0),e.hasClass("tve_tabs_toogle_view_section_tag"))},e.SecondaryText.openTooltip=()=>(this.secondaryTextTooltip.isOpen()?this.secondaryTextTooltip.onCancel():this.secondaryTextTooltip.open(null,this.$('[data-key="SecondaryText"] .tve-switch-info')),!1),e.FontColor.input=function(e){s.applyContainerStyle(this,this.applyTo(),"color",String(e)),this.applyElementCss({"--tcb-applied-color":e?String(e).replace("var","var$"):""}),TVE.do_action("component.tab_item.update_toggle_view_tags",this.applyTo().closest(".tve_scT ")[0],this.applyTo().hasClass("tve_tabs_toogle_view_section_tag"))},e.FontColor.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-color")||e.head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix))},e.FontSize.input=function(e,t){s.applyContainerStyle(this,e,"font-size",t.value+this.getUM()),TVE.do_action("component.tab_item.update_toggle_view_tags",this.applyTo().closest(".tve_scT ")[0],this.applyTo().hasClass("tve_tabs_toogle_view_section_tag"))},e.FontSize.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-font-size")||e.head_css("font-size",!1,this.config.css_suffix,!0,this.config.css_prefix))}},before_update(){TVE.ClickedElement&&TVE.ClickedElement.hasClass("tve_tab_title_item")&&this.$(".tve-tab-icon-position").toggleClass("tcb-hidden",!TVE.ClickedElement.is(".tve-tab-use-img,.tve-tab-use-icon"))},__config_IconPosition:e=>(e.buttons=TVE.Views.Components.MenuItem.imageSideButtons,e),__config_SecondaryText(e){e.info=!0},applyContainerStyle(e,t,s,i){e.applyElementCss({[s]:e.cssImportant(`var(--tve-${s}, ${i})`)},e.applyTo(),e.config.css_suffix,e.css_prefix),e.applyElementCss({[`--tve-${s}`]:i},t,"","")}})}()},73413:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){e.FieldsLabel.update=()=>{e.FieldsLabel.setValue(TVE.ClickedElement.mediaAttr("data-label-pos"))},e.FieldsLabel.change=(e,t)=>{e.mediaAttr("data-label-pos",t.dataset.value)},TVE.add_action("tcb.element.remove",e=>{e.is('.tve-up-item[data-type="pass1"]')&&e.closest(".tve-user-profile").find('.tve-up-item[data-type="pass2"]').remove()})}})},73580:e=>{const t={identifier:".tcb-post-list",subElementCategory:"Article Components",getExtraListElementsTags:()=>["divider","icon","social","styledlist","countdown","rating","fillcounter","progressbar","responsivevideo","audio"],beforeEditModeEnter(e){"carousel"===e.attr("data-type")&&e.find(".slick-list").removeClass("tve-prevent-content-edit"),TVE.Views.Controls.DropPanel.close_all()},isInsideEditMode(){return TVE.main.EditMode&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(this.identifier)},afterEditModeEnter(){TVE.add_action("tcb.show_icons",this.preventSymbolSave),this.toggleListElements(!0)},enterEditMode(e,t,s){e&&TVE.PostList.getComponent(e).$(".post-list-actions").addClass("edit-mode-hidden"),this.beforeEditModeEnter(e),TVE.main.EditMode.enter(!1,{show_overlay:!0,show_default_message:!0,can_insert_elements:!0,states:t,callbacks:{before_exit:TVE.Views.Controls.DropPanel.close_all,state_change:s}}),TVE.CONST.update_customfields=!0,this.afterEditModeEnter()},beforeEditModeExit(e){this.toggleListElements(!1),TVE.PostList.getComponent(e).$(".post-list-actions").removeClass("edit-mode-hidden"),TVE.remove_action("tcb.show_icons",this.preventSymbolSave),"carousel"===e.attr("data-type")&&e.find(".slick-list").addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(e)},exitEditMode(e){this.beforeEditModeExit(e),setTimeout(()=>{TVE.ElementEditIcons.show_icons(e),e.hasClass("tcb-featured-list")&&e.addClass("tve_no_drag")},50)},toggleListElements(e,t=!1){t||this.toggleMainElements(!e),TVE.main.sidebar_toggle_elements(this.getExtraListElements(),!0),TVE.main.sidebar_toggle_elements(_.map(_.filter(TVE.Elements,e=>e.category===this.subElementCategory),e=>e.tag),e),this.toggleOnlyListElements(e)},toggleMainElements(e,t=!1){let s;s=t?e=>!e.is_sub_element||e.category===this.subElementCategory:e=>!e.is_sub_element,TVE.main.sidebar_toggle_elements(_.map(_.filter(TVE.Elements,e=>s(e)),e=>e.tag),e)},getExtraListElements(){const e=_.map(_.filter(TVE.Elements,e=>"Foundation"===e.category&&![TVE.Elements.section,TVE.Elements.ct_symbol,TVE.Elements.logo].includes(e)),e=>e.tag);return this.getExtraListElementsTags().filter(e=>void 0!==TVE.Elements[e]).forEach(t=>{e.push(TVE.Elements[t].tag)}),TVE.apply_filters("tcb.post_list_extra_elements",e)},toggleOnlyListElements(e){TVE.main.sidebar_toggle_elements([TVE.Elements.post_read_more.tag],e)},preventSymbolSave:()=>{TVE.ElementIcons.$save.hide(),TVE.ElementEditIcons.$save.hide()}};e.exports=t},73870:(e,t,s)=>{const i=s(36317),a=s(52306);e.exports=i.extend({template:_.template('<div class="gradient-solid-picker"></div>'),_template:TVE.tpl("controls/drop-panel-light"),key:()=>"solid",init_controls(){const e=this;this.color=new a({el:this.$(".gradient-solid-picker")[0],model:this.color_options()}),this.color.input=function(t){TVE.SKIP_CSS_STATE=!0;const s=TVE.isCssVariable(t)?t:null;e.model.get("colorStops")[0].css_variable=s,e.model.get("colorStops")[1].css_variable=s,e.model.get("colorStops")[0].value=t||"transparent",e.model.get("colorStops")[1].value=t||"transparent",e.model.trigger("change",e.model)}},input(e){},color_options:()=>({config:{options:{output:"object",showInput:!0,showGradient:!1,showAlpha:!0,flat:!0,showButtons:!1}}}),_get_default_data:()=>({type:"solid",real_type:"linear-gradient",colorStops:[{type:"literal",value:"rgba(0,0,0,0.5)",css_variable:null},{type:"literal",value:"rgba(0,0,0,0.5)",css_variable:null}]}),onApply(){i.prototype.onApply.apply(this,arguments),this.collection.trigger("save_states")},onOpen(){this.color.colorPicker.spectrum("reflow");const e=this.model.get("colorStops")[0];this.color.setValue(e.css_variable?e.css_variable:e.value),this.color.render_favorites()}})},74144:e=>{var t;t=jQuery,e.exports={toFixed:(e,t=1)=>Number(Math.round(parseFloat(e)+"e"+t)+"e-"+t),getRealSelector(e,t=[" strong",".tve-state-active",".tve-state-expanded",".tcb-states"]){let s="(:hover|:active|:after|:focus|:visited|::after|:before|::before|::placeholder";t.length&&(s+=`|${t.join("|")}`),s+=")";const i=TVE.apply_filters("tcb.css.selector.strip",new RegExp(s,"g"));return(e.selectorText||e).replace(i,"")},elementForSuffix(e,s=""){if(!s||_.isEmpty(s))return e._tve_selector="",e;const i=s=>{if(!s.trim())return e._tve_selector="",[e,""];const i=s;if(s.includes("::placeholder"))return[t(),""];if((s=this.getRealSelector(s,[])).length<2)return e._tve_selector=i,[e,i];let a=e;if(".#:[".includes(s.charAt(0))){const e=s.split(" ");a=a.filter(e.shift()),s=e.join(" ")}return a=s?a.find(s):a,a._tve_selector=i,[a,i]};if(Array.isArray(s)){let t=e.constructor(),a=!1;return s.forEach(e=>{const[s,l]=i(e);s.length&&!1===a&&(a=l),t=t.add(s)}),t._tve_selector=a,t}return i(s)[0]},deepGet(e,t,s=null){if(!e)return s;_.isString(t)&&(t=t.split("."));let i,a=e;for(;t.length;){if(i=t.shift(),void 0===a[i])return s;a=a[i]}return a},filterObjectPropertiesByKey:(e={},t=[])=>Object.keys(e).filter(e=>t.includes(e)).reduce((t,s)=>(t[s]=e[s],t),{}),validateConfigElement:(e={},t={})=>0===Object.keys(t).map(s=>[s,(0,t[s])(e[s])]).reduce((e,t)=>(!1===t[1]&&e.push(new Error(`${t[0]} is invalid.`)),e),[]).length,getStyleBySelector(e,t,s=!1){if(e&&e.cssRules)for(let i=e.cssRules.length-1;i>=0;i--){const a=e.cssRules[i];if(a.selectorText===t||s&&a.selectorText.includes(t))return a.style}return null},ensurePromise:e=>e&&"function"==typeof e.then?e:new Promise(e=>{e()}),getElementForDataSelector(e){const t=e.attr("data-selector"),s=e=>{if(e.is(t))return e;let s=e.find(t);return s.length||(s=e.parent().find(t)),s};return t&&(TVE.main.EditMode.in_edit()?(!(e=s(TVE.main.EditMode.element())).length&&TVE.main.EditMode.isStacked()&&(e=s(TVE.main.EditMode.getOuterMostElement())),0===e.length&&(e=TVE.inner_$(t))):e=TVE.inner_$(t)),e},initControls(e){const t={};return e.find(".tve-control").each((e,s)=>{const i=s.dataset.key||s.dataset.view;t[i]=new TVE.Views.Controls[s.dataset.view]({el:s,model:{config:s.dataset}})}),t}}},74171:(e,t,s)=>{e.exports=s(56164).extend({_template:TVE.tpl("controls/drop-panel-light"),item_template:()=>TVE.tpl("controls/image/style-picker"),box_class:()=>"tve-style-options",container_class:()=>"control-grid wrap image-styles",update(){const e=TVE.apply_filters("tcb.image.style_update",this.applyTo()).attr("class").split(" ");let t=this.model.config.default||"no_style";for(let s=0;s<e.length;s++)if("img_style_"===e[s].substr(0,10)){t=e[s];break}this.$(".tve-select-item").removeClass("active").filter("[data-value="+t+"]").addClass("active"),this.model.selected_old=t,this.parent_control&&this.parent_control.set_value(this.getLabel(t))},input(e){e.removeClass(function(e,t){return(t.match(/(^|\s)img_style_\S+/g)||[]).join(" ")}),"no_style"!==this.model.selected&&e.addClass(this.model.selected),this.component.resizeHandler(!1),TVE.do_action("tcb.image.style_change",e)},apply(e){this.model.selected&&this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected)),this.undo_manager_api(e,this.model),this.trigger("change",this.model.selected,this)},cancel(e){this.model.selected&&"no_style"!==this.model.selected&&e.removeClass(this.model.selected),this.model.selected_old&&"no_style"!==this.model.selected_old&&e.addClass(this.model.selected_old),this.undo_manager_api(e,this.model),TVE.do_action("tcb.image.style_cancel",e)},undo_manager_api(e,t){const s=this,i=t.selected&&"no_style"!==t.selected?t.selected:"",a=t.selected_old&&"no_style"!==t.selected_old?t.selected_old:"";TVE.UndoManager.add({undo(){this.undo_redo()},redo(){this.undo_redo()},undo_redo(){e.is('[class*="img_style_"]')?(e.removeClass(i).addClass(a),TVE.ActiveElement&&s.update()):(e.addClass(i).removeClass(a),TVE.ActiveElement&&s.update())}})},onOpen(){this.update()}})},74638:(e,t,s)=>{const i=s(50732);e.exports=i.extend({panel_position:"right",linked_variables:{},variable:null,reset(e){const t=e.get("css_variable");t?(e.get("linked_variables")||e.set("linked_variables",[]),this.linked_variables={},_.each(e.get("linked_variables"),e=>{this.linked_variables[e]=TVE.getCssVariableValue(e)},this),e.set({initial_value:TVE.getCssVariableValue(t),raw_css_variable:TVE.getRawCssVariableName(t)}),this.model=e,this.variable=e.get("variable")||null,this.dom()):console.warn("Invalid css variable")},position(e){if(this.beforePosition(),"right"!==this.panel_position)return void i.prototype.position.apply(this,arguments);if(!e)return;let t=jQuery(e);const s=t.offset(),a=this.$el.find(".drop-panel").outerHeight(!0);t.is("svg")&&(t=t.parent());const l={right:"105px",top:""};s.top+a>=window.innerHeight?l.top=window.innerHeight-a-70:l.top=s.top-70,this.$el.css(l),this.$(".tcb-panel-arrow").css({transform:"rotate(90deg)",left:"256px",top:s.top-l.top-25+"px"}),this.last_target=t.addClass("drop-panel-focus")},prepare_linked_variables_for_save(){const e={};return _.each(this.linked_variables,(t,s)=>{e[TVE.extractNumbersFromString(s)[0]]=this.prepare_variable_for_save(s)},this),e},prepare_variable_for_save:e=>TVE.getCssVariableValue(e),alter_sent_data:e=>e,compute_linked_var_value(){},dom(){},apply(){const e=TVE.getCssVariableValue(this.model.get("css_variable")),t=this.alter_sent_data(_.extend({post_id:TVE.CONST.post.ID,value:e,linked_variables:this.prepare_linked_variables_for_save()},this.model.get("post_params"))),s=this.model.get("custom_action");if(t.type.includes("gradient")){const e=TVE.getRawCssVariableName(this.model.get("css_variable")),s=TVE.CSS_Rule_Cache.cssToObject(TVE.inner_$("html")[0].style.cssText);!_.isEmpty(s)&&s[e]&&(t.value=s[e])}this.executeAjax(s,t)},executeAjax(e,t){(t=TVE.apply_filters("tcb.variable.panel.save.data",t,e)).external_palettes||TVE.ajax(e,"post",t)},cancel(){this.changed&&(TVE.changeCssVariableValue(this.model.get("raw_css_variable"),this.model.get("css_variable_value")||this.model.get("initial_value")),_.each(this.linked_variables,(e,t)=>{TVE.changeCssVariableValue(t,e)},this))}})},74911:(e,t,s)=>{const i=s(16668).base_view,a=s(17502),l=i.extend({settingsKey:"submit_action",parent:null,before_initialize(e){this.settingsKey=e.settingsKey,this.parent=e.parent},after_render(){},set(e,t){this.isLogin()?this.model.set(e,t):this.model.set(`${this.settingsKey}.${e}`,t)},get(e){return this.isLogin()?this.model.get(e):this.model.get(`${this.settingsKey}.${e}`)},isLogin(){return"submit_action"===this.settingsKey}}),o={ShowMessage:l.extend({template:"login/submit-options/success-msg",change(e,t){this.set("success_message",t.value)},preview(){const e="post_register_action"===this.settingsKey?this.model.get(`${this.settingsKey}.success_message`):this.model.get("success_message");e.length&&TVE.page_message(e)}}),Redirect:l.extend({render(){this.autocomplete=new a({hide_preview:!0,ignore_settings:!0});const e=e=>{const t=e.url?e.url:e.term;this.set("redirect_url",t)};this.autocomplete.on("select",e).on("directurl",e),this.autocomplete.set_link(this.get("redirect_url")),this.$el.append(this.autocomplete.$el)},destroy(){this.autocomplete.off(),this.autocomplete.destroy(),l.prototype.destroy.call(this)}})};e.exports=i.extend({scope:"login",settingsKey:"submit_action",before_initialize(e){this.scope=e.scope,this.settingsKey=e.settingsKey,this.model.on(`change:${this.settingsKey}`,this.render.bind(this))},render(){const e=TVE.ucFirst(this.currentAction());this.optionView&&this.optionView.destroy(),this.optionView=new(o[e]||l)({model:this.model,settingsKey:this.settingsKey,parent:this}),this.$el.append(this.optionView.$el.addClass(`opt-${e}`))},currentAction(){return this.model.get(this.settingsKey)}})},75010:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:3}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' viewBox='-4 -4 127.05 53.12' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 295px; stroke-dasharray: 295px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 295px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style> \n\t\t \t\t<path fill="none" stroke="red" stroke-linecap="round" stroke-width="${e.strokeWidth}" \n\t\t \t\t\td="M72.69 5.44C53.83 1.9 39.19 1.44 28.75 4 10.76 8.44 1.5 11.23 1.5 22.94c0 20.68 37.76 20.68 61.16 20.68 18.63 0 42.57-1.32 50.33-9.36 10.26-10.65 2.55-23.91-18.38-28.82C72.24.19 56.16.19 46.37 5.44"/>\n\t\t </svg>`}}},75215:(e,t,s)=>{const i=s(33057),a=s(65295);let l;e.exports=s(16668).base_view.extend({className:"conditional-display-actions tcb-conditional-display no-blur",initialize(){TVE.add_action("tcb.element.selected",(e,t)=>{l=new i(e,t),this.renderDisplayDropdown(),this.$(".tcb-i[data-key]").attr("data-key",l.getKey()),TVE.$body.toggleClass("hide-conditional-display",e.hasClass("thrv-content-box")&&["Testimonial","Styled Box","Call to Action","Guarantee Box"].includes(e.attr("data-element-name")))}),TVE.add_action("tcb.show_icons",(e,t,s)=>{s&&s.for_edit()&&l&&l.hasDisplays()&&(this.$(".current-display").html(l.getDisplayName()),this.$('[data-fn="resetDisplay"],[data-fn="openConditionsModal"]').toggle(!l.isDefaultDisplay()),this.$('[data-fn="toggleVisibility"]').toggle(l.isDefaultDisplay()&&!e.hasClass("tcb-col")))})},render(){return this.$el.html(TVE.tpl("conditional-display/display-icons")({name:"",dropdownIcon:TVE.icon("arrow-down","svg","editor"),resetIcon:TVE.icon("undo","svg","editor"),duplicateIcon:TVE.icon("copy","svg","editor"),openModalIcon:TVE.icon("control-switch","svg","editor"),smallOptionsIcon:TVE.icon("conditional-display","svg","editor"),visibilityIcon:TVE.icon("eye-light","svg","editor"),hiddenIcon:TVE.icon("eye-light-slash","svg","editor")})),this.$displayList=this.$(".conditional-display-list"),this.$el},onShow(){if(this.$displayList.hide(),this.$el.removeClass("open"),TVE.Components["conditional-display"]&&TVE.Components["conditional-display"].collection.length>0){const e=TVE.Components["conditional-display"].collection.models.filter(e=>"default"===e.attributes.key)[0].isVisible();this.toggleVisibilityIcons(e)}},renderDisplayDropdown(){this.$displayList.empty(),l.getDisplays().forEach(e=>{e.active||this.$displayList.append(`<button class="click" data-key="${e.key}" data-fn="setDisplayActive">${e.name}</button>`)}),TVE.apply_filters(`tve.conditional_display.allow_new_display.${l.type}`,TVE.Components["conditional-display"]&&a.elementAllowsNewDisplay(l.type))&&this.$displayList.append('<button class="click" data-fn="addNewDisplay">'+TVE.icon("plus-circle-light","svg","editor")+"Add display</button>")},setDisplayActive(e,t){l.setActive(t.dataset.key)},addNewDisplay(){TVE.Components["conditional-display"].addDisplay()},toggleDisplayDropdown(){this.renderDisplayDropdown(),this.$el.toggleClass("open-dropdown"),this.$displayList.toggle()},resetDisplay(){TVE.Components["conditional-display"].resetDisplay.apply(TVE.Components["conditional-display"],arguments)},duplicateDisplay(){TVE.Components["conditional-display"].duplicateDisplay.apply(TVE.Components["conditional-display"],arguments)},openConditionsModal(){TVE.Components["conditional-display"].openConditionsModal.apply(TVE.Components["conditional-display"],arguments)},toggleSmallOptions(){this.$el.toggleClass("open").toggleClass("options-down",this.$el[0].getBoundingClientRect().y<34)},toggleVisibility(){const e=TVE.Components["conditional-display"].collection.models.filter(e=>"default"===e.attributes.key)[0];e.set("hide",e.isVisible()?1:0),this.toggleVisibilityIcons(e.isVisible())},toggleVisibilityIcons(e){this.$(".tcb-tcb-icon-eye-light").toggle(e),this.$(".tcb-tcb-icon-eye-light-slash").toggle(!e)}})},75525:e=>{e.exports={DEFAULT_HIGHLIGHT_COLOR:"#2ABB61",resetCss:{"background-color":"","--tcb-text-highlight-color":""}}},75668:(e,t,s)=>{const i=s(50732);e.exports=i.extend({template:TVE.tpl("controls/global/style-panel"),_template:TVE.tpl("controls/drop-panel-light"),element_type:null,rename_only:null,preview_container_selector:"#global-style-preview-html",after_render(){this.$previewHTML=this.$(this.preview_container_selector),this.$previewCSS=this.$("#global-style-preview-css"),this.$description=this.$("#global-style-desc"),this.$styleName=this.$("#global-style-name")},reset(e){this.element_type=TVE.Components["shared-styles"].get_element_type(TVE._type(e)),this.$styleName.val("").attr("placeholder",TVE.Elements[this.element_type].name+" "+TVE.t.style_name),this.$previewHTML.html(""),this.$previewCSS.html("")},onOpen(e,t){this.reset(e);const s=TVE.tpl("controls/global/style-"+this.element_type),i=TVE.CSS_Rule_Cache.uniq_id(e),a={cls:"",text:""},l=TVE.apply_filters("tcb_head_css_prefix","",e),o=e.collect_head_css(),c=TVE.apply_filters("tcb.global_preview_class",TVE.getClassThatContains(e,TVE.CONST.global_cls_prefix),e);Object.keys(o).forEach(t=>{e.attr("data-selector")&&(o[t]=o[t].replaceAll(e.attr("data-selector"),`[data-css="${i}"]`)),l&&(o[t]=o[t].replaceAll(l,""))});const n=o[TVE.main.responsive.desktop.media]?o[TVE.main.responsive.desktop.media]:"";c&&(a.cls=c);const r=jQuery(s(a));r.attr("data-css",i),this.adjust_preview_for_element(r,e),this.$previewHTML.html(r).find("p").remove(),this.$previewCSS.html(TVE.apply_filters("tcb.global_preview_css",n.replace(TVE.escapedRegEx(TVE.CONST.global_css_prefix,"g"),this.preview_container_selector),this.preview_container_selector,e)),t.classList.contains("save-as-global-style")&&this.apply_font_to_preview(r),this.$description.html(TVE.t.global.element_style.replace("%s",TVE.Elements[this.element_type].name))},adjust_preview_for_element(e,t){"section"===this.element_type?(e.find(".tve-page-section-in").attr("data-css",t.find(".tve-page-section-in").attr("data-css")),e.find(".tve-page-section-out").attr("data-css",t.find(".tve-page-section-out").attr("data-css"))):"contentbox"===this.element_type&&(e.find(".tve-content-box-background").attr("data-css",t.find(".tve-content-box-background").attr("data-css")),e.find(".tve-cb").attr("data-css",t.find(".tve-cb").attr("data-css")))},apply_font_to_preview(){let e,t="",s="";if("button"===this.element_type&&(t=this.$previewHTML.find(".tcb-button-link").css("font-family")),t=t.replace(/['"]+/g,"").trim(),!1===TVE.FontManager.is_web_safe_font(t)){e=TVE.CSS_Rule_Cache.getImports();for(let i=0;i<e.length;i++)if(e[i].indexOf(t.replace(/ /g,"+"))>-1){s=e[i];break}}s.length&&TVE.$(".tve_global_style")[0].sheet.insertRule(s,0)},validate(){const e=0!==this.$styleName.val().length;return!1===e&&TVE.page_message(TVE.t.global.style_name_required,!0),e},dom(){this.$styleName.val(this.component.global_style.name)},cancel:jQuery.noop,apply(){if(this.rename_only){const e=this.$styleName.val();TVE.Components["shared-styles"].save_style({name:e,ignore_css:1}),this.component.global_style.name=e,delete this.rename_only,TVE.Components["shared-styles"].controls.preview.update_ui(e)}else TVE.Components["shared-styles"].add_style(this.$styleName.val())}})},75679:(e,t,s)=>{e.exports=s(20583).base.extend({template:TVE.tpl("license-expired"),className:".tvd-modal tvd-license-modal tvd-modal-expired"})},76649:(e,t,s)=>{let i={};parseInt(TVE.CONST.is_woo_active)&&(TVE.addHooks(s(62898)),TVE.addHooks(s(94914),{tcb_head_css_prefix:9}),TVE.addHooks(s(53668),{tcb_head_css_prefix:9}),TVE.WooCommerceFn={productsSectionUtils:s(33121),content:s(88020),utils:s(54624)},i={MiniCart:s(16656),CartCount:s(19522),CartIcon:s(52740),Shop:s(96269),ProductCategories:s(29299),ProductStarRating:s(66718)}),e.exports=i},76764:(e,t,s)=>{TVE.PostList={baseSelector:TVE.apply_filters("tcb.post_list.base.selector",TVE.CONST.global_css_prefix),constants:s(91269),content:s(28301),component:s(40831),layout:s(84204),dynamicImage:s(23145),inlineShortcodes:s(83664),utils:s(13065),EditMode:s(73580),Taxonomies:{},FLAGS:{IS_SYNCING:!1},getComponent:(e="")=>TVE.apply_filters("tcb.post_list.component",TVE.Components.post_list,e)};const i={cloud:s(27542),css:s(14144),general:s(37603),sync:s(92668),inlineShortcodes:s(58951)},a={"tcb.edit_mode.exit":9,"tcb.after-insert":9,tcb_head_css_prefix:9,hover_prefix_selector:9,allow_dragenter:9,css_rules_before_insert:9,"tcb.post_list_article.sync.tcb_post_content":9,tcb_filter_html_before_save:100};_.each(i,e=>{TVE.addHooks(e,a)}),TVE.PostList.constants.htmlChangeActions.forEach(e=>TVE.add_action(e,TVE.PostList.utils.checkForPostListSync)),e.exports=TVE.PostList.component},76882:(e,t,s)=>{const i=s(54239);e.exports=i.extend({before_update(e){const t=e.is(TVE.TEXT_ALL)&&TVE.froala.editor?TVE.froala.get_block_element():e;this.model.config.max=parseInt(t.css("font-size"))*this.default_limits.max_em}})},76957:(e,t,s)=>{const i=s(94230);e.exports=s(16668).component.extend({controls_init(){this.list=new i({el:this.$("#lb-container")[0],items:this.options.actions.thrive_lightbox.data.lightboxes}),this.event_trigger="click",this.$animation=this.$("#lb-animation")},set_model(e){return this.model=void 0!==e?e:new Backbone.Model({config:{}}),this.list.set_value(parseInt(this.model.get("config").l_id||0)),this.$animation.val(this.model.get("config").l_anim||this.$animation.find("option").first().val()),this.parent_tab.$("#a-popup-trigger").val(this.model.get("t")||"click"),this},reset(){return this.list.select(""),this},validate(){return!!this.list.get_value()||(TVE.page_message(TVE.t.anim.lb_missing,!0),!1)},apply_settings(){return!!this.validate()&&(this.model.set({a:this.key,t:this.parent_tab.$("#a-popup-trigger").val(),config:{l_anim:this.$animation.val(),l_id:this.list.get_value()}}),!0)}})},77052:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({set_model(e){return this.model=void 0!==e?e:new Backbone.Model({config:{}}),this.config=_.extend({},this.model.get("config")),this.config.event_tooltip_position=this.config.event_tooltip_position||this.$("#e-tooltip-position").val(),this.config.event_tooltip_style=this.config.event_tooltip_style||this.$(".t-style").val(),this.dom(),this},dom(){this.$("#e-tooltip-text").val(this.config.event_tooltip_text||""),this.$("#e-tooltip-position").val(this.config.event_tooltip_position),this.$(".t-style").val(this.config.event_tooltip_style)},text(e,t){this.config.event_tooltip_text=t.value},pos(e,t){this.config.event_tooltip_position=this.$(t).val()},style(e,t){this.config.event_tooltip_style=this.$(t).val()},validate(){return!!this.config.event_tooltip_text||(TVE.page_message(TVE.t.anim.tooltip_miss,!0),this.$("#e-tooltip-text").trigger("focus"),!1)},apply_settings(){return!!this.validate()&&(this.model.set({a:this.key,t:"mouseenter",config:_.extend({},this.config)}),!0)},preview(e,t){TVE.inner.jQuery(".tve_ui_tooltip").remove();const s=e.get("config"),i=TVE.inner.jQuery("<div></div>",{class:"tve_ui_tooltip tve_tooltip_style_"+s.event_tooltip_style+" tve_tooltip_position_"+s.event_tooltip_position});i.text(s.event_tooltip_text).appendTo("body");const a=i.outerWidth(),l=i.outerHeight(),o=10;let c=0,n=0;const r=t[0].getBoundingClientRect();switch(s.event_tooltip_position){case"top":n=(r.right-r.left-a)/2+r.left,c=r.top-l-o;break;case"top_right":n=r.right+o,c=r.top-l-o;break;case"right":n=r.right+o,c=(r.bottom-r.top-l)/2+r.top;break;case"bottom_right":n=r.right+o,c=r.bottom+o;break;case"bottom":n=(r.right-r.left-a)/2+r.left,c=r.bottom+o;break;case"bottom_left":n=r.left-a-o,c=r.bottom+o;break;case"left":n=r.left-a-o,c=(r.bottom-r.top-l)/2+r.top;break;case"top_left":n=r.left-a-o,c=r.top-l-o;break;default:n=1,c=1}i.css({top:c+"px",left:n+"px"}),setTimeout(function(){TVE.inner.jQuery(".tve_ui_tooltip").remove()},2e3)}})},77088:(module,__unused_webpack_exports,__webpack_require__)=>{function ownKeys(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(s),!0).forEach(function(t){_defineProperty(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):ownKeys(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function _defineProperty(e,t,s){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var s=e[Symbol.toPrimitive];if(void 0!==s){var i=s.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}const jqueryPlugins=__webpack_require__(3865),fn=__webpack_require__(74144),tinycolor=__webpack_require__(48828);(function($){let Vel;!function(e){e.Package?Materialize={}:e.Materialize={}}(window),Materialize.guid=function(){function e(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}return function(){return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}}(),Materialize.elementOrParentIsFixed=function(e){const t=$(e),s=t.add(t.parents());let i=!1;return s.each(function(){if("fixed"===$(this).css("position"))return i=!0,!1}),i},Vel=jQuery?jQuery.Velocity:Velocity,module.exports={_type(e){if(!e)return null;if(e.length>1){const t=e.filter(".edit_mode");t.length&&(e=t)}if(e.data("tcb-elem-type"))return e.data("tcb-elem-type");let t=null;return $.each(TVE.Elements,(s,i)=>{if(e.is(i.identifier))return t=s,!1}),!t&&(e.hasClass("thrv-plain-text")||e.hasClass("thrv_heading")||e.closest(".thrv_text_element").length>0)&&(t="text"),t=TVE.apply_filters("tcb.elem.type",t,e),e.data("tcb-elem-type",t),t},identifier:e=>TVE.Elements&&TVE.Elements[e]?TVE.Elements[e].identifier:"#nothing-"+Math.floor(1e3*Math.random()),getLink(e){const t=TVE._type(e);return TVE.Components[t]&&"function"==typeof TVE.Components[t].get_link?TVE.Components[t].get_link():(TVE.ClickedElement||e.filter(".edit_mode")).parent("a[href]")},get_element_identifier(e){const t=this._type(e);return t&&TVE.Elements[t]&&TVE.Elements[t].identifier},remove_extra_spaces:e=>e.replace(/([ ]{2,})/g," ").trim(),get_element_name(e){const t=this._type(e);return e.attr("data-element-name")||TVE.Elements[t]&&TVE.Elements[t].name||t||TVE.t.Element},thrv_custom_classes:["edit_mode","alignleft","aligncenter","alignright","tvealign","init_done","active_delete","active_duplicate","on_hover","canvas-mode","active_highlight","dynamic-group","notification-success","notification-warning","notification-error","notifications-content","with-labels"],tpl(e,t){0!==e.indexOf("tve-")&&(e="tve-"+e);const s=$("script#"+e.replace(/\//g,"-")).html()||"";return t?_.template(s)(t):_.template(s)},is_tpl:e=>(0!==e.indexOf("tve-")&&(e="tve-"+e),$("script#"+e.replace(/\//g,"-")).length>0),rem_size(){return this.__rem||(this.__rem=parseInt($("html").css("font-size")||16)),this.__rem},convertUM(e,t,s,i){if(!e||!i)return!1;let a=TVE.getComputedStyle(e,i);if(!a)return 0;const l={"min-width":"width","max-width":"width"},o=isNaN(a)?a.replace(/[0-9,.]/g,""):void 0;switch("%"===o?a=parseFloat(a)*TVE.getComputedStyle(s,l[i]||i)/100:"em"===o&&(a=parseFloat(a)*TVE.getComputedStyle(e,"font-size")),t){case"rem":a=parseFloat(a/this.rem_size()).toFixed(3);break;case"em":let t=e;"fontSize"===i&&(t=e.parentNode),a=parseFloat(a/TVE.getComputedStyle(t,"fontSize")).toFixed(3);break;case"%":a=parseFloat(100*a/TVE.getComputedStyle(s,l[i]||i)).toFixed(1);break;case"vw":a=parseFloat(100*a/TVE.inner.window.innerWidth).toFixed(3);break;case"vh":a=parseFloat(100*a/TVE.inner.window.innerHeight).toFixed(2);break;case"px":a=parseInt(a);break;default:a=parseFloat(a)}return isNaN(a)&&(a=0),a},generateOffsetColor(e,t,s){s=new tinycolor(s),e||(e=new tinycolor("hsv(0, 1, 1)"));const i=t.toHsv().h-e.toHsv().h,a=t.toHsv().s-e.toHsv().s,l=t.toHsv().v-e.toHsv().v,o=t.toHsv().a-e.toHsv().a,c=s.toHsv();c.h=this.handleMinMax(c.h+i,359,0),c.s=this.handleMinMax(c.s+a,1,0),c.v=this.handleMinMax(c.v+l,1,0),c.a=this.handleMinMax(c.a+o,1,0);const n="hsv("+c.h+", "+c.s+", "+c.v+")",r=new tinycolor(n);return r.setAlpha(c.a),r},handleMinMax:(e,t,s)=>e>t?t:e<s?s:Math.round(1e4*e)/1e4,isBetweenMinMax:(e,t=0,s=100)=>e>=t&&e<=s,buildAttrStringFromObject:e=>Object.entries(e).map(e=>` ${e[0]}='${e[1]}'`).join(""),getComputedStyle(e,t,s){if(void 0===e||void 0===t)return 0;(e instanceof jQuery||e.jquery)&&(e=e[0]);const i=getComputedStyle(e||document.documentElement);let a=t.includes("--")?i.getPropertyValue(t):i[t];if(s)return a;const l={lineHeight:"1.12em",letterSpacing:0};return"normal"===a?a=l[t]?l[t]:0:0===a.indexOf("none")?a=0:0===a.indexOf("rgb")||-1!==a.indexOf("%")||(a=parseFloat(a)),0===a&&"max-width"===t&&(a=e.clientWidth),a},getGlobalVariable:e=>TVE.apply_filters("tcb.global_variable_color",e),getCssVariableValue(e,t=TVE.ActiveElement){let s=TVE.inner.document.body;if(e.includes("hsl")&&e.includes("--tcb-main-master"))return TVE.parseMasterVariables(TVE.parseCalcFunctions(e));const i=TVE.getRawCssVariableName(e);i.includes("tcb-local")||t&&i.includes("tcb-main-master")?s=t.closest(".tcb-local-vars-root")[0]:i.includes(TVE.CONST.dynamic_prefix)&&TVE.apply_filters("tcb.is_list_edit_mode",TVE.PostList.utils.isInPostListEditMode())&&(s=t.closest(TVE.apply_filters("tcb.list_item_identifier","article"))[0]);let a=s&&window.getComputedStyle(s).getPropertyValue(i)||TVE.getCssVariableDefaultValue(e);return a.includes("calc")&&(a=TVE.parseCalcFunctions(a)),a},getElementMasterVariables:e=>({h:e.tcbCss("--tcb-main-master-h"),s:e.tcbCss("--tcb-main-master-s"),l:e.tcbCss("--tcb-main-master-l")}),hslToRgb:(e,t,s)=>tinycolor(`hsl(${e}, ${t}, ${s})`).toRgbString(),parseMasterVariables(e){const t=e.match(/var\(--tcb-main-master-(h|s|l|a)(,(.+?))\)/gm);return t&&t.forEach(t=>{e=e.replace(t,TVE.getCssVariableValue(t))}),e},parseCalcFunctions(input){const calcMatches=input.match(/calc\((( )?)+[\d\.]+(%)?(( )?)+[+\-\*\/](( )?)+[\d\.]+(%)?(( )?)+\)/gm);return calcMatches&&calcMatches.forEach(calcRule=>{let calcEvaluated=eval(calcRule.replace(/calc|\(|\)|%/gi,""));-1!==calcRule.indexOf("%")&&(calcEvaluated+="%"),input=input.replace(calcRule,calcEvaluated)}),input},getRawCssVariableName:e=>((e=e.replace(/var\(|\)/gi,"").trim()).indexOf(",")>-1&&(e=e.split(",")[0].trim()),e),getCssVariableDefaultValue(e){let t="";return(e=(e=e.replace(/var\(|/gi,"").trim()).slice(0,-1).trim()).indexOf(",")>-1&&(t=e.split(",").slice(1).join(",").trim()),t},isCssVariable:e=>_.isString(e)&&e.includes("var"),isGlobalVariablePromoted:e=>e.indexOf("--tcb-tpl-")>-1,isGlobalColorActive(e){if(-1===(e=TVE.getRawCssVariableName(e)).indexOf(TVE.CONST.colors.global_prefix))return!0;e=parseInt(e.replace(TVE.CONST.colors.global_prefix,"").trim());const t=_.findIndex(TVE.CONST.colors.globals,function(t){return parseInt(t.id)===parseInt(e)});return t>-1&&TVE.CONST.colors.globals[t].active},isGlobalGradientActive(e){if(-1===(e=TVE.getRawCssVariableName(e)).indexOf(TVE.CONST.gradients.global_prefix))return!0;e=parseInt(e.replace(TVE.CONST.gradients.global_prefix,"").trim());const t=_.findIndex(TVE.CONST.gradients.globals,function(t){return parseInt(t.id)===parseInt(e)});return t>-1&&TVE.CONST.gradients.globals[t].active},getCssVariableSelector(e=TVE.ActiveElement){let t;return t=e.attr("data-selector")?e.attr("data-selector"):`[data-css="${TVE.CSS_Rule_Cache.uniq_id(e)}"]`,t=TVE.apply_filters("tve.css_variable.selector",t,e),t.trim()},changeCssVariableValue(e,t,s=TVE.ActiveElement,i){const a={};if(e.indexOf("tcb-local")>-1)s.each((s,l)=>{const o=TVE.getCssVariableSelector(TVE.inner_$(l));let c="";!t.includes("important")&&i&&(c=" !important"),a[e]=t+c,TVE.write_css(o,a,TVE.main.responsive.desktop.media)});else{let s={[e]:t};if(!TVE.isCssVariable(t)&&!e.includes("tcb-main-master")){const i=new tinycolor(t).toHsl();s=_objectSpread(_objectSpread({},s),{[`${e}-h`]:parseFloat(i.h).toFixed(2),[`${e}-l`]:`${parseFloat(100*i.l).toFixed(2)}%`,[`${e}-s`]:`${parseFloat(100*i.s).toFixed(2)}%`,[`${e}-a`]:i.a})}Object.keys(s).forEach(e=>{TVE.inner.document.documentElement.style.setProperty(e,s[e]),document.documentElement.style.setProperty(e,s[e])})}TVE.do_action("tcb.change.css.variable",e,t,s)},buildCssVariable:e=>"var"===e.substring(0,3)?e:"var("+e+")",extractNumbersFromString(e){const t=e.match(/\d+/g);return t?t.map(Number):0},getClassThatContains:(e,t)=>((e instanceof jQuery||e.jquery)&&(e=e[0]),$.grep(e.classList,function(e){return 0===e.indexOf(t)})[0]||""),getActiveStylesheet(){const e={key:"custom",sheet:TVE.stylesheet};return TVE.USE_GLOBALSHEET&&(e.key="global",e.sheet=TVE.globalsheet),e},camelCase(e,t){let s=e.split("_"),i="",a=" ";return 1===s.length&&(s=e.split("-")),t&&(a=""),$.each(s,function(e,t){i+=t.toLowerCase().charAt(0).toUpperCase()+t.slice(1)+a}),i},ucFirst:e=>e?e.charAt(0).toUpperCase()+e.slice(1):"",prependZeroToSingleDigit:e=>`${e.toString().length<2?"0":""}${e}`,containAtLeastOneWord:(e,t=[])=>new RegExp(t.join("|")).test(e),set_event_callback(e,t,s){e=e||"outer",void 0!==s?TVE[e].$document.off(t+".tve").on(t+".tve",s):TVE[e].$document.off(t+".tve")},ajax_data:(e,t,s={},i)=>(void 0===i&&(i=s&&"html"===s.expect?"html":"json"),{xhrFields:{withCredentials:!0},url:TVE.CONST.ajax_url,dataType:i,type:t||"get",data:_.extend({action:TVE.CONST.ajax.action,custom:e,nonce:TVE.CONST.nonce,post_id:TVE.CONST.post_id},s||{}),error(e,t,s){if("function"==typeof e.tcb_error&&!1===e.tcb_error.apply(e,arguments))return;const i=TVE.getDetailedErrorMessage(e,t,s,!1);i.show_default_template_message?TVE.page_message(i.error_message,!0):TVE.page_message(i,"error_save")}}),ajax(e,t,s,i){return $.ajax(this.ajax_data(e,t,s,i))},get_ajax_error(e,t){let s="";if(e.responseJSON)s=e.responseJSON.message;else if(e.responseText)try{s="parsererror"===t?"Could not parse response: "+e.responseText:JSON.parse(e.responseText).message}catch(e){}return s||(s=(e.statusText||t)+(e.status?" ("+e.status+")":"")+(e.responseText?". "+e.responseText:"")),s},findClass(e,t){let s;for(let i=0;i<e.length;i++)if(e[i].substr(0,t.length)===t&&e[i].length>t.length){s=e[i];break}return s},truncate:(e,t)=>(t=t||10,e.length<t+3?e:e.substring(0,t)+"..."),trimStringAfterWidth(e,t=218,s=13,i="Rubik",a=400){const l=document.createElement("span");l.style.cssText=`\n\t\t\t\tvisibility: hidden;\n\t\t\t\tfloat: left;\n\t\t\t\tfont-size: ${s}px;\n\t\t\t\tfont-family: ${i};\n\t\t\t\tfont-weight: ${a};\n\t\t\t`,document.body.appendChild(l),l.innerHTML=e;const o=l.offsetWidth>t;for(;l.offsetWidth>t;)e=e.substring(0,e.length-1),l.innerHTML=e+"...";return l.parentNode.removeChild(l),e+(o?"...":"")},isValidUrl:e=>0===e.indexOf("#")||0===e.indexOf("mailto")||0===e.indexOf("tel")||!(null===e.match(/(http(s)?:\/\/.)(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,15}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/g)),removeDuplicateMediaRules(){for(let e=0;e<TVE.stylesheet.cssRules.length;e++){const t=TVE.stylesheet.cssRules[e];if(t.type===CSSRule.IMPORT_RULE)continue;for(let e=0;e<t.cssRules.length;e++){const s=t.cssRules[e].selectorText;for(let i=e+1;i<t.cssRules.length;i++)s===t.cssRules[i].selectorText&&(t.cssRules[i].mustDelete=!0)}let s;do{s=!1;for(let e=0;e<t.cssRules.length;e++)if(t.cssRules[e].mustDelete){t.deleteRule(e),s=!0;break}}while(s)}},buildLandingPageSelector:(e,t)=>$.map(e.split(","),function(e){return TVE.apply_filters("landing_page_selector","#tcb_landing_page "+e.replace(/___c___/g,",").trim()+t)}).join(", "),writeLandingPageCSS(e,t,s,i){const a=void 0!==i&&i?TVE.CSS_RULE_LAST:TVE.CSS_RULE_FIRST;let l=TVE.main.media_query_tpl();s=s||"",l="_ALL"===l?TVE.main.all_media():[l];const o=this.buildLandingPageSelector(e,s);TVE.write_css(o,t,l,!1,a),-1!==o.indexOf(":hover")&&TVE.write_css(o.replace(/:hover/g,".tve_state_hover"),t,l,!1,a)},decodeCssRule:e=>({selector:e.split("{")[0].trim(),props:TVE.CSS_Rule_Cache.cssToObject(e)}),readLandingPageCSS(e,t,s){s=s||"";const i=t=>{let i=TVE.head_css_get(this.buildLandingPageSelector(e,s),t);if(_.isEmpty(i)){const a=e.split(",");_.isArray(a)&&!_.isEmpty(a[0])&&(i=TVE.head_css_get(this.buildLandingPageSelector(a[0].trim(),s),t))}if(_.isEmpty(i)){e=e.replace(":hover","")+s;let a=TVE.ActiveElement.find(e);a.length||(a=TVE.ActiveElement.filter(e)),i=a.first().css(t)||i}return i};let a;return _.isArray(t)?(a={},t.forEach(e=>a[e]=i(e))):a=i(t),a},addHttp:e=>(!(e=e.trim())||0===e.indexOf("#")||/^mailto/.test(e)||/^tel/.test(e)||/^(?:f|ht)tps?\:\/\//.test(e)||(e="https://"+e),e),get_all_props(e,t){let s=[];return!e||"object"!=typeof e&&!_.isArray(e)?s:(_.each(e,function(e,i){if(i===t)return s.push(e),!0;s=s.concat(TVE.get_all_props(e,t))}),s.filter(function(e){return e}))},removeDataAttributes(e){let t;const s=e.get(0).attributes,i=s.length;for(t=0;t<i;t++)s[t]&&s[t].name&&"data-"===s[t].name.substring(0,5)&&s[t].name&&e.removeAttr(s[t].name)},getNodeAttributes(e,t){(e instanceof jQuery||e.jquery)&&(e=e[0]),t||(t="");const s={};return $.each(e.attributes,function(e,i){i.name.indexOf(t)>-1&&(s[i.name]=i.value)}),s},getUrlParam(e,t){const s=new RegExp("[?&]"+t+"=([^&#]*)").exec(e);return Array.isArray(s)&&s[1]?decodeURIComponent(s[1]):0},setOrReplaceUrlParam(e,t,s){s=encodeURIComponent(s);const i=new RegExp("([?&])"+t+"=.*?(&|$)","i"),a=-1!==e.indexOf("?")?"&":"?";return e.match(i)?e.replace(i,"$1"+t+"="+s+"$2"):e+a+t+"="+s},icon(e,t,s,i){if(!e)return"";i=void 0===i?"":" "+i,void 0!==s&&s||(s="sidebar");let a='<span class="tcb-icon-inline '+e+'"></span>';return void 0!==t&&"svg"!==t||(e=("sidebar"===s?"icon-":"tcb-icon-")+e,a=TVE.tpl("util/icon")({icon:e,extra_class:i})),a},svg_icon(e){const t={path:"",viewBox:"0 0 28 28",name:tcb_main_const.i18n.none},s=_.extend(t,e);return TVE.tpl("util/svg_icon")(s)},add_filter(e,t,s){return void 0===s&&(s=10),this.filter_callbacks||(this.filter_callbacks={}),this.filter_callbacks[e]||(this.filter_callbacks[e]=[]),this.filter_callbacks[e].push({fn:t,priority:parseInt(s)}),this},remove_filter(e,t,s){if(!this.filter_callbacks)return this;if(void 0===t)return delete this.filter_callbacks[e],this;if(void 0===s&&(s=10),!this.has_filter(e))return this;for(let i,a=0;i=this.filter_callbacks[e][a++];)i.priority===s&&i.fn===t&&(a--,this.filter_callbacks[e].splice(a,1));return this},has_filter(e){return this.filter_callbacks&&this.filter_callbacks[e]&&this.filter_callbacks[e].length},apply_filters(e,t){if(arguments.length<1)return void 0!==t?t:null;if(this.CURRENT_FILTERS=this.CURRENT_FILTERS||[],this.has_filter(e)){this.CURRENT_FILTERS.push(e);let s=[];arguments.length>2&&(s=Array.prototype.slice.call(arguments,2));const i=this.filter_callbacks[e].sort(function(e,t){return e.priority-t.priority});$.each(i,function(e,i){if(i.fn)switch(i.fn){case"__return_false":t=!1;break;case"__return_true":t=!0;break;default:t=i.fn.apply(null,[t].concat(s))}}),this.CURRENT_FILTERS.pop()}return t},add_action(e,t,s){return void 0===s&&(s=10),this.action_callbacks||(this.action_callbacks={}),this.action_callbacks[e]||(this.action_callbacks[e]=[]),this.action_callbacks[e].push({fn:t,priority:parseInt(s)}),this},remove_action(e,t,s){if(!this.action_callbacks)return this;if(void 0===t)return delete this.action_callbacks[e],this;if(void 0===s&&(s=10),!this.has_action(e))return this;for(let i,a=0;i=this.action_callbacks[e][a++];)i.priority===s&&i.fn===t&&(a--,this.action_callbacks[e].splice(a,1));return this},has_action(e){return this.action_callbacks&&this.action_callbacks[e]&&this.action_callbacks[e].length},do_action(e){if(this.CURRENT_ACTIONS=this.CURRENT_ACTIONS||[],this.has_action(e)){const t=arguments.length>1?Array.prototype.slice.call(arguments,1):[],s=this.action_callbacks[e].sort(function(e,t){return e.priority-t.priority});this.CURRENT_ACTIONS.push(e),$.each(s,function(e,s){s.fn&&s.fn.apply(null,t)}),this.CURRENT_ACTIONS.pop()}},doingAction(e){return this.CURRENT_ACTIONS&&this.CURRENT_ACTIONS.includes(e)},doingFilter(e){return this.CURRENT_FILTERS&&this.CURRENT_FILTERS.includes(e)},bind_global_events(){TVE.$document.add(TVE.inner.$document).off("keydown.tcbglobal").on("keydown.tcbtcbglobal",function(e){const t=e.target;if("enabled"!==TVE.Editor_Page.STATE||t.closest(".CodeMirror"))return!0;if((e.ctrlKey||e.metaKey)&&!e.altKey)switch(e.which){case 83:return TVE.main.EditMode.in_edit()?(TVE.main.EditMode.exit(),!1):(TVE.main.editor_settings.save(),!1);case 90:return TVE.UndoManager.undo(),!1;case 89:return TVE.UndoManager.redo(),!1}}),TVE.ElementIcons=new TVE.IconsView,TVE.ElementEditIcons=new TVE.IconsView({edit_icons:!0})},iframe_refresh(){TVE.main.$frame.attr("src",function(e,t){return t}),TVE.main.$frame.one("load",function(){TVE.main.overlay("close")}),setTimeout(function(){TVE.main.overlay("close")},3e3)},relogin(){TVE.main.overlay("close"),TVE.$document.trigger("heartbeat-tick.wp-auth-check",{"wp-auth-check":!1})},set_login_callback(e,t){this.login_callback={fn:e,scope:t}},get_inputs_value(e,t,s){t=t||"input",s=s||"*";const i={};return e.find(t).filter(s).each(function(){const e=jQuery(this),t=this.name;e.is("input:radio, input:checkbox")?e.is(":radio")&&e.is(":checked")?i[t]=this.value:e.is(":checkbox")&&e.is(":checked")&&(void 0===i[t]&&(i[t]=[]),i[t].push(this.value)):e.data("select2")?i[t]=Array.isArray(e.val())?e.val().join(","):"":i[t]=this.value}),i},url:e=>TVE.CONST.plugin_url+(e||""),unserialize(e){const t="undefined"!=typeof window?window:__webpack_require__.g,s=function(e){let t=e.length;for(let s=e.length-1;s>=0;s--){const i=e.charCodeAt(s);i>127&&i<=2047?t++:i>2047&&i<=65535&&(t+=2),i>=56320&&i<=57343&&s--}return t-1},i=function(e,s,i,a){throw new t[e](s,i,a)},a=function(e,t,s){const a=[];let l=2,o=e.slice(t,t+1);for(;o!==s;)l+t>e.length&&i("Error","Invalid"),a.push(o),o=e.slice(t+(l-1),t+l),l+=1;return[a.length,a.join("")]};return function e(t,l){let o,c,n,r,d,h,p,g,m,u,v,f,_,b,w,y,C,z=0,E=function(e){return e};l||(l=0);const T=t.slice(l,l+1).toLowerCase();switch(o=l+2,T){case"i":E=function(e){return parseInt(e,10)},g=a(t,o,";"),z=g[0],p=g[1],o+=z+1;break;case"b":E=function(e){return 0!==parseInt(e,10)},g=a(t,o,";"),z=g[0],p=g[1],o+=z+1;break;case"d":E=function(e){return parseFloat(e)},g=a(t,o,";"),z=g[0],p=g[1],o+=z+1;break;case"n":p=null;break;case"s":m=a(t,o,":"),z=m[0],u=m[1],o+=z+2,g=function(e,t,i){let a,l;const o=[];for(a=0;a<i;a++)l=e.slice(t+(a-1),t+a),o.push(l),i-=s(l);return[o.length,o.join("")]}(t,o+1,parseInt(u,10)),z=g[0],p=g[1],o+=z+2,z!==parseInt(u,10)&&z!==p.length&&i("SyntaxError","String length mismatch");break;case"a":for(p={},c=a(t,o,":"),z=c[0],n=c[1],o+=z+2,d=parseInt(n,10),r=!0,v=0;v<d;v++)_=e(t,o),b=_[1],f=_[2],o+=b,w=e(t,o),y=w[1],C=w[2],o+=y,f!==v&&(r=!1),p[f]=C;if(r){for(h=new Array(d),v=0;v<d;v++)h[v]=p[v];p=h}o+=1;break;default:i("SyntaxError","Unknown / Unhandled data type(s): "+T)}return[T,o-l,E(p)]}(e+"",0)[2]},serialize(e){let t,s,i,a="",l="",o=0;const c=function(e){let t,s,i,a=typeof e;if("object"===a&&!e)return"null";if("object"===a){if(!e.constructor)return"object";s=e.constructor.toString(),t=s.match(/(\w+)\(/),t&&(s=t[1].toLowerCase()),i=["boolean","number","string","array"];for(const e in i)if(s===i[e]){a=i[e];break}}return a},n=c(e);switch(n){case"function":t="";break;case"boolean":t="b:"+(e?"1":"0");break;case"number":t=(Math.round(e)===e?"i":"d")+":"+e;break;case"string":t="s:"+function(e){let t,s=0,i="";const a=e.length;for(t=0;t<a;t++)i=e.charCodeAt(t),s+=i<128?1:i<2048?2:3;return s}(e)+':"'+e+'"';break;case"array":case"object":for(s in t="a",e)if(e.hasOwnProperty(s)){if(a=c(e[s]),"function"===a)continue;i=s.match(/^[0-9]+$/)?parseInt(s,10):s,l+=TVE.serialize(i)+TVE.serialize(e[s]),o++}t+=":"+o+":{"+l+"}";break;default:t="N"}return"object"!==n&&"array"!==n&&(t+=";"),t},Base64:{_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode(e){let t,s,i,a,l,o,c,n="",r=0;for(e=this._utf8_encode(e);r<e.length;)t=e.charCodeAt(r++),s=e.charCodeAt(r++),i=e.charCodeAt(r++),a=t>>2,l=(3&t)<<4|s>>4,o=(15&s)<<2|i>>6,c=63&i,isNaN(s)?o=c=64:isNaN(i)&&(c=64),n=n+this._keyStr.charAt(a)+this._keyStr.charAt(l)+this._keyStr.charAt(o)+this._keyStr.charAt(c);return n},decode(e){let t,s,i,a,l,o,c,n="",r=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");r<e.length;)a=this._keyStr.indexOf(e.charAt(r++)),l=this._keyStr.indexOf(e.charAt(r++)),o=this._keyStr.indexOf(e.charAt(r++)),c=this._keyStr.indexOf(e.charAt(r++)),t=a<<2|l>>4,s=(15&l)<<4|o>>2,i=(3&o)<<6|c,n+=String.fromCharCode(t),64!==o&&(n+=String.fromCharCode(s)),64!==c&&(n+=String.fromCharCode(i));return n=this._utf8_decode(n),n},_utf8_encode(e){e=e.replace(/\r\n/g,"\n");let t="";for(let s=0;s<e.length;s++){const i=e.charCodeAt(s);i<128?t+=String.fromCharCode(i):i>127&&i<2048?(t+=String.fromCharCode(i>>6|192),t+=String.fromCharCode(63&i|128)):(t+=String.fromCharCode(i>>12|224),t+=String.fromCharCode(i>>6&63|128),t+=String.fromCharCode(63&i|128))}return t},_utf8_decode(e){let t="",s=0,i=0,a=0,l=0;for(;s<e.length;)i=e.charCodeAt(s),i<128?(t+=String.fromCharCode(i),s++):i>191&&i<224?(a=e.charCodeAt(s+1),t+=String.fromCharCode((31&i)<<6|63&a),s+=2):(a=e.charCodeAt(s+1),l=e.charCodeAt(s+2),t+=String.fromCharCode((15&i)<<12|(63&a)<<6|63&l),s+=3);return t}},codemirror_editor_settings(e,t,s){let i=!1;if(wp.codeEditor&&wp.CodeMirror){const a=wp.codeEditor.defaultSettings?_.clone(wp.codeEditor.defaultSettings):{};a.codemirror=_.extend({},a.codemirror,{lineNumbers:!0,mode:t,indentUnit:2,tabSize:2,lineWrapping:!0,scrollbarStyle:null}),a.htmlhint=_.extend({},a.htmlhint,{"attr-lowercase":!1}),s&&(a.codemirror.theme=s);const l=wp.codeEditor.initialize($(e),a);l.codemirror.setSize("100%","100%"),i=l.codemirror}return i},getActiveComponent:(e=!0)=>{const t=[];if(TVE.main.$(".tve-component:visible .dropdown-header.open").each(function(){const e=this.closest(".tve-component"),s=e.getAttribute("id").replace(/tve-|-component/gi,""),i=e.dataset.key;TVE.Components[s]?t.push(TVE.Components[s]):TVE.Components[i]&&t.push(TVE.Components[i])}),t.length)return e?t[0]:t},initBasicTooltip(e,t,s){const i=new(__webpack_require__(40521))(_objectSpread(_objectSpread({},{tooltipPosition:"top",no_buttons:!0,anim_duration:300,no_callback:!0,validate:()=>!i.FORCE_CLOSE}),e)),a=e=>{e.openTooltip=()=>(i.isOpen()?i.onCancel():i.open(null,s(e.key())),!1)};return Array.isArray(t)?t.forEach(e=>a(e)):a(t),i},refreshIconsOnScroll:(e=$(),t="icons",s=null)=>{e.add(TVE.inner.$window).off(`scroll.${t}`).on(`scroll.${t}`,_.throttle(e=>{(null===s||"function"==typeof s&&s(e))&&(TVE.Editor_Page.reposition_icons(),TVE.ElementIcons.$target&&TVE.ElementIcons.reposition_icons(TVE.ElementIcons.$target))},100))},page_message(e,t,s){"string"==typeof e&&void 0!==TVE.t[e]&&(e=TVE.t[e]),s=s||4e3;let i=$("#tve_notification_box"),a=TVE.tpl("notification-box/success");return i.length||(TVE.$notification=i=$('<div id="tve_notification_box"></div>').appendTo("body")),-1===t?a=TVE.tpl("notification-box/warning"):-2===t?a=TVE.tpl("notification-box/info"):"error_save"===t?a=TVE.tpl("notification-box/error-save"):t&&(a=TVE.tpl("notification-box/error")),i.html(a({message:e})).animate({top:30},200),"error_save"!==t&&setTimeout(function(){i.animate({top:-1200},700)},s),this},getDetailedErrorMessage(e,t,s,i){let a={};switch(e.status){case 200:e.responseText&&(e.responseText.includes("Warning")||e.responseText.includes("Fatal error"))&&(a={error_message:TVE.t.ajax_error[500],error_code:500,fixLink:"https://thrivethemes.com/tkb_item/how-to-fix-the-500-internal-server-error/",error_content:e.responseText});break;case 400:if(e.responseText)try{"nonce_expired"===JSON.parse(e.responseText).code&&(a={error_message:TVE.t.ajax_error.session_expired},TVE.relogin())}catch(e){}"0"===String(e.responseText)&&(a={error_message:TVE.t.ajax_error.session_expired},TVE.relogin());break;case 403:const i=e=>{const t=`<a class="click"\n\t\t\t\t\t\t\t\t\t\tdata-fn="f:wordfenceWhitelist"\n\t\t\t\t\t\t\t\t\t\tdata-url="${e.attr("action")}"\n\t\t\t\t\t\t\t\t\t\tdata-form="${e.serialize()}">Whitelist</a>`;let s=TVE.t.ajax_error.wordfence;s=s.replace("$1",t).replace("WordFence Firewall",'<a href="'+location.origin+'/wp-admin/admin.php?page=WordfenceWAF&subpage=waf_options" target="_blank">WordFence Firewall</a>'),a={error_message:s,fixLink:"https://thrivethemes.com/tkb_item/why-you-should-set-wordfences-firewall-on-learning-mode/"}};TVE.wordfenceResponse(e.responseText,i)||(a={error_message:TVE.t.ajax_error[403],error_code:403,fixLink:"https://thrivethemes.com/tkb_item/how-to-fix-the-403-forbidden-error/"});break;case 404:a={error_message:TVE.t.ajax_error[404],error_code:404,fixLink:"https://thrivethemes.com/tkb_item/how-to-fix-the-404-not-found-error/"};break;case 422:if(e.responseText)try{const t=JSON.parse(e.responseText);t.tcb_default_error&&(a={error_message:t.message,show_default_template_message:!0})}catch(e){}break;case 500:a={error_message:TVE.t.ajax_error[500],error_code:500,fixLink:"https://thrivethemes.com/tkb_item/how-to-fix-the-500-internal-server-error/",error_content:e.responseText?e.responseText:""};break;default:a={error_message:this.get_ajax_error(e,t,s)}}return a.error_message||(a={error_message:this.get_ajax_error(e,t,s)}),i?a.error_code?a.error_code+": "+a.error_message:a.error_message:a},browser(){const e={},t=function(){let e,t,s=-1;return"Microsoft Internet Explorer"===navigator.appName?(e=navigator.userAgent,t=new RegExp("MSIE ([0-9]{1,}[\\.0-9]{0,})"),null!==t.exec(e)&&(s=parseFloat(RegExp.$1))):"Netscape"===navigator.appName&&(e=navigator.userAgent,t=new RegExp("Trident/.*rv:([0-9]{1,}[\\.0-9]{0,})"),null!==t.exec(e)&&(s=parseFloat(RegExp.$1))),s}();if(t>0)e.msie=!0;else{const t=navigator.userAgent.toLowerCase(),s=/(edge)[ \/]([\w.]+)/.exec(t)||/(chrome)[ \/]([\w.]+)/.exec(t)||/(webkit)[ \/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[],i={browser:s[1]||"",version:s[2]||"0"};s[1]&&(e[i.browser]=!0),e.chrome?e.webkit=!0:e.webkit&&(e.safari=!0)}e.macosx=/mac/i.test(navigator.platform),e.msie&&(e.version=t),this.BROWSER=e},preserve_changed_link(e){const t=(e=e.jquery?e[0]:e).getAttribute("href");-1!==t.indexOf("amazon.com")?e.setAttribute("data-tcb-href",t):e.removeAttribute("data-tcb-href")},css_prefix_replace:(e,t)=>(void 0===t?t=[]:"string"==typeof t&&(t=[t]),-1===t.indexOf(TVE.CONST.global_css_prefix)&&t.push(TVE.CONST.global_css_prefix),t=TVE.apply_filters("tcb.symbols.prefix_replace",t),e.replace(TVE.escapedRegEx(t.join("|"),"gi"),"")),reinitialize_element(e){const t="."+e[0].classList.value.replace(new RegExp("\\s{2}|\\s{1}","g"),".");return TVE.inner_$(t)},escapedRegEx(e,t,s="",i=""){return new RegExp(s+this.escapeString(e)+i,t)},escapeString:e=>e.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"),addHooks(e,t={}){_.each(e.actions,(e,s)=>{const i=t[s]?t[s]:10;TVE.add_action(s,e,i)}),_.each(e.filters,(e,s)=>{const i=t[s]?t[s]:10;TVE.add_filter(s,e,i)})},removeHooks(e,t){_.each(e.filters,(e,s)=>{const i=t[s]?t[s]:10;TVE.remove_filter(s,e,i)}),_.each(e.actions,(e,s)=>{const i=t[s]?t[s]:10;TVE.remove_action(s,e,i)})},wordfenceResponse:(e,t=null)=>{if("object"==typeof e&&e.responseText&&(e=e.responseText),"function"!=typeof t&&(t=e=>{const t=`<button class="button-link blue click"\n\t\t\t\t\t\t\t\t\t\tdata-fn="f:wordfenceWhitelist"\n\t\t\t\t\t\t\t\t\t\tdata-url="${e.attr("action")}"\n\t\t\t\t\t\t\t\t\t\tdata-form="${e.serialize()}">Click here</button>`;TVE.page_message(`The request was blocked by <b>Wordfence</b>!<br><br>${t} to whitelist this action and allow the request.`,-1,1e4)}),e.includes("Wordfence")){const s=TVE.inner_$(`<div>${e}</div>`).find("#whitelist-form");if(s.length)return s.find("#verified-false-positive-checkbox").prop("checked",!0),t(s),!0}return!1},wordfenceWhitelist:e=>{const t=e.currentTarget.dataset.form,s=e.currentTarget.dataset.url;$.ajax({type:"POST",contentType:"application/x-www-form-urlencoded",url:s,data:t}).done(e=>{TVE.page_message(e,!1,4e3),TVE.do_action("tcb.wordfence.whitelist",s,t)}).fail(e=>{TVE.page_message(e,!0,4e3)})},isLPFullWidth(){const e=TVE.head_css_get(`.tve_post_lp > div > ${TVE.CONST.global_css_prefix}`,"max-width",null,!0);return"none"===e||"100%"===e},setDefaultAjaxParams(e){const t={data:{tar_editor_page:1,post_id:TVE.CONST.post_id}},s=TVE.apply_filters("tcb.editor.default_ajax_config",t);e.ajaxSetup(s)},clearUpdateTimeout(){TVE.TIMEOUT_UPDATE&&TVE.TIMEOUT_UPDATE.length&&TVE.TIMEOUT_UPDATE.forEach(e=>clearTimeout(e))},getElementEventClasses:(e=TVE.ActiveElement)=>Array.from(e.classList||e[0].classList).filter(e=>/tve_et_\S*|tve_ea_\S*|tve_anim_\S*|tve_evt_\S*/g.test(e)),createLGInputLabel(e,t){let s={name:"Name",email:"Email",phone:"Phone ",url:"URL",text:"Text",textarea:"Message",radio:"Select one",checkbox:"Select any",select:"Select one",gdpr:"Please confirm",number:"Number",country:"Country",state:"State",date:"Date and Time",file:"File",default:"Label",avatar_picker:"Avatar picker"};const i=TVE.main.EditMode.in_edit()?TVE.main.EditMode.element():TVE.ActiveElement;s=TVE.apply_filters("tcb.form.input.labels",s);let a=i.find("[data-label-for]:not(.tcb-excluded-from-group-item)").first();const l=s[t]||s.default,o=i.attr("id"),c=`#${o} .thrv_text_element[data-label-for]:not(.${TVE.Components.group.not_group_item_class})`;let n=`<div class="thrv_text_element" data-label-for="${e}" ${o?`data-selector="${c}"`:""}><div ${o?`data-selector="${c} .tcb-plain-text"`:""} class="tcb-plain-text">${l}</div></div>`;if(a.length||(a=i.find("[data-label-for]").last()),TVE.froala.disable(a),a.length){const t=a.clone();t.attr("data-label-for",e),t.children().not(":first").remove(),t.children().text(l),n=t[0].outerHTML}return n},getLGInputIdentifier(e=TVE.ActiveElement){let t=e.attr("data-label");return t||(t=TVE.CSS_Rule_Cache.generate_id("tve-lg-"),e.attr("data-label",t)),t},optimizeImages(e){const t=TVE.stylesheet.cssRules;for(let s=0;s<t.length;s++)if(t[s].type===CSSRule.MEDIA_RULE)for(let i=0;i<t[s].cssRules.length;i++){const a=t[s].cssRules[i],l=TVE.inner_$(a.selectorText).first();if(a.cssText.includes("dynamic_")&&l.length&&jQuery.contains(e[0],l.get(0))){const e=this.getImageRecommendedSize(l);_.each(TVE.PostList.constants.dynamicStyles,l=>{const o=a.cssText.match(new RegExp(l.regex));if(o){const l=o.length>2?o[2]:"full",c=a.cssText.replace(`size=${l}`,`size=${e}`);t[s].deleteRule(i),t[s].insertRule(c,i)}})}}},getImageRecommendedSize(e){const t=e.width();return TVE.CONST.featured_image.default_sizes.find(e=>TVE.CONST.featured_image.image_subsizes[e]&&t<TVE.CONST.featured_image.image_subsizes[e].width)||"full"},hideComponents(e,t=""){const s=TVE.Elements[TVE._type(e)].components;for(const e in s)s.hasOwnProperty(e)&&t!==e&&TVE.Components[e].$el.toggle(!1)},toggleEnabledComponents(e,t,s){_.each(e,(e,i)=>{const a=TVE.Components[i].$el;t?a.tcbRemoveClass("no-hover disabled-children").removeAttr("data-tooltip").removeAttr("data-width"):a.addClass("no-hover disabled-children").attr({"data-tooltip":s,"data-width":"258px"})})},getMainAccentColor(){const e=TVE.apply_filters("tcb.global_colors_templates",TVE.CONST.colors.templates||[]),t=TVE.apply_filters("tcb.page_color_prefix",TVE.CONST.colors.lp_set_prefix),s=e.find(e=>-1===parseInt(e.parent));return s?{variable:TVE.buildCssVariable(`${t}${s.id}`),hsl:s.hsl,id:s.id}:null},getDynamicColors(){let e=[];if(TVE.PostList.utils.isInPostListEditMode()){const t=TVE.PostList.utils.getArticleID();TVE.PostList.posts[t]&&Array.isArray(TVE.PostList.posts[t].tcb_post_custom_fields_color)&&(e=TVE.PostList.posts[t].tcb_post_custom_fields_color)}else Array.isArray(TVE.CONST.colors.custom_fields)&&(e=TVE.CONST.colors.custom_fields);return TVE.apply_filters("tcb.get_dynamic_colors",e)},allowTemplateVarsInColorPicker:(e=!0)=>TVE.apply_filters("tcb.allow_template_vars_in_color_picker",e),changeMainHSL(e={}){TVE.changeCssVariableValue(TVE.CONST.colors.main.h,parseInt(e.h)),TVE.changeCssVariableValue(TVE.CONST.colors.main.s,100*parseFloat(e.s)+"%"),TVE.changeCssVariableValue(TVE.CONST.colors.main.l,100*parseFloat(e.l)+"%")},hasSmartColors:e=>e.is(".tcb-local-vars-root:not(.thrv-lp-block)"),getActualColorFromVariableValue(e,t){if(-1!==e.indexOf("var(")){let s=e;e.includes("hsl")&&e.includes("--tcb-main-master")||(s=TVE.getRawCssVariableName(e)),e=TVE.getCssVariableValue(s,t)}return e},regenerateFormIdentifier(e){const t=e.tcbJsonData("form-settings",void 0,{},"__TCB_FORM__");t.form_identifier=`${TVE.CONST.post.post_name}-form-${TVE.generateRandomString(6)}`,e.tcbJsonData("form-settings",t,{},"__TCB_FORM__")},select2ImageItemRenderer:e=>e.element&&e.element.dataset.image?$(`<span class="${e.disabled?"tve-disabled":""}"><span class="opt-image" style="background-image: url('${e.element.dataset.image}')"></span><span>${e.text}</span></span>`):e.text,toggleClassNames:(e,t)=>(e||(e=[]),TVE.inner.$body.hasClass(t)?e.push(t):e=e.filter(e=>e!==t),[...new Set(e)]),getContentToPreview(e=TVE.ActiveElement){let t=$();if(TVE.inner_$(".preview-cloned-content").remove(),e.length){const s=e.width();t=e.clone(),t.attr("style","margin: 0px !important"),t.wrap('<div class="preview-cloned-content">').parent().css({position:"absolute",top:`-${1e5+e.height()}px`,width:s}).insertAfter(e),this.fixClonedImageHeights(t,e),t.find("[srcset]").removeAttr("srcset").removeAttr("sizes"),t.find(".tcb-action-icons, .tcb-add-block-below, .tve-image-resize, .tve-video-resize").remove(),TVE.do_action("tcb.symbol.filter_generated_preview",t)}return t},fixClonedImageHeights(e,t){e.find("img:not(.tcb-video-cover-image)").each((e,s)=>{const i=t.find(`img:eq(${e})`).height();s.style.setProperty("height",i+"px","important")})},preventBrowserAutofill(e=TVE.Editor_Page.editor){e.jquery||(e=TVE.inner_$(e)),e.find('form,input[type="password"]').attr("autocomplete","new-password"),e.find('input[name="email"],input[name="username"],input[name="password"]').val("")},getControlConfig(e,t,s=null){const i=[e,"components",t,"config",s].filter(e=>e);return fn.deepGet(TVE.Elements,i)},prepareWordfencePostContent:e=>e.replace(/(<|<\/)svg/g,"$1_wafsvg_"),replaceStringSpecialChars:e=>(e=e.replace(/(&#8216;|&#8217;)/g,"'").replace(/(&amp;)/g,"&")).replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)),refreshNonce(){TVE.ajax(TVE.CONST.ajax_url,"post",{action:"tve_generate_new_nonce",nonce:TVE.CONST.ajax_url}).done(function(e){TVE.CONST.nonce=e.data.nonce})}},$.fn.extend(_objectSpread({tve_draggable(e){return this.each(function(){const t=$(this);function s(s,i){r=l*(h[m[a]]-p[m[a]])/e.stepSize;let c=e.incrementSize*h[m[a]]*l/e.stepSize;c=c||e.incrementSize,g[s].call(t,c,o,a,r,i.ctrlKey,i)}(e=e||{}).stepSize=e.stepSize||1,e.incrementSize=e.incrementSize||1,t.data("tve_draggable.options",e);let i,a,l,o,c,n,r,d=!1;const h={x:0,y:0},p={x:0,y:0},g=$.extend({start(e,t,s,i){},move(e,t,s,i,a,l){},stop(e,t,s,i,a,l){}},e),m={top:"y",right:"x",bottom:"y",left:"x"},u=m[this.dataset.dir||e.dir],v=function(t){t.buttons?(h.x=t.screenX-c,h.y=t.screenY-n,function(){const t=Math.sqrt(Math.pow(h.y-p.y,2)+Math.pow(h.x-p.x,2));return e.stepSize<=1||t>=e.stepSize}()&&(s("move",t),p.x=h.x,p.y=h.y)):TVE.$body.removeClass("cursor-resize-x cursor-resize-y")},f=function(e){TVE.$body.removeClass("cursor-resize-x cursor-resize-y"),TVE.set_event_callback("inner","mousemove"),TVE.set_event_callback("inner","mouseup"),TVE.set_event_callback("outer","mousemove"),TVE.set_event_callback("outer","mouseup"),d=!1,h.x=e.screenX-c,h.y=e.screenY-n,s("stop",e)};t.on("mousedown",function(t){c=t.screenX,n=t.screenY,i=t.currentTarget,a=i.getAttribute("data-dir")||e.dir,o=i.getAttribute("data-style")||e.style,l=-1===i.className.indexOf("reverse")?1:-1,p.x=p.y=0,g.start(o,a,t,e),d=!0,TVE.set_event_callback("inner","mousemove",v),TVE.set_event_callback("inner","mouseup",f),TVE.set_event_callback("outer","mousemove",v),TVE.set_event_callback("outer","mouseup",f),TVE.$body.addClass("cursor-resize-"+m[a])}),TVE.outer.$document.on("selectstart",function(e){return d&&e.preventDefault(),!d}),this.classList.add("cursor-resize-"+u)})},visible(){return this.css("visibility","visible")},invisible(){return this.css("visibility","hidden")}},jqueryPlugins))})(jQuery)},77466:(e,t,s)=>{const i=s(16668);e.exports=i.control.extend({template:TVE.tpl("lead-generation/consent"),after_initialize(){this.$dom={api_list:this.$(".api-list"),description:this.$(".consent-description"),info:this.$(".mandatory-info")}},update(){this.component.leadGenerationView.read("consent");const e=this.$dom.api_list.empty(),t=this._model().get("consent"),s=!t.enabled,i=t.always_send||[];let a=[];_.each(this._model().get("apis"),_.bind(function(e,t){a.push({key:t,label:this.label(t)})},this)),a=TVE.apply_filters(`lg_consent_apis.${this.component.key}`,a),_.each(a,_.bind(function(t){const a=s&&["email","asset"].indexOf(t.key)>-1;t.selected=-1!==i.indexOf(t.key)||a,e.append(this._control(t)),a&&-1===i.indexOf(t.key)&&i.push(t.key)},this)),s&&(t.always_send=i,this._model().set("consent",t)),this._model().trigger("consent_options",e),this.toggleMandatory(),this.$dom.description.toggle(a.length>0)},check(e,t){const s=this._model().get("consent"),i=jQuery(t);s.always_send=s.always_send||[];const a=s.always_send.indexOf(t.dataset.name);i.parent().toggleClass("line-checked",t.checked),t.checked?-1===a&&s.always_send.push(t.dataset.name):s.always_send.splice(a,1),this.toggleMandatory()},toggleMandatory(){const e=this._model().get("apis"),t=Object.keys(e);this.$dom.info.toggle(0===t.length||this._model().checkRequiredConsent()),this.$dom.api_list.toggle(t.length>0)},input(){},_model(){return this.component.leadGenerationModel},_view(){return this.component.leadGenerationView},label(e){return this.model.config.labels[e]?this.model.config.labels[e]:this.model.config.labels.default.replace("{service}",TVE.CONST.api_connections[e])},_control(e){this._controls=this._controls||{};const t=new TVE.Views.Controls.Checkbox({model:{config:{name:e.key,label:e.label,checked:e.selected,hide_name:!0}}});return t.$("label").toggleClass("line-checked",e.selected),this._controls[e.key]=t,t.$el.off()},setValues(e=[]){e.forEach(e=>this._controls[e]&&this._controls[e].setChecked(!0,!0))}})},77990:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const l=s(20583),o=s(16668),c=s(87476);e.exports=l.base.extend({after_initialize(){this.$section_containers=this.$(".sections-container")},before_open(e){this.read_element(e),this.render_list()},after_open(){this.$listView.$search_input.trigger("focus")},render_list(){this.$listView=new n({el:this.$section_containers,modal_view:this,section_name:this.$$section_name,type:this.$$type})},read_element(e){this.applyTo=e.element,this.$$type=e.element.attr("data-tcb-elem-type")||TVE._type(e.element),this.$$section_name=this.$$type.charAt(0).toUpperCase()+this.$$type.slice(1)},before_close(){this.$listView.undelegateEvents()}});const n=o.base_view.extend({template:TVE.tpl("symbols/sections-container"),events:()=>_.extend({},o.base_view.prototype.events,{"keyup input.search-sections":"search_sections","click .tcb-modal-tabs-links li":"change_tab","click .tcb-hf-right":"save"}),initialize(e){this.currentSectionTemplate=e.modal_view.applyTo[0].getAttribute("data-id"),this.section_name=e.section_name,this.type=e.type,this.modal_view=e.modal_view,this.render()},render(){return this.$el.html(this.template({section_name:this.section_name})),this.after_render(),this},after_render(){this.set_elements(),this.set_active_tab(),this.show()},set_elements(){this.$saved_templates=this.$(".saved-templates"),this.$our_templates=this.$(".our-templates"),this.$save=this.$(".tcb-hf-right"),this.$search_input=this.$("input.search-sections"),this.$status=this.$(".status"),this.$error_container=this.$(".error-container"),this.$header=this.$(".tcb-modal-tabs")},set_active_tab(){this.$active_tab=this.$(".tcb-modal-tabs-links li.active")},change_tab(e){if(e.currentTarget.classList.contains("active"))return!1;t(e.currentTarget).siblings().removeClass("active"),e.currentTarget.classList.add("active");const s=e.currentTarget.getAttribute("data-tab");return this.$("."+s).show().siblings(".tcb-modal-tab-container").hide(),this.$("span.user-action").html("saved-hf"===s?TVE.t.insert_hf:TVE.t.choose_hf),this.set_active_tab(),!1},slide_templates(e){t(e.currentTarget).parent().next().slideToggle()},show(){this.get_sections({args:{category_name:this.section_name+"s"},type:this.type})},get_sections(e){TVE.ajax("get_symbols","get",e).done(_.bind(this.on_success,this)).tcb_error=_.bind(this.on_error,this)},on_success(e){if(e.error)return this.on_error(e);this.$status.hide(),this.sections=e.symbols,this.render_items(e.symbols.local,this.$saved_templates),this.render_items(e.symbols.cloud,this.$our_templates)},render_items(e,t){t.empty(),_.isEmpty(e)&&this.no_items(t);const s=this.currentSectionTemplate;_.each(e,function(e){const i=new d({item:e,currentSectionTemplate:s});t.append(i.render().$el)})},no_items(e){const t=new r({listView:this,parentContainer:e});e.append(t.render().$el)},on_error(e,t,s){const i=TVE.getDetailedErrorMessage(e,t,s,!0);return this.$search_input.hide(),this.$header.addClass("tve-error-wrapper"),this.$error_container.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({error_message:i})),!1},search_sections(e){const t=e.currentTarget.value,s=this.filter_sections(t,this.sections.local),i=this.filter_sections(t,this.sections.cloud);this.render_items(s,this.$saved_templates),this.render_items(i,this.$our_templates)},filter_sections:(e,t)=>_.filter(t,function(t){return-1!==t.post_title.toLowerCase().indexOf(e.toLowerCase())}),select_item(e,s){const i=s.dataset.id,a=parseInt(s.dataset.cloud)?this.$our_templates:this.$saved_templates;this.$(".tcb-modal-tab-elem").each(function(){this.classList.remove("active"),this.dataset.id===i&&t(this).parents("."+a.attr("class")).length&&this.classList.add("active")}),this.$save.prop("disabled",!1)},save(){const e=this.$active_tab.data("tab"),t=this.$("."+e).find(".active");if(!t.length)return!1;if("create-hf"===e)return this.show_create_step(t),!1;TVE.do_action("tcb.header-footer.before_template_insert",this);const s=t.data("id");c.init(this.sections.local[s],this.type),c.insert_symbol_in_content(),this.modal_view.close()},show_create_step(e){const t=e.data("id");parseInt(e.data("cloud"))?this.show_cloud_symbol(t):this.render_create_view(this.sections.local[t])},show_cloud_symbol(e){const t={id:e,type:this.type};this.$status.show(),TVE.ajax("cloud_content_template_download","get",t).done(_.bind(this.success_download,this,this.sections.cloud[e])).fail(_.bind(this.on_error,this))},success_download(e,t){const s=t.data;s.css=t.data.head_css,s.thumb=e.thumb,this.$status.hide(),this.render_create_view(s)},render_create_view(e){const t=new h({item:e,listView:this});this.$el.html(t.render().$el),t.$input_name.trigger("focus")}}),r=o.base_view.extend({className:"text-no-sections",template:TVE.tpl("symbols/sections-message"),initialize(e){this.listView=e.listView,this.parentContainer=e.parentContainer},render(){const e=this.get_message(),t=this.parentContainer.hasClass("our-templates");return this.$el.html(this.template({message:e,type:this.listView.type+"s"})),t?this.$(".no-sections-on-site").hide():this.$(".no-sections-on-cloud").hide(),""!==e&&(this.$(".no-sections-on-cloud").hide(),this.$(".no-sections-on-site").hide(),this.$(".no-search-results").show()),this},get_message(){return this.listView.$("#search-sections").val()}}),d=o.base_view.extend({template:TVE.tpl("symbols/section-item"),initialize(e){this.item=e.item,this.currentSectionTemplate=e.currentSectionTemplate},render(){return this.$el.html(this.template({item:this.item,currentSectionTemplate:this.currentSectionTemplate})),this}}),h=o.base_view.extend({template:TVE.tpl("symbols/create-item"),events:{"click .tcb-hf-back":"go_back","click .tcb-hf-right":"add_new_section","click .tcb-notification-icon-error":"hide_error_container","keyup #item-title":"key_press_handler"},initialize(e){this.item=e.item,this.$listView=e.listView},render(){return this.$el.html(this.template({type:this.$listView.type})),new d({el:this.$el.find(".item-create"),item:this.item}).render(),this.after_render(),this},after_render(){this.$input_name=this.$(".item-title"),this.$error_container=this.$(".error-container")},key_press_handler(e){13===e.keyCode&&this.add_new_section()},go_back(){this.$listView.render()},get_category_id(){const e=this.$listView.type+"s";return _.find(TVE.CONST.sections_tax_terms,function(t){return t.slug===e}).term_id},validate_input(){let e;return!_.isEmpty(this.$input_name.val().trim())||(e="header"===this.$listView.type?TVE.t.header_name_required:TVE.t.footer_name_required,this.$error_container.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({error_message:e})),!1)},add_new_section(){if(!this.validate_input())return!1;const e=this.get_category_id(),t=function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({from_existing_id:this.item.is_local?this.item.id:"",element_type:this.$listView.type,symbol_content:TVE.prepareWordfencePostContent(this.item.content),symbol_css:this.item.css,tve_globals:this.item.tve_globals,symbol_title:this.$input_name.val(),tcb_symbols_tax:e,thumb:this.item.thumb?this.item.thumb:""},TVE.Lightspeed.getLightspeedData({$content:TVE.inner_$(this.item.content)}));return TVE.ajax("save_symbol","post",t).done(_.bind(this.save_success,this)).tcb_error=_.bind(this.on_error,this),!1},save_success(e){if(e.error)return this.on_error(e);this.$input_name.val(""),TVE.page_message(TVE.t[this.$listView.type+"_saved"]),c.init(e.data,this.$listView.type),c.insert_symbol_in_content(),this.$listView.modal_view.close()},on_error(e,t,s){return this.$error_container.fadeIn(200).html(TVE.tpl("symbols/save-templates-symbols-error")({error_message:TVE.getDetailedErrorMessage(e,t,s,!0)})),!1},hide_error_container(){this.$error_container.fadeOut(200)}})}(jQuery)},78130:(e,t,s)=>{!function(t){const i=s(16668).base_view,a=s(44546),l=s(37284),o=s(53117),c=TVE.apply_filters("tcb_extend_landing_page_modal",s(88778)),n=s(33057);let r=!1;e.exports=i.extend({dom:{},lp_templates:null,tooltips:TVE.apply_filters("tcb_sidebar_right_tooltips",{"central-style-panel":{name:"centralStyleTooltip",icon:"central-style-panel",title:"Central Style Panel",info:"The Central Style Panel is only available on Smart Landing Pages or in Thrive Theme Builder.\n<br><br>This panel allows you to easily rebrand the colors and styles of a page in a few clicks. Changes you make here are inherited by all compatible elements on the page, instantly updating. Smart Landing Pages can be selected from the pre-built landing page sets.\n",learnMoreLink:"https://help.thrivethemes.com/en/articles/4425847-what-are-smart-landing-pages-and-how-to-use-them ",type:"central-style-panel",extraClass:"unavailable-icon-tooltip",learnMoreText:"Read more"},"cloud-templates":{name:"cloudTemplatesTooltip",icon:"cloud-download-light",title:"Change Template",info:"Landing Page Templates are only available when editing a WordPress Page but not blog posts.\n<br><br>A landing page template will override your theme content, making that page uniquely styled and distraction free. Editing a landing page wont affect any other pages on your website.\n",learnMoreLink:"https://help.thrivethemes.com/en/articles/4425940-saving-and-loading-a-landing-page-template ",type:"cloud-templates",extraClass:"unavailable-icon-tooltip",learnMoreText:"Read more"},"ab-test":{name:"abTestTooltip",icon:"test",title:"Create New Test",info:"Thrive Optimize is an extension to Thrive Architect that lets you quickly run split tests on your landing pages.\n<br><br>You can create 2 or more variations in page content and let Thrive Optimize track your conversion goals, measure your converion rate and automatically deliver the winning page.\n",learnMoreLink:"https://thrivethemes.com/optimize-unbundled/ ",type:"ab-test",extraClass:"unavailable-icon-tooltip",learnMoreText:"Learn more about Thrive Optimize and get this extension here"},"sidebar-settings":{name:"sidebarSettingsTooltip",icon:"cog-regular",title:"Edit page settings and data",info:"Edit Thrive Architect page settings including importing and exporting landing pages, changing global settings, adding custom CSS and more.",extraClass:"unavailable-icon-tooltip hide-tooltip-buttons",type:"sidebar-settings"},"tar-redirect":{name:"architectTooltip",icon:"tar",title:"Edit the content",info:"To edit the content, switch to <b>Thrive Architect</b>",learnMoreLink:"# ",type:"tar-redirect",extraClass:"architect-redirect-tooltip"},"theme-redirect":{name:"themeTooltip",icon:"ttb",title:"Edit Current Template",info:"To edit the current template, switch to <b>Thrive Theme Builder</b>",learnMoreLink:"# ",type:"theme-redirect",extraClass:"template-redirect-tooltip"},"conditional-display":{name:"conditionalDisplayTooltip",icon:"conditional-display",title:"Display Conditions",info:"This page contains multiple state elements \nwith display conditions. For easy access to those elements use this panel",infoAlt:"Conditional display empowers you to \ntarget your content to specific audiences \nbased on your choices of rules.",type:"conditional-display",learnMoreLink:"https://help.thrivethemes.com/en/articles/5814058-how-to-use-the-conditional-display-option",extraClass:"conditional-display-tooltip"}}),tooltipInstances:{},events:()=>_.extend({},i.prototype.events,{"click [data-toggle]:not(.tcb-sidebar-icon-unavailable)":"toggle_drawer"}),after_initialize(){this.initTooltip(),this.dom.$links=this.$(".sidebar-item"),this.dom.$drawers=this.$(".drawer").each(this.bind(function(e,t){this.dom[t.getAttribute("data-drawer")]=t})),TVE.add_action("tcb.focus.clear",()=>{r&&this.hide_drawers()}),this.elements=new a({el:this.dom.elements,sidebar:this}),this.settings=new l({el:this.dom.settings,sidebar:this}),TVE.add_filter("tcb_central_style_panel_view",(e,t)=>(void 0===TVE.CONST.theme&&TVE.CONST.landing_page&&TVE.CONST.skin_colors&&(e=new(s(46221))({el:t.dom.central_style_panel,sidebar:t})),e)),TVE.CONST.global_styles.has_c_s_p&&(this.central_style_panel=TVE.apply_filters("tcb_central_style_panel_view",null,this),this.central_style_panel||(this.central_style_panel=new o({el:this.dom.central_style_panel,sidebar:this}))),TVE.add_action("tve.lazyload.done",()=>{TVE.CONST.has_templates&&(this.lp_templates=new c)})},blur:()=>(TVE.prevent_blur||TVE.Editor_Page.blur(),!1),toggle_drawer(e){if(TVE.$(e.target).parents(".tcb-tooltip-container").length)return;let t=!e.currentTarget.classList.contains("active");const s=e.currentTarget.dataset.toggle,i=t?100:0;e.currentTarget.getAttribute("data-tooltip-type")&&(clearTimeout(this.hoverTime),this.tooltipInstances[e.currentTarget.getAttribute("data-tooltip-type")].hide()),t=TVE.apply_filters("tcb.drawer.should_show",t,s),t?(this.hide_drawers(),r=!0,TVE.tooltips.disable(e.currentTarget)):TVE.tooltips.enable(),setTimeout(()=>{this.dom[s].classList.toggle("active",t),TVE.BROWSER.macosx&&TVE.BROWSER.mozilla?this.$(".scrollbar").css("overflow-y","auto"):this.$(".scrollbar").scrollbar(),e.currentTarget.classList.toggle("active",t)},i),"elements"!==s&&"settings"!==s||this[s].search.state("search"),"central_style_panel"!==s||t||TVE.Views.Controls.DropPanel.close_all(),this.trigger("drawer_opened",s),TVE.do_action("tcb.drawer.toggle",s,t),TVE.main.states_dropdown.hide_dropdown()},hide_drawers(){if(!this.can_close())return!1;this.dom.$drawers.tcbRemoveClass("active"),this.dom.$links.tcbRemoveClass("active"),this.elements.search.state("normal"),this.settings.reset(),TVE.tooltips.enable(),TVE.Views.Controls.DropPanel.close_all(),this.trigger("hide_drawers"),TVE.do_action("tcb.drawer.hide"),r=!1},open_templates_picker(){this.hide_drawers();const e=new t.Event("tcb.open_templates_picker");return t(TVE.main).trigger(e),!e.isDefaultPrevented()&&TVE.CONST.has_templates&&TVE.modal_open("page-wizard",{element:TVE.ActiveElement}),!1},getElementsByVisibility(e="visible"){return Array.from(this.$(`.tve-element[data-elem]:${e}`)).map(e=>e.dataset.elem)},adminMetaBoxes(){TVE.modal_open("admin-meta-boxes")},openHelpCorner(){this.hide_drawers();const e=new t.Event("tcb.openHelpCorner");return t(TVE.main).trigger(e),TVE.modal_open("help-corner",{element:TVE.ActiveElement}),!1},openLandingPageModal(){if(this.lp_templates)this.lp_templates.open();else{const e=setInterval(()=>{this.lp_templates?(TVE.main.overlay(!0),this.lp_templates.open(),clearInterval(e)):TVE.main.overlay()},100)}},can_close(){return!this.__prevent_close},prevent_close(){return this.__prevent_close=!0,this},allow_close(){return delete this.__prevent_close,this},before_initialize(){TVE.do_action("tcb.extend-sidebar-right",this)},toggleTooltip(e){const s=e.currentTarget;this.sectionHasTooltip(s)&&("mouseenter"===e.type?this.hoverTime=setTimeout(()=>{if(!t(".drawer.active").length){const e=s.getAttribute("data-tooltip-type");if("conditional-display"===e){const t=this.tooltipInstances[e].$el,s=t.find(".tcb-tooltip-info"),i=t.find(".tcb-tooltip-buttons"),a=t.find(".tcb-button-dismiss");n.editorHasConditionalDisplay()?(s.text(this.tooltips[e].info),i.hide()):(s.text(this.tooltips[e].infoAlt),i.show(),a.hide())}this.tooltipInstances[e].display()}},400):"mouseleave"===e.type&&(clearTimeout(this.hoverTime),this.tooltipInstances[s.getAttribute("data-tooltip-type")].hide()))},initTooltip(){for(const e in this.tooltips){const t=this.$(`[data-tooltip-type="${e}"]`);this.tooltipInstances[e]=new TVE.Views.other.Tooltip({icon:this.tooltips[e].icon,title:this.tooltips[e].title,info:this.tooltips[e].info,"info-alt":this.tooltips[e].infoAlt||"",learnMoreLink:this.tooltips[e].learnMoreLink,type:this.tooltips[e].type}),this.tooltips[e].extraClass&&this.tooltipInstances[e].$el.addClass(this.tooltips[e].extraClass),this.tooltips[e].learnMoreText&&this.tooltipInstances[e].$el.find(".tcb-button-more").html(this.tooltips[e].learnMoreText),t.append(this.tooltipInstances[e].$el),t[0]&&this.isUnavailableSection(t[0])&&"conditional-display"!==t[0].getAttribute("data-tooltip-type")&&t.removeAttr("data-tooltip data-position data-toggle data-fn")}},isUnavailableSection:e=>e.classList.contains("tcb-sidebar-icon-unavailable"),sectionHasTooltip:e=>TVE.$(e).is(".tcb-sidebar-icon-redirect,.tcb-sidebar-icon-unavailable, .tcb-sidebar-icon-tooltip")})}(jQuery)},78367:(e,t,s)=>{e.exports=s(16668).base_view_model.extend({delete:(e,t)=>TVE.ajax(e,"post",{key:t}).done(()=>{TVE.page_message(TVE.t.ct_symbol_deleted,!1)}).fail(()=>{TVE.page_message(TVE.t.ct_symbol_error,!0)}),update:(e,t,s)=>TVE.ajax(e,"post",{elementId:t,newName:s}).done(()=>{TVE.page_message(TVE.t.ct_symbol_name_changed,!1)}).fail(()=>{TVE.page_message(TVE.t.ct_symbol_error,!0)}),insertSymbol(e){const t=s(87476);this.ensureSymbolExists(e).then(()=>{t.init(TVE.CONST.symbols[e]),t.insert_symbol_in_content(!1,e=>{TVE.PostList.utils.fetchExistingPosts(!0);const t=()=>{TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e.find(".tcb-post-list")),TVE.remove_action("tcb.post_list.posts_loaded",t)};TVE.add_action("tcb.post_list.posts_loaded",t),TVE.do_action("tcb.symbol_loaded",e)})},()=>{console.warn("Symbol was not found")})},ensureSymbolExists:e=>new Promise((t,s)=>{TVE.CONST.symbols[e].content?t():TVE.ajax("get_symbol","get",{id:e}).done(i=>{i.data?(TVE.CONST.symbols[e]=i.data,t()):s()})}),insertContentTemplate(e){TVE.drag.fetch({data:{key:e,usertpl:!0}},TVE.ActiveElement),TVE.Editor_Page.blur()}})},78374:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const l=s(16102),o=s(7596),c=s(80234);class n{constructor(e){this.component=e,this.init()}init(){this.initHooks(),this.component.reporting=new l({el:this.component.$(".tve-reporting-control"),model:{config:{label:TVE.t.video_reporting_toggle,info:!0}}}),this.component.completionRate=new o({el:this.component.$(".tve-reporting-completion-rate"),model:{config:{name:TVE.t.video_completion_rate,default:90,min:0,max:100,um:["%"]}}}),this.component.reporting.change=(e,t)=>{const s=t.checked;if(e.attr("data-reporting-enabled",s?1:0),s){const t=e.attr("data-type");let s,l;["self","external","custom"].includes(t)?l=e.find("source").attr("src"):(l=e.attr("data-url"),s=e.find("iframe").attr("data-code")),t&&l?c.fetchVideoInformation(s,t,l,e).then(s=>{void 0!==s&&s&&n.updateConfig(e,function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({url:l,provider:t},s))}):TVE.page_message(`Something went wrong and the video data was not saved. The provider (${t}) or the url (${l}) were not provided.`,-1)}else e.removeAttr("data-video-information");this.component.completionRate.change(e,{value:90}),this.component.completionRate.update(e)},this.component.reporting.update=e=>{this.component.reporting.setChecked(n.isReportingEnabled(e)).$el.toggleClass("tcb-hidden",n.shouldHideReporting(e)),this.component.completionRate.update(e)},this.component.completionRate.input=TVE.$.noop,this.component.completionRate.change=(e,t)=>{const s=t.value;e.attr("data-completion-rate",s)},this.component.completionRate.update=function(e){const t=e.attr("data-completion-rate");this.setValue(t),this.$el.toggleClass("tcb-hidden",!n.isReportingEnabled(e)||n.shouldHideReporting(e))},this.tooltip=TVE.initBasicTooltip({template:TVE.tpl("controls/tooltip/video-reporting")},this.component.reporting,()=>this.component.$(".tve-reporting-control .tve-switch-info"))}static isReportingEnabled(e){return 1===parseInt(e.attr("data-reporting-enabled"))}static shouldHideReporting(e){var t;const s=e.attr("data-type");return TVE.apply_filters("tcb.video.should_hide_reporting","vooplayer"===s,e)||e.find('iframe[data-reporting-enabled="1"]').length>0||0===Object.keys(null!==(t=TVE.CONST.apprentice)&&void 0!==t?t:{}).length}initHooks(){TVE.add_filter("tcb_save_post_data_before",e=>(e.video_reporting_data=[],TVE.inner_$(`<div>${e.tve_content}</div>`).find('[data-reporting-enabled="1"]').addBack('[data-reporting-enabled="1"]').each((t,s)=>{const i=TVE.$(s),a=n.getConfig(i);a.percentage_to_complete=i.attr("data-completion-rate")||90,e.video_reporting_data.push(a)}),e)),TVE.add_action("tcb.video.url_changed",e=>{n.isReportingEnabled(e)&&this.component.reporting.change(e,{checked:!0})})}static getConfig(e){let t=e.attr("data-video-information");return void 0!==t&&(t=JSON.parse(t)),t}static updateConfig(e,t){e.attr("data-video-information",JSON.stringify(t))}}e.exports=n},78506:(e,t,s)=>{const i=s(32970);e.exports=i.extend({template:TVE.tpl("controls/optgroup"),after_render(){this.$select=this.$el.find("select"),!1!==this.get_config("default",!1)&&this.setValue(this.get_config("default"))},get_extra_class:TVE.$.noop,getOptions(e){const t=[];return _.each(e.options,function(e,s){jQuery.isPlainObject(e)?t.push(e):"string"!=typeof e&&"number"!=typeof e||t.push({name:e,value:isNaN(s)?s:e})}),t}})},78524:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const o=s(26843),c=s(54624),n=o.getDefaultOptions(),r={ids:"Select products",category:"Select categories",tag:"Select tags",terms:"Select terms"},d={category:{label:"",taxonomyKey:"product_cat",operatorKey:"cat_operator"},tag:{label:"",taxonomyKey:"product_tag",operatorKey:"tag_operator"},terms:{label:"",taxonomyKey:"",operatorKey:"terms_operator"}},h=e=>`#tcb-woo-shop-${e}-select`,p={initControls(e,t,s){this.$component=s.$el,this.templateInstance=t,Object.values(d).forEach(s=>this.initControl(s.operatorKey,t,e)),e.taxonomy.change=function(e,s){const i=s.value,a=this.component.$el.find(h("terms"));this.component.$el.find(".terms-container").toggle(i.length>0),t().setData("terms",""),t().setData("taxonomy",i).updateProductsSection(),i&&(a.empty(),this.component.queryBuilder.initTaxonomySelect(s.value,"terms",!0))},e.taxonomy.update=_.debounce(function(){const e=this.component.$el.find(".terms-container"),s=this.model.config.options.length>0;if(this.$el.toggle(s).prev(".taxonomy-separator").toggle(s),s){const s=t().getData("taxonomy");s.length>0&&(this.setValue(s),this.component.queryBuilder.initTaxonomySelect(s,"terms",!0)),e.toggle(s.length>0)}else e.hide()},500)},initControl(e,t,s){s[e].change=(s,i)=>{t().setData(e,i.dataset.value).updateProductsSection()},s[e].update=function(){this.setValue(t().getData(e))}},initSelects(){_.each(d,(e,t)=>{"terms"!==t&&this.initTaxonomySelect(e.taxonomyKey,t,!0)}),this.initProductIdSelect(!0)},initTaxonomySelect(e,t,s=!1){const i=a({},n);i.ajax=a(a({},i.ajax),{url:TVE.CONST.routes.posts+"/terms",data:t=>({taxonomy:e,post_type:"product",search:t.term})}),this.initSelect2(t,i),s&&this.updateSelect2(t,e)},initProductIdSelect(e=!1){const t=a({},n);t.ajax=a(a({},t.ajax),{url:TVE.CONST.routes.posts,data:e=>({search:e.term,post_type:"product",taxonomy:"product",operator:"OR",relation:"IN",posts_per_page:10})}),this.initSelect2("ids",t),e&&this.updateSelect2("ids")},initSelect2(e,t){o.initSelect2(this.$component.find(h(e)),t,this.selectCallback,e)},selectCallback(e,t){const s=TVE.$(e.target),i=s.val()?s.val().toString():"";p.templateInstance().setData(t,i).updateProductsSection(),p.refreshSelect2Visuals(s,r[t],i)},refreshSelect2Visuals(e,t,s){e.parent().toggleClass("select-has-selection",s.length>0).find(".select2-search__field").attr("placeholder",t)},updateSelect2(e,t=""){const s=this.templateInstance().getData(e),i=this.$component.find(h(e));if(i.val(null).trigger("change"),s){let a=TVE.CONST.routes.posts;const l={specific:1,terms:s.split(",")};"ids"===e?l.post_type="product":(a+="/terms",l.taxonomy=t),c.getItems(a,l,t=>{t.forEach(e=>{const t=new Option(e.label,e.value,!0,!0);i.append(t)}),i.trigger("change"),this.refreshSelect2Visuals(i,r[e],s)})}else this.refreshSelect2Visuals(i,r[e],s)},closeSelect2(){[...Object.keys(d),"ids"].forEach(e=>o.closeSelect2(this.$component.find(h(e))))}};e.exports=p},78746:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}let o;const c=s(33057),n=s(65295),r={"tcb-ready":()=>{setTimeout(()=>{n.updateSidebarNotificationDot()},24)},"tcb.element.remove":e=>{const t=new c(e);t.hasDisplays()&&t.removeDisplayGroup(),n.updateSidebarNotificationDot()},"tcb.element.insert":()=>{n.updateSidebarNotificationDot()},"tcb.element.focus":e=>{if(new c(e).hasDisplays()){const t=new ResizeObserver(e=>{for(const t of e)t.borderBoxSize&&TVE.inner_$(t.target).tcbCss(`--tve-cond-height-${TVE.main.device.charAt(0)}`,t.borderBoxSize[0].blockSize)});e.data("cond-resize-observer",t),t.observe(e[0],{box:e.css("box-sizing")})}},"tcb.element.duplicate":(e,t)=>{e.is(TVE.identifier("symbol"))||(c.syncDisplays(),c.duplicateGroupsInContent(t),n.updateSidebarNotificationDot())},"tcb.unlink_symbol.before":()=>{c.syncDisplays(),c.duplicateGroupsInContent(TVE.ActiveElement,!0)},"tve.lazyload.done":e=>{void 0!==e["conditional-display-groups"]&&n.restoreGroups(e["conditional-display-groups"])},"tcb.show_icons":(e,t)=>{n.updateIcons(e,t),o.onShow()},"tve.reposition.icons.contentbox":e=>{n.updateIcons(e)},"tve.reposition.icons.text":e=>{n.updateIcons(e)},"tve.reposition.icons.menu":e=>{n.updateIcons(e)},"tcb.element-icons.after-init":e=>{e.for_edit()&&(o=new(s(75215)),e.$el.prepend(o.render()))},"tcb.new-editor-content":(e,t)=>{"content_template"===t?(c.syncDisplays(),c.duplicateGroupsInContent(e)):n.fetchDisplays(e),n.updateSidebarNotificationDot()},"tcb.symbol.filter_generated_preview":e=>{const t=e.find(`[${c.displayHideAttr}="1"]`).addBack(`[${c.displayHideAttr}="1"]`);t.length>0&&t.empty()},"tcb.focus.clear":e=>{if(e&&e.length>0){const t=new c(e);t.hasDisplays()&&t.syncDisplay()}},"tcb.extend-sidebar-right":e=>{e.locateElement=(e,t)=>{const s=c.getDisplayKey(t),i=c.getGroupKey(t);c.getEditorElement({groupKey:i,displayKey:s}).tve_highlight()},e.setDisplayActive=(e,t)=>{TVE.Editor_Page.blur();const s=[{group:c.getGroupKey(t),display:c.getDisplayKey(t)}];let i=t.parentElement.parentElement.closest(".not-visible.cdg-display-item");for(;null!==i;)s.unshift({group:c.getGroupKey(i),display:c.getDisplayKey(i)}),i=i.parentElement.closest(".not-visible.cdg-display-item");s.forEach((e,t)=>{setTimeout(()=>{const t=c.getEditorElement({groupKey:e.group});c.getInstance(t).setActive(e.display,!0,!1)},24*(t+1))}),setTimeout(n.renderSidebarHierarchy,50*s.length)}},"tcb.drawer.toggle":(e,t)=>{"conditional-display"===e&&t&&n.renderSidebarHierarchy()},"tcb.templates.after_ct_save":e=>{e.find(`[${c.groupKeyAttr}]`).addBack(`[${c.groupKeyAttr}]`).length>0&&(c.syncDisplays(),c.duplicateGroupsInContent(e),TVE.Editor_Page.focus_element(TVE.ActiveElement.removeClass("edit_mode")))}},d={"tcb.inner_actions.left_icons":(e,t)=>(t.for_edit()||(e["conditional-display"]={name:"conditional-display",fn:"",selector:"conditional-display",property:"conditional-display"}),e),"tve.get_stripped_content":e=>e.replace(/\[tve_conditional_display[^\]]*]/gm,""),tcb_filter_html_before_save:(e,t,s)=>(s.conditionalDisplayGroupsSave||(e.find("#tve-conditional-displays").remove(),c.replaceGroups(e)),e),"tcb.drawer.should_show":(e,t)=>("conditional-display"===t&&(e=e&&c.editorHasConditionalDisplay()),e),"tve.collect_head_css.custom_ids":(e,t,s,i)=>{const a=t.find(`[${c.groupKeyAttr}]`).addBack(`[${c.displayKeyAttr}]`);if(a.length>0){const e=TVE.getClassThatContains(t,TVE.CONST.global_cls_prefix),l=t=>{const a=c.getGroup(t);a.find(i).each((t,i)=>{const a=TVE.USE_GLOBALSHEET?e:i.getAttribute("data-css"),l=i.getAttribute("data-selector");a&&s.add(a),l&&s.add(l)}),a.children().find(`[${c.groupKeyAttr}]`).each((e,t)=>{const s=c.getGroupKey(t);l(s)})};a.each((e,t)=>l(c.getGroupKey(t)))}return e},"tcb.content_template.container":e=>{const t=e.find(`[${c.groupKeyAttr}]`);if(t.length>0){const s=t=>{const i=c.getGroup(t);e=e.add(i),i.children().find(`[${c.groupKeyAttr}]`).each((e,t)=>{const i=c.getGroupKey(t);s(i)})};t.each((e,t)=>s(c.getGroupKey(t)))}return e},"tcb.content_templates.data":e=>(e.onResponseFn=()=>n.fetchDisplays(TVE.inner_$(e.html_code)),e),tcb_save_post_data_after:e=>(e["conditional-displays"]=c.prepareGroupsForSave(),e),"tcb.templates.before_save":(e,t)=>{if(t.find(`[${c.groupKeyAttr}]`).length>0){const t=c.prepareGroupsForSave();e.append("conditional-displays",JSON.stringify(t))}return e},"tcb.symbol.before_save":e=>(e["conditional-displays"]=c.prepareGroupsForSave(),e),"tcb.lazyload.data":e=>a(a({},e),{},{"conditional-display-groups":[...TVE.inner_$(`[${c.groupKeyAttr}]`)].map(e=>c.getGroupKey(e))}),"tcb.breadcrumbs.items":e=>e.map(e=>{const t=c.getInstance(e.element);return t.hasDisplays()&&(e.name=`${e.name} - <span style="font-style: italic">${t.getDisplayName()}</span>`,e.cls="orange-item"),e}),"tcb.components.expanded_key":e=>(new c(TVE.ActiveElement).hasDisplays()&&(e="conditional-display"),e),"tcb.group_edit.selected_elements":e=>(e.each((t,s)=>{TVE.inner_$(s).parents("#tve-conditional-displays").length&&(e=e.not(s))}),e),"ttb.css.save.whitelist_rule":c.whitelistConditionalCss,"tcb.css.save.whitelist_rule":c.whitelistConditionalCss,"tcb.collect_head_css.whitelist_rule":c.whitelistConditionalCss,"tve.symbol.whitelist.rule":c.whitelistConditionalCss};e.exports=()=>{TVE.addHooks({actions:r,filters:d},{"tve.collect_head_css.custom_ids":0})}},79113:(e,t,s)=>{const i=s(88455),a=s(62204);e.exports=i.extend({template:"conditional-display/modal/condition/input-number-comparator",setInput(e){this.$("input").val(parseInt(e))},inputChanged(e){let t=parseFloat(e.target.value);(t<this.min||t>this.max||!Number.isInteger(t))&&(t=this.min,this.setInput(t)),this.setModel(t)},getDefaultValue(){return this.min},extraInitialize(){const e=a.getFieldData(this.model.get("field")).validation_data;this.min=e.min,this.max=e.max}})},79240:(e,t,s)=>{const i=s(28372);_.each(i.actions,(e,t)=>{TVE.add_action(t,e)}),_.each(i.filters,(e,t)=>{TVE.add_filter(t,e)}),e.exports=s(47491)},79299:(e,t,s)=>{const i=s(35489),a=".thrv-lp-block",l="thrv-lp-block";e.exports=i.extend({updateOnMouseLeave:!1,controls_init(e){i.prototype.controls_init.call(this,e),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.find(a).addBack().filter(a).each(function(){TVE.inner_$(this).head_css_clone()}),e.tcbHasClass(l)&&(this.adjustBlockMargins(e),this.adjustBlockMargins(t))}),TVE.add_action("tve.imported_content",()=>{TVE.Editor_Page.editor.find(".tcb-add-block-placeholder").remove()}),TVE.add_action("tcb_after_element_drop",e=>{if(e&&e.is(`${a}:not(.tcb-add-block-placeholder)`)){const t=e.next(),s=e.prev();this.adjustBlockMargins(e),t.tcbHasClass(l)&&this.adjustBlockMargins(t,!1),s.tcbHasClass(l)&&this.adjustBlockMargins(s,!1)}e.is(a)||TVE.Editor_Page.editor.find(".tcb-add-block-placeholder").remove()}),TVE.add_filter("tcb.global_variable_color",e=>{if(!TVE.ActiveElement)return e;const t=TVE.ActiveElement.closest(a);if(t.length>0&&"1"===t.attr("data-match-lp-colors")&&e.includes(TVE.CONST.colors.local_prefix)){const t=TVE.getRawCssVariableName(e).replace(TVE.CONST.colors.local_prefix,""),s=TVE.getCssVariableValue("--tcb-local-related-"+t);s&&window.getComputedStyle(TVE.inner.document.body).getPropertyValue(TVE.getRawCssVariableName(s))&&(e=TVE.buildCssVariable(s))}return e}),TVE.add_filter("tcb.elem.type",(e,t)=>("section"===e&&t.tcbHasClass(l)&&(e="block"),e)),TVE.add_action("tcb.symbol.before_save_logic",(e=null)=>{(e=e||TVE.ActiveElement).find(a).addBack().removeClass(a.replace(".",""))}),TVE.add_filter("tcb.symbol.before_save",(e={})=>{if(e.symbol_css.length>0&&TVE.ActiveElement){let t=TVE.ActiveElement.find(a).addBack().filter(a);0===t.length&&(t=TVE.ActiveElement.closest(a)),t.length>0&&(e.symbol_css=TVE.Components.contentblock.prepareLocalVariablesForTemplates(t,e.symbol_css))}return e}),TVE.add_filter("tcb.templates.before_save",(e={})=>{let t=TVE.ActiveElement.find(a).addBack().filter(a);if(0===t.length&&(t=TVE.ActiveElement.closest(a)),t.length>0){let s=e.get("template_content");s=s.split(a.replace(".","")).join(""),e.set("media_rules",TVE.Components.contentblock.prepareLocalVariablesForTemplates(t,e.get("media_rules"))),e.set("template_content",s)}return e}),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{e.is(a)&&(this.is_full_width()&&e.find(".tve-page-section-in").outerWidth()===e.parent().width()&&e.removeAttr("data-inherit-lp-settings"),this.adjustBlockMargins(e),e.next().tcbHasClass(l)&&this.adjustBlockMargins(e.next(),!1),e.prev().tcbHasClass(l)&&this.adjustBlockMargins(e.prev(),!1),TVE.compat.fixOldButtonsSelectors(),TVE.inner.window.TCB_Front.playBackgroundYoutube(e.find(".tcb-yt-bg").first())),e.hasClass("thrv-page-section")&&e.removeClass("tcb-no-delete tve_no_drag tcb-no-clone")})},adjustBlockMargins(e,t=!0){e.filter(a).each((e,s)=>{const i=TVE.inner_$(s),a={},l=TVE.Editor_Page.selection_manager.selectors.editable,o=i.prev(),c=i.next();o.length&&o.not(".thrv_header").is(l)&&(o.tcbHasClass("thrv-page-section")?a["margin-top"]="0px !important":t&&0===parseInt(o.css("margin-bottom"))&&(a["margin-top"]="30px !important")),c.length&&c.not(".thrv_footer").is(l)&&(c.tcbHasClass("thrv-page-section")?a["margin-bottom"]="0px !important":t&&0===parseInt(c.css("margin-top"))&&(a["margin-bottom"]="30px !important")),Object.keys(a).length>0&&i.head_css(a)})},openBlocksModal(e,t="insertAfter"){const s=TVE.BlockModal.get_instance(TVE.modal.get_element("blocks"));TVE.BlockModal.setTarget(e,t),s.open()},placeholder_action(e){if(TVE.CONST.blocks)this.openBlocksModal(e);else{const t=setInterval(()=>{TVE.CONST.blocks?(TVE.main.overlay(!0),this.openBlocksModal(e),clearInterval(t)):TVE.main.overlay()},100)}}})},79380:e=>{e.exports={}},79471:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:5}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns='http://www.w3.org/2000/svg' viewBox="0 0 325 108" preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 321.48px; stroke-dasharray: 321.48px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 321.48px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M5.413 89c9.803-7.044 26.336-10.565 49.598-10.565C89.908 78.435 99.205 89 123.065 89c23.864 0 41.368-10.565 66.036-10.565 24.67 0 38.495 10.565 74.194 10.565 16.041 0 48.493-1.899 56.118-12.178"/>\n\t\t\t\t</svg>`}}},79627:e=>{e.exports={generateShortcode(e){const t={"field-validation":"percentage","data-attribute":"data-fill","data-css":e.find(".tve_fill_counter_n").attr("data-css")};return{extra_params:TVE.buildAttrStringFromObject(t),$shortcodeElement:e.find(".tve_fill_counter_n"),shortcodeAttr:["data-fill"],key:"number"}},customFieldInput(e,t,s=null){const i=TVE.Components.fillcounter.controls.ExternalFields,a={value:s||0,name:t},l=i.getCFValues("number",e,t,a),o=e.find(".tve_fill_counter_n");l.value=parseFloat(l.value),TVE.isBetweenMinMax(l.value)?(o.attr({"data-fill":l.value,"data-c-f-id":l.name}).removeAttr("data-fill-d data-fill-t data-fill-m"),TVE.Components.fillcounter.controls.FillPercent.input(o,{value:l.value}),i.updatePostList(o)):TVE.page_message("Invalid input. The value needs to be a percentage value!",!0,5e3)}}},79782:e=>{e.exports=function(e){const t=[];if(!e||!e.classList.contains("tve_tabs_has_toggle_view"))return;e.querySelectorAll("ul > li").forEach(function(e){e.parentNode.removeChild(e)}),e.querySelectorAll(".tve_tabs_toogle_view_section_tag").forEach(function(e){const s=e.cloneNode(!0);s.classList.remove("tve_tabs_toogle_view_section_tag");const i=document.createElement("li");for([...s.attributes].forEach(({name:e,value:t})=>{i.setAttribute(e,t)});s.firstChild;)i.appendChild(s.firstChild);t.push(i)});const s=e.querySelector("ul");t.forEach(function(e){s.appendChild(e)})}},79850:(e,t,s)=>{const i=s(50732);e.exports=s(16668).control.extend({content_hidden_icon:TVE.icon("a_down"),content_shown_icon:TVE.icon("a_up"),content_view:null,_sortable:!1,initialize(e){this.$el.addClass("tcb-preview-toggle-list"),this.tpl=e.tpl||"controls/preview-toggle-list-item",e.model&&e.model.config&&(e.model.config.sortable&&this.sortable(!0),e.model.config.extra_class&&this.$el.addClass(e.model.config.extra_class),e.model.config.tpl&&(this.tpl=e.model.config.tpl)),"function"==typeof this.after_initialize&&this.after_initialize(e)},attach_collection(e){if(this.collection)throw new Error("Collection already attached (preview list instance)");this.collection=e,this.listenTo(this.collection,"add",this.render),this.listenTo(this.collection,"reset",this.render),this.listenTo(this.collection,"remove",this.render),this.listenTo(this.collection,"change",this.render)},attach_view(e){this.content_view=e},update(){this.collection.DURING_UPDATE=!0,this.collection.reset(this.get_items(this.readFrom())),delete this.collection.DURING_UPDATE},get_items(e){throw new Error("Preview list: get_items not implemented")},render(){!1===this._sortable&&this.$el.data("ui-sortable")&&this.$el.sortable("destroy"),this.$el.empty();let e=!1;this.collection.each(function(t,s){if(this.collection.prepareItem&&(t.attributes=this.collection.prepareItem(t.attributes)),t.index=s,t.get("__new"))return!0;e=!0,this.$el.append(TVE.tpl(this.tpl,{view:this,item:t})),!1===t.get("hide_content")&&(this.toggle_view instanceof Backbone.View&&this.toggle_view.destroy(),this.$('.preview-toggle-list-content[data-index="'+s+'"]').append('<div id="tcb-preview-toggle-list-'+s+'"></div>'),this.toggle_view=new this.content_view({el:this.$("#tcb-preview-toggle-list-"+s),model:t}))},this),e?this._sortable&&this.$el.sortable({axis:"y",handle:".preview-toggle-list-sort-handle",update:_.bind(this.order_changed,this)}):this.$el.html(TVE.tpl(this.tpl,{no_item:!0}))},order_changed(e,t){const s=t.item.index();if(s===parseInt(t.item.data("index")))return;const i=this.collection.at(parseInt(t.item.data("index")));this.collection.remove(i,{silent:!0}),this.collection.add(i,{at:s,silent:!0}),this.collection.trigger("change")},item_remove(e,t){return this.collection.remove(this.collection.at(parseInt(t.getAttribute("data-index")))),i.close_all(),!1},item_click(e,t){return this.trigger("item_click",this.collection.at(parseInt(t.getAttribute("data-index"))),t),!1},item_toggle(e,t){if("false"!==t.getAttribute("data-hidden")){this.collection.findWhere({hide_content:!1}).set({hide_content:!0},{silent:!0});const e=parseInt(t.getAttribute("data-index")),s=this.collection.at(e);s.set({hide_content:!1}),this.collection.trigger("item-toggle",s)}return!1},item_duplicate(e,t){const s=this.collection.at(parseInt(t.getAttribute("data-index")));return this.trigger("item_duplicate",s),!1},sortable(e){return this._sortable=void 0===e||e,this}})},79873:(e,t,s)=>{e.exports=s(68101).extend({$$type:"post_list_featured",categoryId:"",templateName:"post_list_featured"})},79984:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const l=s(16668).base_view,o=TVE.tpl("util/tooltip");e.exports=l.extend({className:"tcb-tooltip-container",tooltipOffset:0,timeout:0,before_initialize(e){this.type=e.type,this.template=e.template?e.template:o},render(e){this.$el.html(this.template(function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({tooltipImage:null,extraClass:""},e)))},display(e=0,s){this.timeout=this.isRightSidebarTooltip()?0:50,setTimeout(()=>{if(this.$el.hasClass("section-tooltip")){const e=t(".section-type");e.length&&0!==t(e[0]).offset().top&&0===this.tooltipOffset&&(this.tooltipOffset=t(e[0]).offset().top),0!==this.tooltipOffset&&this.$el.css("top",this.tooltipOffset+"px")}else{const t=this.$el.parent(),i=t.length?t.offset().top:0;this.$el.css("top",e||i+"px"),"undefined"!==s&&this.$el.css("left",s)}this.toggle(!TVE.CONST.dismissed_tooltips.includes(this.type))},this.timeout)},show(){this.$el.addClass("tcb-visible")},hide(e=!1){this.$el.removeClass("tooltip-pulse").addClass("tcb-out"),this.timeout=this.isRightSidebarTooltip()?0:1e3,e?this.$el.removeClass("tcb-visible tcb-out"):setTimeout(()=>this.$el.removeClass("tcb-visible tcb-out"),this.timeout)},isVisible(){return this.$el.hasClass("tcb-visible")},isDismissed(){return TVE.CONST.dismissed_tooltips.includes(this.type)},dismiss(){return TVE.CONST.dismissed_tooltips=Array.from(new Set(TVE.CONST.dismissed_tooltips.concat(this.type))),TVE.ajax("dismiss_tooltip","post",{meta_value:TVE.CONST.dismissed_tooltips.filter(e=>e)}),this.hide(),TVE.do_action("tcb.tooltip.after_dismiss",this),!1},isRightSidebarTooltip(){return this.$el.is(".unavailable-icon-tooltip, .template-redirect-tooltip, .architect-redirect-tooltip, .conditional-display-tooltip")}})}(jQuery)},80082:(e,t,s)=>{const i=s(20583);let a=null;e.exports=i.base.extend({setModel(e){this.model=e},changeModal(e){this.$(".tve-post-option-confirm").addClass("tcb-hide"),this.$(".tve-post-option-confirm-"+e).removeClass("tcb-hide")},setPostStatus(e,t){this.model.set("post_status",t.getAttribute("data-post-status"))},cancelChanges(){this.model.trigger("cancel_changes",this.model)}},{get_instance:e=>(a||(a=new TVE.PostOptionsConfirm({el:e})),a)})},80234:e=>{class t{static fetchVideoInformation(e,s,i,a){return new Promise(l=>{setTimeout(()=>{const o=t.getRequestUrl(s,e,i),c=t.getHandlerFn(s);o?TVE.$.getJSON(o).done(e=>l(c(e))).fail(()=>l(!1)):l(c(a))})})}static getRequestUrl(e,t,s){switch(e){case"youtube":return`https://www.googleapis.com/youtube/v3/videos?part=snippet,contentDetails&id=${t}&key=${TVE.VideoProviders.Youtube.prototype.api_key}`;case"vimeo":return`https://vimeo.com/api/oembed.json?url=${s}`;case"wistia":return`https://fast.wistia.com/oembed?url=https://home.wistia.com/medias/${t}`;default:return""}}static getHandlerFn(e){let s;switch(e){case"youtube":s=t.youtubeHandlerFn;break;case"vimeo":case"wistia":s=t.oEmbedHandler;break;case"custom":case"external":s=t.htmlVideoHandler;break;default:console.warn(`no handler implemented for this provider (${e})`)}return s}static oEmbedHandler(e){return!!e&&{title:e.title,duration:parseInt(e.duration)}}static htmlVideoHandler(e){const t=e.find("video")[0];return{title:t.dataset.title,duration:parseInt(t.duration)}}static youtubeHandlerFn(e){if(!(e&&e.items&&e.items.length&&e.items[0].snippet&&e.items[0].snippet.title))return!1;const s=e.items[0].snippet.title,i=e.items[0].contentDetails.duration;return{title:s,duration:t.iso8601ToSeconds(i)}}static iso8601ToSeconds(e){let t=0,s=0,i=0;const a=e.match(/PT(?:([.,\d]+)H)?(?:([.,\d]+)M)?(?:([.,\d]+)S)?/);return a&&(a[1]&&(t=parseInt(a[1])),a[2]&&(s=parseInt(a[2])),a[3]&&(i=parseInt(a[3]))),3600*t+60*s+i}}e.exports=t},80281:(e,t,s)=>{const i=s(16668).base_view;e.exports=i.extend({icons:{desktop:"responsive",tablet:"tablet2",mobile:"mobile2"},widths:{desktop:"100%",tablet:768,mobile:360},_icon:(e,t)=>TVE.icon(("tablet"===e?"tablet-android":e)+(t?"-regular":"-light")),hoverDevice(){TVE.$("input.tve-input:focus").trigger("change")},change_preview(e,t){const s=t.getAttribute("data-device");return TVE.froala.editor&&TVE.froala.editor.$tb&&TVE.froala.editor.button.hideActiveDropdowns(TVE.froala.editor.$tb),this.$(".click.selected").removeClass("selected").html(this._icon(TVE.main.device,!1)),this.$('.click[data-device="'+s+'"]').addClass("selected").html(this._icon(s,!0)),this.select_device(s),!1},setIframeWidth(e){TVE.main.$container.find("iframe").css({width:this.widths[e]})},select_device(e){const t=()=>{setTimeout(()=>{TVE.Editor_Page.reposition_icons(),TVE.ElementIcons.show_icons_by_device(),TVE.ElementEditIcons.show_icons_by_device()})};return TVE.main.trigger("before_device_change"),TVE.main.device=e,this.setIframeWidth(e),TVE.main.$container.add(TVE.main.$el).removeClass("preview-desktop preview-tablet preview-mobile").addClass("preview-"+e),TVE.Editor_Page.$body.removeClass("preview-desktop preview-tablet preview-mobile").addClass("preview-"+e),setTimeout(function(){TVE.main.trigger("device_change",{device:e}),TVE.ActiveElement?(TVE.SkipUpdate=!1,TVE.main.update_components(),TVE.ActiveElement.is(":visible")?TVE.inner_$("html").stop().animate({scrollTop:TVE.ActiveElement.offset().top-50},{duration:400}).promise().done(()=>{t()}):"desktop"===e&&t()):(TVE.Editor_Page.blur(),t()),TVE.inner.window.TCB_Front.resizePageSection(),TVE.main.trigger("after_device_change")}),this}})},80468:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){const t=e=>("hidden"===e&&(e="top"),e);e.Width.update=function(e){const s=e.closest(".tve-up-item").mediaAttr("data-label-pos");this.setValue(e.head_css(`--tve-input-width-${t(s)}`,!1,"",!0,"").trim())},e.Width.input=function(e,s){this.applyElementCss({[`--tve-input-width-${t(e.closest(".tve-up-item").mediaAttr("data-label-pos"))}`]:`${s.value}${this.getUM()}`})},TVE.add_filter("tve.dynamic_dropdown.width_var",(e,s,i)=>{const a=s.closest(".tve-up-item"),l=a.mediaAttr("data-label-pos");return a.length&&(e=`--tve-input-width-${t(l)}`),i.$el.toggleClass("tcb-hide",!!a.length&&"left"!==l),e}),TVE.add_filter(`tcb.state.hide.${this.key}.user_profile_input`,e=>("left"!==TVE.ActiveElement.closest(".tve-up-item").mediaAttr("data-label-pos")&&(e=!0),e))}})},80518:(e,t,s)=>{const i=s(69759);e.exports=i.extend({before_update:jQuery.noop,updateOnMouseLeave:!1,controls_init(){this.controls.content.update=function(){const e=this.component.get_config();if(!e.content_types&&e.post_types&&Object.keys(e.post_types).length>0){const t=[];for(const s in e.post_types)"true"===e.post_types[s]&&t.push(s);e.content_types=t}this.setValue(e.content_types)},this.controls.content.input=function(e,t){this.component.update_config(_.pluck(t,"id"),"content_types");const s=this.component.get_config();s.post_types&&delete s.post_types,this.component.generate_post_grid(e)},this.controls.order_by.update=function(){const e=this.component.get_config();this.setValue(e.orderby)},this.controls.order_by.input=function(e,t){this.component.update_config(t.value,"orderby"),this.component.generate_post_grid(e)},this.controls.order_mode.update=function(){const e=this.component.get_config();this.setValue(e.order)},this.controls.order_mode.input=function(e,t){this.component.update_config(t.value,"order"),this.component.generate_post_grid(e)},this.controls.number_of_posts.update=function(){const e=this.component.get_config();this.setValue(e.posts_per_page)},this.controls.number_of_posts.input=function(e,t){this.component.update_config(t.value,"posts_per_page"),this.component.generate_post_grid(e)},this.controls.recent_days.input=function(){},this.controls.recent_days.update=function(){const e=this.component.get_config();this.setValue(e.recent_days)},this.controls.recent_days.change=function(e,t){this.component.update_config(t.value,"recent_days"),this.component.generate_post_grid(e)},this.controls.start.input=function(){},this.controls.start.update=function(){const e=this.component.get_config();this.setValue(e.posts_start)},this.controls.start.change=function(e,t){this.component.update_config(t.value,"posts_start"),this.component.generate_post_grid(e)}}})},80804:(e,t,s)=>{!function(t){const i=s(51106),a="> .tve_scT > ul > .tve_tab_title_item",l="> .tve_scT > .tve_tab_content",o=s(16668),c=s(40521),n=s(91339),r=/c-\w+/g,d="static",h="dynamic";e.exports=o.component.extend({edit:"active",updateOnMouseLeave:!1,controls_init(e){const s=this;this.progressTooltip=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tabs/progress-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.progressTooltip.FORCE_CLOSE}),this.wrapToggleViewBreakpointTooltip=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tabs/wrap-toggle-wiew-breakpoint-tooltip"),anim_duration:300,no_callback:!0,validate:()=>!this.wrapToggleViewBreakpointTooltip.FORCE_CLOSE}),e.TagsPosition.update=function(e){const t=e.hasClass("tve_tabs_tags_position_vertical")?"vertical":"horizontal";this.setActive(t)},e.TagsPosition.change=function(e,s){const i=t(s).data("value");e.toggleClass("tve_tabs_tags_position_vertical","vertical"===i)},e.TagsAlign.update=function(e){const t=e.hasClass("tve_tabs_tags_position_right")?"right":"left";this.setActive(t)},e.TagsAlign.change=function(e,s){const i=t(s).data("value");e.toggleClass("tve_tabs_tags_position_right","right"===i)},e.WrapToggleViewBreakpoint.update=function(e){const t=e.hasClass("tve_tabs_has_toggle_view");this.setChecked(t),e.toggleClass("tve_tabs_has_toggle_view",t),t||e.removeClass("tve_tabs_show_toggle_view"),s.$(".tcb-toggle-view-breakpoint-width-control").toggleClass("tcb-hidden",!t)},e.WrapToggleViewBreakpoint.change=(t,i)=>{t.toggleClass("tve_tabs_has_toggle_view",i.checked),s.$(".tcb-toggle-view-breakpoint-width-control").toggleClass("tcb-hidden",!i.checked),n(t[0]),i.checked?e.WrapToggleViewBreakpointWidth.update(t.parent()):(t.removeClass("tve_tabs_show_toggle_view"),t[0].querySelectorAll(".tve_tabs_toogle_view_section_tag").forEach(function(e){e.parentNode.removeChild(e)}))},e.WrapToggleViewBreakpoint.openTooltip=()=>(this.wrapToggleViewBreakpointTooltip.isOpen()?this.wrapToggleViewBreakpointTooltip.onCancel():this.wrapToggleViewBreakpointTooltip.open(null,this.$('[data-key="WrapToggleViewBreakpoint"] .tve-switch-info')),!1),e.WrapToggleViewBreakpointWidth.update=function(t){const i=s.getData("data-tve-tabs-wrap-toggle-view-breakpoint-width",this.config.config.default,t);this.setValue(i),e.WrapToggleViewBreakpointWidth.change(t,{value:i})},e.WrapToggleViewBreakpointWidth.input=function(e,t){e.find("> .tve_scT").attr("data-tve-tabs-wrap-toggle-view-breakpoint-width",t.value)},e.WrapToggleViewBreakpointWidth.change=function(e,t){const s=e.find("> .tve_scT");if(parseInt(this.config.config.min)>parseInt(t.value)){const e=this.config.config.min;s.attr("data-tve-tabs-wrap-toggle-view-breakpoint-width",e),this.setValue(e)}const i=s[0].getBoundingClientRect();s.toggleClass("tve_tabs_show_toggle_view",i.width<t.value)},e.TagsSize.update=function(e){const t=s.getData("data-tve-tags-size",this.config.config.default,e);this.setValue(t),s.$(".tcb-tags-max-width-control").toggleClass("tcb-hidden","relative"!==t),s.$(".tcb-tags-fixed-size-control").toggleClass("tcb-hidden","relative"===t)},e.TagsSize.change=function(e,t){const i=t.value;e.find("> .tve_scT").attr("data-tve-tags-size",i),s.$(".tcb-tags-max-width-control").toggleClass("tcb-hidden","relative"!==i),s.$(".tcb-tags-fixed-size-control").toggleClass("tcb-hidden","relative"===i)},e.TagsMaxWidth.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tabs-tags-max-width",!0)||"none")},e.TagsMaxWidth.input=function(e,t){this.applyElementCss({"--tabs-tags-max-width":t.value+this.getUM()},e,this.config.css_suffix,"")},e.TagsFixedSize.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tabs-tags-width",!0)||"auto")},e.TagsFixedSize.input=function(e,t){this.applyElementCss({"--tabs-tags-width":t.value+this.getUM()},e,this.config.css_suffix,"")},e.SpacingBetweenTagsContent.update=function(){const e=this.applyTo().head_css("gap",!1,this.config.css_suffix,!0,this.config.css_prefix),t=e.match(/^\d+(em|px)$/)?e:"0px";this.setValue(t)},e.SpacingBetweenTagsContent.input=function(e,t){this.applyElementCss({gap:t.value+this.getUM()},e)},e.HorizontalSpacing.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tabs-tags-horizontal-space",!0)||"0px")},e.HorizontalSpacing.input=function(e,t){this.applyElementCss({"--tabs-tags-horizontal-space":t.value+this.getUM()},e,this.config.css_suffix,"")},e.VerticalSpacing.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tabs-tags-vertical-space",!0)||"0px")},e.VerticalSpacing.input=function(e,t){this.applyElementCss({"--tabs-tags-vertical-space":t.value+this.getUM()},e,this.config.css_suffix,"")},e.BetweenSpacing.update=function(e){this.setValue(TVE.getComputedStyle(e,"--tabs-tags-gap",!0)||"0px")},e.BetweenSpacing.input=function(e,t){this.applyElementCss({"--tabs-tags-gap":t.value+this.getUM()},e,this.config.css_suffix,""),e.toggleClass("tve_tabs_use_between_spacing",t.value>0)},e.TabType.update=function(e){const t=s.getData("data-tab-type",d,e),i=t===h?".tve-tab-dynamic":".tve-tab-static";t===h?(this.setActive(h),s.renderVariableNames(e)):(this.setActive(d),s.$(".variable-names").html("")),s.$(".tve-type-control .control-grid").hide(),s.$(`${i} .control-grid`).show()},e.TabType.change=function(e){const t=this.isActive(d)?d:h,i=t===h?".tve-tab-dynamic":".tve-tab-static";e.find("> .tve_scT").attr("data-tab-type",t),s.$(".tve-type-control .control-grid").hide(),s.$(`${i} .control-grid`).show(),t===d?s.$(".variable-names").html(""):s.renderVariableNames(e)},e.DefaultTab.change=function(e,t){i(function(){e.find(a).eq(t.value).tcbTabsToggle(),e.find("> .tve_scT").attr("data-selected",t.value)},e)},e.DefaultTab.update=function(e){const t=s.getData("data-selected",0,e),{html:i,selected:a}=s.getStaticTabsData(e,t);this.$("select").html(i),this.setValue(a)},e.DynamicTabType.update=function(e){const t=s.getData("data-dynamic-type","url-query-string",e);this.setValue(t)},e.DynamicTabType.change=function(e,t){e.find("> .tve_scT").attr("data-dynamic-type",t.value),s.renderVariableNames(e)},e.VariableName.update=function(e){const t=s.getData("data-tab-variable","tab",e);this.setValue(t)},e.VariableName.change=function(e){const t=this.getValue();e.find("> .tve_scT").attr("data-tab-variable",t),s.renderVariableNames(e)},e.FallbackValue.update=function(e){const t=s.getData("data-fallback-tab",0,e),{html:i,selected:a}=s.getStaticTabsData(e,t);this.$("select").html(i),this.setValue(a)},e.FallbackValue.change=function(e,t){i(function(){e.children(".tve_scT").attr("data-tab-type")===h&&e.find(a).eq(t.value).tcbTabsToggle(),e.find("> .tve_scT").attr("data-fallback-tab",t.value)},e)},e.ContentAnimation.update=function(e){let t=e.attr("data-animation");t||(t="appear",e.attr("data-animation",t)),this.setValue(t)},e.ContentAnimation.input=(e,t)=>{e.attr("data-animation",t.value),e.find("> .tve_scT > .tve_tab_content > .tve-cb").removeAttr("style")},e.HoverEffect.update=function(e){const t=e.find(a);this.setValue(t.length?TVE.getClassThatContains(e.find(a),"c-"):"")},e.HoverEffect.input=function(e,s){const i=e.find(a);i.removeClassContaining(r),i.addClass(s.value),i.find(".tve-tab-text").each(function(){t(this).toggleClass("tve-hover-anim",!!s.value)})},e.ProgressStyling.update=function(e){this.setChecked("1"===e.attr("data-progress-style"))},e.ProgressStyling.change=(e,t)=>{e.attr("data-progress-style",t.checked?"1":"0");const s=e.find(l).filter(".tve-tc-visible").index()-1;e.find(a).filter(e=>e<s)[t.checked?"addClass":"removeClass"]("tve_tS tve-state-expanded")},e.ProgressStyling.openTooltip=()=>(this.progressTooltip.isOpen()?this.progressTooltip.onCancel():this.progressTooltip.open(null,this.$('[data-key="ProgressStyling"] .tve-switch-info')),!1),this.elementHooks()},getEditElement:()=>TVE.ActiveElement,getData(e,t,s=null){s||(s=this.getEditElement());let i=s.find("> .tve_scT").attr(e);return void 0===i&&(i=t,s.find("> .tve_scT").attr(e,i)),i},isUrlQueryString(){return"url-query-string"===this.getData("data-dynamic-type","url-query-string")},renderVariableNames(e){const t=this.getData("data-tab-variable","tab",e),{options:s}=this.getStaticTabsData(e);this.$(".variable-names").html(this.generateVariableNames(t,s))},generateVariableNames(e,t){let s="";const i=this.isUrlQueryString()?"?":"";return t.forEach(function(t){s+=`<li>${i}${e}=${t.value}</li>`}),s},toggleVariableNames(){this.$(".tve-tab-variable-names").toggleClass("active")},getStaticTabsData(e,s=0){let i="";const l=[];return e.find(a).each(function(e){const a=t(this);void 0===s&&(s=a.hasClass("tve_tS")?e:0),l.push({title:a.text(),value:e}),i+='<option class="tve-option" value="'+e+'">'+a.text()+"</option>"}),e.find(a).eq(s).length||(e.find("> .tve_scT").attr("data-selected",0),s=0),{html:i,selected:s,options:l}},elementHooks(){const e=e=>{TVE.inner_$(e).find(".tve_tab_title_item").first().tcbTabsToggle()};TVE.add_action("tcb.after_insert_symbol",e),TVE.add_action("tve.imported_content",e),TVE.add_action("tcb_after_cloud_template_css_inserted",e),TVE.add_filter("allow_remove",(e,t)=>(t[0].hasClass("tve_tab_title_item")?(this.remove_tab(t[0].index(),t[0]),e=!1):t[0].is(".thrv-tabbed-content.tve-tab-upgraded > .tve_scT > ul")&&(t[0].closest(".thrv-tabbed-content ").remove(),TVE.main.EditMode.exit(),setTimeout(()=>{TVE.Editor_Page.blur()})),TVE.AddTab.hideControls(),e)),TVE.add_action("tcb.element.duplicate",(e,t)=>{if(e.hasClass("tve_tabs_toogle_view_section_tag")){const t=e.closest(".tve_scT").find("> ul li").eq(e.data("tveTabIndex"));TVE.Editor_Page.duplicate_element(t)}else if(e.hasClass("tve_tab_title_item")){const s=e.index(),i=e.closest(".thrv-tabbed-content"),a=i.find(l).eq(s);TVE.Editor_Page.duplicate_element(a),t.removeClass("tve_tS tve-state-expanded"),n(i[0])}else e.hasClass("tve_tab_content")&&t.removeClass("tve-tc-visible").hide()}),TVE.add_filter("tve.duplicate_elem.regenerate_css_selectors",e=>`${e}, .tve_tab_title_item, .tve_tab_content`),TVE.add_action("tve.froala.text.noteditable",e=>{const t=e.closest(".thrv-tabbed-content");t.length&&t.find(" > .tve_scT.tve-prevent-content-edit").length&&TVE.Editor_Page.focus_element(t)}),TVE.add_filter("tcb.get_dropzone_target",e=>{if(void 0!==TVE.FLAGS.$dragged_element)return e;if(TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("tabs"))){const t=TVE.main.EditMode.element().find(`${TVE.identifier("tab_content")}.tve-tc-visible`).first().find("> .tve-cb");e=t.length?t.children().last():e}return e}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".thrv-tabbed-content.tve-tab-upgraded > .tve_scT").each(function(){const e=t(this),s=e.find("> .tve_tab_content"),i=parseInt(e.attr("data-selected"))||0;s.removeClass("tve-tc-visible").hide(),s.eq(i).show()}),e)),TVE.AddTab=new TVE.AddTabView},addTabs(e){e.jquery||(e=TVE.ClickedElement);const t=TVE.renderers.base.read_element_props(e),s=e.find(a).length+1,i=["First","Second","Third","Fourth","Fifth","Sixth","Seventh","Eighth","Ninth"],o=(i[s-1]?i[s-1]:s+"th")+" Tab";let c=e.find(`${a}.thrv_wrapper.tve_tab_title_item:not(.tcb-excluded-from-group-item)`).last(),n=TVE.inner_$('<div class="thrv_wrapper tve_tab_content tve_scTC" style="display: block;"><div class="tve-content-box-background"></div><div class="tve-cb"></div></div>');1===s?c=TVE.inner_$(`<li class="thrv_wrapper tve_tab_title_item tve_tS"><div class="tve_tab_title"><p class="tve-tab-text">${o}</p></div></li>`):(c.length||(c=e.find(a).last()),c=c.clone(),n=e.find(l).eq(c.index()).clone(),n.removeClass("tve-tc-visible").css("display","none").find(" > .tve-cb").removeClass("tcb-parent-placeholder-empty").empty(),c.removeClass("tve_tS tve-state-expanded"),c.find(".tve-tab-text").html(o)),e.find(".tve_scT > ul").append(c),e.find(".tve_scT").append(n);const r=TVE.renderers.base.read_element_props(e);this.undo_action(e,t,r),this.update("DefaultTab").update("FallbackValue").update("preview")},undo_action(e,t,s){TVE.UndoManager.add({undo:()=>{e.html(t.html)},redo:()=>{e.html(s.html)}})},remove_tab(e,t){const s=t.closest(".thrv_tabs_shortcode");t.hasClass("tve_tabs_toogle_view_section_tag")&&(e=t.data("tveTabIndex")),e=parseInt(e),i(function(){const i=s.find(`${l}.tve-tc-visible`).first().index()-1;if(s.find(a).eq(e).remove(),s.find(l).eq(e).remove(),i===e){const t=s.find(a);e===t.length&&e--,t.eq(e).tcbTabsToggle()}-1===e&&(s.remove(),TVE.Editor_Page.blur()),t.hasClass("tve_tabs_toogle_view_section_tag")&&t.remove()},s,this)},__config_ProgressStyling(e){e.info=!0},__config_WrapToggleViewBreakpoint(e){e.info=!0},editElement(){this.$tab=TVE.ClickedElement,this.$tabWrapper=this.$tab.find("> .tve_scT"),this.$tabWrapper.removeClass("tve-prevent-content-edit");const e=this.$tab.find(".tve_tab_content > .tve-cb");e.each(function(){const e=TVE.inner_$(this);if(0===e.html().length){const t=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+TVE.t.placeholder_text+"</div>");e.addClass("tcb-parent-placeholder-empty").append(t)}}),TVE.main.EditMode.enter(this.$tab,{blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,can_insert_elements:!0,callbacks:{exit:()=>{this.$tabWrapper.addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(this.$tab.removeClass("canvas-mode")),e.each(function(){const e=TVE.inner_$(this);e.hasClass("tcb-parent-placeholder-empty")&&e.removeClass("tcb-parent-placeholder-empty").empty()})}}}),TVE.Editor_Page.focus_element(this.$tab.find(`${a}.tve_tS`))}})}(jQuery)},80830:(e,t,s)=>{const i=s(10817);e.exports=i.extend({template:TVE.tpl("inline/column-options"),render_row(e,t){this.component.renderer.render_to(this.$element.removeClass("tcb-elem-placeholder"),!0,t.parentNode.getAttribute("data-cols"),this.$(t).index()),TVE.drag.refresh(),TVE.Editor_Page.blur(),this.hide(),TVE.Editor_Page.focus_element(this.$element.removeClass("edit_mode"))}})},80913:(e,t,s)=>{const i=s(20583);let a=null;e.exports=i.base.extend({labels:TVE.t.error_labels,default_errors:TVE.t.lg_errors,events:()=>_.extend({},i.base.prototype.events(),{"click #tcb-sign-up-error-enabled":"toggle_signup_error_editor"}),_get_type(){return this.type},_get_signup_error_editor(){return this.$signup_error_editor||(this.$signup_error_editor=this.$("#tcb-lg-signup-error-editor")),this.$signup_error_editor},toggle_signup_error_editor(e){const t=this;this._get_signup_error_editor().toggle({duration:0,complete(){t.display_editor=e.currentTarget.checked}})},render_errors(){this._get_fields_container().empty(),this._get_signup_error_wrapper()["api"===this._get_type()?"show":"hide"](),this.display_editor&&(this.$("#tcb-sign-up-error-enabled").prop("checked",!0),this._get_signup_error_editor().show()),this._set_editor_content(this.custom_messages.error||""),_.each(this.model.attributes,function(e,t){if("phone"===t)return!0;this.render_error({key:t,value:e,label:this.labels[t]})},this)},get_editor(){return this.editor||(this.editor="undefined"!=typeof tinymce?tinymce.get("tcb_lg_error"):null),this.editor},get_editor_content(){return this.get_editor()?this.get_editor().getContent():""},_set_editor_content(e){return!!this.get_editor()&&this.get_editor().setContent(e)},restore_defaults(){_.each(this.model.attributes,(e,t)=>{this.model.set(t,this.default_errors[t])}),this.render_errors()},change(e,t){const s=t.value,i=t.getAttribute("data-key");this._set(i,s)},_set(e,t){return this.model.set(e,t),!0},_get_fields_container(){return this.container||(this.container=this.$(".tcb-fields-error").first()),this.container},_get_signup_error_wrapper(){return this.$signup_error_wrapper||(this.$signup_error_wrapper=this.$("#tcb-signup-error-wrapper")),this.$signup_error_wrapper},render_error(e){const t=TVE.tpl("lead-generation/errors/item");e=e||{},e=_.extend({key:"key",label:"label",value:"value"},e),this._get_fields_container().append('<div class="half-width">'+t({item:e})+"</div>")},toggleSignupFailedSection(e=!0){this._get_signup_error_wrapper().toggle(e)},before_open(){this.toggleSignupFailedSection("function"==typeof this.component.usesSignupFailedMessage&&this.component.usesSignupFailedMessage())}},{get_instance:(e,t)=>(a||(a=new TVE.LGErrorMessages({el:e,model:t||new Backbone.Model})),a)})},81126:(e,t,s)=>{const i=s(18584),a=s(2208),l=()=>{TVE.ActiveElement.is(TVE.identifier("video_cover"))&&TVE.Components.video_cover.controls.ImageOverlay.update()},o={actions:{"tcb.video.settings_changed":e=>i.fixOverlayPosition(e),"tcb.froala.toolbar_buttons":(e,t)=>(t.closest(TVE.identifier("video_cover")).length>0&&(e=e.filter(e=>"tcbLink"!==e)),e),"tcb.post_list_article.sync":e=>{e.find(`[data-cover-thumbnail-type="dynamic"] .${a.COVER_IMAGE_CLASS}`).each((e,t)=>{const s=TVE.inner_$(t),i=s.closest(TVE.identifier("article")).attr("data-id");s.attr("src",TVE.PostList.dynamicImage.getImage(i,"featured"))})},"tcb.element.selected.responsivevideo":e=>{if("true"!==e.attr("data-is-dynamic")){const e=i.getCTATooltip(),t=TVE.Components.responsivevideo.$el;e.isDismissed()||(0===t.find(".tcb-tooltip-container").length&&t.append(e.$el),setTimeout(()=>{const s=t.find(TVE.identifier("video_cover")).offset().top-e.$el.height()/2+33+6;e.display(s)},50),t.on("click",t=>{0===TVE.inner_$(t.target).closest(".tcb-tooltip-container").length&&e.hide()}))}},"tcb.palettes_v2.update":l,"tcb.palettes_v2.color_inherit":l},filters:{tcb_filter_html_before_save:e=>(e.find(`.tcb-video-cover[data-cover-thumbnail-type="dynamic"] .${a.COVER_IMAGE_CLASS}`).each((e,t)=>{TVE.inner_$(t).replaceWith("[tcb_video_cover_featured_image]")}),e.find("[data-previous-src]").removeAttr("data-previous-src"),e.find('.thrv_responsive_video[data-type="youtube"]').each((e,t)=>{const s=TVE.inner_$(t);if(s.length>0){const e=s.find("iframe");["data-src","src"].forEach(t=>{const s=e.attr(t);void 0!==s&&(s.includes("&enablejsapi=1")||e.attr(t,`${s}&enablejsapi=1`))})}}),e)}},c=e=>(TVE.ActiveElement.closest(TVE.identifier("video_cover")).length>0&&(e=e.concat(n)),e),n='.tcb-button-link-container, .anim-link, .tve-control[data-key="ToggleURL"], .link-control, .cb-link, .image-link, [data-value="sticky"]';_.each({button:["button","animation","scroll"],icon:["icon","animation"],contentbox:["contentbox","animation","scroll"],image:["image","animation","scroll"],columns:["scroll"],column:["animation"]},(e,t)=>{e.forEach(e=>o.filters[`tcb.hidden_controls.${e}.${t}`]=c)}),e.exports=o},81551:(e,t,s)=>{const i=s(20583);let a=null;e.exports=i.with_cached_data.extend({template_item:TVE.tpl("controls/revision-manager-item"),after_initialize(){this.$list=this.$("#tcb-revision-list").empty()},get_ajax_params:()=>TVE.ajax_data("revisions","post",{post_id:TVE.CONST.post.ID}),process_data(e){return this.render_list(e),e},render_list(e){this.$list.empty(),_.each(e||this.$$stored_data,function(e,t){this.$list.append(this.template_item({item:e,index:t}))},this)},clicked(e,t){const s=t.getAttribute("href");return TVE.main.overlay(),jQuery.get(s,function(){window.parent.location.reload()}),!1}},{reset_revisions(e){Array.isArray(e)||(e=[]),a&&(a.$$stored_data=e,a.render_list())},get_instance:e=>(a||(a=new TVE.RevisionManager({el:e})),a)})},81678:(e,t,s)=>{const i=s(16668),a=s(7596);e.exports=i.control.extend({template:TVE.tpl("controls/corners"),corners:["top-left","top-right","bottom-left","bottom-right"],initialize(){this.render(),this.controls={BorderRadius:new a({el:this.$el.find(".tve-corner-value"),model:{config:{min:0,um:"px"}}})},this.controls_init(this.controls)},controls_init(){const e=this;this.controls.BorderRadius.update=function(){const t=this.readFrom(),s=e.style();let i=t.css(s);i||"border-radius"!==s||t.css("border-top-right-radius")!==t.css("border-top-left-radius")||t.css("border-bottom-left-radius")!==t.css("border-bottom-right-radius")||t.css("border-top-right-radius")!==t.css("border-bottom-left-radius")||(i=t.css("border-top-right-radius")),i||(i=0),this.setValue(parseInt(i))},this.controls.BorderRadius.input=function(t,s){const i={},a=""===e.current_corner?"border-radius":e.style();s.value=this.prepareValue(s.value,"px"),i[a]=s.value+"px"+(this.config.important?" !important":""),i.overflow="",this.applyElementCss({[`--tve-${a}`]:`${s.value}px`},t,"","",!0),e.apply_css(this.applyTo(),i,this.config);const l=this.applyTo().find(".symbol-section-out");l.length&&this.applyElementCss(i,l,"","",!0)}},apply_css(e,t,s){this.applyElementCss(t,e,s.css_suffix,s.css_prefix),TVE.do_action("tcb_action_corners_added",e,t)},corner(e,t){this.current_corner=t.getAttribute("data-value"),this.$el.find(".tve-corner").removeClass("active"),t.className+=" active",this.controls.BorderRadius.update()},setConfig(e,t,s){this.config={to:t,css_suffix:s||""},void 0!==e&&jQuery.extend(!0,this.config,e),this.controls.BorderRadius.setConfig.apply(this.controls.BorderRadius,arguments)},update(){this.current_corner="",this.$el.find(".tve-corner").removeClass("active").filter(".default").addClass("active"),this.controls.BorderRadius.update()},style(e){return void 0===e&&0===(e=this.current_corner).length?"border-radius":"border-"+e+"-radius"},input(){}})},81801:(e,t,s)=>{TVE.add_filter("tcb.conditional_display.is_condition_valid",(e,t)=>{if(e&&"date_and_time_with_intervals"===t.key){const s=t.operator;"more"!==s&&"less"!==s||(e=!!t.um&&t.um.length>0)}return e});const i=s(11845),a=s(86210),l=s(40878),o=s(62204),c=s(56e3),n=a.extend({template:"conditional-display/modal/condition/date-interval",afterRender(){const e=this.model.get("condition");let t=e.value;t||(t=1,this.setModel(t)),this.$("input").val(t),new l({el:this.$(".tcb-interval-select")[0],model:new Backbone.Model({list:i.TIME_INTERVALS.map(e=>({value:e,label:`${TVE.ucFirst(e)} ago`})),placeholderText:"Select interval",selected:e.um}),onSelect:e=>this.setModel(e,"um")})},inputChanged(e,t){let s=parseFloat(t.value);(s<this.minInterval||s>this.maxInterval||!Number.isInteger(s))&&(s=this.minInterval,this.$("input").val(s)),this.setModel(t.value)},extraInitialize(){const e=o.getConditionData(this.model.get("condition").key).validation_data;this.minInterval=e.min_interval,this.maxInterval=e.max_interval}}),r=a.extend({template:"conditional-display/modal/condition/date-picker",afterRender(){if(this.$dateInput=this.$(".tcb-condition-datepicker-input"),this.$extraContainer.toggleClass("hidden",!(this.isSecondary||this.hasTimePicker()&&"equals"!==this.model.get("condition").operator)),this.hasTimePicker()){const e=c.extend({saveHours:this.saveHoursFn.bind(this),saveMinutes:this.saveMinutesFn.bind(this)});this.timePicker=new e({el:this.$extraContainer,model:this.model,noUpdate:!0})}let e=new Date(this.selectedValue);this.selectedValue||(e=new Date,this.hasTimePicker()||(e.setHours(0),e.setMinutes(0)),e.setSeconds(0),this.save(e)),this.$dateInput.datepicker({dateFormat:"yy-mm-dd",beforeShow:()=>{TVE.$("#ui-datepicker-div").addClass("tve-datepicker tve-conditional-datepicker")}}).datepicker("setDate",e),this.selectedValue=this.buildDate(e),this.hasTimePicker()&&this.timePicker.setHours(e.getHours()).setMinutes(e.getMinutes())},openDatePicker(){this.$dateInput.datepicker("show")},changeDate(){const e=new Date(`${this.$dateInput.val()} 00:00`);e.setHours(this.hasTimePicker()?this.timePicker.getHours():0),e.setMinutes(this.hasTimePicker()?this.timePicker.getMinutes():0),e.setSeconds(0),this.save(e)},save(e){this.setModel(this.buildDate(e))},saveHoursFn(e){const t=new Date(this.selectedValue);t.setHours(e),this.save(t)},saveMinutesFn(e){const t=new Date(this.selectedValue);t.setMinutes(e),this.save(t)},buildDate:e=>`${e.getFullYear()}/${e.getMonth()+1}/${e.getDate()} ${e.getHours()}:${e.getMinutes()}`,extraInitialize(e){this.controlType=o.getConditionData(this.model.get("condition").key).control_type,this.isSecondary=e.isSecondary,this.$extraContainer=e.$extraContainer},hasTimePicker(){return"date-and-time"===this.controlType&&!this.isSecondary}}),d=r.extend({className:"tcb-condition-extra-date-picker",save(e){this.setModel(this.buildDate(e),"extra")}});e.exports=a.extend({template:"conditional-display/modal/condition/date-and-time-comparator",afterRender(){const e=this.model.get("condition"),t=e.operator;if(["more","less"].includes(t)){const e=new n({model:this.model,selectedValue:this.selectedValue});this.$extraContainer.addClass("hidden"),this.$(".tcb-condition-date-time").html(e.$el)}else{const s=new r({model:this.model,selectedValue:this.selectedValue,$extraContainer:this.$extraContainer,className:"between"===t?"tcb-condition-extra-date-picker":""});if("between"===t){const t=new d({model:this.model,selectedValue:e.extra?e.extra:"",isSecondary:!0,$extraContainer:this.$extraContainer});this.$extraContainer.append(s.$el).append('<span class="tcb-condition-input-connector"> - </span>').append(t.$el)}else this.$(".tcb-condition-date-picker").html(s.$el)}},extraInitialize(e){this.$extraContainer=e.$extraContainer},isHidden(){return"between"===this.model.get("condition").operator}})},81863:(e,t,s)=>{const i=s(14333),a={actions:{"tcb.show_icons":()=>{TVE.ElementIcons.$save.hide(),TVE.ElementEditIcons.$save.hide()}},filters:{tcb_head_css_prefix:i.symbolHeadCssPrefix,css_rules_before_insert:i.changeCssRulesBeforeInsert,hover_prefix_selector:(e,t)=>!TVE.ActiveElement||jQuery(t).closest(".thrv_header, .thrv_footer").length?e:i.getSymbolPrefix(e,TVE.ActiveElement).trim(),tcb_drag_change_body_class:()=>!1,validate_saved_content:()=>!1,"tcb.breadcrumb_click_before":(e,t,s)=>0!==parseInt(s.dataset.index)&&e,tqb_change_quiz_before_insert:e=>{const t="__CONFIG_quiz_shortcode__",s=jQuery("<div>"+e+"</div>"),i=s.find(".thrive-shortcode-config");let a,l,o;if(i.length)return a=i.html(),l=a.match(new RegExp(t+"(.*)"+t)),l&&(o=JSON.parse(l[1]),o.in_tcb_editor="inside_tcb"),i.html(t+JSON.stringify(o)+t),s.html()},"tcb.content_selector_prefix":e=>TVE.ActiveElement?i.symbolHeadCssPrefix(e,TVE.ActiveElement):e}};e.exports=a},81940:(e,t,s)=>{!function(t){const i=new(s(87861));e.exports=s(23088).extend({collection:new Backbone.Collection({}),item_template:TVE.tpl("cloud-templates/cloud-template-item"),group_item:TVE.tpl("content-blocks/lp-group-item"),types:{},categoryId:"",$$type:"cloud_template",itemClass:".cloud-template-item",filters:{group:[],search:[]},templateName:"",instance:null,windowResized:!1,elementData:null,after_initialize(){this.$el.addClass("tcb-modal-cloud-templates"),this.$el.addClass("modal-w-sidebar"),this.$error=this.$(".error-container").hide(),this.$list=this.$content=this.$("#cb-pack-content"),this.$cloudMenu=this.$("#cb-cloud-menu"),this.$typesWrapper=this.$("#types-wrapper"),this.collectionName=`${this.$$type}-templates`,this.$warning=this.$(".warning-ct-change").hide(),this.$footer=this.$(".tcb-modal-footer").hide(),this.instance=this,this.$$store=i,window.addEventListener("resize",()=>{this.windowResized=!0}),TVE.add_filter("template_store_fetch_ajax_data",e=>(this.forceRefresh&&(e.nocache=!0),e))},before_open(e){this.read_element(e),this.applyTo=TVE.ActiveElement,this.readElementData(),TVE.CONST[this.collectionName]||(this.$content.empty(),this.fetchTemplates(this.$$type)),this.resetFilters(),this.applyTo.hasClass("tcb-ct-placeholder")||!this.applyTo.attr("tcb-template-name")&&!this.applyTo.attr("data-ct-name")?this.$warning.hide():this.$warning.show().find(".tcb-notification-content").html(TVE.t.warning_change_ct.replace(/%s/g,TVE.apply_filters("tcb.cloud_templates.element_name",TVE.t.elements[this.templateName]||TVE.ucFirst(this.templateName.replace(/_/g," ")),this.templateName))),this.selected=void 0===e.selected?e.element[0].getAttribute("tcb-template-id"):e.selected},readElementData:t.noop,selectDefault:t.noop,after_open(){TVE.CONST[this.collectionName]&&(this.collection.reset(TVE.CONST[this.collectionName]),(this.$content.hasClass("masonry")&&this.hasFilters||this.windowResized)&&(this.on_start(),this.build_preview()),this.windowResized=!1,TVE.$(".tvd-lean-overlay").click(()=>{this.close(),TVE.Editor_Page.blur()}),this.selectDefault())},on_success(e,t=this.$$type){if(e.error)return this.on_error({responseJSON:e});this.collection.reset(e.templates),TVE.CONST[`${t}-templates`]=e.templates,this.build_preview(),this.types={},_.each(e.templates,e=>{const s=e.config[`tve_tpl_${t}_meta`]?e.config[`tve_tpl_${t}_meta`][this.categoryId]:"Uncategorized";s&&!this.types[s]&&(this.types[s]=0),this.types[s]++}),1===Object.keys(this.types).length&&this.types.Uncategorized&&(this.types={}),this.$typesWrapper.empty().append(this.group_item({group:"All Types",counter:e.templates.length})),_.each(this.types,(e,t)=>{this.$typesWrapper.append(this.group_item({group:t,counter:e}))}),this.selectDefault()},clearCache(){this.toggleLoader(),this.types={},this.forceRefresh=!0,i.deleteTemplate(this.$$type),this.resetFilters(),this.fetchTemplates(this.$$type)},fetchTemplates(e){this.on_start(),i.fetch(e).done(t=>this.on_success(t,e)).fail((e,t,s)=>this.on_error(e,t,s)).always(()=>this.on_finished())},build_preview(){if(!this.$content.is(":visible"))return;const e=this.instance.collection.clone(),s=this.filters.search.length>0&&this.filters.search[0].length>0,i=[];let a="";this.$cloudMenu.find(".tcb-icon-search-regular").toggle(!s),this.$cloudMenu.find(".tcb-icon-close2").toggle(s),e.each(e=>{const t=`tve_tpl_${this.$$type}_meta`;if(!e.get("config")[t]){const s=e.get("config");s[t]={},s[t][this.categoryId]="Uncategorized",e.set("config",s)}this.filters.group.length>0&&_.intersection(this.filters.group,[e.get("config")[t][this.categoryId]]).length!==this.filters.group.length&&i.push(e),s&&(e.get("name").toLowerCase().includes(this.filters.search[0].toLowerCase())||i.push(e))});for(const t in i)e.remove(i[t]);if(e.each(e=>{a+=this.item_template({item:e.toJSON(),selected:this.selected&&this.selected.toString()===e.id.toString()})}),a.length>0){this.$content.html(a);const e=parseInt(this.$content.find(this.itemClass).outerWidth(!0));this.$content.find("img").each(function(){const s=this.getAttribute("data-ratio");s&&t(this).closest(".cloud-template-item").css("height",e*parseFloat(s)+24)}),this.applyMasonry()}else this.$content.html(this.no_templates());this.on_finished()},domClearSearch(){this.filters.search=[],this.$('input[data-source="search"]').val("").trigger("keydown")},resetFilters(){this.hasFilters=_.some(this.filters,e=>e.length>0),this.filters.group=[],this.filters.search=[],this.$(".active").removeClass("active"),this.$('.click[data-item="All Types"]').addClass("active")},filter:_.debounce(function(e,s){const i=t(s),a=i.attr("data-source"),l="search"===a?i.val().trim():i.attr("data-item"),o=this.filters[a]?this.filters[a].indexOf(l):-1;-1===o?("search"!==a&&(i.parent().find(".active").removeClass("active"),i.addClass("active")),this.filters[a]=[],["All Types"].includes(l)||this.filters[a].push(l)):"search"===a&&13===(null==e?void 0:e.keyCode)||(this.filters[a].splice(o,1),i.removeClass("active")),this.collection.reset(TVE.CONST[this.collectionName]),this.build_preview()},50),select_template(e){this.selected=String(e),TVE.apply_filters("tcb.cloud_templates_categories.has_two_steps",!1,this)?(this.close(),TVE.do_action("tcb.cloud_templates_categories.second_step",this)):(this.applyTo.addClass("tcb-block-placeholder tcb-elem-placeholder"),TVE.apply_filters("tcb.cloud_templates_categories.empty_before_select",!0,this.applyTo)&&this.applyTo.empty(),this.close(),TVE.inner_$("html").stop().animate({scrollTop:this.applyTo.offset().top-50},{duration:500}),this.beforeSave(),this.save())},beforeSave:t.noop})}(jQuery)},81956:(e,t,s)=>{(()=>{const t=s(16668);e.exports=t.component.extend({controls_init(e){e.ColorPicker.update=t=>{e.ColorPicker.setValue(t.head_css("--bar-color",!1,"",!0,""))},e.ColorPicker.input=t=>{e.ColorPicker.applyElementCss({"--bar-color":`${t} !important`})},e.Candy.update=t=>{e.Candy.setValue(t.hasClass("candy-stripes"))},e.Candy.input=(e,t)=>{e.toggleClass("candy-stripes",t.checked)}}})})()},82187:(e,t,s)=>{const i=s(16668),a=s(7596),l=s(54239),o=s(12564),c=s(16102),n=s(43456),r=s(82540),d=s(52306),h=s(94154),p=s(18584),g=s(78374);let m;e.exports=s(72223).extend({float:["Top Left","Top Right","Bottom Left","Bottom Right","Keep Original Position"],template:TVE.tpl("controls/responsive-video-settings"),controls_init(){m=TVE.inner.window.TCB_Front.floating,this.render(),this.$source=this.$(".v-source"),this.providers={},this.$(".v-settings").each(_.bind(function(e,t){const s=t.getAttribute("data-view");this.providers[s.toLowerCase()]=new TVE.VideoProviders[s]({el:t,key:s.toLowerCase(),control:this})},this)),this.input_time_constructors('.responsive-video-time-settings .tve-time-control[data-time="Minute"]','.responsive-video-time-settings .tve-time-control[data-time="Second"]'),this.input_time_constructors('.responsive-video-end-time-settings .tve-time-control[data-time="Minute"]','.responsive-video-end-time-settings .tve-time-control[data-time="Second"]'),this.aspectRatioConstructor(),this.aspectRatioOptions(),this.floatingVideoConstructor(),new h(this),new p(this),TVE.apply_filters("tcb.video.is_reporting_enabled",!0)&&new g(this),this.videoThumbnail=new u({el:this.$(".tve-video-thumbnail-control"),control:this}),this.ModalPicker=new r({el:this.$(".tcb-player-icon-picker"),model:{config:{label:"Icon",hasDelete:"true"}}}),this.ModalPicker.onRemove=e=>{const t=e.find(".overlay_play_button .thrv_icon");return t.length&&t.remove(),this.ModalPicker.model.config.hasDelete=!1,this.ModalPicker.updateValue("None"),this.ModalPicker.render(),this.IconColor.$el.hide(),this.IconSize.$el.hide(),!1};const e=TVE.IconsModal.get_instance(TVE.modal.get_element("icons"));this.ModalPicker.setModal(e),this.ModalPicker.input=(e,t)=>{let s;s=t.icon.is("symbol")?TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}):`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`;const i=e.find(".overlay_play_button svg, .overlay_play_button span").clone();e.find(".overlay_play_button svg, .overlay_play_button span").remove(),e.find(".overlay_play_button").prepend('<div class="thrv_icon">'+s+"</div>"),i.length&&(e.find(".overlay_play_button svg, .overlay_play_button span").head_css_copy(i),i.remove()),this.IconColor.setValue(this.IconColor.getValue(),!0),this.IconSize.setValue(this.IconSize.getValue(),"change"),this.ModalPicker.model.config.hasDelete=!0,this.ModalPicker.render(),this.ModalPicker.update(e),this.IconColor.$el.show(),this.IconSize.$el.show()},this.ModalPicker.update=function(e){const t=e.find(".overlay_play_button svg").length>0?e.find(".overlay_play_button svg"):e.find(".overlay_play_button span"),s=t.length?t.attr("data-id")||t.attr("data-name")||"Default":"None";this.updateValue(s.replace("icon-","")),"Default"!==s||t.parents(".thrv_icon").length||(t.remove(),e.find(".overlay_play_button").append('<div class="thrv_icon"><svg class="tcb-icon" viewBox="0 0 512 512" data-id="icon-play-circle-solid" data-name="" style="fill:#fff">\n <path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path>\n </svg></div>'))},this.IconColor=new d({el:this.$(".tcb-player-icon-color"),model:{config:{label:"Icon color",default:"#ffffff",options:{showInput:!0,showGradient:!1,allowEmpty:!1}}}}),this.IconColor.input=function(e){const t=TVE.ActiveElement.find(".overlay_play_button svg").length>0,s=TVE.ActiveElement.find(t?".overlay_play_button svg":".overlay_play_button span"),i=t?"fill":"color";this.applyElementCss({[i]:`${e} !important`},s,"","",!0)},this.IconColor.update=function(e){const t=e.find(".overlay_play_button svg").length>0;let s=(e=e.find(t?".overlay_play_button svg":".overlay_play_button span")).head_css(t?"fill":"color",!1,"",!0,"");s||(s="#fff"),this.setValue(s)},this.IconSize=new l({el:this.$(".tcb-player-icon-size"),model:{config:{default:60,stepSize:1,max:800,label:"Size",min:0,um:["px"]}}}),this.IconSize.input=function(e,t){let s;e.find(".overlay_play_button svg.tcb-icon").length>0?(s={height:t.value+"px !important",width:"100% !important"},e=e.find(".overlay_play_button svg.tcb-icon")):(s={"font-size":t.value+"px !important"},e=e.find(".overlay_play_button span")),this.applyElementCss(s,e,"","",!0)},this.IconSize.update=function(e){const t=e.find(".overlay_play_button svg.tcb-icon").length>0,s=t?"height":"font-size";e=t?e.find(".overlay_play_button svg.tcb-icon"):e.find(".overlay_play_button span"),this.setValue(parseInt(e.tcbCss(s)))}},set_thumbnail(e){this.videoThumbnail.set_selection(e)},toggleAutoplayDisable(e,t){const s=this.$('[data-setting="autoplay"]');s.toggleClass("tcb-disabled",e),e&&1===parseInt(t.attr("data-autoplay"))&&(t.attr("data-autoplay",0),s.find('input[type="checkbox"]').prop("checked",0),TVE.Components.responsivevideo.controls.responsive_video.displayAutoplayWarning(!1))},input_time_constructors(e,t){const s=this;if(!this.$(e).length)return this;if(!this.$(t).length)return this;const i=this.$(e),l=this.$(t);return this.minutes=new a({el:i,model:{config:{name:"Minutes",default:0,min:0,max:59,maxlength:2}}}),this.minutes.input=function(){},this.minutes.change=function(e){s.trigger("start-time-changed",e),s.trigger("end-time-changed",e)},this.seconds=new a({el:l,model:{config:{name:"Seconds",default:0,min:0,max:59,maxlength:2}}}),this.seconds.input=function(){},this.seconds.change=function(e){s.trigger("start-time-changed",e),s.trigger("end-time-changed",e)},this},aspectRatioConstructor(){this.customRatio=this.$el.find(".tcb-custom-ratio"),this.customRatioSettings=this.$el.find(".tcb-custom-ratio .video-settings-wrapper"),this.customRatioButton=this.$el.find(".tcb-custom-ratio-button"),this.aspectRatio=new c({el:this.$el.find(".tcb-default-aspect-ratio"),model:{config:{label:TVE.t.anim.defaultAspectLabel}}}),this.aspectRatio.change=(e,t)=>{const s=t.checked;e.attr("data-aspect-ratio-default",s?0:1),this.aspectRatioBtnGroup.$el.toggle(!s),this.customRatio.toggle(!s),this.customRatioButton.show(),s?(this.applyAspectRatio(e,"16:9"),this.customRatioSettings.hide()):this.aspectRatioBtnGroup.setValue("16:9")},this.aspectRatio.update=e=>{const t=parseInt(e.attr("data-aspect-ratio-default"));(isNaN(t)||0===t)&&(this.applyAspectRatio(e,"16:9"),this.aspectRatio.setValue(!0,!0)),this.aspectRatioBtnGroup.$el.toggle(!!t),this.customRatio.toggle(!!t),this.customRatioSettings.toggle(2===t),2!==t&&this.customRatioButton.show(),this.aspectRatio.setValue(!t)}},aspectRatioOptions(){this.aspectRatioBtnGroup=new n({el:this.$el.find(".tcb-default-aspect-ratio-options"),model:{config:{is_advanced:!0,buttons:[{icon:"rectangle_16_9",text:"16:9",value:"16:9"},{icon:"rectangle_4_3",text:"4:3",value:"4:3"},{icon:"rectangle_1_1",text:"1:1",value:"1:1"},{icon:"rectangle_9_16",text:"9:16",value:"9:16"}]}}}),this.aspectRatioBtnGroup.change=(e,t)=>{const s=t.getAttribute("data-value");e.attr("data-aspect-ratio",s),e.attr("data-aspect-ratio-default",1),this.applyAspectRatio(e,s),this.customRatioSettings.hide(),this.customRatioButton.show()},this.aspectRatioBtnGroup.update=e=>{const t=e.attr("data-aspect-ratio")||"16:9",s=t.split(":");this.aspectRatioBtnGroup.setValue(t),this.customAspectRationWidth.setValue(s[0]),this.customAspectRationHeight.setValue(s[1])},this.customAspectRationWidth=new a({el:this.$el.find(".tcb-adjust-ratio-width"),model:{config:{default:1,min:1,maxlength:5}}}),this.customAspectRationHeight=new a({el:this.$el.find(".tcb-adjust-ratio-height"),model:{config:{default:1,min:1,maxlength:5}}}),this.customAspectRationWidth.input=(e,t)=>{const s=t.value,i=this.customAspectRationHeight.getValue();this.applyAspectRatio(e,`${s}:${i}`)},this.customAspectRationHeight.input=(e,t)=>{const s=this.customAspectRationWidth.getValue(),i=t.value;this.applyAspectRatio(e,`${s}:${i}`)}},applyAspectRatio(e,t){const s=t.split(":"),i=(100*parseFloat(s[1]/s[0])).toFixed(2),a=e.find(".tve_responsive_video_container");e.attr("data-aspect-ratio",t),a.css("padding-bottom",i+"%"),TVE.do_action("tcb_action_aspect_ratio_changed",e,t)},addCustomRatio(){const e=TVE.ActiveElement;this.customRatioButton.hide(),this.customRatioSettings.show(),e.attr("data-aspect-ratio-default",2);const t=this.customAspectRationWidth.getValue(),s=this.customAspectRationHeight.getValue();this.aspectRatioBtnGroup.clearActive(),this.applyAspectRatio(e,`${t}:${s}`)},floatingVideoConstructor(){this.floatingVideo=new c({el:this.$el.find(".tcb-floating-video"),model:{config:{label:TVE.t.anim.floatingVideo}}}),this.floatingSetting=this.$(".tcb-floating-settings-container"),this.floatingWidth=new l({el:this.floatingSetting.find(".tcb-player-width"),model:{config:{default:300,stepSize:.5,max:1e3,label:"Player Width on Float",min:0,um:["px","%"],css:"width"}}}),this.floatingWidth.convertUM=e=>{const t=TVE.inner.$body[0],s=TVE.getComputedStyle(t,"width"),i=this.$(".tcb-floating-settings-container #tcb-float-position").val().split(" ");this.applyFloatValues(i,e,"width",this.floatingWidth),this.convertFloatUM(this.floatingWidth,e,s),this.removeFloatValues()},this.floatingPadding1=new l({el:this.floatingSetting.find(".tcb-player-padding1"),model:{config:{default:25,stepSize:.5,max:500,name:"Top Padding on Float",min:0,um:["px","%"],css:"top"}}}),this.floatingPadding1.convertUM=e=>{const t=["top","bottom"].includes(this.floatingPadding2.model.config.css)?parseInt(TVE.inner_$("body").width()):parseInt(TVE.$window.height()-70),s=this.$(".tcb-floating-settings-container #tcb-float-position").val().split(" ");this.applyFloatValues(s,e,this.floatingPadding1.model.config.css,this.floatingPadding1),this.convertFloatUM(this.floatingPadding1,e,t),this.removeFloatValues()},this.floatingPadding2=new l({el:this.floatingSetting.find(".tcb-player-padding2"),model:{config:{css_prefix:".tcb-video-float-container",default:25,stepSize:.5,max:500,name:"Left Padding on Float",min:0,um:["px","%"],css:"left"}}}),this.floatingPadding2.convertUM=e=>{const t=["top","bottom"].includes(this.floatingPadding2.model.config.css)?parseInt(TVE.$window.height()-70):parseInt(TVE.inner_$("body").width()),s=this.$(".tcb-floating-settings-container #tcb-float-position").val().split(" ");this.applyFloatValues(s,e,this.floatingPadding2.model.config.css,this.floatingPadding2),this.convertFloatUM(this.floatingPadding2,e,t),this.removeFloatValues()},this.floatVisibility=new n({el:this.floatingSetting.find(".tcb-float-visibility"),model:{config:{toggle:!1,checkbox:!0,required:!0,name:"Float on",buttons:[{icon:"desktop",value:"desktop",data:{name:"Desktop"},default:!0},{icon:"tablet2",value:"tablet",data:{name:"Tablet"},default:!0},{icon:"mobile",value:"mobile",data:{name:"Mobile"}}]}}}),this.floatClose=new c({el:this.floatingSetting.find(".tcb-float-close"),model:{config:{label:TVE.t.anim.closeFloat}}}),this.floatPreview=new c({el:this.floatingSetting.find(".tcb-float-preview"),model:{config:{label:TVE.t.anim.previewFloat}}}),this.floatingVideo.change=(e,t)=>{this.floatingSetting.toggle(t.checked),e.attr("data-float",t.checked),t.checked?this.floatChanged():(e.find(".tcb-video-float-container").children().unwrap(),this.closeFloatPreview(e))},this.floatingVideo.update=e=>{const t="true"===e.attr("data-float"),s=this.$(".tcb-floating-settings-container #tcb-float-position").val().split(" ");if("Keep"===s[0]&&(s[0]="Top"),this.floatingPadding1.model.config.name=`${s[0]} Padding on Float`,this.floatingPadding2.model.config.name=`${s[1]} Padding on Float`,this.floatingPadding1.model.config.css=s[0].toLowerCase(),this.floatingPadding2.model.config.css=s[1].toLowerCase(),this.floatingPadding1.$(".slider-label").text(this.floatingPadding1.model.config.name),this.floatingPadding2.$(".slider-label").text(this.floatingPadding2.model.config.name),this.floatingVideo.setChecked(!!t),this.floatingSetting.toggle(!!t),t&&e.attr("data-float-position")){let t=e.attr("data-float-position").split("-");t.forEach((e,s)=>{t[s]=TVE.ucFirst(e)}),t=t.join(" "),this.floatingPadding2.toggle(!t.includes("Keep Original Position")),this.floatingSetting.find("#tcb-float-position").val(t),this.floatingWidth.setValue(e.mediaAttr("data-float-width")),this.floatingPadding1.setValue(e.mediaAttr("data-float-padding1")),this.floatingPadding2.setValue(e.mediaAttr("data-float-padding2")),this.floatClose.setChecked(e.attr("data-float-close")),e.attr("data-float-visibility")&&e.attr("data-float-visibility").length&&e.attr("data-float-visibility").split(",").forEach(e=>{this.floatVisibility.$(`.tve-btn[data-value=${e}]`).removeClass("active")})}else e.removeAttr("data-float-position"),e.removeAttr("data-float-close"),e.find(".tcb-float-close-button").remove(),e.removeMediaAttr("data-float-width"),e.removeMediaAttr("data-float-padding1"),e.removeMediaAttr("data-float-padding2"),this.initialFloatData()},this.floatingWidth.input=()=>{this.floatingWidth.change()},this.floatingPadding1.input=()=>{this.floatingPadding1.change()},this.floatingPadding2.input=()=>{this.floatingPadding2.change()},this.floatingWidth.change=this.floatingPadding1.change=this.floatingPadding2.change=this.floatChanged.bind(this),this.floatVisibility.change=e=>{const t=[];this.floatVisibility.$(".tve-btn").not(".active").each(function(){t.push(this.dataset.value)}),e.attr("data-float-visibility",t)},this.floatClose.change=(e,t)=>{t.checked?e.find(".tcb-video-float-container").prepend(' <svg id="icon-close2" class="tcb-float-close-button tcb-icon" style="width: 14px; position:absolute; top:-20px;right:0" viewBox="0 0 30 32">\n <path d="M0.655 2.801l1.257-1.257 27.655 27.655-1.257 1.257-27.655-27.655z"/>\n <path d="M28.31 1.543l1.257 1.257-27.655 27.655-1.257-1.257 27.655-27.655z"/>\n </svg>'):e.find(".tcb-float-close-button").remove(),e.attr("data-float-close",t.checked)},this.floatPreview.change=(e,t)=>{this.handleFloatPreview(t.checked,e)}},convertFloatUM(e,t,s){const i=TVE.ActiveElement.find(".tcb-video-float-container");if(!i.length>0||!l)return!1;const a=e.$(".tve-input, .tve-slider"),l=e.model.config.css;let o=parseFloat(i.css(l));"%"===t?o=parseFloat(100*o/s).toFixed(2):"px"===t&&(i.css("position","fixed"),o=parseFloat(i.css(l)),i.css("position",""),o=parseInt(o)),o=o===parseInt(o)?parseInt(o):parseFloat(o).toFixed(2),a.val(o),e.$(".input-um").blur()},initialFloatData(){this.$(".tcb-floating-settings-container #tcb-float-position").val("Top Left").change(),this.floatingWidth.setValue(300,!0,!0),this.floatingPadding1.setValue(25,!0,!0),this.floatingPadding2.setValue(25,!0),["desktop","tablet"].forEach(e=>{this.floatVisibility.$(`.tve-btn[data-value=${e}]`).addClass("active"),this.floatVisibility.setValue(e)}),this.floatVisibility.change(TVE.ActiveElement),this.floatClose.setChecked(!1),this.floatPreview.setChecked(!1),this.floatChanged()},floatChanged(){const e=this.$(".tcb-floating-settings-container #tcb-float-position").val().split(" "),t=e.join("-").toLocaleLowerCase(),s=this.floatingWidth.$("input").val(),i=this.floatingPadding1.getValue(),a=this.floatingPadding2.getValue(),l=TVE.ActiveElement;let o=l.find(".tcb-video-float-container");["top-left","top-right","bottom-left","bottom-right","keep-original-position"].forEach(e=>{o.length&&o.attr("class").includes(e)&&(o.removeClass(e),o.find(".video_overlay_image,.video_overlay").removeClass(e))}),this.floatingPadding2.toggle(!t.includes("keep-original-position")),0!==o.length||l.hasClass("tcb-elem-placeholder")||(l.find(".tve_responsive_video_container").children().wrapAll('<div class="tcb-video-float-container"></div>'),o=l.find(".tcb-video-float-container")),t.includes("keep-original-position")&&(e[0]="Top"),this.floatingPadding1.model.config.name=`${e[0]} Padding on Float`,this.floatingPadding2.model.config.name=`${e[1]} Padding on Float`,this.floatingPadding1.model.config.css=e[0].toLowerCase(),this.floatingPadding2.model.config.css=e[1].toLowerCase(),this.floatingPadding1.$(".slider-label").text(this.floatingPadding1.model.config.name),this.floatingPadding2.$(".slider-label").text(this.floatingPadding2.model.config.name),l.attr("data-float-position",t),l.mediaAttr("data-float-width",s+this.floatingWidth.getUM()),l.mediaAttr("data-float-padding1",i+this.floatingPadding1.getUM()),l.mediaAttr("data-float-padding2",a+this.floatingPadding2.getUM()),this.floatPreview.getValue()&&m.videoScrolled()},handleFloatPreview(e=!0,t){const s=TVE._type(t);e?(TVE.main.EditMode.enter(t,{show_default_message:!1,can_insert_elements:!1,restore_state:!0,view_label:TVE.t.anim.previewFloatLabel,show_overlay:!0,body_class:"edit-mode-active",overlayOffset:{top:0,left:0,width:0,height:0},callbacks:{before_exit:()=>{this.floatPreview.setChecked(!1),this.toggleElementComponents(!1,s),m.destroyFloating(),m.restoreFloatingVideos(),t.find(".tcb-video-float-container").removeClass("tcb-float-closed"),setTimeout(()=>{TVE.main.EditMode.in_edit()?TVE.Editor_Page.focus_element(t):(TVE.ElementEditIcons.reposition_icons(t),TVE.ElementEditIcons.show())},200),t.removeClass("tcb-float-edit-mode")}}}),t.addClass("tcb-float-edit-mode"),TVE.inner_$(".tve-element-mask").addClass("behind"),this.toggleElementComponents(!0,s),m.init(),m.videoScrolled()):(TVE.main.EditMode.exit(),m.restoreFloatingVideos())},toggleElementComponents(e=!0,t){Object.keys(TVE.Elements[t].components).forEach(t=>{"responsivevideo"!==t&&TVE.Components[t].$el.toggleClass("disabled-children",e)}),TVE.main.states_dropdown[e?"disable":"enable"]()},closeFloatPreview(e){TVE.main.EditMode.in_edit()&&TVE.main.EditMode.element().is(e)&&(TVE.main.EditMode.exit(),m.restoreFloatingVideos())},applyFloatValues(e,t,s,i){t="px"===t?"%":"px";const a={[s]:i.getValue()+t};TVE.ActiveElement.find(".tcb-video-float-container").css(a)},removeFloatValues(){TVE.ActiveElement.find(".tcb-video-float-container").css({width:"",height:"",top:"",right:"",left:"",bottom:""})}});const u=i.component.extend({control:null,initialize(e){this.control=e.control,this.file_picker=new o({template_name:"util/video-file-picker",labels:{choose:TVE.t.ChooseFile,title:TVE.t.Files},config:{type:"image",preselect_full_size:!0}}),this.$el.prepend(this.file_picker.$el),this.file_picker.on("select",_.bind(this.on_select,this)),this.file_picker.on("remove",_.bind(this.on_remove,this))},set_selection(e){this.file_picker.set(e)},on_select(e){this.control.trigger("thumbnail-changed",e)},on_remove(){this.control.trigger("thumbnail-removed"),TVE.tooltips.hide()}})},82540:(e,t,s)=>{const i=s(37558);e.exports=i.extend({before_render(){i.prototype.before_render.apply(this,arguments),this.get_config("label")||(this.model.config.label=TVE.t.Icon),this.get_config("hasDelete")||(this.model.config.hasDelete=!1)},update(){},setModal(e){this.modal=e},setModalProp(e,t){return this.modalProps=this.modalProps||{},this.modalProps[e]=t,this},setModalTopProp(e){return this.modalTop=e,this},onModalSave(e){this.change(this.applyTo(),e)},_getModal(){return this.modal},updateValue(e){return this.modal&&this.modal.setSelected&&this.modal.setSelected(e),this.set_value.call(this,e)},on_click(e,t){return"function"==typeof this.get_config("callback")?this.get_config("callback")(e,t):this.openModal.apply(this,arguments)},openModal(){const e=jQuery.extend(!0,{top:"20%"},{props:this.modalProps||{},top:this.modalTop||"20%"});this.listenTo(this._getModal(),"save",this.onModalSave),this._getModal().open(e)}})},82716:(e,t,s)=>{const i=[{attr:"google",control:"GoogleApi"},{attr:"facebook",control:"FacebookApi"},{attr:"gravatar",control:"Gravatar"},{attr:"custom",control:"CustomUrl"}];e.exports=s(16668).component.extend({afterInit(){TVE.add_action("tve.lg.edit.input",(e,t,s)=>{"avatar_picker"===s&&e.find(".tve-avatar-picker-image input").attr("type","hidden").attr("name","mapping_avatar_picker")}),TVE.add_filter("tve.lg.fields.is_field_required",(e,t)=>("avatar_picker"===t&&(e=!1),e)),TVE.add_filter("tve.lg_field.data_css",(e,t,s)=>(null!=s&&s.is(TVE.identifier("avatar_picker"))&&(e=s.attr("data-css")),e)),TVE.add_action("tcb.write_css.avatar_picker",(e,t,s)=>{void 0===t["border-radius"]||e.includes("tve-avatar-edit-button")||TVE.ActiveElement.head_css({"border-radius":t["border-radius"]},s," .tve-avatar-edit-button")}),TVE.add_filter("selectors_no_clone",e=>`${e}, ${TVE.identifier("avatar_picker")}`),TVE.add_filter("selectors_no_delete",e=>`${e}, ${TVE.identifier("avatar_picker")}`),["Facebook","Google"].forEach(e=>{if(!TVE.inner.window.TCB_Front[`${e.toLowerCase()}Api`].isConnected()){this.controls[`${e}Api`].$el.addClass("tve-disabled");const t=this.$(`[data-view="${e}Api"] .tve-switch-info`);TVE.initBasicTooltip({template:TVE.tpl(`controls/tooltip/no-${e.toLowerCase()}-connection`),tooltipElem:t,anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2400}},this,()=>t)}})},controls_init(){const e=this;i.forEach(t=>{this.controls[t.control].update=function(s){this.setValue(e.hasConnection(t.attr,s))},this.controls[t.control].input=(e,s)=>{e.attr(`data-${t.attr}`,s.checked?"1":"0"),this.ensureAtLeastOneApiIsSelected()}}),this.controls.ButtonType.update=function(t){this.setValue(t.attr("data-button-type")),e.toggleOptions()},this.controls.ButtonType.input=(e,t)=>{switch(e.attr("data-button-type",t.value),t.value){case"button":this.controls.ButtonPosition.update(e);break;case"icon":this.controls.IconPosition.update(e)}this.toggleOptions()},this.controls.ImageSize.update=function(e){this.setValue(e.tcbCssVar("--tve-avatar-image-size"))},this.controls.ImageSize.input=(e,t)=>{e.tcbCss("--tve-avatar-image-size",`${t.value}px`)},this.controls.ButtonPosition.update=function(e){this.setValue(e.attr("data-button-position"))},this.controls.ButtonPosition.input=(e,t)=>{e.attr("data-button-position",t.value)},this.controls.IconPosition.update=function(e){this.setValue(e.attr("data-icon-position")||"top-right")},this.controls.IconPosition.input=(e,t)=>{e.attr("data-icon-position",t.value)},this.controls.ImagePicker.change_image=function(e){const t=this.picker.clean_url(e.url);TVE.ActiveElement.attr("data-default-avatar",t),TVE.ActiveElement.find(".tve-avatar-picker-image").css("background-image",`url("${t}")`),this.update(TVE.ActiveElement)},this.controls.ImagePicker.update=function(e){const t=e.attr("data-default-avatar");this.$(".preview").addClass("img").css("background-image",`url("${t}")`)}},after_update(){this.ensureAtLeastOneApiIsSelected()},hasConnection(e,t=TVE.ActiveElement){let s="1"===t.attr(`data-${e}`);if(s)switch(e){case"google":s=TVE.inner.window.TCB_Front.googleApi.isConnected();break;case"facebook":s=TVE.inner.window.TCB_Front.facebookApi.isConnected()}return s},ensureAtLeastOneApiIsSelected(){const e=i.filter(e=>this.hasConnection(e.attr)),t=()=>{this.hasConnection("gravatar")||(this.controls.Gravatar.setValue(1,!0),this.controls.Gravatar.$el.addClass("tve-disabled"))},s=TVE.inner.window.TCB_Front.googleApi.isConnected()||TVE.inner.window.TCB_Front.facebookApi.isConnected();switch(e.length){case 0:t();break;case 1:this.controls[e[0].control].$el.addClass("tve-disabled");break;default:i.forEach(e=>{let t=!1;("google"===e.attr&&!TVE.inner.window.TCB_Front.googleApi.isConnected()||"facebook"===e.attr&&!TVE.inner.window.TCB_Front.facebookApi.isConnected()||"gravatar"===e.attr&&!s)&&(t=!0),this.controls[e.control].$el.toggleClass("tve-disabled",t)})}s||t()},toggleOptions(){const e=this.controls.ButtonType.getValue();this.controls.ButtonPosition.$el.toggle("button"===e),this.controls.IconPosition.$el.toggle("icon"===e)}})},82996:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:12}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns='http://www.w3.org/2000/svg' viewBox="0 0 544 147" preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 505px; stroke-dasharray: 505px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 505px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path d="M20 128H525" stroke-width="${e.strokeWidth}" stroke-linecap="round" stroke="blue"/>\n\t\t\t\t</svg>`}}},83133:(e,t,s)=>{const i=s(16668),a=s(87793),l=s(36811);e.exports=i.component.extend({cardsCollection:new Backbone.Collection({}),updateOnMouseLeave:!1,controls_init(){this.controls.size.update=function(e){let t=e.head_css("font-size",null,null,!0);t||(t=e.find("svg").first().width()),this.setValue(t)},this.controls.size.input=function(e){this.applyElementCss({"font-size":this.value("px")},e,"","")},this.controls.monochrome_background.input=function(e){this.applyElementCss({fill:e},this.applyTo(),this.config.css_suffix,"")},this.controls.monochrome_background.update=function(){let e=this.applyTo().head_css("fill",null,this.config.css_suffix);e||(e=this.config.config.default),this.setValue(e)},this.listenTo(this.cardsCollection,"reset-for-preview",_.bind(function(){const e=this.controls.size.applyTo();this.controls.preview.update(e),TVE.Editor_Page.reposition_icons()},this)),this.listenTo(this.cardsCollection,"change",_.bind(function(){const e=[],t=this.controls.size.applyTo();this.cardsCollection.each(function(t){e.push(t.get("key"))},this),this.renderer.sort_element_cards(e),this.renderer.render_to(t)},this)),this.listenTo(this.cardsCollection,"remove",_.bind(function(e){const t=this.controls.size.applyTo(),s=t.attr("data-cards").split(","),i=s.indexOf(e.get("key"));i>-1&&s.splice(i,1),t.attr("data-cards",s),t.find(".tcb-"+e.get("key")+"-card").remove(),TVE.Editor_Page.reposition_icons()},this)),this.controls.preview.attach_collection(this.cardsCollection),this.controls.preview.update=function(e){const t=[],s=e.attr("data-cards").split(",");_.each(s,function(e,i){t.push({icon:this.component.renderer.get_card_template(s[i],!0),key:s[i],label:this.component.renderer.cards[e]})},this),this.component.cardsCollection.reset(t)};const e=this.config.stylePicker;e.config.items=this.renderer.get_styles(),this.controls.style.set_drop_panel(new a({model:e,renderer:this.renderer,collection:this.cardsCollection}))},credit_style_control:()=>s(37558),card_preview_control:()=>s(59577),open_cards(e,t){const s=this.config.cards;s.config.items=this.renderer.get_cards(),this.cards_picker=this.cards_picker||new l({model:s,renderer:this.renderer,collection:this.cardsCollection}),this.cards_picker.open(TVE.ActiveElement,t)}})},83492:(e,t,s)=>{const i=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(e){TVE.main.on("element_selected",(e,t)=>{"pagination"===t&&(this.currentList=e.attr("data-list"))}),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{e.is(".tcb-pagination")&&(e.attr("data-list",this.currentList).removeClass("tcb-permanently-hidden"),TVE.PostList.content.renderPaginationForPostList(TVE.PostList.utils.getListForPagination(e)))}),TVE.add_action("tcb.cloud_template.after_regenerate_ids",(e,t)=>{t.find(TVE.identifier("pagination")).each((t,s)=>{const i=TVE.inner_$(s),a=i.attr("data-list");void 0!==e[a]&&i.attr("data-list",e[a])})}),TVE.main.on("tve.tve_save_post",()=>this.cleanFroalaContent(TVE.inner.$body)),e.Type.change=(e,t)=>{const s=TVE.PostList.utils.getListForPagination(e);e.attr("data-type",t.value).html(TVE.CONST.post_list_pagination[t.value]),s.attr("data-pagination-type",t.value),"numeric"===t.value?TVE.PostList.content.renderPaginationForPostList(s):e.removeAttr("data-css data-ct"),TVE.Components.cloud_templates.toggle("numeric"===t.value),e.removeClass("tcb-permanently-hidden"),this.toggleControlVisibility(t.value),TVE.Components.pagination.update()},e.Type.update=function(e){this.render();const t=e.attr("data-type")||"none";this.setValue(t),TVE.Components.pagination.toggleControlVisibility(t),TVE.Components.cloud_templates.toggle("numeric"===t)},e.Type.get_options=function(){const e=TVE.PostList.utils.getListForPagination(TVE.ActiveElement),t=TVE._type(e);return TVE.Elements[t].components[t].config.PaginationType.config.options},e.PagesNearCurrent.input=(e,t)=>{const s=TVE.PostList.utils.getListForPagination(e);s.attr("data-pages_near_current",t.value),TVE.PostList.content.renderPaginationForPostList(s)},e.PagesNearCurrent.update=function(e){const t=TVE.PostList.utils.getListForPagination(e);this.setValue(t.attr("data-pages_near_current"))},_.each({PageNumbersToggle:".tcb-pagination-numbers-wrapper",NextPreviousToggle:".tcb-pagination-prev-next-button",FirstLastToggle:".tcb-pagination-first-last-button",LabelToggle:".tcb-pagination-label"},(t,s)=>{e[s].change=function(e,i){switch(s){case"PageNumbersToggle":TVE.Components.pagination.toggleDisabledControls(["NextPreviousToggle"],!i.checked),TVE.Components.pagination.toggleHiddenControls(["PagesNearCurrent","PageSpacing"],!i.checked),TVE.Components.pagination.$(".tve-pagination-separator").toggle(i.checked);break;case"LabelToggle":default:break;case"NextPreviousToggle":TVE.Components.pagination.toggleDisabledControls(["PageNumbersToggle"],!i.checked)}e.find(t).toggleClass("tcb-permanently-hidden",!i.checked)},e[s].update=function(e){const i=e.find(t).is(":visible");switch(this.setChecked(i),s){case"PageNumbersToggle":TVE.Components.pagination.toggleDisabledControls(["NextPreviousToggle"],!i),TVE.Components.pagination.toggleHiddenControls(["PagesNearCurrent","PageSpacing"],!i),TVE.Components.pagination.$(".tve-pagination-separator").toggle(i);break;case"NextPreviousToggle":TVE.Components.pagination.toggleDisabledControls(["PageNumbersToggle"],!i)}}}),e.PageSpacing.input=function(e,t){this.applyElementCss({"margin-left":t.value+"px"},e," .tcb-pagination-number:not(:first-child)","")},e.PageSpacing.update=function(e){this.setValue(e.find(".tcb-pagination-number:not(:first-child)").css("margin-left"))},e.Alignment.change=(e,t)=>{e.head_css({"justify-content":t.value+"!important"})},e.Alignment.update=function(e){const t=e.head_css("justify-content")||"space-between";this.setValue(t)}},toggleControlVisibility(e){this.$('.tve-control:not([data-view="Type"])').toggle("numeric"===e)},toggleDisabledControls(e,t){e.forEach(e=>this.controls[e].$el.toggleClass("tcb-disabled",t))},toggleHiddenControls(e,t){e.forEach(e=>this.controls[e].$el.toggleClass("tcb-hidden",t))},cleanFroalaContent(e){e&&(e.find(`${TVE.identifier("pagination")}[data-type="numeric"] .tcb-button-text`).each((e,t)=>{const s=TVE.inner_$(t);s.html(s.text()).removeData("froala.editor")}),e.find(`${TVE.identifier("pagination")} .tcb-pagination-button-link`).each((e,t)=>{t.setAttribute("href","#")}))}});e.exports=i},83637:(e,t,s)=>{const i=s(56164);e.exports=i.extend({icon:"",template:TVE.tpl("controls/icon/style-template"),item_template:()=>TVE.tpl("controls/icon/style-picker"),box_class:()=>"tve-style-options tve-icon-style-options p-0",updateUI(e){if(this.$(".tve-icon-label").removeClass("selected"),e){const t=e.split("_")[1];this.$(`[data-type="${t}"]`).addClass("selected")}this.$(".tve-clear-style").toggleClass("with-selected",!!e.length),this.$(".btn-apply").toggleClass("tcb-disabled",!e.length),this.preventTrigger||this.trigger("panelUpdate",e),delete this.preventTrigger},toggleGradientClass(e){this.$(".tve-icon-style-options").toggleClass("tve-gradient-icon",e)},read_from_element(){const e=TVE.apply_filters("tve.icon.style.element",this.readFrom()).mediaAttr("data-style")||"";return this.preventTrigger=!0,this.updateUI(e),e},cancel(e){this.model.selected=this.model.selected_old,this.update(),e.find("[style]").addBack().filter("[style]").each((e,t)=>t.removeAttribute("style")),this.trigger("panelUpdate",this.model.selected)},setIcon(e){this.$(".tve-icon-data").html(e)},setColor(e){this.el.style.setProperty("--tve-icon-color",e)},setGradient(e){this.el.style.setProperty("--tve-icon-gradient",e)},render_item(e,t){return this.item_template()({key:e,label:t.label||t,value:t,icon:this.icon||""})},input(){this.applyCss(),this.updateUI(this.model.selected)},applyCss(e=!0){const t=this.getCssByStyle(),s=TVE.apply_filters("tve.icon.style.element",TVE.ActiveElement);e&&(TVE.SKIP_CSS_STATE=!0),this.applyElementCss(t.wrapper,s,"",""),this.applyElementCss(t.icon,s," > :first-child",`${TVE.CONST.global_css_prefix} `),TVE.do_action("tve.icon.style.apply"),e&&(TVE.SKIP_CSS_STATE=!1)},clearStyle(){this.$(".active").removeClass("active"),this.updateUI(""),this.model.selected="",this.applyCss(),this.$(".btn-apply").removeClass("tcb-disabled")},apply(e){this.applyCss(!1),e.mediaAttr("data-style",this.model.selected)},getCssByStyle(e=this.model.selected){const t=e.split("_"),s={padding:"0 !important",border:"none","border-radius":"0","background-image":"none !important","background-size":"auto","background-attachment":"scroll, scroll, scroll","background-position":"50% 50%","background-repeat":" no-repeat"},i={color:`var(${this.iconColorVar})`};return e.length&&(s.padding="calc(var(--tve-icon-size) / 3) !important",t.forEach(e=>{switch(e){case"circle":s["border-radius"]="calc(var(--tve-icon-size) * 2)";break;case"rounded":s["border-radius"]="calc(var(--tve-icon-size) / 5)";break;case"shaded":s.border="none",s["background-image"]=`linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(var(${this.iconColorVar}),var(${this.iconColorVar})) !important`;break;case"outlined":s.border=`calc(var(--tve-icon-size) / 10) solid var(${this.iconColorVar})`;break;case"inverted":s["background-image"]=`linear-gradient(var(${this.iconColorVar}),var(${this.iconColorVar})) !important`,i.color="#fff"}})),TVE.apply_filters("tcb.icon_style.css",{wrapper:s,icon:i},e)}})},83664:e=>{const t="fr-dropdown-list",s=t+"-date-format",i=t+"-time-format",a={global:0,post_list:1},l={toggleInlineShortcodeGroups(e,t,s){const i=e.find("#fr-dropdown-categories-list"),l=t.is(TVE.identifier("pagination_label")),o=TVE.PostList.utils.isInsidePostList(t),c=TVE.apply_filters("tcb.show_post_inline_shortcodes",o);i.find('option[value="Post"], option[value="Taxonomies"]').toggle(c),i.find('option[value="Content"]').toggle(!o);const n=a[o?"post_list":"global"],r=s["Custom fields"][n].input.id.value;i.find('option[value="Custom fields"]').toggle(r&&Object.keys(r).length>0),i.find('option[value="Post list pagination"]').toggle(l),l&&i.find('option[value!="Post list pagination"]').hide()},isCustomFormat:e=>"custom"===e,initializePostDateDropdown:e=>{switch(e.find("#fr-dropdown-shortcode-list").val()){case"tcb_post_published_date":l.toggleDateData(e);break;case"tcb_post_tags":case"tcb_post_categories":case"tcb_post_author_name":case"tcb_post_title":l.toggleLinkData(e)}},toggleLinkData:e=>{const s=e.find(`.${t}-link`),i=e.find(`.${t}-target`),a=e.find(`.${t}-rel`),l=e=>{i.toggle(e),a.toggle(e)};s.on("change",e=>{const t=e.target.checked;l(t)}),l(s.find("input").prop("checked"))},toggleDateData:e=>{const a=e.find(`#${s}-select`),o=e.find(`#${s}`),c=e.find(`#${i}-select`),n=e.find(`#${i}`),r=e.find(`.${t}-show-time`),d=l.isCustomFormat;l.toggleDateInput(o,d(a.val())),l.toggleTimeInput(d(c.val())),l.toggleTimeCheckbox(c,n.val().length>0),r.find("input").prop("checked",n.val().length>0),r.on("change",e=>{const t=e.target.checked;l.toggleTimeCheckbox(c,t),n.val(t?TVE.CONST.time_format:"")}),a.on("change",()=>{const e=a.val(),t=d(e);t||o.val(e),l.toggleDateInput(o,t)}),c.on("change",()=>{const e=c.val(),t=d(e);t||n.val(e),l.toggleTimeInput(t)})},toggleDateInput:(e,t)=>{e.toggle(t),TVE.froala.editor.$tb.find(`label[for="${s}"]`).toggle(t)},toggleTimeInput:e=>{TVE.froala.editor.$tb.find(`#${i}, label[for="${i}"]`).toggle(e)},toggleTimeCheckbox:(e,t)=>{e.toggle(t),TVE.froala.editor.$tb.find(`label[for="${i}-select"]`).toggle(t),l.toggleTimeInput(t&&l.isCustomFormat(e.val()))},getShortcodeName:e=>{let t;const s=TVE.ActiveElement,i=s.closest(TVE.identifier("pagination")),a=e.key;if(i.length){const e=TVE.PostList.utils.getListForPagination(i);t=TVE.PostList.content.getPaginationInstanceForPostList(e).getLabelValue(a)}else{const i=TVE.PostList.utils.getArticleID(s),l=TVE.PostList.posts[i];if(!_.isEmpty(l)){const s=TVE.apply_filters(`tcb.post_list_article.sync.${a}`,l[a],l),i=TVE.inner_$(s);if(i&&(t=i.text(),"tcb_post_tags"===a)){const s=e.configOptions.filter(e=>"default"===e.key)[0];s.value&&!i.find("a").length&&(t=s.value)}i.remove()}TVE.PostList.constants.shortcodesWithLink.includes(a)&&"1"===e.configOptions.find(e=>"link"===e.key).value&&(t=`<a href="#">${t||e.name}</a>`)}return t}};e.exports=l},83753:(e,t,s)=>{const i=s(12513);e.exports=class extends i{getHtml(){return'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 313 56" preserveAspectRatio="none">\n\t\t\t\t\t<path fill="black" d="M5.3 22.1c-6 8-6.3 33.7 7.4 33.4 102.2-1.7 147.3-10.9 290.1-1.2 10-3.6 12.2-44.2 7.2-47.9C226.4-6.7 18.8 3.9 5.3 22.1z"/>\n\t\t\t\t</svg>'}}},83842:(e,t,s)=>{!function(t){const i=s(20583),a=s(18801);let l,o;e.exports=i.base.extend({iconSelected:"tve-icon-selected",elementSelected:"tve-selected",itemSize:{width:85,height:85},after_initialize(){this.$el.addClass("modal-w-sidebar custom-width"),this.$iconsRendered=this.$(".tve-icons-rendered"),this.$packContent=this.$("#icon-pack-content"),this.$styles=this.$(".tve-icon-styles"),this.$packs=this.$(".tve-icon-packs"),this.$iconsNumber=this.$(".tve-icons-number"),this.$clearIcon=this.$('[data-fn="domClearSearch"]'),this.$searchInput=this.$('[data-fn="searchIcon"]'),this.$faKit=this.$(".tve-fa-kit "),this.$defaultStyle=this.$(".tve-icon-default-style"),this.$saveButton=this.$(".tcb-modal-save"),this.$iconsWrapper=this.$(".tve-icons-wrapper"),this.$iconSettings=this.$("#tve-icon-settings"),this.$iconContent=this.$("#tve-icon-content"),this.$packContent.scroll(TVE._.debounce(e=>{const t=""!=(this.$packContent[0].scrollTop>=0?"down":"up");if(e.preventDefault(),e.stopPropagation(),!(this.bottomSize<=100||this.upperSize<=0)||t)return this.wrapperSize||this.getSizes(),this.renderByScroll(this.$packContent[0].scrollTop/this.itemSize.height),!1},10)),TVE.add_filter("editor_loaded_callback",()=>{TVE.CONST.tve_fa_kit&&(a._loadScript(TVE.CONST.tve_fa_kit,!1,()=>{this.$(".kit-warning").removeClass("active")},()=>{this.$(".kit-warning").addClass("active")}),this.$faKit.val(TVE.CONST.tve_fa_kit)),this.$iconSettings.toggleClass("tve-fa-pro",!!TVE.CONST.tve_fa_kit.length),this.toggleProSettings(null,{value:TVE.CONST.tve_fa_kit})})},resetData(){this.$styles.children().filter("[data-style]").remove(),this.$styles.append(a.getStyles()),this.$packs.children().remove(),this.$packs.append(a.getCategories()),this.allIcons=a.getAllIcons(),this.iconsToShow=this.getIconsToShow(),this.scrollTo()},renderByScroll(e=0){if(this.iconsToShow.length){let t=Math.floor(this.wrapperSize.width/this.itemSize.width),s=o;const i=Math.ceil(this.iconsToShow.length/t);o>i&&(t=Math.floor(this.$iconsWrapper.width()/this.itemSize.width)),s=Math.min(s,i),e>i-s&&(e=i-s);const a=i-(e=Math.floor(e))-s,l=Math.round(e*t),c=(e+s)*t-1;let n=[],r=this.iconsToShow.slice(l,c+1);const d=r.length%t;d&&(n=new Array(t-d).fill('<div class="tve-icon"></div>')),r=[...r,...n],this.bottomSize=Math.max(this.itemSize.height,(a*this.itemSize.height).toFixed(2)),this.upperSize=(e*this.itemSize.height).toFixed(2),this.$iconsWrapper.html(`<div class="tve-icons-before" style="height: ${this.upperSize}px"></div><div class="tve-icons-rendered">${r.join("")}</div><div class="tve-icons-after" style="height: ${this.bottomSize}px"></div>`),this.selected&&this.$(`${this.selected.replace(`.${this.iconSelected}`,"")}`).addClass(this.iconSelected)}else this.$iconsWrapper.html(TVE.tpl("util/no-icons",{width:this.wrapperSize.width,height:this.wrapperSize.height}));this.$saveButton.toggleClass("tve-disabled",!(this.iconsToShow.length&&this.selected));let t=`${this.iconsToShow.length} ${this.$searchInput.val()?"matching icons":"icons"}`;1===this.iconsToShow.length&&(t=t.replace("icons","icon")),this.$iconsNumber.text(t)},close(){delete this.selectedStyle,delete this.selectedPack,i.base.prototype.close.apply(this,arguments)},icon_click(e,t){this._deselectAll(),t.classList.add(this.iconSelected),this.selectedIcon=t,this.selected=`.${t.className.replace(/ /g,".")}`,this.$saveButton.removeClass("tve-disabled")},save(){const e=TVE.ActiveElement,s=t(this.selectedIcon),i={icon:s};let a=!0;if(s.length){if(e.removeClass("tcb-elem-placeholder").addClass("tcb-icon-display"),s.hasClass("tve-build-svg")){const e=`icon-${s.attr("data-filter")}-${s.attr("data-style")}`,t=TVE.$(`#main-icons symbol#${e}`);t.length?(t.data("cls",e),i.icon=t):(a=!1,this._downloadIcon(s))}a&&this.afterSave(i,e)}},afterSave(e,t=TVE.ActiveElement){this.trigger("save",e),t.find("title").remove(),this.close()},getSizes(){const e=this.$el.is(":visible");e||this.$el.css({display:"block",visibility:"hidden"}),this.wrapperSize={width:this.$iconsWrapper.width(),height:this.$packContent.height()},e||this.$el.css({display:"none",visibility:""}),o=Math.ceil(this.wrapperSize.height/this.itemSize.height)+2},before_close(){this.off("save"),TVE.ActiveElement.hasClass("tcb-elem-placeholder")?TVE.Editor_Page.blur():TVE.state_manager.is_hover()||TVE.Editor_Page.selection_manager.select_element(TVE.is_group_editing?TVE.ActiveElement.filter(".edit_mode"):TVE.ActiveElement)},before_open(){const e=TVE.apply_filters("tcb.icons.clear_modal",TVE.ActiveElement,!1);this.$styles.find(`.${this.elementSelected}`).removeClass(this.elementSelected),this.$packs.find(`.${this.elementSelected}`).removeClass(this.elementSelected),this.$styles.children().first().addClass(this.elementSelected),this.allIcons||this.resetData(),this.wrapperSize||this.getSizes(),this.$iconsRendered.empty(),(e||TVE.ActiveElement.hasClass("tcb-elem-placeholder"))&&(delete this.selected,delete this.selectedIcon),this._toggleContent(),this.iconsToShow=this.getAvailableIcons(),this.renderByScroll(),this.selected?this.handleSelectedIcon():this.scrollTo(),this.$saveButton.toggleClass("tve-disabled",!this.selected)},getAvailableIcons(){let e=this.allIcons;const t=TVE.apply_filters("tve.icon.modal.hide.packs",[]);return this.$packs.children().removeClass("tcb-hidden"),t.length&&(t.forEach(e=>this.$packs.children().filter(`[data-pack="${e}"]`).addClass("tcb-hidden")),e=a.getAllIcons(t)),e},getIconsToShow(e){void 0===e&&(e=this.$searchInput.val());let s=[];if(this.selectedStyle?(s=a.getIconsByStyle(this.selectedStyle,this.selectedPack),"brands"===this.selectedStyle&&"fontawesome"!==this.selectedPack&&(s=[...s,...a.getIconsByTag()])):s=this.selectedPack?a.getIconsByPack(this.selectedPack):this.getAvailableIcons(),e){const i=e.length<3?"startsWith":"includes";s=s.filter(s=>{const a=t(s),l=a.attr("data-tags"),o=e.split(" ");let c=o.every(e=>a.attr("data-filter")[i](e));return!c&&l&&(c=o.every(e=>l.includes(e))),c})}return s},after_open(){let e=TVE.apply_filters("tcb.icon.modal_pre_search","",this);TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier("responsivevideo"))&&(e="play"),e&&this.searchIcon(null,{value:e}),TVE.$(".tvd-lean-overlay").click(()=>{this.close()}),"undefined"!=typeof ResizeObserver&&new ResizeObserver(()=>{this.getSizes()}).observe(TVE.$body[0])},handleSelectedIcon(){const e=this.iconsToShow.find(e=>t(e).is(this.selected.replace(`.${this.iconSelected}`,"")));let s=0;if(e){this.selectedIcon=e,this.wrapperSize||this.getSizes();const t=this.iconsToShow.indexOf(e),i=Math.floor(this.wrapperSize.width/this.itemSize.width);s=(Math.ceil(t/i)-1)*this.itemSize.height}this.scrollTo(s)},setSelected(e){this.selected=e,this.$(".tcb-icon-"+e).parent().trigger("click")},_downloadIcon(e){const s=TVE.zeroWidthSpaceEncoding.encode(e.attr("data-type")),i=TVE.zeroWidthSpaceEncoding.encode(e.attr("data-style")),a=TVE.zeroWidthSpaceEncoding.encode(e.attr("data-filter"));this.toggleLoader(),t.ajax({url:`${TVE.CONST.tve_icon_api}`,method:"POST",data:{pack:s,style:i,icon:a},headers:{"X-Requested-With":"XMLHttpRequest"}}).done(s=>{if(s){let i=t(s),a="";const l=`icon-${e.attr("data-filter")}-${e.attr("data-style")}`;Object.values(i[0].attributes).filter(e=>"xmlns"!==e).map(e=>a+=` ${e.name}="${e.value}"`),i=t(`<symbol ${a}>${i.html()}</symbol>`),i.find("defs").remove(),i.attr("id",l),i.data("cls",l),TVE.$("#tve-icon-picker defs").append(i),this.afterSave({icon:i})}this.toggleLoader(!1)})},filterByStyle(e,t){const s=t.classList.contains(this.elementSelected);this.$styles.find(`.${this.elementSelected}`).removeClass(this.elementSelected),this.selectedStyle="",s||(t.classList.add(this.elementSelected),this.selectedStyle=t.dataset.style),"custom"===this.selectedPack&&(this.selectedPack="",this.$packs.children().removeClass(this.elementSelected)),this.selectedStyle||(this.selectedPack="",this.$packs.children().removeClass(this.elementSelected),this.$defaultStyle.addClass(this.elementSelected)),this.iconsToShow=this.getIconsToShow(),this._toggleContent(!0,!1),this.renderByScroll(),this.scrollTo()},filterByPack(e,t){const s=t.classList.contains(this.elementSelected);let i=!1;this.selectedPack="",this.$packs.find(`.${this.elementSelected}`).removeClass(this.elementSelected),s||(t.classList.add(this.elementSelected),this.selectedPack=t.dataset.pack,i="custom"===this.selectedPack),i&&(this.$styles.children().removeClass(this.elementSelected),this.selectedStyle=""),this.selectedStyle||i||this.$defaultStyle.addClass(this.elementSelected),this.iconsToShow=this.getIconsToShow(),this._toggleContent(!0,!1),this.renderByScroll(),this.scrollTo()},resetFilters(){this.selectedPack="",this.selectedStyle="",this.$styles.find(`.${this.elementSelected}`).removeClass(this.elementSelected),this.$packs.find(`.${this.elementSelected}`).removeClass(this.elementSelected)},domClearSearch(){this.searchIcon(null,{value:""})},focusSearch(e,t){t.value||(this._toggleContent(!0,!1),this.scrollTo())},searchIcon:TVE._.debounce(function(e,t){const s=t.value;this.$(".tve-search-icon").val(s),this.iconsToShow=this.getIconsToShow(s),this.$clearIcon.toggleClass("tcb-hidden",!s),this.renderByScroll(),this.scrollTo()},50),_deselectAll(){this.$(".tve-icon").removeClass(this.iconSelected)},_clearSearch(){this.$searchInput.val(""),this.$clearIcon.addClass("tcb-hidden")},_toggleContent(e=!0,t=!0){this.$iconSettings.toggleClass("tcb-hidden",e),this.$(".tve-icon-settings").toggleClass(this.elementSelected,!e),this.$iconContent.toggleClass("tcb-hidden",!e),this.$(".tve-fa-warning").addClass("tcb-hidden"),this.$(".tve-fa-input").removeClass("tcb-hidden"),t&&this._clearSearch()},showSettings(){TVE.CONST.tve_fa_kit&&(this.$faKit.val(TVE.CONST.tve_fa_kit),this.toggleProSettings(null,{value:TVE.CONST.tve_fa_kit})),this.resetFilters(),this._toggleContent(!1)},toggleDeletePro(){this.$(".tve-fa-pro-settings .tve-fa-input").toggleClass("tcb-hidden",!!TVE.CONST.tve_fa_kit),this.$(".tve-fa-pro-settings .tve-fa-warning").toggleClass("tcb-hidden",!TVE.CONST.tve_fa_kit),TVE.CONST.tve_fa_kit||(this.$faKit.val(""),this.toggleProSettings(null,{value:""}))},toggleProInput(){this.$(".tve-fa-pro-settings .icons-input").toggleClass("tcb-hidden")},toggleProSettings(e,t){this.$(".tve-fa-pro-settings .tve-fa-input svg").toggleClass("tcb-hidden",!t.value.length)},handlePro(){let e=this.$faKit.val();e.includes("<\/script>")&&(e=/src="(.*?)"/g.exec(e)[1]),e&&!e.includes("fontawesome")&&(e=`https://kit.fontawesome.com/${e.replace(".js","")}.js`),a._loadScript(e,!0,()=>{TVE.page_message(TVE.t.icons.kit_success),this.resetData(),this.$iconSettings.addClass("tve-fa-pro"),this.$(".kit-warning").removeClass("active")},()=>{TVE.page_message(TVE.t.icons.kit_fail,!0),this.clearFAPro(),this.$iconSettings.removeClass("tve-fa-pro"),this.$(".kit-warning").addClass("active")})},clearFAPro(){a.setKit(),this.resetData(),this.$faKit.val(""),this.toggleProSettings(null,{value:""}),this.toggleDeletePro(),this.$iconSettings.removeClass("tve-fa-pro")},scrollTo(e=0){this.$packContent.animate({scrollTop:e}),this.$packContent[0].scrollTop||this.$packContent.trigger("scroll")}},{get_instance:e=>(l||(l=new TVE.IconsModal({el:e})),l)})}(jQuery)},84204:e=>{const t={getItemIdentifier:e=>TVE.apply_filters("tcb.post_list.layout.getItemIdentifier",TVE.identifier("article"),e),getListIdentifier:e=>TVE.apply_filters("tcb.post_list.layout.getListIdentifier",TVE.identifier("post_list"),e),applyLayout(e,t=!0){if(0===e.length)return;if(TVE.state_manager.is_hover())return;const s=parseInt(e.mediaAttr("data-columns")||0),i=parseInt(e.mediaAttr("data-vertical-space")||0),a=parseInt(e.mediaAttr("data-horizontal-space")||0),l=TVE.Components.post_list.controls.ColumnsNumber,o=TVE.PostList.utils.readValue(e,"type"),c=(["masonry","carousel"].includes(o)?o:"grid")+"Layout";t&&!TVE.PostList.FLAGS.FROALA_BLUR&&this.resetLayout(e),"function"==typeof this[c]&&this[c](e,s,i,a,l),e.is(TVE.ActiveElement)&&"change"===l.currentEventType&&TVE.PostList.getComponent(e).update()},resetLayout:e=>{const s=TVE.Components.post_list.controls.ColumnsNumber;TVE.ActiveElement&&TVE.ActiveElement.is(t.getListIdentifier(TVE.ActiveElement))&&"change"===s.currentEventType&&(TVE.Components.layout.controls.MarginAndPadding.disable_controls(),TVE.Components.layout.disable_controls(TVE.Elements.post_list.components.layout.disabled_controls)),t.hasMasonry(e)&&(e.masonry("destroy"),t.removeMasonryData(e),s.applyElementCss({padding:0},e,"",""),e.find(t.getItemIdentifier(e)).css({left:"",top:"",position:""})),e.data("masonry")&&t.removeMasonryData(e);const i=e.find(".tcb-carousel-container");if(i.length>0&&!TVE.PostList.FLAGS.FROALA_BLUR){TVE.Components.carousel.carouselManager.updateCarouselSettings(e);try{i.slick("unslick")}catch(e){}i.removeAttr("data-carousel-settings").addClass("tve-prevent-content-edit"),i.find(".slick-list").removeClass("tve-prevent-content-edit"),e.find(TVE.apply_filters("tcb.carousel.slides_selector","")).unwrap()}const a={"min-width":"","margin-left":"","margin-bottom":"","margin-top":""};i.length||(a.width=""),s.applyElementCss(a,e," "+t.getItemIdentifier(e),"")},resetSpaceCss(e,s=""){let i='[data-css="'+TVE.CSS_Rule_Cache.uniq_id(e)+'"]';i=TVE.apply_filters("tcb.post_list.identifier",i,e);const a=i+` ${t.getItemIdentifier(e)}.thrv_wrapper`;TVE.head_css_remove(a+":nth-child(",s,!0),TVE.head_css_remove(a+":not(:nth-child",s,!0)},gridLayout:(e,s,i,a,l)=>{const o=t.getItemIdentifier(e),c=`calc((100% - ${1===s?0:(s-1)*a}px)/${s} )`,n=TVE.apply_filters("tcb.post_list.prefix",t.getListIdentifier(e),e);l.applyElementCss({width:c},e,` ${o}.thrv_wrapper`,n),l.applyElementCss({"margin-top":i+"px!important"},e,` ${o}.thrv_wrapper:nth-child(n+${s+1})`,n),l.applyElementCss({"margin-top":"0!important"},e,` ${o}.thrv_wrapper:not(:nth-child(n+${s+1}))`,n),l.applyElementCss({"margin-right":a+"px!important"},e,` ${o}.thrv_wrapper:not(:nth-child(${s}n))`,n),l.applyElementCss({"margin-right":"0!important"},e,` ${o}.thrv_wrapper:nth-child(`+(1===s?"":s)+"n)",n)},masonryLayout:(e,s,i,a,l)=>{TVE.ActiveElement&&TVE.ActiveElement.is(t.getListIdentifier(e))&&(TVE.Components.layout.disable_extra_controls(["top","right","bottom","left"].map(e=>"padding-"+e)),TVE.Components.layout.disable_controls(["Alignment",...TVE.Elements.post_list.components.layout.disabled_controls]));const o=t.getItemIdentifier(e),c={itemSelector:o,columnWidth:o,gutter:a},n=TVE.apply_filters("tcb.post_list.prefix",t.getListIdentifier(e),e);["d","t","m"].forEach(t=>{const s=e.attr(`data-horizontal-space-${t}`);s&&(c[`gutter-${t}`]=s)}),l.applyElementCss({width:"calc((100% - "+(s-1)*a+"px)/"+s+")",padding:0},e,` ${o}.thrv_wrapper`,n),l.applyElementCss({"margin-top":i+"px!important"},e,` ${o}.thrv_wrapper:nth-child(n+${s+1})`,n),l.applyElementCss({"margin-top":"0!important"},e,` ${o}.thrv_wrapper:not(:nth-child(n+${s+1}))`,n),_.delay(()=>{try{t.hasMasonry(e)&&e.masonry("destroy"),e.masonry(c)}catch(e){console.log(e)}e.attr("data-masonry",JSON.stringify(c))},42)},hasMasonry:e=>e.hasClass("masonry")||e.data("masonry")&&"undefined"!=typeof Masonry&&void 0!==Masonry.data(e[0]),removeMasonryData:e=>{e.removeAttr("data-masonry").removeData("masonry").removeClass("tve_post_grid_masonry")},carouselLayout(e,s,i,a){const l=t.getItemIdentifier(e),o=`calc((100% - ${1===s?0:(s-1)*a}px)/${s} )`,c=TVE.apply_filters("tcb.post_list.prefix",t.getListIdentifier(e),e);e.head_css({width:o},null,` ${l}.thrv_wrapper`,null,c),TVE.Components.carousel.carouselManager.updateCarouselSettings(e),TVE.PostList.FLAGS.FROALA_BLUR&&TVE.main.EditMode.in_edit()||TVE.Components.carousel.carouselManager.applyCarousel(TVE.Components.carousel.carouselManager.carouselSettings,e),delete TVE.PostList.FLAGS.FROALA_BLUR},masonryRedo(e){if(void 0===e&&(e=TVE.inner.$body.find(`${t.getListIdentifier(e)}[data-type="masonry"]`)),e.length&&e.data("masonry")&&e.data("masonry").$element)try{e.masonry("layout")}catch(e){console.log(e)}}};e.exports=t},84982:e=>{e.exports={customFieldInput(e,t,s=null){const i=TVE.Components.progressbar_old.controls.ExternalFields,a={value:s||0,name:t},l=i.getCFValues("number",e,t,a),o=e.find(".tve_progress_bar_fill_wrapper");l.value=parseFloat(l.value),TVE.isBetweenMinMax(l.value)?(o.attr({"data-fill":l.value,"data-c-f-id":l.name}).removeAttr("data-fill-d data-fill-t data-fill-m"),TVE.Components.progressbar_old.controls.FillPercent.triggerFillChange(l.value),i.updatePostList(e)):TVE.page_message("Invalid input. The value needs to be a percentage value!",!0,5e3)}}},85055:(e,t,s)=>{const i=s(50732);e.exports=s(16668).control.extend({template:TVE.tpl("controls/global/style-control"),set_drop_panel(e){if(!(e instanceof i))throw new Error("Style changer expects a DropPanel instance");this.panel=e,this.panel.parent_control=this},open_panel(e,t){return this.panel&&e&&this.panel.open(e,t),!1},update:jQuery.noop})},85182:(e,t,s)=>{const i=s(82187),a=s(16668),l=s(82540),o=s(70937),c=s(48828),n=s(87323),r=s(9914),d=s(49115);e.exports=a.control.extend({activeElement:null,videoOverlaySVG:'<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><title>play</title><path fill="#fff" d="M18.659 4.98c-0.889-1.519-2.12-2.75-3.593-3.614l-0.047-0.025q-2.298-1.341-5.020-1.341t-5.019 1.341c-1.52 0.889-2.751 2.12-3.614 3.593l-0.025 0.047q-1.341 2.298-1.341 5.020t1.341 5.020c0.889 1.519 2.12 2.75 3.593 3.614l0.047 0.025q2.298 1.341 5.020 1.341t5.020-1.341c1.519-0.889 2.75-2.12 3.614-3.593l0.025-0.047q1.341-2.298 1.341-5.020t-1.341-5.020zM15 10.716l-7.083 4.167c-0.118 0.074-0.262 0.117-0.416 0.117-0 0-0 0-0.001 0h0c-0.153-0.002-0.296-0.040-0.422-0.107l0.005 0.002q-0.417-0.247-0.417-0.729v-8.333q0-0.482 0.417-0.729 0.43-0.234 0.833 0.013l7.084 4.167q0.416 0.234 0.416 0.716t-0.416 0.716z"></path></svg>',update(e){this.activeElement=e;const t=this.get_attribute("type"),s=this.get_attribute("start-time"),i=this.get_attribute("end-time");if(this.model=new Backbone.Model(this.read()),this.video_settings.set_model(this.model),e.hasClass("tcb-elem-placeholder")&&(this.$("#v-settings-youtube input.tve_provider_url").val(""),this.$(".v-source").val("youtube").trigger("change"),this.set_attribute("type","youtube",e)),void 0===s||"0"===s?this.$(".tve-time-control input").val(0):(this.$('.tve-time-control[data-time="Minute"] input').val(parseInt(s/60)),this.$('.tve-time-control[data-time="Second"] input').val(parseInt(s%60))),void 0===i||"0"===i?this.$(".responsive-video-end-time-settings .tve-time-control input").val(0):(this.$('.responsive-video-end-time-settings .tve-time-control[data-time="Minute"] input').val(parseInt(i/60)),this.$('.responsive-video-end-time-settings .tve-time-control[data-time="Second"] input').val(parseInt(i%60))),this.update_extra_settings(t),this.activeElement.find(".video_overlay ").hasClass("video_overlay_image")){let e=this.activeElement.find(".video_overlay ").css("background-image"),t="1234567";e=e.replace("url(","").replace(")","").replace(/\"/gi,""),e.length>0&&(t=e.split("/").slice(-1)[0]),this.video_settings.set_thumbnail({id:_.random(1,1e3),title:t}),this.$(".tcb-player-icon-wrapper").show()}else this.video_settings.set_thumbnail(null),this.$(".tcb-player-icon-wrapper").hide();this.show_hide_provider_options(t),t.includes("vooplayer")&&this.voo_settings.update(e),t.includes("bunnynet")&&this.bunnynet_settings.update(e),this.updateVideoSettings(e)},updateVideoSettings(e){const t=this.get_attribute("type");t.includes("vooplayer")||(this.video_settings.aspectRatio.update(e),this.video_settings.aspectRatioBtnGroup.update(e)),this.video_settings.lazyLoad.update(e,!0),["videoCover","reporting","floatingVideo","ModalPicker","IconColor","IconSize"].forEach(t=>{this.video_settings[t]?this.video_settings[t].update(e):console.warn(`${t} update function not found.`)});let s=t.includes("vooplayer")||t.includes("bunnynet");s=TVE.apply_filters("tcb.video.should_hide_advanced_tab",s,t),this.$(".video-options .tve-advanced-controls").toggleClass("tcb-hidden",s)},update_extra_settings(e){e&&_.each(this.$("#r-v-checkbox-settings-"+e).find('input[type="checkbox"]'),_.bind(function(t){const s=t.getAttribute("data-elem-attr"),i=t.getAttribute("data-elem-attr-val");if(t.checked=this.get_attribute(s)===i,"youtube"===e)if("rel"===s){const e=this.get_attribute("show_related");void 0!==e&&(t.checked=!!parseInt(e))}else if("fs"===s){const e=this.get_attribute("hide_fullscreen");void 0!==e&&(t.checked=!!parseInt(e))}else if("controls"===s){const e=this.get_attribute("hide_controls");void 0!==e&&(t.checked=!!parseInt(e))}t.getAttribute("data-disable-option")&&t.getAttribute("data-disable-option").split(",").forEach(e=>{this.update_extra_settings_disable_options(t,e)})},this))},read(){const e=this.applyTo(),t={p:{}},s=e.find("video.tcb-responsive-video").first(),i=e.find("iframe").first();if(s.length){const e=s.find("source");t.s=this.get_attribute("type"),t.p={id:s.attr("data-id"),title:s.attr("data-title"),url:s.children(":first-of-type").attr("src"),attachment:{id:s.attr("data-id"),title:s.attr("data-title"),url:e.attr("src"),mime:e.attr("type")}}}else if(i.length){const e=this.get_attribute("url"),s=this.get_attribute("type");if(t.s=s,t.p={c:this.get_attribute("video-color"),id:i.attr("data-code"),url:e},"vimeo"===s){const s=e.match("https?://(.+)?(vimeo.com)/(.+)/([a-zA-Z0-9]+)");s&&s[4]&&(t.p.hash=s[4])}}else t.s=this.get_attribute("type");return{config:t}},input(){},restoreAspectRatio(e){const t=e.attr("data-aspect-ratio").split(":"),s=(t[1]/t[0]*100).toFixed(2);e.find(".tve_responsive_video_container").css("padding-bottom",s+"%")},clear(e){(e=void 0!==e?e:this.applyTo()).removeClass("tcb-elem-placeholder"),e.find(".tcb-inline-placeholder-action").remove(),e.find(".tve_responsive_video-no_video").remove(),e.find(".tve_responsive_video_container").removeAttr("style"),e.attr("data-aspect-ratio")&&this.restoreAspectRatio(e),e.find("iframe,video,script,.wistia_embed").remove(),e.find(".voo-id").remove(),e.find(".tcb-bunny-responsive-container").remove(),e.find(".tve_responsive_video_container").removeClass(".tve_change_responsive_style")},set_extra_settings_from_session(e,t){if(!t)return;this.$(`.r-v-checkbox-settings[data-setting="${t}"] .control-grid`).show();let s=["modestbranding","rel"];"vimeo"===t&&(s=["modestbranding","rel","showinfo","byline"]),this.$("#r-v-checkbox-settings-"+t).find('input[type="checkbox"]').filter(function(){return s.includes(this.getAttribute("data-elem-attr"))}).each(function(){const t=this.getAttribute("data-elem-attr"),s=this.getAttribute("data-elem-attr-val");e.attr("data-"+t,s)})},open_style_picker(e,t){return this.component.controls.style.open(null,t),!1},after_initialize(e){TVE.add_filter("element_drop",_.bind(function(e){if(e&&e.hasClass("thrv_responsive_video")){const t=e.attr("data-type");this.set_extra_settings_from_session(e,t)}return e},this)),this.video_settings=new i({config:{component_controls:e.component.controls},key:"VideoControls"}),this.$el.append(this.video_settings.$el.addClass("video-options")),this.video_settings.on("change",_.bind(this.apply,this)),this.video_settings.on("start-time-changed",_.bind(this.start_time_changed,this)),this.video_settings.on("end-time-changed",_.bind(this.endTimeChanged,this)),this.video_settings.on("color-change",_.bind(this.color_changed,this)),this.video_settings.on("thumbnail-changed",_.bind(this.thumbnail_changed,this)),this.video_settings.on("thumbnail-removed",_.bind(this.thumbnail_removed,this)),this.style_picker=new l({el:this.$("#style-picker")[0],model:{config:{callback:_.bind(this.open_style_picker,this),label:e.component.config.style.config.label}}}),this.voo_settings=new n({el:this.$(".tcb-voo-settings")[0],config:e.component.config}),this.bunnynet_settings=new r({el:this.$(".tcb-bunnynet-settings")[0],config:e.component.config}),this.resizeVideo=new d({}),TVE.add_filter("tcb_filter_html_before_save",e=>{const t=e.find('.thrv_responsive_video[data-url][data-type="youtube"][data-start-time]'),s=e.find('.thrv_responsive_video[data-url][data-type="wistia"][data-start-time]'),i=e.find('.thrv_responsive_video[data-url][data-type="vooplayer"][data-start-time]');return this.updateTime(t,"start","start"),this.updateTime(s,"start","time"),this.updateTime(i,"start","s"),this.updateTime(i,"end","e"),e}),TVE.add_action("tcb.focus.clear",this.resizeVideo.removeResizeOverlay.bind(this.resizeVideo)),TVE.add_action("tcb.dragstart",this.resizeVideo.removeResizeOverlay.bind(this.resizeVideo)),TVE.add_action("tcb.dragstart.main",this.resizeVideo.removeResizeOverlay.bind(this.resizeVideo)),TVE.add_action("tcb.dragend",()=>{TVE.ActiveElement&&TVE.ActiveElement.is(".thrv_responsive_video")&&TVE.Editor_Page.blur()}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tve-video-resize").remove(),e)),TVE.add_action("tcb.element.selected.responsivevideo",e=>{e.find("iframe,video").length&&(e.css({width:""}),this.resizeVideo.$currentVideo=e,this.initVideoResize(e));const t="true"===e.attr("data-is-dynamic");this.component.$el.find("#style-picker, .tcb-video-cover, .tve-lazy-load-control").toggleClass("tcb-hidden",t),t&&(TVE.inner.$body.find(".tve-video-resize").remove(),TVE.hideComponents(e,"responsivevideo"),e.addClass("tve_no_drag tcb-no-delete tcb-no-clone tcb-no-save"))}),TVE.add_filter("tcb.selection.element",e=>(e.hasClass("tve_responsive_video_container")&&(e=e.parent(".thrv_responsive_video")),e)),TVE.add_action("tcb.element.before.mouseover",(e,t)=>{const s=t.parent();return t.parent('.thrv_responsive_video[data-is-dynamic="true"],.thrv_responsive_video[data-type="dynamic"]'),t.tcbHasClass("tve_responsive_video_container")&&s.tcbHasClass("thrv_responsive_video")&&("true"===s[0].dataset.isDynamic||"dynamic"===s[0].dataset.type)&&(t[0].dataset.elementName="Featured Video",s[0].dataset.elementName="Featured Video"),t}),TVE.add_action("tcb.element.mouseover",(e,t)=>{const s=t.parent('.thrv_responsive_video[data-is-dynamic="true"],.thrv_responsive_video[data-type="dynamic"]').length>0,i=t.parent(".thrv_responsive_video");return!s&&i.length&&(t.removeClass("on_hover active_highlight"),TVE.ElementIcons.show_icons(t.parent(".thrv_responsive_video"))),t});const t=(e=TVE.ClickedElement)=>{TVE.ClickedElement&&TVE.ClickedElement.is(".thrv_responsive_video")&&(this.resizeVideo.getSizes(e),this.resizeVideo.resizeHandler(this.resizeVideo.resizeWrapper))};TVE.add_action("tcb.width_slider.input",(e,t)=>{if(e.is(TVE.identifier("responsivevideo"))&&e.find("iframe, video")&&(this.resizeVideo.resizeWrapper[0].style.display="none","max-height"===t.dataset.prop)){const s=parseInt(e.find("iframe,video").css("height"))/parseInt(e.find("iframe,video").css("width")),i=parseInt(parseInt(t.value)/s)+t.dataset.uom,a=TVE.Components.layout.controls;a.Width.set_input_value(a.Width.$inputs["max-width"],i),a.Width.apply_css(e,"max-width",!0)}}),TVE.add_action("tve.reposition.icons.responsivevideo",t),TVE.add_action("tcb_action_aspect_ratio_changed",t),TVE.main.on("device_hide_element",e=>{TVE.main.device.toLowerCase()===e.toLowerCase()&&t()}),TVE.add_filter("tcb.drag.disable",(e,t)=>{const s=TVE.ClickedElement&&TVE.ClickedElement.hasClass("thrv_responsive_video");return!t.hasClass("tve-drag-handle")&&s&&t.hasClass("tve-drag-video")&&this.checkImageSize()&&(e=!0),e}),TVE.add_filter("tve.dragged.element",e=>(e.hasClass("tve-drag-video")&&(e=TVE.ClickedElement),e)),TVE.add_filter("tcb.click_blur",(e,t)=>(TVE.ActiveElement&&TVE.ActiveElement.hasClass("thrv_responsive_video")&&t.is(".tve-drag-video, .tve-video-resize-control")&&(e=!1),e)),this.downloadTooltip=new o({no_buttons:!0}),this.noCookieTooltip=new o({no_buttons:!0,tooltipElem:this.$('[data-setting="no-cookie"] .tve-switch-info'),template:TVE.tpl("controls/tooltip/video-no-cookie"),anim_duration:0,no_callback:!0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2e3},validate:()=>!this.noCookieTooltip.FORCE_CLOSE});const s=".tcb-bn-url .tve-bunnynet-info";TVE.initBasicTooltip({tooltipElem:this.$(s),template:TVE.tpl("controls/tooltip/video-url"),anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2e3}},this,()=>this.$(s));const a='[data-setting="autoplay"] .tve-switch-info';TVE.initBasicTooltip({template:TVE.tpl("controls/tooltip/video-autoplay"),tooltipElem:this.$(a),anim_duration:0,closeOnLeave:!0,options:{hover_delay:100,leave_delay:2e3}},this,()=>this.$(a))},updateTime(e,t,s){e.each(function(){const e=TVE.inner_$(this),i=e.find("iframe"),a=e.attr(`data-${t}-time`);let l=i.attr("data-src")||i.attr("src");if(a)if(l)l=TVE.setOrReplaceUrlParam(l,s,a),i.attr("data-src",l),i.attr("src",l);else{const e=i.attr("url-params");e?i.attr("url-params",`${e}&${s}=${a}`):i.attr("url-params",`${s}=${a}`)}})},cookieTooltip(e,t){return this.noCookieTooltip.isOpen()?this.noCookieTooltip.onCancel():this.noCookieTooltip.open(null,t),!1},openDownloadTooltip(e,t){return this.downloadTooltip.isOpen()?this.downloadTooltip.onCancel():this.downloadTooltip.open(null,t),!1},extra_settings_changed(e,t){const s=t.getAttribute("data-elem-attr"),i=t.checked?t.getAttribute("data-elem-attr-val"):t.getAttribute("data-elem-attr-val-unchecked"),a=this.get_attribute("type");if(this.set_attribute(s,i),"autoplay"===s&&this.displayAutoplayWarning(t.checked),t.getAttribute("data-disable-option")&&t.getAttribute("data-disable-option").split(",").forEach(e=>{this.update_extra_settings_disable_options(t,e)}),"youtube"===a){const e=parseInt(i)?0:1;"rel"===s&&void 0!==this.get_attribute("show_related")?this.set_attribute("show_related",e):"fs"===s&&void 0!==this.get_attribute("hide_fullscreen")?this.set_attribute("hide_fullscreen",e):"controls"===s&&this.set_attribute("hide_controls",e)}if("youtube"===a&&"controls"===s&&0===parseInt(i)){const e=jQuery(t).closest(".r-v-checkbox-settings");e.find('[data-elem-attr="fs"]').prop("checked",!0).trigger("change"),e.find('[data-elem-attr="modestbranding"]').prop("checked",!1).trigger("change")}this.apply()},update_extra_settings_disable_options(e,t){const s=this.activeElement.attr(`data-${e.getAttribute("data-elem-attr")}`)===e.getAttribute("data-disable-value");jQuery(e).closest(".r-v-checkbox-settings").find(`.control-grid[data-setting="${t}"]`).toggleClass("tcb-disabled",s)},start_time_changed(e){const t=parseInt(this.$('.tve-time-control[data-time="Minute"]').find("input").val()),s=parseInt(this.$('.tve-time-control[data-time="Second"]').find("input").val());this.set_attribute("start-time",60*t+s,e)},endTimeChanged(e){const t=parseInt(this.$('.responsive-video-end-time-settings .tve-time-control[data-time="Minute"]').find("input").val()),s=parseInt(this.$('.responsive-video-end-time-settings .tve-time-control[data-time="Second"]').find("input").val());this.set_attribute("end-time",60*t+s,e)},color_changed(e){this.set_attribute("video-color",e.toRgbString()),this.apply()},thumbnail_changed(e){this.set_attribute("overlay",1),this.activeElement.attr("data-video-cover-type","thumbnail"),this.activeElement.find(".video_overlay").addClass("video_overlay_image").html('<span class="overlay_play_button">'+this.videoOverlaySVG+"</span>"),this.video_settings.$(".tcb-player-icon-wrapper").show(),this.video_settings.ModalPicker.update(this.activeElement),this.video_settings.IconColor.update(this.activeElement),this.video_settings.IconSize.update(this.activeElement),this.activeElement.find(".video_overlay").css({"background-image":"url('"+e.url+"')","background-repeat":"no-repeat","background-size":"cover","background-position":"center"}).attr({"data-width":e.width,"data-height":e.height});const t=this.activeElement.find(".video_overlay");let s=".tcb-responsive-video";"vooplayer"===this.activeElement.attr("data-type")&&this.activeElement.find(".voo-id").length>0&&(this.activeElement.find(".video-skin-player").css("z-index","-1"),s=".voo-id"),!t.next(s).length>0&&this.activeElement.find(s).before(t),TVE.PostList.utils.checkForPostListSync(TVE.ActiveElement,!0)},thumbnail_removed(){this.set_attribute("overlay",0),this.activeElement.removeAttr("data-video-cover-type"),this.activeElement.find(".video_overlay").removeClass("video_overlay_image").html(""),this.activeElement.find(".video_overlay").removeAttr("data-width").removeAttr("data-height").removeAttr("style"),this.video_settings.$(".tcb-player-icon-wrapper").hide(),TVE.PostList.utils.checkForPostListSync(TVE.ActiveElement,!0)},show_hide_provider_options(e){if(this.$(".responsive-video-time-settings").hide(),this.$(".responsive-video-end-time-settings").hide(),this.$(".responsive-video-end-time-label").hide(),this.$(".r-v-checkbox-settings").hide(),this.$(".tcb-voo-settings").hide(),this.$(".tcb-bunnynet-settings").hide(),this.$("#style-picker").show(),this.$(".tcb-default-aspect-ratio").show(),"youtube"!==e&&"wistia"!==e&&"vooplayer"!==e||this.$(".responsive-video-time-settings").show(),"vooplayer"===e?(this.$(".responsive-video-end-time-settings").show(),this.$(".responsive-video-end-time-label").show(),this.$(".tcb-voo-settings").show(),this.$("#style-picker").hide(),this.$(".tcb-default-aspect-ratio").hide(),this.$(".responsive-video-time-label").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-time-settings").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-end-time-label").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-end-time-settings").detach().appendTo("#tcb-custom-start-end-time")):(this.$(".responsive-video-time-label").detach().insertBefore(this.$(".tcb-voo-settings")),this.$(".responsive-video-time-settings").detach().insertBefore(this.$(".tcb-voo-settings")),this.$(".responsive-video-end-time-label").detach().insertBefore(this.$(".tcb-voo-settings")),this.$(".responsive-video-end-time-settings").detach().insertBefore(this.$(".tcb-voo-settings"))),"bunnynet"===e){const e=".responsive-video-end-time-settings, .responsive-video-end-time-label, #style-picker, .tcb-default-aspect-ratio, .tcb-floating-video, .tcb-floating-settings-container, .tve-lazy-load-control, .tcb-video-cover";this.$(".tcb-bunnynet-settings").show(),this.$(e).hide(),this.$(".responsive-video-time-label").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-time-settings").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-end-time-label").detach().appendTo("#tcb-custom-start-end-time"),this.$(".responsive-video-end-time-settings").detach().appendTo("#tcb-custom-start-end-time")}else{const e=".tcb-default-aspect-ratio, .tcb-floating-video, #style-picker, .tcb-floating-settings-container, .tve-lazy-load-control,.tcb-video-cover";this.$(e).show()}this.$('.r-v-checkbox-settings[data-setting="'+e+'"]').show(),this.$("#style-picker").toggleClass("tcb-disabled",this.activeElement.attr("data-aspect-ratio")&&!this.activeElement.attr("data-aspect-ratio").includes("16:9"))},displayAutoplayWarning(e){this.$el.find(".tve-advanced-controls .info-text").toggleClass("tcb-hidden",!e)},video_provider_changed(e,t){const s=t.value,i=e.attr("data-is-dynamic"),a=i?this.getDynamicAttrs(e):{};a["data-video-cover-type"]=e.attr("data-video-cover-type"),this.noCookieTooltip.isOpen()&&this.noCookieTooltip.onCancel(),this.displayAutoplayWarning(!1),TVE.removeDataAttributes(e),e.attr(a),this.$(".tve_provider_url").val(""),this.clear(this.activeElement),e.find(".tve_responsive_video_container").append('<div class="tve_responsive_video-no_video">'+TVE.icon("video-player","svg","editor")+"</div>"),this.$('input[type="checkbox"]:hidden').each(function(){this.checked=!1}),this.$(".tcb-responsive-video-thumbnail").removeClass("tcb-hidden"),this.show_hide_provider_options(s),this.set_attribute("type",s,e),["custom","external"].includes(s)&&this.activeElement.attr("data-no-download","1"),this.set_extra_settings_from_session(this.activeElement,s),this.update_extra_settings(s),s.includes("vooplayer")&&this.voo_settings.update(e),s.includes("bunnynet")&&(this.bunnynet_settings.update(e),e.find(".tcb-video-cover").remove()),i||(e.find(".tcb-video-float-container").children().unwrap(),e.attr("data-float",!1)),this.video_settings.closeFloatPreview(e),this.updateVideoSettings(e),TVE.do_action("tcb.video.provider_changed",s,e)},apply(e={}){var t;const s=e&&e.element?e.element:this.applyTo();(!this.activeElement||e&&e.forceElement)&&(this.activeElement=s);const i=this,a=this.video_settings.get_embed_code("responsive",this.queryString(this.get_attribute("type"))),l=e&&e.customFieldName?e.customFieldName:s.find("[data-c-f-id]").attr("data-c-f-id"),o=s.find(".tve_responsive_video_container");if(this.clear(s),!a)return o.append('<div class="tve_responsive_video-no_video">'+TVE.icon("video-player","svg","editor")+"</div>"),this;o.append(a);const c=s.find(".tcb-video-float-container");if(c.length>0&&0===c.find("iframe, video").length){const e=this.get_attribute("type"),t=s.find("iframe, video")[0],i=TVE.apply_filters("tcb.video.responsive_iframe",t,s,e);c.prepend(i)}this.set_attribute("url",this.$el.find(".tve_provider_url:visible").val()),TVE.do_action("tcb.video.url_changed",TVE.ActiveElement),this.activeElement.attr("data-is-dynamic")||this.activeElement.hasClass("tcb-custom-field-source")||(this.activeElement.attr("data-aspect-ratio-default",0),i.video_settings.aspectRatio.update(this.activeElement)),this.activeElement.find("video").not("[data-c-f-id]").on("loadedmetadata",function(){const e=this.videoHeight/this.videoWidth*100;let t=!1;i.activeElement.find(".tve_responsive_video_container").css("padding-bottom",e+"%"),["16:9","4:3","1:1","9:16"].forEach(a=>{const l=a.split(":");parseFloat((l[1]/l[0]*100).toFixed(2))===parseFloat(e.toFixed(2))&&("16:9"===a?(i.activeElement.attr("data-aspect-ratio-default",0),i.video_settings.aspectRatio.update(s)):(i.activeElement.attr("data-aspect-ratio-default",1),i.video_settings.aspectRatio.update(s),i.video_settings.aspectRatio.setValue(!1,!0),i.video_settings.applyAspectRatio(i.activeElement,a),i.video_settings.aspectRatioBtnGroup.setValue(a)),t=!0)}),t||(i.activeElement.attr("data-aspect-ratio-default",2),i.video_settings.aspectRatioBtnGroup.clearActive(),i.video_settings.customRatioSettings.show(),i.video_settings.applyAspectRatio(i.activeElement,`${i.activeElement.width()}:${i.activeElement.height()}`),i.video_settings.aspectRatio.update(s),i.video_settings.aspectRatio.setValue(!1))});const n=e.config,r=this.video_settings.active_view;if("object"==typeof n&&"youtube"===n.s&&n.p.url.includes("shorts")||l&&l.includes("acf")&&null!=r&&null!==(t=r.config)&&void 0!==t&&t.url&&r.config.url.includes("shorts")&&r.key.includes("youtube")){i.video_settings.aspectRatio.setValue(!1,!0),i.video_settings.applyAspectRatio(i.activeElement,"9:16"),i.video_settings.aspectRatioBtnGroup.setValue("9:16");const e=TVE.Components.layout.controls;e.Width.set_input_value(e.Width.$inputs["max-width"],"350px"),e.Width.change_value(i.activeElement,e.Width.$inputs["max-width"][0])}return"function"==typeof this.video_settings.active_view.init_video&&(this.video_settings.active_view.init_video(),s.find(".video-skin-player").css("width",""),s.find(".video-skin-player").css("height","")),l&&(s.find(".tcb-responsive-video").attr("data-c-f-id",l),s.find(".tcb-responsive-video").attr("data-post-list",TVE.CONST.isCfInsidePostlist)),TVE.PostList.utils.checkForPostListSync(s,!e||!e.stopSync),this.activeElement=s,this.model=new Backbone.Model(this.read()),this.video_settings.set_model(this.model),s.find("iframe,video").length&&!s.attr("data-is-dynamic")&&(s.css({width:""}),this.resizeVideo.$currentVideo=s,this.initVideoResize(s)),TVE.do_action("tcb.video.settings_changed",s),this},queryString(e){var t,s;let i,a="?";const l=new c(this.get_attribute("video-color"));switch(e){case"youtube":i=["rel="+(void 0===this.get_attribute("rel")?"1":this.get_attribute("rel")),"modestbranding="+(void 0===this.get_attribute("modestbranding")?"0":this.get_attribute("modestbranding")),"controls="+(void 0===this.get_attribute("controls")?"1":this.get_attribute("controls")),"showinfo="+(void 0===this.get_attribute("showinfo")?"1":this.get_attribute("showinfo")),"fs="+(void 0===this.get_attribute("fs")?"1":this.get_attribute("fs")),"wmode=transparent"],a+=i.join("&");break;case"wistia":i=["chromeless=false","controlsVisibleOnLoad="+(void 0===this.get_attribute("onload-controls")?"true":"1"===this.get_attribute("onload-controls")),"playbar="+(void 0===this.get_attribute("play-bar")?"true":"1"===this.get_attribute("play-bar")),"fullscreenButton="+(void 0===this.get_attribute("fs")?"true":"1"===this.get_attribute("fs")),"playerColor="+(void 0===this.get_attribute("video-color")?"fff":l.toHex()),"videoFoam=true"],"popover"===this.get_attribute("embed_type")?(i.push("popover=true popoverAnimateThumbnail=true"),a+=i.join(" ")):a+=i.join("&");break;case"vimeo":i=["portrait="+(void 0===this.get_attribute("modestbranding")?"1":this.get_attribute("modestbranding")),"title="+(void 0===this.get_attribute("showinfo")?"1":this.get_attribute("showinfo")),"color="+(void 0===this.get_attribute("video-color")?"fff":l.toHex()),"byline="+(void 0===this.get_attribute("byline")?"1":this.get_attribute("byline")),"autopause=0"],a+=i.join("&");break;case"external":case"custom":a="",void 0!==this.get_attribute("controls")&&"1"!==this.get_attribute("controls")||(a+=' controls="controls" '),void 0!==this.get_attribute("loop")&&"1"===this.get_attribute("loop")&&(a+=" loop "),void 0!==this.get_attribute("no-download")&&"1"===this.get_attribute("no-download")&&(a+=' controlsList="nodownload" ');break;case"bunnynet":a=this.activeElement&&(null===(t=this.activeElement.find("iframe"))||void 0===t||null===(s=t.attr("url-params"))||void 0===s?void 0:s.slice(1))||"";break;default:a=""}return a},initVideoResize(e){TVE.inner.$body.append(TVE.tpl("controls/responsive-video/resize-video"));const t=TVE.inner_$(".tve-video-resize"),s=TVE.inner_$(".tve-corner-resize"),i={width:parseInt(e.outerWidth()),height:parseInt(e.outerHeight()),ratio:(parseInt(e.outerWidth())/parseInt(e.outerHeight())).toFixed(2)};this.resizeVideo.getSizes(e),this.resizeVideo.resizeWrapper=TVE.inner_$(".tve-video-resize"),this.resizeVideo.$currentVideo=e;const a=this;s.each(function(){TVE.inner_$(this).tveElementDrag({wrapper:TVE.ClickedElement,videoData:i,start(){TVE.FLAGS.drag=!0,this.addClass("tve-active")},move(t){let s;const i=this.data("tve_draggable.options"),l=i.wrapper,o=TVE.Components.layout.controls.Width.$inputs.width.$$size.attributes.uom,c=o.includes("px");if(s=t.x&&t.y?Math.round(Math.sign(t.x)*Math.sqrt(Math.pow(t.x,2)+Math.pow(t.y,2))):t.x||t.y,this.data("reverse")&&(s*=-1),s=i.wrapper.outerWidth()+s,"%"===o&&(s=100*s/l.parent().outerWidth()),c&&s<30||!c&&s<5)return;a.resizeVideo.resizeWrapper.is(":visible")&&(a.resizeVideo.resizeWrapper[0].style.display="none");const n=TVE.Components.layout.controls;n.Width.set_input_value(n.Width.$inputs["max-width"],s+o),n.Height.set_input_value(n.Height.$inputs.height,"auto"),n.Width.on_input(TVE.inner_$(e),n.Width.$inputs["max-width"][0])},stop(){const t=TVE.Components.layout.controls;t.Width.change_value(e,t.Width.$inputs["max-width"][0]),t.Height.change_value(e,t.Height.$inputs.height[0]),e.css("max-width",""),this.removeClass("tve-active"),TVE.FLAGS.drag=!1,a.resizeVideo.afterSizeChanges(e)}})}),this.resizeVideo.resizeHandler(t)},getDynamicAttrs(e){const t={};return jQuery.each(e[0].attributes,(e,s)=>{(s.name.includes("float")||s.name.includes("aspect")||s.name.includes("css"))&&(t[s.name]=s.value)}),t["data-is-dynamic"]="true",t},get_attribute(e){return this.activeElement?this.activeElement.attr("data-"+e):""},set_attribute(e,t,s){(s=void 0===s?this.activeElement:s).attr("data-"+e,t)}})},85445:(e,t,s)=>{!function(t){const i="tcb-permanently-hidden",a=s(74911),l=s(69596),o=s(16668),c=s(41649),n=Backbone.Model.extend({input_config_name:"config",input_selector:'input[name="config"]',$element:null,defaults:()=>({submit_action:"refresh",redirect_url:"",success_message:TVE.t.login_success,"login.show_success":1,post_register_action:"refresh","post_register_action.success_message":TVE.t.signup_success,"post_register_action.redirect_url":"","post_register_action.show_success":1,"register.send_form_values":0}),write(){if(!this.$element)return;let e=this.$element.find(this.input_selector);var s;e.length<=0&&(e=t('<input type="hidden" name="'+this.input_config_name+'"/>'),this.$element.append(e)),e.attr("value",(s=this.attributes,TVE.Base64.encode(TVE.serialize(s))))},read(){this.clear({silent:!0}),this.attributes=this.defaults();let e=this.$element.find(this.input_selector);var t;e.length&&e.val()&&(t=e.val(),e=TVE.unserialize(TVE.Base64.decode(t)),void 0===e["login.show_success"]&&"showMessage"!==e.submit_action&&(this.attributes["login.show_success"]=0),void 0===e["post_register_action.show_success"]&&"showMessage"!==e.post_register_action&&(this.attributes["post_register_action.show_success"]=0),this.set(e,{silent:!0}))},update(){this.$element=TVE.ActiveElement,this.$element.is(".thrv-login-element")&&(this.read(),"showMessage"===this.attributes.submit_action&&(this.attributes.submit_action="refresh",this.attributes["login.show_success"]=1),"showMessage"===this.attributes.post_register_action&&(this.attributes.post_register_action="refresh",this.attributes["post_register_action.show_success"]=1),0===this.$element.find(this.input_selector).length&&this.write())}});TVE.add_action("drag_pre_init",()=>{TVE.add_filter("draggable_elements",e=>e+", .tve-login-form-item ")}),e.exports=o.component.extend({updateOnMouseLeave:!1,states_with_no_button_group:["forgot_password","reset_confirmation"],initialize(){o.component.prototype.initialize.apply(this,arguments),this.settingsModel=new n,this.loginOptions=new c({component:this,class:"tve-login-submit-panel"}),this.settingsModel.on("change",()=>{this.settingsModel.write()}),this.loginPostSubmitControl=new a({el:this.$(".login-post-submit")[0],scope:"login",model:this.settingsModel,settingsKey:"submit_action"}),this.registerPostSubmitControl=new a({el:this.$(".register-post-submit")[0],scope:"register",model:this.settingsModel,settingsKey:"post_register_action"})},before_update(){this.settingsModel.update(),this.loginOptions.setState("login").reset(),this.loginOptions.setState("register").reset();const e=TVE.ActiveElement.attr("data-type")||"login";this.registerPostSubmitControl.$el.parents(".controls-register").toggle("both"===e||"register"===e),this.loginPostSubmitControl.$el.parents(".controls-login").toggle("both"===e||"login"===e)},after_update(){TVE.FLAGS.hover_element&&(this.loginPostSubmitControl.render(),this.registerPostSubmitControl.render())},setAfterSubmitAction(e){if(this.loginOptions.isOpen())this.loginOptions.onCancel();else{const t=e.currentTarget.dataset.state||"login";this.loginOptions.setState(t).open(null,this.$(`.tve-${t}-options-wrapper`))}return!1},onLoseFocus(e){if(e.target){const t=TVE.inner_$(e.target),s=t.closest(".tve_lg_radio_wrapper, .tve_lg_checkbox_wrapper").find(" > input");s.length&&s.attr("data-label-value")&&s.val(t.text())}},toggleComponents(e=!0){["scroll"].forEach(t=>TVE.Components[t].$el.toggleClass("tcb-disabled",e))},editFormElements(){this.$element=TVE.ActiveElement,TVE.add_action("tcb.popupInserted",this.popupInserted),TVE.add_filter("tcb.render_dynamic_categories",this.filterDynamicCategories),TVE.add_filter("tcb.render_dynamic_links",this.filterDynamicLinks),TVE.add_filter("tcb.get_dropzone_target",this.getDropzoneTarget),TVE.add_filter("allow_dragenter",this.allowDragEnter),TVE.add_action("tcb.froala.blur",this.onLoseFocus),TVE.ActiveElement.hasClass("tcb-has-selectors")||(TVE.ActiveElement.addClass("tcb-has-selectors"),this.setDataSelectors()),this.toggleComponents(),TVE.ActiveElement.find(".tve_lg_radio_wrapper, .tve_lg_checkbox:not(.tcb-lg-consent) .tve_lg_checkbox_wrapper, .tve-lg-dropdown-option").each(function(){TVE.inner_$(this).append(TVE.tpl("add-element-item"))}),TVE.Components.lead_generation.checkTemplateConfig(),TVE.main.EditMode.enter(TVE.ActiveElement,{extra_element_class:"canvas-mode",default_sidebar_params:["elements"],blur:!0,element_selectable:!1,can_insert_elements:!0,states:this.getAvailableStates(),hidden_elements:["login","lead_generation","block","ct_symbol","section"],callbacks:{exit:()=>{TVE.Editor_Page.focus_element(this.$element),this.$element.find(".tve_editor_main_content").removeClass("tve_editor_main_content"),this.showDefaultState(this.$element),this.$element.find(".thrv-button-group-item").removeClass("tcb-active-state"),this.toggleButtonGroup("forgot_password");const e=this.$element.find(".tcb-registration-form");e.length&&TVE.Components.registration_form.syncFileUploadSettings(e),this.$element.find(".tcb-add-block-below").remove(),delete this.$element,TVE.remove_action("tcb.popupInserted",this.popupInserted),TVE.remove_filter("tcb.render_dynamic_categories",this.filterDynamicCategories),TVE.remove_filter("tcb.render_dynamic_links",this.filterDynamicLinks),TVE.remove_filter("tcb.get_dropzone_target",this.getDropzoneTarget),TVE.remove_filter("allow_dragenter",this.allowDragEnter),TVE.remove_action("tcb.froala.blur",this.onLoseFocus),TVE.main.$(".add-element").removeClass("tve-disabled"),TVE.main.$("#jump-link, #static-link, .fr-checkbox-line").removeClass("tcb-hidden"),this.toggleComponents(!1)},state_change:e=>{this.$element.find(".tcb-login-form-wrapper").addClass(i).removeClass("tve_editor_main_content"),this.$element.find('.tcb-login-form-wrapper[data-state="'+e+'"]').addClass("tve_editor_main_content").removeClass(i).trigger("click"),this.$element.find(".tcb-active-state").removeClass("tcb-active-state"),this.$element.find('.thrv-button-group-item[data-state="'+e+'"]').addClass("tcb-active-state"),this.toggleButtonGroup(e),this.$element.find("form:visible").length?this.$element.find("form:visible").trigger("click"):TVE.Editor_Page.blur()}}})},toggleFullWidth(e,t){const s="full"===t;let i="";i=s?"100%":"center"===t?"0":`${this.controls.FormWidth.value(!0)}`,this.controls.FormWidth.applyElementCss({"min-width":i},e,"",""),this.controls.FormWidth.$el.toggleClass("tcb-hidden",s)},controls_init(e){this.hooks();const t=this;function s(e){return TVE.ActiveElement.tcbHasClass("tar-login-elem-button")&&(e=e.concat(".tcb-button-link-container, .anim-link")),e}this.controls.Align.input=function(e,s){const i="full"===s.dataset.value;t.toggleFullWidth(e,s.dataset.value),TVE.Components.layout.controls.Alignment.$('[data-value="'+(i?"none":s.dataset.value)+'"]').trigger("click")},this.controls.Align.update=function(e){let s;const i=e.css("max-width"),a=e.css("min-width");i&&"none"!==i&&"100%"!==a?(TVE.Components.layout.controls.Alignment.update(),s=TVE.Components.layout.controls.Alignment.getValue()):s="full",this.setActive(s),t.controls.FormWidth.$el.toggleClass("tcb-hidden","full"===s)},this.controls.FormWidth.input=function(e,t){this.applyElementCss({"max-width":t.value+this.getUM(),"min-width":t.value+this.getUM()},e,"","")},this.controls.FormWidth.update=function(e){let t=e.head_css("max-width",null,null,!0);const s=e.parent();t&&!isNaN(parseInt(t))||(t=e.outerWidth()),this.model.config.max=parseInt(s.width()),this.setValue(t)},e.formType.update=function(e){this.setActive(e.attr("data-type")||"login")},e.formType.input=function(e){const s=this.getValue();"login"!==s&&t.ensureFormState("register",e),e.attr("data-type",s),t.toggleStateElements(e,s),t.showDefaultState()},e.defaultState.update=function(t){this.setValue(t.attr("data-default-state")||"login"),this.$el.toggle("both"===e.formType.getValue())},e.defaultState.input=function(e,s){e.attr("data-default-state",s.value),t.showDefaultState()},e.hideWhenLoggedIn.update=function(e){this.setChecked(e.hasClass("tcb-hide-logged-in"))},e.hideWhenLoggedIn.input=function(e){e.toggleClass("tcb-hide-logged-in",this.isChecked())},TVE.add_filter("tcb.render_dynamic_links",e=>(TVE.ActiveElement.parents(".thrv-login-element").length||delete e["Login Form"],e)),TVE.add_filter("tcb.render_dynamic_categories",e=>{const t=e.indexOf("Login Form");return t>-1&&!TVE.ActiveElement.parents(".thrv-login-element").length&&e.splice(t,1),e}),TVE.add_filter("element_drop",function(e){return e&&e.hasClass("thrv-login-element")&&e.find(".tcb-switch-state a").head_css({color:"#1da5e5"},!1,"",!1,TVE.CONST.global_css_prefix),e}),TVE.add_filter("tcb.cloud_templates.login",e=>(e.sort((e,t)=>e.name.includes("blank")?-1:t.name.includes("blank")?1:0),e)),TVE.add_action("tcb.cloud_template.login.before_apply",(e,t)=>{t.find(".tve_lg_file").remove(),TVE.Components.registration_form.syncFileUploadSettings(t),this.__tempSettingsId=t.find(".tcb-registration-form").attr("data-settings-id")}),TVE.add_action("tcb.cloud_template.login.after_apply",(e,t)=>{t.addClass("tcb-login-v2"),t.find(".tve-login-form-input").addClass("tcb-plain-text");const s=t.find(".tcb-registration-form").removeAttr("data-f-id");TVE.preventBrowserAutofill(t),this.__tempSettingsId?s.attr("data-settings-id",this.__tempSettingsId):s.removeAttr("data-settings-id"),t.find("p a, .tcb-plain-text a").each((e,t)=>{t.textContent=t.textContent.trim()}),t.find(".tar-login-elem-link").removeClass("tcb-no-delete tcb-no-clone"),this.ensureRecaptcha(t)}),TVE.add_filter("tcb.cloud_templates.before_css_insert",(e,t,s)=>{if("login"===s){const s=t.attr("id");this.setDataSelectors(t,!0);const i=t.attr("id");s&&(e=e.replace(new RegExp("(#"+s+")","g"),"#"+i))}return e}),TVE.add_filter("tcb.hidden_controls.button.button",s),TVE.add_filter("tcb.hidden_controls.animation.button",s),TVE.add_filter("tcb.components.hide",function(e,t,s){return"scroll"===t&&"text"===s&&TVE.ActiveElement.tcbHasClass("tcb-removable-label")&&(e=!0),e}),e.sendFormValues.update=function(){this.setChecked(1===parseInt(t.settingsModel.get("register.send_form_values")))},e.sendFormValues.change=function(e,s){t.settingsModel.set("register.send_form_values",s.checked?1:0)},e.loginShowSuccess.update=function(){const s=t.settingsModel.get("login.show_success");this.setChecked(1===parseInt(s)),e.loginSuccessMessage.$el.toggle(!!s)},e.loginShowSuccess.change=function(s,i){t.settingsModel.set("login.show_success",i.checked?1:0),e.loginSuccessMessage.$el.toggle(i.checked)},e.loginSuccessMessage.change=function(e,s){t.settingsModel.set("success_message",s.value)},e.loginSuccessMessage.update=function(){e.loginSuccessMessage.$el.find("input").val(t.settingsModel.get("success_message"))},e.registerShowSuccess.update=function(){const s=t.settingsModel.get("post_register_action.show_success");this.setChecked(1===parseInt(s)),e.registerSuccessMessage.$el.toggle(!!s)},e.registerShowSuccess.change=function(s,i){t.settingsModel.set("post_register_action.show_success",i.checked?1:0),e.registerSuccessMessage.$el.toggle(i.checked)},e.registerSuccessMessage.change=function(e,s){t.settingsModel.set("post_register_action.success_message",s.value)},e.registerSuccessMessage.update=function(){e.registerSuccessMessage.$el.find("input").val(t.settingsModel.get("post_register_action.success_message"))}},toggleButtonGroup(e){this.$element.find(".thrv-button-group").toggleClass(i,_.contains(this.states_with_no_button_group,e))},previewMessage(e){const s=t(e.currentTarget).closest(".message-preview").attr("data-key").includes("login")?this.settingsModel.get("success_message"):this.settingsModel.get("post_register_action.success_message");s.length&&TVE.inner.window.TCB_Front.notificationElement.toggle(s,"success","")},filterDynamicCategories(e){const t=TVE.ClickedElement,s=t.find('[data-dynamic-link="thrive_login_form_shortcode"]');return(!1===t.data("editable")||!1===s.data("editable"))&&(e=["Login Form"]),e},filterDynamicLinks(e){if(!e["Login Form"])return e;const t=TVE.ClickedElement,s=t.find('[data-dynamic-link="thrive_login_form_shortcode"]');return!1===t.data("editable")||!1===s.data("editable")?("forgot_password"!==t.data("shortcode-id")&&"forgot_password"!==s.data("shortcode-id")||(e["Login Form"].links[0]={pass_reset:e["Login Form"].links[0].pass_reset}),"bk_to_login"!==t.data("shortcode-id")&&"bk_to_login"!==s.data("shortcode-id")||(e["Login Form"].links[0]={bk_to_login:e["Login Form"].links[0].bk_to_login}),"login"===s.data("shortcode-id")&&(e["Login Form"].links[0]={login:e["Login Form"].links[0].login}),"logout"!==t.data("shortcode-id")&&"logout"!==s.data("shortcode-id")||(e["Login Form"].links[0]={logout:e["Login Form"].links[0].logout}),e):e},popupInserted(e){e.find("#jump-link, #static-link, .fr-checkbox-line").toggleClass("tcb-hidden","thrive_login_form_shortcode"===TVE.ActiveElement.data("dynamic-link"))},getDropzoneTarget:e=>(TVE.ActiveElement&&(e=TVE.ActiveElement.parents(".thrv-login-element").find(".tve_editor_main_content").find(".tve-form-drop-zone")),e),allowDragEnter:(e,t)=>(t.is(".tve-login-form-item .thrv_text_element *")&&(e=!1),e),toggleStateElements(e,t=e.attr("data-type")||"login"){const s=e.find('[data-dynamic-link="thrive_login_form_shortcode"]');if(s.parent().removeClass(i),"both"!==t){e.attr("data-default-state",t);const a=Object.values(TVE.CONST.dynamic_links["Login Form"].links[0]).filter(e=>e.type===t||e.type.includes(t)).map(e=>e.id);s.each((e,t)=>{a.includes(t.dataset.shortcodeId)||t.parentNode.classList.add(i)})}this.controls.defaultState.update(e),this.$(".controls-login").toggle("register"!==t),this.$(".controls-register").toggle("login"!==t),this.showDefaultState()},showDefaultState(e=TVE.ActiveElement,t=e.attr("data-default-state")||"login"){e.find("[data-state]").addClass(i),e.find(`[data-state="${t}"]`).removeClass(i).addClass("tcb-active-state"),requestAnimationFrame(()=>TVE.Editor_Page.reposition_icons())},ensureFormState(e="register",t=TVE.ActiveElement){let s=t.find(`.tve-form-state[data-state="${e}"]`);s.length||(s=TVE.$(`#tve-static-elements .thrv-login-element [data-state="${e}"]`).clone().appendTo(t),TVE.preventBrowserAutofill(t),this.ensureRecaptcha(s))},getAvailableStates(e=TVE.ActiveElement){const t=e.attr("data-type")||"login",s=e.attr("data-default-state")||"login",i=[];return"login"!==t&&"both"!==t||i.push({label:TVE.t.login_states.login,value:"login",default:"login"===s},{label:TVE.t.login_states.forgot_password,value:"forgot_password"},{label:TVE.t.login_states.recovery_confirmation,value:"reset_confirmation"}),"register"!==t&&"both"!==t||i.splice(1,0,{label:TVE.t.login_states.registration_form,value:"register",default:"register"===s}),i.push({label:TVE.t.login_states.already_logged_in,value:"logged_in"}),i},setDataSelectors(e=TVE.ActiveElement,t=!1){let s=e.attr("id");s&&!t||(s=TVE.CSS_Rule_Cache.generate_id("login-")),e.attr("id",s);const i=`:not(.${TVE.Components.group.not_group_item_class})`,a=`#${s}`;function l(t,s=`${t}{suffix}`){e.find(t).each(function(){let e=i;this.classList.contains(TVE.Components.group.not_group_item_class)&&(e="#"+this.id),t=s.replace("{suffix}",e),this.dataset.selector=`${a} ${t}`})}l(".tve-form-state"),l(".tve-login-form-item"),l(".tcb-label"),l(".tcb-label p",".tcb-label{suffix} p"),l(".tcb-label .tcb-plain-text",".tcb-label{suffix} .tcb-plain-text"),l(".tve-login-form-input"),l(".tar-login-elem-button"),l(".tar-login-elem-button .tcb-button-text",".tar-login-elem-button{suffix} .tcb-button-text"),e.find(".tve_lg_input_container").each(function(){TVE.Components.lead_generation.callInputSpecific(TVE.inner_$(this),s,!0)})},hooks(){const e=()=>{TVE.inner_$(".thrv-login-element").each((e,t)=>{if(t.getAttribute("data-override-colors"))return!0;const s=TVE.inner_$(t),i=TVE.getElementMasterVariables(s),a=TVE.hslToRgb(i.h,i.s,i.l);TVE.Components.lead_generation.callColorSetComplexFields(a,s,a)})};TVE.add_action("tcb.template_palette_changed",e),TVE.add_action("tve.skin.palette_changed",e),TVE.add_action("tve.lg.edit.input",e=>{const t=e.parents(".thrv-login-element").first();if(t.length){this.setDataSelectors(t);const e=TVE.getElementMasterVariables(t);this.changeInnerElementsPalette(TVE.hslToRgb(e.h,e.s,e.l))}}),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.find(".thrv-login-element").addBack(".thrv-login-element").each((e,t)=>{const s=TVE.inner_$(t),i=s.attr("id");this.setDataSelectors(s,!0);const a=s.attr("id");TVE.head_css_copy(i,a)})}),TVE.add_action("tcb.palettes_v2.change.color_variable",this.changeInnerElementsPalette),TVE.add_action("tcb.palettes_v2.color_inherit",this.changeInnerElementsPalette),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{if(e.tcbHasClass("thrv-login-element")){let t=TVE.getElementMasterVariables(e);_.isEmpty(t.h)&&_.isEmpty(t.s)&&_.isEmpty(t.l)&&(this.controls.Palettes.setDefaultMasterVariables(e),t=TVE.getElementMasterVariables(e));const s=TVE.hslToRgb(t.h,t.s,t.l);TVE.Components.lead_generation.callColorSetComplexFields(s,e,s)}}),TVE.add_filter("tve.css_variable.selector",(e,t)=>{if(t&&t.closest(".thrv-login-element").length&&!TVE.inputButtonTemplate){const s=t.addClass("tve-color-set").attr("data-selector");e=s?s+".tve-color-set":e}return e}),TVE.add_action("tcb.change.main.css.variable",(e,t,s,i)=>{i&&TVE.inner_$(".thrv-login-element").each((e,s)=>{if(s.getAttribute("data-override-colors"))return!0;TVE.Components.lead_generation.callColorSetComplexFields(t,TVE.inner_$(s),t)})}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find('.thrv-login-element input[type="password"],.thrv_lead_generation input[type="password"]').removeAttr("autocomplete"),e)),TVE.add_action("tcb.element.selected",(e,t)=>{"login"!==t&&"lead_generation"!==t||TVE.preventBrowserAutofill(e)}),TVE.add_filter("tcb.state.hide.animation.button",e=>!!TVE.ActiveElement.is(".tar-login-elem-button, .tcb-go-back")||e)},changeInnerElementsPalette(e){(TVE.ActiveElement.tcbHasClass("thrv-login-element")||TVE.ActiveElement.parents(".thrv-login-element").first().length)&&TVE.Components.lead_generation.callColorSetComplexFields(e,TVE.ActiveElement,e)},showSentParams(){TVE.Components.lead_generation.showSentParams(TVE.ActiveElement.find(".tcb-registration-form"),this.$(".view-params"))},ensureRecaptcha(e){if(TVE.CONST.api_connections.recaptcha){const t=e.find(".tcb-registration-form");t.length&&(t.attr("data-form-settings")||TVE.Components.lead_generation.migrateForms(t),t.attr("data-form-settings",t.attr("data-form-settings").replace('"captcha":0','"captcha":1')),new l.view({el:t}).write("captcha"))}}})}(jQuery)},85466:(e,t,s)=>{const i=s(86210),a=s(35423);TVE.add_filter("tcb.conditional_display.is_condition_valid",(e,t)=>{if(e&&"string_comparison"===t.key){const s=t.value.string_operator;e="object"==typeof t.value&&t.value.string_name&&s,"exists"!==s&&(e=e&&t.value.string_value)}return e}),e.exports=i.extend({template:"conditional-display/modal/condition/string-comparator",extraInitialize(e){this.$extraContainer=e.$extraContainer},afterRender(){let e;e=this.selectedValue||0===this.selectedValue?this.selectedValue:this.model.get("condition").value||{},e.string_name&&this.setStringName(e.string_name||""),this.$extraContainer.removeClass("hidden"),this.stringOperator=new a({el:this.$extraContainer,model:this.model})},getStringName(){return this.$("input").val().trim()},setStringName(e){this.$("input").val(e)},getDefaultValue:()=>"",stringNameChanged(){this.save()},save(){const e=this.model.get("condition").value||{};e.string_name=this.getStringName(),this.setModel(e)}})},85626:(e,t,s)=>{!function(t){const i=s(50732),a=s(52306);e.exports=i.extend({template:TVE.tpl("controls/text/typefocus-settings"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(e){this.listenTo(this.model,"change",this.render),this.control=e.control},box_class:()=>"tve-style-options",render(){this.picker&&this.picker.destroy(),this.$(".popup-content").html(this.template()),this.$speed=this.$("#timer-ms"),this.render_callback&&(this.render_callback.call(this),delete this.render_callback);const e=this.$(".highlight-color");e.length&&(this.picker=new a({el:e[0],model:{config:{options:{output:"object",preferredFormat:"hex",showInput:!1,showGradient:!1,showAlpha:!0,allowEmpty:!0}}},change:_.bind(this.h_color_change,this)}),this.picker.setValue(this.model.get("colors")))},h_color_change(e){this.model.set("colors",e?e.toString():"",{silent:!0})},add_variation(){this.model.get("variations").push(""),this.render_callback=function(){this.$("input.variation-item").last().trigger("focus")},this.render()},edit_variation(e,t,s){return 13===s.which?(this.add_variation(),!0):(this.model.get("variations")[t.getAttribute("data-index")]=t.value,!1)},remove_variation(e,t){const s=t.getAttribute("data-index");return this.model.get("variations").splice(s,1),this.model.trigger("change"),!1},attr(e,t){this.model.set(t.getAttribute("data-field"),!!t.checked)},speed(e,t){return this.model.set({speed:t.value},{silent:!0}),this.$speed.html(t.value),!1},validate(){return!!this.model.validate()||(TVE.page_message(this.model.error,!0),!1)},apply(){if(!TVE.froala.editor)return;const e=TVE.froala.editor,s=e.snapshot.get(),i=this.model.get_dom_attr();let a=this.model.__dom;if(a)_.each(i,function(e,t){a.setAttribute(t,e)});else{const s=function(e){for(;e.is("strong,em,u,s");)e=e.parent();return e}(t(e.selection.element())),l=function(e){return e.attr("style")?e.attr("style"):""}(s),o=function(e){return e.attr("class")?e.attr("class"):""}(s);e.commands.clearFormatting(),e.format.apply("span",i),a=e.format.is("span",{class:i.class},!0),l&&a.setAttribute("style",l),"tcb-plain-text"===o&&a.parentElement.setAttribute("class",o)}a.textContent!==this.model.get("text")&&jQuery(a).text(this.model.get("text")),a&&a.removeAttribute("data-tve-custom-colour"),e.events.focus(),e.undo.saveStep(s),e.undo.saveStep(),this.control.update_preview(),this.control.update()},cancel(){this.model.restoreState()},default_changed(e,t){this.model.set("text",t.value)}})}(jQuery)},85814:e=>{const t=wp.media.view.MediaFrame.Post.extend({createStates(){wp.media.view.MediaFrame.Post.prototype.createStates.apply(this,arguments),this.states.remove("gallery"),this.states.remove("gallery-edit"),this.states.remove("gallery-add"),this.states.remove("playlist"),this.states.remove("video-playlist"),this.states.remove("audio-playlist"),this.options&&this.options.tcb_hide_embed&&this.states.remove("embed"),this.states.get("insert").set("title",this.options.title),this.states.on("content:render",()=>{setTimeout(()=>{jQuery("button.button-link.clear-selection").trigger("click")},0)})},activate(){this.menuItemVisibility("gallery","hide"),this.menuItemVisibility("playlist","hide"),this.menuItemVisibility("video-playlist","hide"),this.menuItemVisibility("audio-playlist","hide"),this.state().get("selection")&&this.state().get("selection").off("selection:single",this.on_attachment_select,this).on("selection:single",this.on_attachment_select,this)},on_attachment_select(){}});function s(e){const s={title:TVE.t.ChooseImage,multiple:!1,library:{type:"image"},preselect_full_size:!0},i=this;e=_.defaults(e||{},s),this.frame=new t(e),e.preselect_full_size&&(this.frame.on_attachment_select=()=>{setTimeout(()=>{const e=this.frame.$el.find(".attachment-display-settings");e.find(".size").val("full").trigger("change"),e.find(".setting.align").hide(),e.find(".link-to-custom").parent().hide()},0)}),this.frame.on("insert",function(e){i.image_selected=!0;const t=i.frame.state();if(!(e=e||t.get("selection")))return;const s=t.get("selection").first(),a=t.display(s).toJSON();i.update_link_url(a,s),i.send_image(a,s.toJSON())}),this.frame.on("select",function(){const e=i.frame.state().props.toJSON();i.send_image(null,e)}),this.frame.on("close",function(){"function"==typeof i.cancel_callback&&setTimeout(function(){i.image_selected||i.cancel_callback.call(i.cancel_scope)},10)})}s.prototype.update_link_url=function(e,t){if(e&&t)switch(e.link){case"file":e.link_url=t.get("url");break;case"post":e.link_url=t.get("link");break;case"custom":e.link_url=e.linkUrl;break;case"none":e.link_url=""}},s.prototype.send_image=function(e,t){if("function"!=typeof this.select_callback)return this;const s=_.extend({},t);if(e&&e.size&&t.sizes&&t.sizes[e.size]){t.size=s.size=e.size;const i=t.sizes[e.size];s.url=i.url,s.width=i.width,s.height=i.height,s.align=e.align}return e&&e.link_url&&(s.link_url=e.link_url),this.select_callback.call(this.cb_scope,s,t)},s.prototype.open=function(){return delete self.image_selected,this.frame.open(),this},s.prototype.on_select=function(e,t){return this.select_callback=e,this.cb_scope=t||this,this},s.prototype.on_cancel=function(e,t){return this.cancel_callback=e,this.cancel_scope=t||this,this},s.prototype.clean_url=function(e){if(!e)return"";let t="";return _.isObject(e)&&e.url?t=e.url:e.length&&(t=e),t.replace?t.replace(/^http:\/\//g,"//"):""},e.exports=s},85917:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}const l={image:s(64605),audio:s(52610),rating:s(5527),responsivevideo:s(45649),countdown:s(2055),countdown_old:s(13889),fillcounter:s(79627),gmap:s(3039),progressbar:s(61884),progressbar_old:s(84982),video_background:s(72460),menu_item_image:s(25289),megamenu_image:s(25289)},o={getElements:()=>l,getPostlistFields(e){const t={};return _.each(TVE.PostList.posts,s=>{const i=s[e];_.each(i,(e,s)=>{t[s]||(t[s]={label:e.label})})}),{[e]:t}},isFallbackImageSet:e=>e.includes("dynamic_acf")&&e.includes("&fallback")&&!e.includes("fallback=0"),resetImagePlaceholder(e){e.placeholderSelect.set({})},generateCustomFieldShortcode:(e,t={},s="0")=>((t.placeholderId||"0"===t.placeholderId)&&(t.extra_params+=` data-placeholder='${t.placeholderId}'`),s?`[tcb_post_custom_external data-field-type='${t.key}' data-id='${e}'${t.extra_params}]`:`[tcb_custom_field data-field-type='${t.key}' data-id='${e}'${t.extra_params}]`),getCFValues(e,t,s,l){const o=TVE.PostList.utils.getArticleID(t);let c=TVE.CONST.external_custom_fields[e];return TVE.PostList.utils.isInsidePostList(t)&&TVE.PostList.posts[o]&&(c=TVE.PostList.posts[o][`tcb_post_custom_fields_${e}`]),c&&c[s]?function(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){a(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}({},c[s]):l},updatePostList(e){TVE.PostList.utils.isInsidePostList(e)&&(e.attr("data-post-list",1),TVE.PostList.utils.checkForPostListSync(e,!0))}};e.exports=o},86020:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:5}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325 102" preserveAspectRatio="none">\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 354px; stroke-dasharray: 354px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 354px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path fill="none" fill-rule="evenodd" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M6.039 94.725c3.442 1.668 8.796 2.503 16.061 2.503 10.898 0 36.982-3.452 51.984-5.734 15.002-2.283 50.285-8.963 52.877-6.324 1.729 1.76-1.288 4.19-9.05 7.29 9.513-.209 19.178-1.476 28.995-3.801 14.726-3.489 43.323-8.431 55.768-8.431s15.732 3.714 9.83 6.431c-3.936 1.811-5.355 2.613-4.259 2.404 11.023.088 25.588-1.62 43.696-5.12 18.107-3.502 26.18-1.93 24.217 4.716 13.529-1.846 22.577-2.769 27.145-2.769 4.567 0 7.48.257 8.736.77"/>\n\t\t\t\t</svg>`}}},86210:e=>{e.exports=TVE.Views.Base.base_view.extend({beforeInitialize(e){this.selectedValue=e.selectedValue,this.extraInitialize(e)},setModel(e,t="value"){const s=this.model.get("condition");"value"===t&&(this.selectedValue=e),this.model.set("condition",Object.assign(s,{[t]:e}),{silent:!0}).trigger("change",this.model)},extraInitialize(){},isHidden:()=>!1})},86408:(e,t,s)=>{const i=s(50732),a=s(17305);e.exports=i.extend({template:TVE.tpl("controls/contact-form/edit-cf-item"),_template:TVE.tpl("controls/drop-panel-light"),after_render(){this.$type=this.$("select.tcb-cf-item-type"),this.$label=this.$(".tcb-cf-item-label"),this.$placeholder=this.$(".tcb-cf-item-placeholder"),this.$required=this.$(".tcb-cf-item-required"),this.smartComplete=new a({component:this.component,$droppanel:this.$el}),this.$(".popup-content").append(this.smartComplete.$el),this.$recaptcha_size=this.$("select.tcb-cf-item-recaptcha_size"),this.$recaptcha_style=this.$("select.tcb-cf-item-recaptcha_style"),this.$type.empty(),_.each(this.config.types,function(e,t){this.$type.append(jQuery("<option>",{text:e.label,value:t}))},this)},onOpen(){this.type_changed()},type_changed(e){e=void 0===e?this.model.get("type"):e,this.$(".tcb-edit-item-category").addClass("tcb-hidden"),"g-recaptcha-response"===e?this.$("#recaptcha.tcb-edit-item-category").removeClass("tcb-hidden"):this.$("#text.tcb-edit-item-category").removeClass("tcb-hidden"),this.smartComplete.$el.toggleClass("tcb-hidden","g-recaptcha-response"===e);const t=this.$(".btn-apply");t.removeAttr("disabled"),this.$("#recaptcha").hasClass("tcb-hidden")||TVE.CONST.api_connections.recaptcha||t.attr("disabled","disabled")},get_data(e,t){const s=e.find("input,textarea");return{__new:t,item:e,type:e.find(".thrv-cf-input-wrapper").attr("data-type"),label:e.find("label").text(),placeholder:s.attr("placeholder"),required:!!s.attr("required"),recaptcha_size:e.find(".tve-captcha-container").attr("data-size")||"normal",recaptcha_style:e.find(".tve-captcha-container").attr("data-theme")||"light",defaultValue:s.attr("default-value")||s.attr("value"),autofillType:s.attr("data-complete-type")||"",autofillValue:s.attr("data-complete-value")||""}},change_setting(e,t){"checkbox"===t.type&&(t.value=t.checked);const s={},i=t.getAttribute("data-setting"),a=t.value;"type"===i&&(this.type_changed(a),s.label=this.config.types[a].defaults.label,s.placeholder=this.config.types[a].defaults.placeholder),s[i]=a,this.model.set(s),"type"===i&&this.dom()},reset(e){this.model=e,this.smartComplete.editField(e),this.disable_used_types(e.get("type")),this.smartComplete.$el.toggleClass("tcb-hidden","g-recaptcha-response"===e.get("type")),this.dom(),this.model.get("__new")&&this.$type.trigger("change")},dom(){this.$type.val(this.model.get("type")),this.$label.val(this.model.get("label")),this.$placeholder.val(this.model.get("placeholder")),this.model.get("required")?this.$required.attr("checked","checked"):this.$required.removeAttr("checked"),this.$recaptcha_size.val(this.model.get("recaptcha_size")),this.$recaptcha_style.val(this.model.get("recaptcha_style"))},disable_used_types(e){e=void 0===e?null:e,this.$type.find("option").removeAttr("disabled"),this.collection.each(function(t){e!==t.get("type")&&this.$type.find('option[value="'+t.get("type")+'"]').attr("disabled","disabled")},this)},cancel(){this.model.get("__new")?this.collection.at(this.collection.length-1).destroy():this.model.restoreState()},apply(){this.model.unset("__new"),this.collection.trigger("change")},changeCallback(e){this.smartComplete.setData(e)},onClose(){this.smartComplete.onClose()}})},86463:(e,t,s)=>{const i=s(49194),a=s(89926);e.exports=s(16668).control.extend({template:TVE.tpl("controls/layout/width"),inputs:{},before_initialize(e){Object.assign(this,e,this.$el.data())},after_render(){this.tabs=new i({el:this.$(".tabs")[0],model:this.tabs_config()});const e=this;this.$inputs={},this.props().forEach(function(t){const s=this.$("[data-tab="+t+"] input");s.$$prop=t,s.$$size=new a,s.attr("data-uom","px"),this.$("[data-tab="+t+"]").find("[data-fn]").attr("data-prop",t),this.$inputs[t]=s,s.tve_draggable({stepSize:1,dir:"top",start(){if(s.$$size.is_empty()){const t=e.readFrom(),i=s.$$size.get("uom"),a=t.css("box-sizing");let l=e.prop;"border-box"===a&&(l="outer"+TVE.ucFirst(e.prop));const o=t[l]();s.$$size.reset(o+"px").convert_to(i,{parent_size:t.parent().width(),em_size:parseInt(t.css("font-size"))}).get_real_value(0)}e.currentValue=s.$$size.get_real_value(0)},move(t){let i=e.currentValue-parseInt(t);i<0&&(i=0),s.$$size.set("value",i),s.val(s.$$size.get_value()).trigger("input")},stop(){s.trigger("change")}})},this),"height"===this.prop&&(this.$('.tve-input-um[data-value="%"]').remove(),this.$('.tve-input-um[data-value="vw"]').remove())},update(){let e=!1;TVE.FLAGS.hover_element&&(TVE.FLAGS.hover_element=!1,e=!0);const t=this.applyTo();_.each(this.$inputs,function(e,s){this.set_input_value(e,this.read_head_css(t,s))},this),e&&(TVE.FLAGS.hover_element=!0),this.preselect()},props(){return[this.prop,"min-"+this.prop,"max-"+this.prop]},tabs_config(){return{config:{target:".inputs",buttons:[{value:this.prop,text:"Fixed"},{value:"min-"+this.prop,text:"Min"},{value:"max-"+this.prop,text:"Max"}]}}},set_input_value(e,t){e.$$size.reset(t),e.val(e.$$size.get_value()),this.update_uom(e.$$size.get("uom"),e.$$prop)},update_uom(e,t){this.$("[data-tab="+t+"] .input-um").text(e),this.$("[data-tab="+t+"] .tve-input-um").removeClass("active").filter('[data-value="'+e+'"]').addClass("active"),this.$inputs[t].attr("data-uom",e)},get_value(e){return this.$inputs[e].$$size},change_value(e,t){const s=this.get_value(t.dataset.prop);s.reset(t.value),t.classList&&(t.classList.remove("has-error"),!s.is_valid()||s.is_negative())?t.classList.add("has-error"):(this.apply_css(e,t.dataset.prop,!0),TVE.ElementEditIcons.toggle(),TVE.Editor_Page.reposition_icons(),TVE.do_action("tcb.width_slider.change",e,t))},on_input(e,t){const s=this.get_value(t.dataset.prop);s.reset(t.value),t.classList&&(t.classList.remove("has-error"),!s.is_valid()||s.is_negative())?t.classList.add("has-error"):(TVE.ElementEditIcons.toggle(!1),TVE.SKIP_CSS_STATE=!0,this.apply_css(e,t.dataset.prop,!1),TVE.SKIP_CSS_STATE=!1,TVE.do_action("tcb.width_slider.input",e,t))},apply_css(e,t,s){const i={},a={},l=this.get_input(t);i[t]=l.$$size.get_css_value(this.config.important),Object.keys(i).forEach(e=>{a[`${TVE.CONST.cssVarPrefix}${e}`]=`${i[e].replace("!important","").trim()} !important`}),this.applyElementCss(i,e,this.config.css_suffix,this.config.css_prefix),this.applyElementCss(a,e,"",""),s&&l.val(l.$$size.get_value()),this.tabs.toggleChanged(t,!l.$$size.is_empty())},change_uom(e,t){const s=this.get_value(t.dataset.prop),i=this.readFrom();s.convert_to(t.dataset.value,{parent_size:i.parent().width(),em_size:parseInt(i.css("font-size"))}),this.update_uom(s.get("uom"),t.dataset.prop),this.apply_css(e,t.dataset.prop,!0)},clear_value(e,t){this.$inputs[t.dataset.prop].val("").trigger("change")},get_input(e){return this.$inputs[_.isString(e)?e:e.dataset.prop]},read_head_css(e,t){let s=e.head_css(t,null,this.config.css_suffix,!1,this.config.css_prefix);return s||TVE.main.get_inherited_media().some(function(i){return s=e.head_css(t,i,this.config.css_suffix,!1,this.config.css_prefix),!!s},this),TVE.apply_filters("tve.width.read_css",s,e,t)},get_prop_priority(){return"width"===this.prop?["max-width","min-width","width"]:["min-height","max-height","height"]},preselect(){const e=this.get_prop_priority();let t="";e.forEach(function(e){const s=this.get_value(e).is_empty();this.tabs.toggleChanged(e,!s),s||t||(t=e)},this),this.tabs.setActive(t||e[0])}})},86844:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){this.controls.width.update=function(e){this.setValue(e.head_css("width",null,"",!0,TVE.CONST.global_css_prefix+" ")+parseInt(e.css("border-left-width")||0))},this.controls.width.input=function(e,t){this.applyElementCss({width:t.value+this.getUM()},e.__col,"",TVE.CONST.global_css_prefix+" "),TVE.plugins.table.refresh()},this.controls.height.update=function(e){this.setValue(e.head_css("height",null,"",!0,TVE.CONST.global_css_prefix+" ")+parseInt(e.css("border-top-width")||0))},this.controls.height.input=function(e,t){this.applyElementCss({height:t.value+this.getUM()},e.__row,"",TVE.CONST.global_css_prefix+" "),TVE.plugins.table.refresh()},this.controls.valign.update=function(e){this.setActive(e.css("text-align")||"")},this.controls.valign.applyStyles=function(e){this.applyElementCss({"vertical-align":this.getValue()},e,"",TVE.CONST.global_css_prefix+" "),this.readFrom().removeClass("tve_valign_top tve_valign_middle tve_valign_bottom")}}})},86929:(e,t,s)=>{const i=s(16668),a=s(40521),l=s(50732),o=s(51106),c=s(80830);e.exports=i.component.extend({update_on_expand:!0,updateOnMouseLeave:!1,controls_init(e){this.columnResetOptions=new l({no_buttons:!0,class:"tve-column-reset-options",template:TVE.tpl("drop-panels/column-reset-options"),onApply:(e,t)=>{this.columnResetOptions.FORCE_CLOSE||this.resetColumns(e,t),this.columnResetOptions.hide()},cancel:TVE.$.noop}),this.columnBreakTooltip=new a({no_buttons:!0,tooltipElem:this.controls.ColumnWidth.$el.find(".tve-slider-info"),template:TVE.tpl("controls/tooltip/column-breakpoint"),anim_duration:300,no_callback:!0,validate:()=>!this.columnBreakTooltip.FORCE_CLOSE}),this.verticalPositionTooltip=new a({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/contentbox/vertical-position-tooltip"),closeOnLeave:!0,tooltipElem:this.$(".tcb-vertical-info"),no_callback:!0,validate:()=>!this.verticalPositionTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:50}}),TVE.add_action("tcb.margin_padding.set",function(e,t){if(e.is(".tcb-col")&&"margin"===t.style&&_.contains(["top","bottom"],t.side)){let s=t.value,i='.tve-input.bottom[data-style="margin"]';"bottom"===t.side&&(i='.tve-input.top[data-style="margin"]'),s+=parseInt(TVE.Components.layout.controls.MarginAndPadding.$el.find(i).val()),e.head_css({height:"calc(100% - "+s+"px)"})}}),e.GutterWidth.input=function(e,t){this.applyElementCss({"padding-left":t.value+"px"},e,this.config.css_suffix,""),this.applyElementCss({"margin-left":-t.value+"px !important"},e,"","")},e.GutterWidth.update=function(e){this.setValue(e.css("padding-left"))},e.GutterWidth.change=function(e,t){this.input(e,t),TVE.drag.positionResizables(e,t.value)},e.ColumnsOrder.change=function(e,t){switch(TVE.main.device){case"desktop":e.closest(".tve_editor_page").hasClass("preview-desktop")||e.closest(".tve_editor_page").addClass("preview-desktop"),e.toggleClass("tcb-row-reversed-desktop tcb-row-reversed-tablet tcb-row-reversed-mobile",t.checked);break;case"tablet":e.toggleClass("tcb-row-reversed-tablet",t.checked);break;case"mobile":e.toggleClass("tcb-row-reversed-mobile",t.checked);break;default:e.toggleClass("tcb-row-reversed-desktop",t.checked)}const s={"flex-direction":(t.checked?"row-reverse":"row")+" !important"};t.checked?0===e.css("flex-wrap").indexOf("wrap")&&(s["flex-wrap"]="wrap-reverse !important"):"wrap-reverse"===e.css("flex-wrap")&&(s["flex-wrap"]="wrap !important"),e.head_css(s)},e.ColumnsOrder.update=function(){const e=this.applyTo(!1,!0),t=e.css("flex-direction"),s=e.css("flex-wrap"),i=t&&-1!==t.indexOf("-reverse")||s&&-1!==s.indexOf("-reverse");this.setChecked(i);let a=!0;e.each(function(){if(!this.classList.contains("v-2"))return a=!1,!1}),"mobile"!==TVE.main.device||a||(e.addClass("v-2"),i&&this.change(e,this.$el.find(".tve-checkbox")[0]))},e.VerticalPosition.applyStyles=function(e,t){e.removeClass("tcb-flex-center tcb-flex-end"),this.applyElementCss({"justify-content":t.getAttribute("data-value")},e," > .tcb-flex-col > .tcb-col","")},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",null," > .tcb-flex-col > .tcb-col",!0)||"");const t=jQuery(e.context).css("overflow-y"),s=["scroll","auto","hidden",""].includes(t);TVE.Components.columns.controls.VerticalPosition.$el.toggleClass("tcb-disabled",s)},e.VerticalPosition.openTooltip=()=>(this.verticalPositionTooltip.isOpen()?this.verticalPositionTooltip.onCancel():this.verticalPositionTooltip.open(null,this.$(".tcb-vertical-info")),!1),e.Wrap.change=(t,s)=>{const i="tablet"===TVE.main.device?"medium":TVE.main.device;t.toggleClass("tcb-"+i+"-wrap",s.checked),t.toggleClass("tcb-"+i+"-no-wrap",!s.checked),t.children().toggleClass("ui-resizable",!s.checked),t.head_css({"flex-wrap":(e.Wrap.getValue()?e.ColumnsOrder.getValue()?"wrap-reverse":"wrap":"desktop"===TVE.main.device?"":"nowrap")+" !important"}),e.ColumnWidth.update(t),t.head_css({"flex-basis":s.checked?e.ColumnWidth.value(!0)+" !important":""},!1," > .tcb-flex-col"),e.ColumnWidth.$el.slideToggle(),"tablet"!==TVE.main.device||t.hasClass("m-edit")?"mobile"===TVE.main.device&&t.addClass("m-edit"):t.toggleClass("tcb-mobile-no-wrap",!s.checked),this.$(".tve-columns-reset").toggle(!s.checked),TVE.do_action("tcb.columns_wrap.change",t)},e.Wrap.update=()=>{const t=e.Wrap.applyTo().css("flex-wrap"),s=!t||-1===t.indexOf("nowrap");e.Wrap.setChecked(s),e.ColumnWidth.$el[s?"show":"hide"](),this.$(".tve-columns-reset").toggle(!s)},e.ColumnWidth.input=function(e,t){"desktop"===TVE.main.device&&e.children().tcbRemoveClass("c-25 c-33 c-50 c-66 c-75"),this.applyElementCss({"flex-basis":t.value+"px !important"},e," > .tcb-flex-col","")},e.ColumnWidth.update=function(e){let t=e.find(".tcb-flex-col").css("flex-basis");t&&"auto"!==t||(t=this.model.config.default+"px"),this.setValue(t)},e.ColumnWidth.openTooltip=()=>(this.columnBreakTooltip.isOpen()?this.columnBreakTooltip.onCancel():this.columnBreakTooltip.open(null,e.ColumnWidth.$el.find(".tve-slider-info")),!1),this.placeholder_panel=new c({component:this,minWidth:300,no_buttons:!0}),e.FullWidth.change=function(e,t){e.toggleClass("tcb-window-width",t.checked),t.checked?TVE.inner.window.TCB_Front.resizePageSection(e):e.css({width:"",left:""}),TVE.Editor_Page.reposition_icons(),TVE.Components.layout.toggle_full_width_controls(!t.checked)},e.FullWidth.update=function(e){if("none"===e.closest(".tve_post_lp > div > #tve_editor").css("max-width"))return this.$el.hide(),void this.$el.prev("hr").hide();this.$el.show(),this.$el.prev("hr").show();const t=e.hasClass("tcb-window-width");this.isChecked()!==t&&this.setChecked(t)},e.MinHeight.input=function(e,t){this.applyElementCss({"min-height":"inherit"},e,"",""),this.applyElementCss({"min-height":t.value+this.getUM()},e,this.config.css_suffix,"")},e.MinHeight.update=function(e){let t=e.head_css("min-height",!1,"",!0);t||(t=e.height()),this.setValue(t)},TVE.add_action(`tcb.focus_${this.key}.before`,e=>{TVE.drag.bindColumnsResize(e)})},placeholder_action(){this.placeholder_panel.open(TVE.ActiveElement,TVE.ActiveElement.find(".tcb-inline-placeholder-action"))},resetLayout(e,t){const s=TVE.ActiveElement.find("> .tcb-flex-row "),i=s.find("> .tcb-flex-col"),a=i.length;a<2||a>3?(s.tcbRemoveClass("tcb-resized"),i.head_css({"max-width":""}),TVE.drag.resizeImages(TVE.ActiveElement)):this.columnResetOptions.isOpen()?this.columnResetOptions.onCancel():(this.columnResetOptions.$(".tve-columns-options").addClass("tcb-hidden").filter(`[data-cols="${a}"]`).removeClass("tcb-hidden"),this.columnResetOptions.open(null,this.$(t)))},resetColumns(e=TVE.ActiveElement,t){const s=e.find("> .tcb-flex-row "),i=s.find("> .tcb-flex-col"),a=i.length,l=this.renderer.format[a][t.getAttribute("data-index")];o(()=>{s.tcbRemoveClass("tcb-resized"),i.head_css({"max-width":""}),i.tcbRemoveClass("c-25 c-33 c-50 c-66 c-75"),l.cls&&l.cls.forEach((e,t)=>{TVE.inner_$(i[t]).tcbAddClass(e)}),TVE.drag.resizeImages(e)},e)}})},86968:(e,t,s)=>{const i=s(16668),a=s(59577),l=s(51106),o=a.extend({_sortable:!0,_clickable:!1,get_items(e){const t=[];return e.find(".tve_faq").each(function(){const e=jQuery(this);t.push({label:e.find(".tve_faqB").text(),$toggle:e})}),t}});e.exports=i.component.extend({controls_init(){this.controls.HoverColor.input=function(e){this.applyTo().head_css({"background-color":e+" !important"},!1,this.config.css_suffix).attr("data-hover-color",e),this.setValue(e)},this.controls.HoverColor.update=function(){let e=this.applyTo().head_css("background-color",!1,this.config.css_suffix,!0);e||(e=this.applyTo().attr("data-hover-color")),this.setValue(e)},this.controls.HoverTextColor.input=function(e){this.applyTo().head_css({color:e+" !important"},!1,this.config.css_suffix,!0,this.config.css_prefix).attr("data-text-hover-color",e),this.applyTo().head_css({fill:e+" !important"},!1,this.config.icon_css_suffix,!0,this.config.css_prefix),this.setValue(e)},this.controls.HoverTextColor.update=function(){let e=this.applyTo().head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix);e||(e=this.applyTo().attr("data-text-hover-color")),this.setValue(e)},this.controls.ToggleTextColor.input=function(e){this.applyTo().head_css({color:e+" !important"},!1,this.config.css_suffix,!0,this.config.css_prefix),this.applyTo().head_css({fill:e+" !important"},!1,this.config.icon_css_suffix,!0,this.config.css_prefix),this.setValue(e)},this.controls.ToggleTextColor.update=function(){const e=this.applyTo().head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix);this.setValue(e)},this.controls.List=new o({el:this.$("#toggle-list")[0]}),this.controls.List.on("order_changed",function(){l(function(){this.collection.each(function(e){TVE.ActiveElement.append(e.get("$toggle"))})},TVE.ActiveElement,this)}).on("item_remove",function(e){l(function(){TVE.ActiveElement.find(".tve_faq").eq(e).remove()},TVE.ActiveElement)})},add_toggle(){return l(function(){TVE.ActiveElement.append(jQuery('#tve-static-elements [data-elem="toggle_old"] .tve_faq').clone())},TVE.ActiveElement,this),this.controls.List.update(),!1}})},87109:(e,t,s)=>{const i=s(16668),a=s(14902),l=s(23623),o=s(62447);e.exports=i.base_view.extend({template:TVE.tpl("util/favorite-gradients"),template_gradients_tpl:TVE.tpl("util/template-gradients"),save_btn:TVE.tpl("util/color-picker/save-btn"),favorite_thumb:TVE.tpl("util/color-picker/favorite-thumb"),global_thumb:TVE.tpl("util/color-picker/global-thumb"),className:"fav-gradients",attr:{favorites:TVE.CONST.gradients.favorites||[],globals:TVE.CONST.gradients.globals||[],templates:TVE.CONST.gradients.templates||[]},has_template_gradients:!1,variableViews:{},initialize(e){this.gradient_picker=e.gradient_picker,this.has_template_gradients=TVE.allowTemplateVarsInColorPicker(this.attr.templates.length>0)},after_render(){this.global_gradients_view=new a({el:this.$("#gradient-details")[0],favorites_view:this}),this.variableViews.gradient=this.global_gradients_view,this.add_gradient_view=new o({el:this.$("#add-gradient")[0],favorites_view:this}),this.has_template_gradients&&(this.$el.append(this.template_gradients_tpl()),this.template_gradients_view=new l({el:this.$("#templates-gradient-details")[0],favorites_view:this}),this.variableViews.tpl=this.template_gradients_view),TVE.do_action("tcb.favorite_gradients.after_render",this),this.reset_html()},on_color_show(){const e=this.gradient_picker.getCss();this.render();const t=this.gradient_picker.css_variable?this.$('.p-global-thumb[data-var="'+TVE.getRawCssVariableName(this.gradient_picker.css_variable)+'"]'):this.$('.p-fav-thumb[data-color="'+e+'"]');t.length&&this.select(e,t.first()),this.gradient_picker.toggle_gradient_controls(!!this.gradient_picker.css_variable)},reset_html(){if(this.$(".saved-gradients-container").html(this.render_gradients()),this.has_template_gradients){let e="";_.each(this.attr.templates,function(t){let s=this.global_thumb({global_prefix:TVE.CONST.gradients.lp_set_prefix,css_prop:"background-image",color:TVE.isCssVariable(t.gradient)?TVE.getCssVariableValue(t.gradient):t.gradient,name:t.name,id:t.id,synced_var:TVE.isCssVariable(t.gradient)?t.gradient:"",custom_name:t.custom_name});s=s.replace("p-thumb-inner","p-thumb-inner tcb-tpl-var"),e+=s},this),this.$(".templates-gradients-container").html(e)}TVE.do_action("tcb.favorite_gradients.reset_html",this)},render_gradients(){let e=this.save_btn({tooltip:"Save Gradient"});return _.each(this.attr.globals,function(t){t.active&&(e+=this.global_thumb({global_prefix:TVE.CONST.gradients.global_prefix,css_prop:"background-image",color:t.gradient,name:t.name,id:t.id,synced_var:"",custom_name:t.custom_name}))},this),_.each(this.attr.favorites,function(t,s){e+=this.favorite_thumb({css_prop:"background-image",color:t,id:s})},this),e},save_favorite(){return this.gradient_picker.edit_css_variable||(this.global_gradients_view.$el.empty(),this.add_gradient_view.render(this.gradient_picker.getCss())),!1},toggleGradientDropdown(e,t){const s=t.getAttribute("data-dropdown-base-selector");this.$(`${s}control`).toggleClass("open"),this.$(`${s}content`).toggleClass("tcb-hidden")},color_click(e,t){const s=t.getAttribute("data-color"),i=t.getAttribute("data-var")?TVE.buildCssVariable(t.getAttribute("data-var")):null;if(this.gradient_picker.css_variable&&this.gradient_picker.edit_css_variable){if(this.has_template_gradients&&this.$selected.attr("data-var").indexOf(TVE.CONST.gradients.lp_set_prefix)>-1)return TVE.changeCssVariableValue(this.$selected.attr("data-var"),i?TVE.buildCssVariable(i):s),this.$selected.attr("data-color",s),i?this.$selected.attr("data-synced-var",TVE.buildCssVariable(i)):this.$selected.attr("data-synced-var",""),void e.stopPropagation();this.has_template_gradients&&this.gradient_picker.css_variable.indexOf(TVE.CONST.gradients.lp_set_prefix)>-1?this.template_gradients_view.undo_global():this.global_gradients_view.undo_global()}return this.gradient_picker.setValue(i||s),this.gradient_picker.picker.gradient_css_variable=i,this.gradient_picker.picker.updatePreview(!0),this.select(s,jQuery(t)),this.gradient_picker.toggle_gradient_controls(!!i),!1},add_global_gradient(e){const t=this.attr.globals.length;this.attr.globals.unshift({id:t,active:1,gradient:e.gradient,name:e.name,custom_name:e.custom_name})},update_global_gradient(e,t,s){const i=t.indexOf(TVE.CONST.gradients.global_prefix)>-1?"globals":"templates",a=_.findIndex(this.attr[i],function(t){return t.id===e});a>-1&&(this.attr[i][a].gradient=s.gradient,this.attr[i][a].name=s.name,this.attr[i][a].custom_name=s.custom_name)},add_gradient(e){return e?-1!==this.attr.favorites.indexOf(e)?(this.select(e),this):(this.attr.favorites.unshift(e),this.reset_html(),this.select(e),this.execute_favorites_gradient_ajax(),this):this},remove_color(e){return _.isNumber(e)&&(this.attr.favorites.splice(e,1),this.$selected.remove(),this.reset_html(),this.execute_favorites_gradient_ajax()),this},remove_global_gradient(e){const t=_.findIndex(this.attr.globals,function(t){return t.id===e});t>-1&&(this.attr.globals[t].active=0,TVE.CONST.gradients.globals[t].active=0),this.$selected.remove(),this.reset_html(),this.gradient_picker.toggle_gradient_controls(!1)},select(e,t){if(!e)return;const s=this.$(".p-thumb").not(".save-fav").removeClass("active");this.$selected=t?t.addClass("active"):s.filter('[data-color="'+e+'"]').first().addClass("active"),_.each(this.variableViews,e=>{e.$el.empty()}),this.$selected.length>0&&this.$selected.attr("data-var")&&this.variableViews[this.$selected.attr("data-var").split("-")[3]].render(this.$selected)},on_gradient_change(e){this.gradient_picker.css_variable&&this.gradient_picker.edit_css_variable&&this.$selected&&this.$selected.length?(this.$selected.attr("data-synced-var",""),this.$selected.attr("data-var")&&(this.variableViews[this.$selected.attr("data-var").split("-")[3]].gradient=e)):(this.$(".p-thumb").not(".save-fav").removeClass("active"),_.each(this.variableViews,e=>{e.$el.empty()}),this.add_gradient_view.$el.empty(),this.gradient_picker.toggle_gradient_controls(!1))},allow_user_to_edit(e){if(e?TVE.Editor_Page.enable_clicks({panel_action_btn:!0}):TVE.Editor_Page.disable_clicks({panel_action_btn:!0}),!e){let e=TVE.t.global.global_gradient_edit;this.gradient_picker.css_variable.indexOf(TVE.CONST.gradients.lp_set_prefix)>-1&&(e=TVE.t.global.template_gradient_edit),this.$("#global-gradient-edit-msg").html(e)}this.$("#global-gradient-edit-warning").toggleClass("tcb-hidden",e),this.gradient_picker.toggle_gradient_controls(e)},execute_favorites_gradient_ajax(){TVE.ajax("custom_options","post",{type:"gradients",values:TVE.CONST.gradients.favorites})},execute_template_gradients_ajax(e){e&&(e.value=e.gradient,e.type="gradient",TVE.ajax("template_options","post",e))},execute_global_gradient_ajax(e){e&&(e.post_id=TVE.CONST.post.ID,TVE.ajax("global_gradients","post",e))}})},87194:(e,t,s)=>{const i=s(50732);e.exports=i.extend({states:{default:"Normal",hover:"Hover",active:"Active",expanded:"Expanded"},copyFromState:"",_template:TVE.tpl("drop-panels/reset-state"),template:"",cancel(){this.hide()},onOpen(){const e=TVE.state_manager.get_state(),t=this.hasExtraStates()&&("hover"===e||"active"===e||"expanded"===e);TVE.ActiveElement&&TVE.ActiveElement.parents(TVE.identifier("login")).length&&this.$('.reset-select option[value="expanded"]').text("Selected State"),this.$(".reset-to-state").toggle(!t),this.$(".reset-multiple-states").toggle(t),this.hasExtraStates()&&(this.$(".reset-select option").show(),this.hideUnavailableOptions(),this.$(`.reset-select option[value="${e}"]`).hide(),this.$(".reset-select option:first").prop("selected",!0)),this.$(".reset-state-initial .btn-apply").attr("data-fn",this.hasExtraStates()?"showConfirmState":"resetStateAction"),this.showState("initial")},showConfirmState(){this.copyFromState=this.$(".reset-select").val(),this.$el.html(this._template()),this.position(".reset-state-button"),this.showState("confirm")},showState(e="initial"){this.$(".reset-state-initial").toggle("initial"===e),this.$(".reset-state-confirm").toggle("confirm"===e),this.$(".reset-state-panel").toggleClass("reset-state-panel-confirm","confirm"===e)},hasExtraStates:()=>TVE.Elements[TVE._type(TVE.ActiveElement)].active||TVE.Elements[TVE._type(TVE.ActiveElement)].expanded,hideUnavailableOptions(){this.$('.reset-select option[value="active"]').toggle(TVE.Elements[TVE._type(TVE.ActiveElement)].active),this.$('.reset-select option[value="expanded"]').toggle(TVE.Elements[TVE._type(TVE.ActiveElement)].expanded)},resetStateAction(){const e=TVE.state_manager.get_state(),t=this.copyFromState&&this.copyFromState.length?this.copyFromState:this.$(".reset-select").attr("value"),s=TVE.ActiveElement,i=`[data-css="${TVE.CSS_Rule_Cache.uniq_id(s)}"]`;let a;switch(TVE._type(s)){case"menu_item":const l=TVE.escapedRegEx(TVE.ActiveElement.attr("data-selector")).toString().slice(0,-1).slice(1);a={from:new RegExp(`${l}.*(\\.tve-state-${e}|:${e})`),to:new RegExp(`${l}.*(\\.tve-state-${t}|:${t})`)};break;case"megamenu_item":const o=TVE.escapedRegEx(TVE.ActiveElement.attr("data-selector")).toString().slice(0,-1).slice(1);a={from:new RegExp(`${o}(.*(\\.tve-state-${e}|:${e}))`),to:new RegExp(`${o}(.*(\\.tve-state-${t}|:${t}))`)};break;case"button_group_item":const c=s.attr("data-selector").match(/\[.*\]/)[0];a={from:new RegExp(`\\${c}(.*)(\\.tve-state-${e}|:${e})`),to:new RegExp(`\\${c}(.*)(\\.tve-state-${t}|:${t})`)};break;case"toggle_title":a={from:TVE.escapedRegEx(TVE.ActiveElement.attr("data-selector"),"g","",`(\\.tve-state-${e}|:${e})`),to:TVE.escapedRegEx(TVE.ActiveElement.attr("data-selector"),"g","",`(\\.tve-state-${t}|:${t})`),process:s=>("hover"===t?s=s.replace(/:not\(\.tve-state-(\w+?)\)/g,""):"hover"===e&&(s=s.replace("hover","hover:not(.tve-state-expanded)")),s)};break;case"lead_generation_radio_option":case"lead_generation_checkbox_option":a={from:new RegExp(`\\${i}(.*)(\\.tve-state-${e}|:${e})`),to:new RegExp(`\\${i}(.*)(\\.tve-state-${t}|:${t})`)};break;case"lead_generation_gdpr":const n=TVE.escapedRegEx(s.attr("data-selector")).toString().slice(0,-1).slice(1);a={from:new RegExp(`\\${n}(.*)(\\.tve-state-${e}|:${e})`),to:new RegExp(`\\${n}(.*)(\\.tve-state-${t}|:${t})`)};break;case"login_form_input":const r=TVE.escapedRegEx(s.attr("data-selector")).toString().slice(0,-1).slice(1);a={from:new RegExp(`\\${r}(.*)(\\.tve-state-${e}|:${e})`),to:new RegExp(`\\${r}(.*)(\\.tve-state-${t}|:${t})`)};break;case"article":const d='[data-css="'+s.parent().attr("data-css")+'"]',h=s.attr("data-selector");a={from:new RegExp(`\\${d}(.*)\\${h}(.*)(\\.tve-state-${e}|:${e})`),to:!1};break;default:const p=s.attr("class").match(/tcb-global-\S*/);if(p)a={from:new RegExp(`\\.${p[0]}(\\.tve-state-${e}|:${e})`),to:!1};else if(a=TVE.apply_filters("tcb.reset-state.rules_to_reset",a,s,e,t),!a)if("button"===TVE._type(s)&&s.hasClass("tar-login-elem-button")){const t=TVE.escapedRegEx(s.attr("data-selector")).toString().slice(0,-1).slice(1);a={from:new RegExp(`\\${t}(\\.tve-state-${e}|:${e})`),to:!1}}else a={from:new RegExp(`\\${i}(\\.tve-state-${e}|:${e})`),to:!1}}if("default"===t)TVE.head_css_remove(a.from);else{const s=TVE.CONST.global_css_prefix+" ",i=[];let l;_.each(TVE.stylesheet.cssRules,o=>{const c=TVE.compat.conditionText(o);if(o.type===CSSRule.MEDIA_RULE&&c&&c.length){for(let c=0;c<o.cssRules.length;c++){const n=o.cssRules[c];n&&n.style.length&&n.cssText.match(a.from)?(o.deleteRule(c),c--):n&&n.cssText.match(a.to)&&!n.cssText.includes(":hover")&&(l=n.cssText.replace(t,e),"function"==typeof a.process&&(l=a.process(l,n)),n.cssText.includes(".tve-state-hover")?i.push(l.replace(s,"")):l.includes(".tve-state-hover")&&(l=s+l,i.push(l.replace(".tve-state-hover",":hover"),l)))}for(let e=0;e<i.length;e++)i[e]&&o.insertRule(i[e],o.cssRules.length)}})}TVE.main.update_components(),this.hide(),TVE.page_message(TVE.t.resetStateAction,!1)}})},87207:(e,t,s)=>{const i=s(62204),a=s(40878),l=s(65295);e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/field",beforeInitialize(){this.listenTo(this.model,"change:entity",this.renderFieldsSelect)},afterInitialize(){this.select=new a({el:this.$(".tcb-field-select")[0],model:new Backbone.Model({list:[],placeholderText:"Select field"}),onSelect:e=>this.model.set({field:e,condition:null})})},afterRender(){this.renderFieldsSelect()},renderFieldsSelect(){this.model.get("entity")?(this.show(),l.toggleLoading(this.$el),i.getFieldsForEntity(this.model.get("entity")).then(e=>{const t=this.model.get("field");this.select.setList(e.map(e=>({value:e,label:i.getFieldData(e).label}))),t&&this.select.setValue(t),l.toggleLoading(this.$el,!1)})):this.hide()}})},87323:(e,t,s)=>{const i=s(16102),a=s(7596),l=s(43456);e.exports=s(16668).base_view.extend({sizes:["1280 x 720 (16:9)","853 x 480 (16:9)","560 x 315 (16:9)","640 x 480 (4:3)","Custom"],aspects:["HD Standard (16:9)","Square (1:1)","Standard Definition (4:3)","US Theatrical (1.85:1)","European Theatrical (1.66:1)","Wide Screen (2.39:1)","Ultra-Panavision (4:1)"],orientations:["Landscape","Portrait"],template:TVE.tpl("controls/responsive-video-voo-settings"),after_initialize(e){this.controls={};const t=this;this.settings=new Backbone.Model({performance_optimizations:!0,adjustable_size:!0,custom_aspect:"",custom_time:"",anonymize:"",custom_width:"",custom_height:"",custom_ratio:""}),this.listenTo(this.settings,"change",this.prepareUrl),this.controls.performance_optimizations=new i({el:this.$el.find(".tcb-performance-optimizations"),model:{config:{label:e.config.performance.config.label}}}),this.controls.adjustable_size=new i({el:this.$el.find(".tcb-adjustable-size"),model:{config:{label:e.config.adjustable_size.config.label}}}),this.controls.custom_aspect=new i({el:this.$el.find(".tcb-custom-aspect"),model:{config:{label:e.config.custom_aspect.config.label}}}),this.controls.custom_time=new i({el:this.$el.find(".tcb-custom-time"),model:{config:{label:e.config.custom_time.config.label}}}),this.controls.anonymize=new i({el:this.$el.find(".tcb-anonymize-view"),model:{config:{label:e.config.anonymize.config.label}}}),this.custom_width=new a({el:this.$el.find(".tve-adjust-width"),model:{config:{default:300,stepSize:3,name:"Width",min:0,um:["px"]}}}),this.custom_height=new a({el:this.$el.find(".tve-adjust-height"),model:{config:{default:169,stepSize:3,name:"Height",min:0,um:["px"]}}}),this.custom_ratio=new l({el:this.$el.find(".tve-adjust-custom-ratio"),model:{config:{name:"",buttons:[{icon:"",text:"16:9",value:"16:9",default:!0},{icon:"",text:"4:3",value:"4:3"}]}}}),this.player_width=new a({el:this.$el.find(".tve-adjust-player-width"),model:{config:{default:300,stepSize:3,name:"Player Width",min:0,um:["px"]}}}),!0===this.settings.attributes.adjustable_size&&(this.$el.find("#tcb-adjust").hide(),this.$el.find(".tcb-custom-adjust-size").hide()),this.settings.attributes.custom_aspect||this.$el.find("#tcb-custom-aspect").hide(),this.settings.attributes.custom_time||this.$el.find("#tcb-custom-start-end-time").hide(),this.controls.custom_aspect.$el.toggleClass("tcb-disabled",!(!0===this.settings.attributes.adjustable_size)),this.controls.performance_optimizations.change=(e,t)=>{this.settings.set("performance_optimizations",t.checked)},this.controls.adjustable_size.change=(e,s)=>{t.$("#tcb-adjust").toggle(!s.checked),s.checked?(t.custom_ratio.setValue("16:9"),t.custom_width.setValue("300"),t.custom_height.setValue("169"),this.$el.find(".tcb-custom-adjust-size").hide(),e.find("iframe").attr("width",""),e.find("iframe").attr("height",""),e.css("width",""),e.css("height",""),e.find(".tve_responsive_video_container").css("padding-bottom",""),t.$("#tcb-adjust").find("select").prop("selectedIndex",0),t.settings.set("adjustable_size",!0),TVE.Editor_Page.reposition_icons()):(this.controls.custom_aspect.setValue(!1,!0),"Custom"!==t.$("#tcb-adjust").find("option:selected").get(0).value&&(t.custom_ratio.setValue("16:9"),e.find("iframe").attr("width",1280),e.find("iframe").attr("height",720),t.settings.set("adjustable_size","1280 x 720 (16:9)"))),e.attr("data-adjust",t.$("#tcb-adjust").find("option:selected").get(0).value),t.settings.set("adjustable_size",s.checked?s.checked:t.$("#tcb-adjust").find("option:selected").get(0).value),e.find(".animated,.spinner,link").filter(":not(:first)").remove()},this.controls.custom_aspect.change=function(e,s){s.checked?(TVE.$("#tcb-custom-aspect").show(),t.settings.set("custom_aspect",t.aspect_changed())):(t.$("#tcb-custom-aspect").hide(),t.aspect_changed(!0),t.settings.set("custom_aspect",""))},this.controls.custom_time.change=function(e,s){s.checked?(TVE.$("#tcb-custom-start-end-time").show(),t.settings.set("custom_time",!0)):(t.$("#tcb-custom-start-end-time").hide(),t.settings.set("custom_time",""),e.attr({"data-start-time":"","data-end-time":""}))},this.controls.anonymize.change=function(e,s){t.settings.set("anonymize",`anonymous=${s.checked}`)},this.custom_ratio.change=function(){t.size_changed(TVE.ActiveElement,"Custom")},this.custom_ratio.update=function(e,s){TVE.ActiveElement&&t.settings.set("custom_ratio",s.value)},this.custom_width.change=function(e,s){s&&t.size_changed(e,t.$("#tcb-adjust select"))},this.custom_height.change=function(e,s){s&&t.size_changed(e,t.$("#tcb-adjust select"))},this.custom_width.update=function(e,s){s&&t.settings.set("custom_width",s.value)},this.custom_height.update=function(e,s){s&&t.settings.set("custom_height",s.value)},this.player_width.update=function(){},this.custom_width.input=function(e,s){s&&t.size_changed(e,s,"width")},this.custom_height.input=function(e,s){s&&t.size_changed(e,s,"height")},_.each(this.controls,(e,s)=>{e.update=function(){this.setValue(t.settings.get(s))}}),this.custom_width.update(),this.custom_height.update(),this.custom_ratio.update(),TVE.inner_$(".video-player-container").each((e,t)=>{const s=TVE.inner_$(t),i=s.attr("src");s.attr("src",i),s.parent().find(".animated,.spinner,link").filter(":not(:first)").remove()}),TVE.add_action("tve.reposition.icons",e=>{e.find('.thrv_responsive_video[data-type="vooplayer"]').length&&TVE.inner.window.initVooPlayer()})},defaultSettings(){this.settings.set({performance_optimizations:!0,adjustable_size:!0,custom_aspect:"",custom_time:"",anonymize:"",custom_width:"",custom_height:"",custom_ratio:""})},update(e){const t=e.find("iframe"),s=t.attr("src"),i=t.attr("url-params");let a=[];i||s||(this.defaultSettings(),TVE.$("#tcb-custom-aspect").hide(),TVE.$("#tcb-adjust").hide(),TVE.$("#tcb-aspect-ratio").prop("selectedIndex",0),TVE.$("#tcb-aspect-orientation").prop("selectedIndex",0),TVE.$("#tcb-adjust select").prop("selectedIndex",0)),i?a=i.split("&"):s&&(a=s.split("&"),a.shift(),this.settings.set("performance_optimizations",!1)),a.forEach(t=>{t.includes("anon")&&(this.settings.set("anonymize",t),t.includes("false")&&this.controls.anonymize.setValue(!1,!1)),t.includes("aspect")&&(this.settings.set("custom_aspect",t),TVE.$("#tcb-custom-aspect").show(),TVE.$("#tcb-aspect-ratio").val(e.attr("data-aspect-ratio")),TVE.$("#tcb-aspect-orientation").val(e.attr("data-aspect-orientation")))}),e.attr("data-start-time")?(this.settings.set("custom_time",!0),this.controls.custom_time.setValue(!0,!1),TVE.$("#tcb-custom-start-end-time").show()):TVE.$("#tcb-custom-start-end-time").hide();const l=parseInt(t.attr("width")),o=parseInt(t.attr("height")),c=parseFloat(o/l).toFixed(2);l?(this.settings.set("adjustable_size",e.attr("data-adjust")),TVE.$("#tcb-adjust select").val(e.attr("data-adjust")),TVE.$("#tcb-adjust").show(),e.attr("data-adjust").includes("Custom")&&(TVE.$(".tcb-custom-adjust-size").show(),this.custom_width.setValue(l),this.custom_height.setValue(o),"0.56"===c?this.custom_ratio.setValue("16:9"):this.custom_ratio.setValue("4:3"))):(this.settings.set("adjustable_size",!0),TVE.$("#tcb-adjust").hide()),_.each(this.controls,t=>t.update(e)),l&&(this.controls.adjustable_size.setValue(!1,!1),this.controls.custom_aspect.setValue(!1,!1),TVE.$("#tcb-custom-aspect").hide()),this.settings.attributes.anonymize.includes("false")&&this.controls.anonymize.setValue(!1,!1),this.custom_width.update(),this.custom_height.update()},prepareUrl(){const e=TVE.ActiveElement,t=e.attr("data-url");let s="?";_.each(this.settings.attributes,(e,t)=>{e&&!["performance_optimizations","adjustable_size","custom_time"].includes(t)&&(s+=1===s.length?`${e}`:`&${e}`)}),e.find("iframe").attr("url-params",this.settings.attributes.performance_optimizations?s.substr(1):"").attr("src",this.settings.attributes.performance_optimizations?"":t+s),"performance_optimizations"in this.settings.changed&&(TVE.inner.window.initVooPlayer(),e.find(".animated,.spinner,link").filter(":not(:first)").remove()),this.controls.custom_aspect.$el.toggleClass("tcb-disabled","string"==typeof this.settings.attributes.adjustable_size)},parseSize(e){const t=new RegExp("(.+) x (.+) "),s={};return e&&e.match(t)?(s.width=RegExp.$1,s.height=RegExp.$2):e&&e.includes("Custom")&&(this.$(".tcb-custom-adjust-size").show(),this.custom_width.show(),this.custom_height.show(),this.custom_ratio.show(),s.width=this.custom_width.$el.find("input").attr("value"),s.height=this.custom_height.$el.find("input").attr("value")),s},parseAspect(e){const t=new RegExp("\\((.+):(.+)\\)"),s={};return e.match(t)&&(s.width=parseFloat(RegExp.$1),s.height=parseFloat(RegExp.$2)),s},size_changed(e,t,s="width"){const i=this.parseSize("string"==typeof t||t.classList&&t.classList.value.includes("tve-input")?"Custom":t.value),a=TVE.ActiveElement,l=a.find("iframe");let o,c;"Custom"!==this.$("#tcb-adjust").find("option:selected").get(0).value?(this.$(".tcb-custom-adjust-size").hide(),c="640 x 480 (4:3)"===this.$("#tcb-adjust").find("option:selected").get(0).value?4/3:16/9,this.settings.set("custom_aspect",`aspect=${c.toFixed(2)}`),this.controls.custom_aspect.setValue(!1,!1)):(this.$(".tcb-custom-adjust-size").show(),o=this.custom_ratio.getValue().split(":"),c=o[0]/o[1]),_.each(i,(e,t)=>{if(l.attr(t,e),l.parent(".video-skin-player").css(t,""),s.includes(t)&&t.includes("width")){const s=Math.ceil(parseInt(e)/c);i.height=s,a.css(t,e),a.css("height","100%"),a.find(".tve_responsive_video_container").css("padding-bottom",1/c*100+"%"),this.custom_height.$el.find("input").attr("value",s),this.settings.set("custom_aspect",`aspect=${c.toFixed(2)}`),this.controls.custom_aspect.setValue(!1,!1)}if(s.includes(t)&&t.includes("height")){const s=Math.ceil(parseInt(e)*c);i.width=s,a.css(t,e),a.css("width",parseInt(e)*c),a.find(".tve_responsive_video_container").css("padding-bottom",1/c*100+"%"),this.custom_width.$el.find("input").attr("value",s)}}),TVE.Editor_Page.reposition_icons(),this.settings.set("adjustable_size",this.$("#tcb-adjust").find("option:selected").get(0).value),a.attr("data-adjust",this.$("#tcb-adjust").find("option:selected").get(0).value)},aspect_changed(e=!1){const t=TVE.$("#tcb-aspect-ratio").val(),s=TVE.$("#tcb-aspect-orientation").val(),i=TVE.ActiveElement,a=this.parseAspect(t);let l;return i.attr("data-aspect-ratio",t),i.attr("data-aspect-orientation",s),s.includes("Landscape")?(l=(a.width/a.height).toFixed(2),i.find(".tve_responsive_video_container").css("padding-bottom",!0===e?"":100*(a.height/a.width).toFixed(4)+"%")):(l=(a.height/a.width).toFixed(4),i.find(".tve_responsive_video_container").css("padding-bottom",!0===e?"":100*(a.width/a.height).toFixed(4)+"%")),this.settings.set("custom_aspect",e?"aspect=1.78":"aspect="+l),i.find("iframe").css("height",""),"aspect="+l}})},87344:e=>{class t{static defaultOptions={from:100,to:15e3,speed:2500,"refresh-interval":10,"decimal-character":".","thousand-divider":",",decimals:0};constructor(e,t=window){this.$element=e,this.$number=this.$element.find(".tve-number"),this.window=t,this.window.TCB_Front.Utils.isEditorPage()||this.$element.attr("data-init",1)}init(){this.currentValue=Number(this.getData("from")),this.started=!1,this.finished=!1,this.type=this.getData("anim");const e=this.getData("speed")+7;return this.loops=Math.ceil(e/100),this.increment=(this.getData("to")-this.getData("from"))/this.loops,this}getData(e=""){let s=this.$element.attr(`data-${e}`);return void 0===s&&(s=t.defaultOptions[e]),s}start(){"function"==typeof this[`${this.type}Animation`]&&(this.started=!0,this[`${this.type}Animation`]())}tickerAnimation(){this.loopCount=0,this.interval&&clearInterval(this.interval),this.interval=setInterval(this.updateValue.bind(this),this.getData("refresh-interval"))}slideAnimation(){this.recalculateDigitWidth();let e=this.getData("formatted-from"),t=this.getData("final-number");[e,t]=this.compareNumberRange(e,t),this.$number.empty(),t.split("").forEach((t,s)=>{const i=this.window.ThriveGlobal.$j(`<div class="tcb-digit">${t}</div>`).appendTo(this.$number);if([",","."," ","-"].includes(t))i.addClass("tcb-character-digit");else{i.empty(),t=parseInt(t);const a=this.getSize(),l=this.window.Scroller.getNewInstance({width:a,amount:a||25,direction:this.window.Scroller.DIRECTION.DOWN,interval:this.getData("speed"),separatorType:this.window.Scroller.SEPARATOR.THOUSAND});l.appendTo(i[0]);const o=e[s];[",","."," ","-"].includes(o)||l.scrollFromTo(o,t)}})}recalculateDigitWidth(){const e=this.$number.clone();e.addClass("tve-number-counter-temporary-clone").insertAfter(this.$number);let t=e.text("1").width();"italic"===e.css("font-style")&&(t+=t/10),this.window.TCB_Front.inlineCssVariable(this.$element,"--tve-number-counter-digit-width",`${t}px`),e.remove()}compareNumberRange(e,t){const s=t.length-e.length;return s>0?e="0".repeat(Math.abs(s))+e:s<0&&(t="0".repeat(Math.abs(s))+t),[e,t]}getDividerSize(){const e=this.getSize();return e<=50?10:e/5}getSize(){return parseFloat(this.$element.css("font-size"))}updateValue(){this.currentValue+=this.increment,this.loopCount++,this.render(),this.loopCount>=this.loops&&(clearInterval(this.interval),this.onFinish())}onFinish(){this.finished=!0;const e=this.getData("final-number");this.$element.find(".tve-number").html(e)}render(e){void 0===e&&(e=this.currentValue);let t=e.toFixed(this.getData("decimals"));t=t.replace(/\B(?=(?:\d{3})+(?!\d))/g,this.getData("thousand-divider"));const s=`.(?=${new Array(parseInt(this.getData("decimals"))).fill(".").join("")}$)`;0!==parseInt(this.getData("decimals"))&&(t=t.replace(new RegExp(s),this.getData("decimal-character"))),this.$number.html(t)}}e.exports=t},87390:(e,t,s)=>{!function(t){let i=t();const a=s(16668),l=s(74144),o=s(29283),c=s(27042),n=".tcb-local-vars-root:not(.thrv-lp-block)",r=".thrive-colors-palette-config",d="colors_palette",h=s(48828),p={active_palette:e=>["number","string"].includes(typeof e),config:e=>"object"==typeof e&&e.hasOwnProperty("colors")&&e.hasOwnProperty("gradients"),palettes:e=>"object"==typeof e&&Object.keys(e).length>0};let g=!1;e.exports=a.control.extend({template:TVE.tpl("controls/palettes"),variable_template:TVE.tpl("controls/palettes-var-item"),configKey:d,configSelector:r,shortcodeConfig:null,localVarsSelector:"",vars_list:[],variablePanels:{},masterVariables:{},otherVariables:{},schema:p,after_initialize(){this.variablePanels.colors=new o({panel_position:"left",important:this.model.important}),this.variablePanels.gradients=new c({panel_position:"left"}),this.initializeActions()},initializeActions(){g||(g=!0,this.localVars={dependency:[],cache:[],oldMasterTinycolor:null},TVE.add_action("tcb.change_css_color_variable",(e,t)=>{const s=this.variablePanels.colors;this.localVars.dependency.length&&_.each(this.localVars.dependency,e=>{const i=this.localVars.oldMasterTinycolor.toHsl(),a=t.toHsl(),l=e.rootElement;l.length&&_.each(e.linked_variables,(t,o)=>{TVE.changeCssVariableValue(o,s.compute_linked_var_value(t,a,o,!0,e.linked_objects,i),l)})})}),TVE.add_action("tcb.edit_css_color_variable",e=>{this.localVars.dependency=TVE.Views.Controls.Palettes.getLocalVariablesDependency([TVE.getRawCssVariableName(e)]),this.localVars.cache=_.extend({},this.localVars.dependency),this.localVars.oldMasterTinycolor=h}),TVE.add_action("tcb.update_css_color_variable",()=>{this.localVars.dependency.length&&TVE.Views.Controls.Palettes.updatePaletteVariables(this.localVars.dependency),this.localVars={dependency:[],cache:[],oldMasterTinycolor:null}}),TVE.add_action("tcb.undo_css_color_variable",(e,t,s)=>{if(!this.localVars.cache)return;const i=this.variablePanels.colors;_.each(this.localVars.cache,e=>{const t=s.toHsl(),a=e.rootElement;a.length&&_.each(e.linked_variables,(s,l)=>{TVE.changeCssVariableValue(l,i.compute_linked_var_value(s,t,l,!0,e.linked_objects,t),a)})}),this.localVars={dependency:[],cache:[],oldMasterTinycolor:null}}),TVE.add_action("tcb_after_cloud_template",this.onElementInsert.bind(this)),TVE.add_action("tcb.focus.clear",()=>{requestAnimationFrame(()=>{i.each((e,t)=>{const s=TVE.$(t);s&&s.data("select2")&&s.select2("close")})})}),TVE.add_action("tcb.element_selected.before_update",this._updateMainFrameVars.bind(this)),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{e.find(n).addBack(n).each((e,t)=>{const s=TVE.inner_$(t);s.children(r).length&&this.matchGlobal(s,!1)})}),TVE.add_action("tcb_after_cloud_template_menu",e=>{TVE.hasSmartColors(e)&&this.matchGlobal(e)}))},matchGlobal(e,t=!0){if(this.shortcodeConfig=this.getPaletteConfig(e),l.validateConfigElement(this.shortcodeConfig,this.schema)){const s=TVE.getMainAccentColor();s&&this.matchMainAccent(s,e,t)}},getElementVariables(e,s=!1){e=e||this.getElement();const i=this.getPaletteConfig(e);if(t.isEmptyObject(i))return;const a={},l=i.palettes;return Object.keys(i.palettes).forEach(t=>{const s=l[t],i=Object.keys(s.value);a[t]||(a[t]={}),i.forEach(i=>{Object.keys(s.value[i]).forEach(l=>{let o=s.value[i][l].val;TVE.isCssVariable(o)&&!TVE.getCssVariableValue(o,e)&&(o=TVE.getCssVariableValue(`${TVE.CONST[i].local_prefix+l}`,e)),a[t][`${TVE.CONST[i].local_prefix+l}`]=o})})}),s?a[i.active_palette]:a},_updateMainFrameVars(e=TVE.ActiveElement){const t=TVE.CSS_Rule_Cache.objectToCss(this.getElementVariables(e,!0));let s="";e.parentsUntil(TVE.Editor_Page.editor).each((e,t)=>{s+=TVE.CSS_Rule_Cache.objectToCss(this.getElementVariables(TVE.inner_$(t),!0))}),TVE.$("#tve-elem-palettes").text(`#tve_cpanel{${s}${t}}`)},onElementInsert(e){if(this._getConfigElement(e).length){const s=this.getPaletteConfig(e);!t.isEmptyObject(s)&&_.isEmpty(s.palettes[0].original)&&(_.each(s.palettes,(e,t)=>{s.palettes[t].original=s.palettes[t].value}),this.shortcodeConfig=s,this.savePaletteConfig(e),delete this.shortcodeConfig)}},after_render(){this.$paletteSelect=this.$(".tcb-select-palettes"),i=i.add(this.$paletteSelect),this.$paletteVarsWrapper=this.$(".tcb-palettes-variables")},update(e){this.$element=e,this.shortcodeConfig=this.getPaletteConfig(e);const s=t.isEmptyObject(this.shortcodeConfig);this.$el[s?"hide":"show"](),s||(e.data("keep-css_id",1),l.validateConfigElement(this.shortcodeConfig,this.schema)?(this.localVarsSelector=`[data-css="${e.attr("data-css")}"]`,this.$(".palette-controls").toggle(Object.keys(this.shortcodeConfig.palettes).length>1),this._setPaletteVariables(),this._buildPaletteSelect(),this._displayPaletteVariables(),TVE.do_action("tcb.update.css.variable.control",this.shortcodeConfig.palettes,e)):console.warn("configuration array is not valid"))},_setPaletteVariables(){this.masterVariables={},this.otherVariables={},_.each(this.shortcodeConfig.config,(e,t)=>{this.masterVariables[t]=[],this.otherVariables[t]=[],_.each(e,(e,s)=>{const i=parseInt(e.parent);-1===i?this.masterVariables[t].push(s):_.isNaN(i)&&this.otherVariables[t].push(s)})})},_displayPaletteVariables(){const e=this.shortcodeConfig.active_palette;this.$paletteVarsWrapper.empty();let t=0;_.each(this.masterVariables,(s,i)=>{Array.isArray(s)&&s.length>0&&s.forEach(s=>{let a=this.shortcodeConfig.palettes[e].value[i][s].val;const l=TVE.getActualColorFromVariableValue(a,this.getElement()),o=this.shortcodeConfig.config[i][s].name,c={};a.includes(TVE.CONST.colors.dynamic_prefix)&&(a=`var(${TVE.getRawCssVariableName(a)},${l})`);const n=`var(${TVE.CONST[i].local_prefix+s})`;TVE.isCssVariable(a)&&!l&&(a=TVE.getActualColorFromVariableValue(n,this.getElement()));const r="colors"===i?"linear-gradient("+a+", "+a+")":a;this.$paletteVarsWrapper.append(this.variable_template({css_variable:n,extra_class:-1===a.indexOf("var")?"":"tcb-css-variable-identifier tcb-tpl-var",bg:r,name:o,type:i,index:t})),c.colors=l,c.gradients=l,this.shortcodeConfig.palettes[e].value[i][s].hsl&&(c.hsl=this.shortcodeConfig.palettes[e].value[i][s].hsl),this.vars_list[t]=new Backbone.Model({css_variable:n,css_variable_value:a,variable:c,linked_variables:this.getLinkedVars(i,s),linked_objects:this.getLinkedObjects(i,s)}),t++})}),this._updateMainFrameVars()},getLinkedVars(e,t){const s=TVE.CONST[e].local_prefix,i=[];return _.each(this.shortcodeConfig.config[e],(e,a)=>{e.parent&&e.parent===t&&i.push(s+a)}),i},getLinkedObjects(e,t){const s={};return"colors"!==e||_.each(this.getLinkedVars(e,t),t=>{const i=t.split("-").slice(-1).pop(),a=this.shortcodeConfig.palettes[this.shortcodeConfig.active_palette].value[e][i].hsl_parent_dependency,l=this.shortcodeConfig.config[e][i].lock;a&&(s[t]={hsl_parent_dependency:a,tmp_hsl_parent_dependency:{h:parseInt(a.h),l:parseFloat(a.l),s:parseFloat(a.s)},lock:l})}),s},_buildPaletteSelect(){const e=[],s=this.shortcodeConfig.active_palette;_.each(this.shortcodeConfig.palettes,(t,i)=>{const a=i===s;let l='<div class="tcb-palette">';_.each(t.value.colors,(e,t)=>{-1===this.shortcodeConfig.config.colors[t].parent&&(l+=`<div class="tcb-palette-item" style="background-color: ${e.val}"></div>`)}),l+="</div>",e.push({id:i,text:t.name,preview:l,selected:a})}),this.$paletteSelect.data("select2")&&(this.$paletteSelect.empty(),this.$paletteSelect.off("select2:open"),this.$paletteSelect.off("select2:close"),this.$paletteSelect.select2("destroy")),this.$paletteSelect.select2({cache:!1,minimumResultsForSearch:-1,data:e,templateResult:e=>e.id?t("<div"+(s==e.id?' class="active"':"")+' data-tooltip="'+e.text+'" data-side="top">'+e.preview+"</div>"):e.text,templateSelection:e=>t('<div class="tcb-palette-selection">'+e.preview+'<span class="c-s-p-palette-title">'+e.text+"</span></div>")}).on("select2:open",()=>{TVE.Views.Controls.DropPanel.close_all()}).on("select2:close",()=>{TVE.tooltips.hide()}).data("select2").$dropdown.addClass("tcb-palette-dropdown")},domChangePalette(e,t){if(l.validateConfigElement(this.shortcodeConfig,this.schema)){const e=this.shortcodeConfig.palettes[t.value].value;this._updateLocalVariables(e),this.shortcodeConfig.active_palette=t.value,this.savePaletteConfig(),this._displayPaletteVariables()}else console.warn("configuration array is not valid");return!1},domResetActivePalette(){if(confirm("Are you sure you want to reset this palette?"))if(l.validateConfigElement(this.shortcodeConfig,this.schema)){const e=this.shortcodeConfig.active_palette,s=t.extend(!0,{},this.shortcodeConfig.palettes[e].original);this.shortcodeConfig.palettes[e].value=s,this._updateLocalVariables(s),this.savePaletteConfig(),this._buildPaletteSelect(),this._displayPaletteVariables()}else console.warn("configuration array is not valid");return!1},updateControlValue(e,t,s,i=null,a=TVE.ActiveElement){const l=this.variablePanels[e],o=TVE.ActiveElement,c=TVE.isCssVariable(s)?TVE.getCssVariableValue(s):s,n=TVE.apply_filters("tve.match_palette.overwrite_element",!TVE.ActiveElement||a.length&&TVE.ActiveElement.length&&!TVE.ActiveElement.is(a),a);(i=i||this.vars_list.find(e=>e.get("css_variable")===t)).set({initial_value:c,variable:h(c).toHsl()}),n&&(TVE.ActiveElement=a),l.reset(i),TVE.changeCssVariableValue(TVE.getRawCssVariableName(t),s,a),l.onOpen(),TVE.isCssVariable(s)&&(l.css_variable=s),"colors"===e&&(l.forceInput=!0,l.hueChanged=!0,l.color_input(TVE.isCssVariable(s)?s:h(s)),l.forceInput=!1,l.hueChanged=!1),this._onControlApply(e,t,i),n&&(TVE.ActiveElement=o)},domEditCssVariable(e,s){if(l.validateConfigElement(this.shortcodeConfig,this.schema)){const e=s.getAttribute("data-var"),i=s.getAttribute("data-index"),a=s.getAttribute("data-type"),l=this.variablePanels[a];if(l.isOpen())return l.onCancel(),!1;const o=this.vars_list[i];l.reset(o),l.open(null,s),l.$el.addClass("mt-5"),l.apply=()=>{l.changed&&this._onControlApply(a,e,o)},l.cancel=()=>{l.constructor.prototype.cancel.apply(l,arguments),l.changed&&(this._buildPaletteSelect(),this._displayPaletteVariables())},l.input=e=>{if(delete l.css_variable,TVE.isCssVariable(e)&&(l.css_variable=e,e=e.includes("tcb-local")||e.includes(TVE.CONST.colors.dynamic_prefix)?TVE.getCssVariableValue(e):`linear-gradient(${e},${e})`),t(s).find(".variable-square-control").toggleClass("tcb-css-variable-identifier tcb-tpl-var",!_.isEmpty(l.css_variable)),0===e.indexOf("rgb")||0===e.indexOf("#")){e="linear-gradient("+e+", "+e+")";let t="";_.each(this.masterVariables.colors,e=>{t+=`<div class="tcb-palette-item" style="background-color: ${TVE.getCssVariableValue(TVE.CONST.colors.local_prefix+e)}"></div>`}),this.$paletteSelect.data("select2").$container.find(".tcb-palette-selection .tcb-palette").html(t)}t(s).find(".tcb-icon-inline").css("background-image",e)}}else console.warn("configuration array is not valid");return!1},getElement(){return TVE.apply_filters("tcb_element_variables",this.$element||TVE.ActiveElement)},_onControlApply(e,t,s){const i=this.variablePanels[e],a=this.shortcodeConfig.active_palette,l=TVE.getRawCssVariableName(t).split("-").slice(-1).pop(),o=i.alter_sent_data({value:i.css_variable?i.css_variable:t,element:this.getElement()});this.shortcodeConfig.palettes[a].value[e][l].val=o.value,this.shortcodeConfig.palettes[a].value[e][l].hsl=o.hsl,s.get("linked_variables").forEach(t=>{const s=i.prepare_variable_for_save(t),l=t.split("-").slice(-1).pop();this.shortcodeConfig.palettes[a].value[e][l].val=s.value,this.shortcodeConfig.palettes[a].value[e][l].hsl_parent_dependency=s.hsl_parent_dependency}),this.savePaletteConfig(),this._buildPaletteSelect(),this._displayPaletteVariables(),TVE.ActiveElement&&TVE.PostList.utils.checkForPostListSync(TVE.ActiveElement)},matchMainAccent(e,t,s=!0){this.$element=t,this._setPaletteVariables();const i=this.masterVariables.colors[0];if(void 0!==i){if(!s){const e=this.shortcodeConfig.active_palette;if(TVE.isCssVariable(this.shortcodeConfig.palettes[e].value.colors[i].val))return!1}const a=this.getVariations();this.updateControlValue("colors",`var(${TVE.CONST.colors.local_prefix+i})`,e.variable,a[0],t)}TVE.do_action("tcb.main_accent_match",e,t)},getDefaultPalette(e){const t=this.getPaletteConfig(e),s=t.active_palette,i=Object.keys(t.config.colors)[s];return{id:i,data:t.palettes[s].value.colors[i]}},getVariations(){const e=this.shortcodeConfig.active_palette,t=[];return _.each(this.masterVariables,(s,i)=>{Array.isArray(s)&&s.forEach(s=>{const a=this.shortcodeConfig.palettes[e].value[i][s].val,l={colors:a,gradients:a};this.shortcodeConfig.palettes[e].value[i][s].hsl&&(l.hsl=this.shortcodeConfig.palettes[e].value[i][s].hsl),t.push(new Backbone.Model({css_variable:TVE.buildCssVariable(TVE.CONST[i].local_prefix+s),css_variable_value:a,variable:l,linked_variables:this.getLinkedVars(i,s),linked_objects:this.getLinkedObjects(i,s)}))})}),t},_updateLocalVariables(e={}){_.each(e,(e,t)=>{_.each(e,(e,s)=>TVE.changeCssVariableValue(TVE.CONST[t].local_prefix+s,e.val))})},_getConfigElement(e){return(e=e||this.getElement()).children(this.configSelector)},getPaletteConfig(e){return TVE.shortcode_manager(this._getConfigElement(e),this.configKey).get()},savePaletteConfig(e,t){t||(t=this.shortcodeConfig),TVE.shortcode_manager(this._getConfigElement(e),this.configKey).save(t)}},{templatePaletteChanged(e=[],t={},s={}){const i=TVE.Views.Controls.Palettes.getLocalVariablesDependency(e);0!==i.length&&(_.each(i,e=>{const i=TVE.getRawCssVariableName(e.parent_variable.value),a=h(s[i]).toHsl(),l=h(t[i]).toHsl(),c=e.rootElement,n=parseInt(a.h)!==parseInt(l.h);s[i]!==t[i]&&c.length&&_.each(e.linked_variables,(t,s)=>{TVE.changeCssVariableValue(s,o.modifyLinkedVarValue(t,l,s,n,e.linked_objects,a),c)})}),TVE.Views.Controls.Palettes.updatePaletteVariables(i))},getVariableLinkedVars(e,t,s){const i=TVE.inner_$(e),a=TVE.shortcode_manager(i.find(r),d).get(),o=TVE.CONST.colors.local_prefix,c={},n={};if(!l.validateConfigElement(a,p))return!1;const h=t.split("-").slice(-1).pop();return _.each(a.config.colors,(e,t)=>{e.parent&&e.parent===h&&(c[o+t]=TVE.getCssVariableValue(o+t,i))}),_.each(c,(e,t)=>{const s=t.split("-").slice(-1).pop(),i=a.palettes[a.active_palette].value.colors[s].hsl_parent_dependency,l=a.config.colors[s].lock;i&&(n[t]={hsl_parent_dependency:i,tmp_hsl_parent_dependency:{h:parseInt(i.h),l:parseFloat(i.l),s:parseFloat(i.s)},lock:l})}),{linked_variables:c,linked_objects:n,parent_variable:{id:h,value:s},rootElement:i}},updatePaletteVariables(e=[]){Array.isArray(e)&&e.length&&_.each(e,e=>{const t=e.rootElement,s=t.children(r);if(s.length){const i=TVE.shortcode_manager(s,d).get(),a=i.active_palette,o=h(TVE.getCssVariableValue(TVE.CONST.colors.local_prefix+e.parent_variable.id,t)).toHsl();i.palettes[a].value.colors[e.parent_variable.id]&&(i.palettes[a].value.colors[e.parent_variable.id].val=e.parent_variable.value,i.palettes[a].value.colors[e.parent_variable.id].hsl={h:parseInt(o.h),s:l.toFixed(o.s,2),l:l.toFixed(o.l,2)}),_.each(e.linked_objects,(e,s)=>{const l=s.split("-").slice(-1).pop();i.palettes[a].value.colors[l]&&(i.palettes[a].value.colors[l].val=TVE.getCssVariableValue(s,t),i.palettes[a].value.colors[l].hsl_parent_dependency=e.tmp_hsl_parent_dependency)}),TVE.shortcode_manager(s,d).save(i)}})},getLocalVariablesDependency(e){const t=[],s=TVE.CSS_Rule_Cache.getLocalVariables();return _.each(s,(s,i)=>{TVE.inner_$(i).is(TVE.Elements.contentblock.identifier)||_.each(s,(s,a)=>{if(e.includes(TVE.getRawCssVariableName(s))){const e=this.getVariableLinkedVars(i,a,s);_.isObject(e)&&t.push(e)}})}),t}})}(jQuery)},87476:(e,t,s)=>{!function(t){const i=s(14333),a="symbol",l="thrv_wrapper thrv_symbol tve-draggable tve-droppable thrive-shortcode";e.exports={symbol_classes:l,symbol_data_type:a,symbol_types_with_states:["header"],init(e,t){this.$symbol=e,this.$active_element=TVE.ActiveElement,this.symbol_classes=TVE.apply_filters("tcb.symbol_classes",l),void 0!==t?(this.symbol_data_type=t,this.symbol_classes+=" thrv_"+t+" tve_no_drag",this.symbol_types_with_states.includes(t)&&(this.symbol_classes+=" tve-default-state"),this.symbol_classes=this.symbol_classes.replace("tve-draggable","")):this.symbol_data_type=a},get_html_to_insert(){const e={id:`thrive-${this.symbol_data_type}`,class:"thrive-shortcode-html thrive-symbol-shortcode "+("header"===this.symbol_data_type?"tve-default-state":""),"data-name":this.$symbol.post_title,"data-symbol-id":this.$symbol.id},s=t("<div>",e);return t.each(this.$symbol.tve_globals||{},function(e,t){0===e.indexOf("data-")&&s.attr(e,t)}),this.get_config_html()+s.html(this.$symbol.content).get(0).outerHTML},get_symbol_css(){return this.$symbol.css},get_config_html(){return'<div class="thrive-shortcode-config" style="display: none !important">'+this.$symbol.config+"</div>"},insert_symbol_in_content(e,t){const s=this.get_html_to_insert(),a=this.get_symbol_css();if(e){const e=TVE.inner_$("<div></div>");this.$active_element.replaceWith(e),this.$active_element=e}this.$active_element.html(s).removeClass("tcb-elem-placeholder"),this.$active_element[0].className=this.symbol_classes+" thrv_symbol_"+this.$symbol.id,this.$active_element.data("tcb-elem-type",this.symbol_data_type),this.$active_element.attr("data-shortcode","thrive_"+this.symbol_data_type),this.$active_element.attr("data-id",this.$symbol.id),this.$active_element.attr("data-selector",`.thrv_symbol_${this.$symbol.id}`);const l=i.changeCssRulesBeforeInsert.bind(this);return TVE.ActiveElement=this.$active_element,TVE.add_filter("css_rules_before_insert",l),TVE.Editor_Page.content_manager.insert_head_css(a,()=>{"function"==typeof t&&t(this.$active_element),this.after_insert_actions(),TVE.remove_filter("css_rules_before_insert",l)}),TVE.do_action("tcb.new-editor-content",this.$active_element),this.$active_element},after_insert_actions(){TVE.compat.icons(this.$active_element);const e=this.$active_element.find(".thrv_countdown_timer");e.length&&e.addClass("init_done"),this.$active_element.trigger("click"),this.post_grid_compat(),this.resize_background_section_from_symbol(this.$active_element),TVE.inner.window.TCB_Front.playBackgroundYoutube(this.$active_element.find(".tcb-yt-bg").first()),this.$active_element.find(".tcb-video-background-el").each(function(){this.parentNode.classList.add("tcb-video-background-parent")}),TVE.Editor_Page.content_manager.prepare_content_for_editor(this.$active_element),TVE.do_action("tcb.after_insert_symbol",this.$active_element),TVE.do_action("tcb.inline_shortcodes.init",this.$active_element);const t=this.$active_element.find(TVE.identifier("post_list"));t.length&&TVE.do_action("tcb.after-insert",t),TVE.inner_$("html,body").stop().animate({scrollTop:this.$active_element.offset().top-50},{duration:500})},post_grid_compat(){const e=this.$active_element.find(".tve_post_grid_wrapper");e.length&&e.each(function(){const e=t(this);e.find(".tve_pg_row").css("height",""),e.find(".tve_pg_row").each(function(){let e=0;const t=jQuery(this);t.find(".tve_post").each(function(){const t=jQuery(this),s=parseInt(t.outerHeight());s>e&&(e=s),t.css("height","100%")}),t.css("height",e-1+"px")})})},generate_new_ids(e){const t={};return e.find("[data-css]").each(function(){if(!_.isEmpty(this.dataset.css)){const e=TVE.CSS_Rule_Cache.generate_id();void 0===t[this.dataset.css]&&(t[this.dataset.css]=e),this.dataset.css=t[this.dataset.css]}}),TVE.do_action("tcb.symbol.new_ids",t,e),t},resize_background_section_from_symbol(e){e&&e.length&&e.find(".tcb-window-width").length&&(e.addClass("tcb-window-width"),TVE.inner.window.TCB_Front.resizePageSection())},add_section_placeholder(e,t,s,i=!1){let a,l,o=TVE.inner_$(t);const c=TVE.CONST.landing_page.trim().length,n=Number(TVE.CONST[`default_${e}_id`]);n&&(i=!1),""===o.html()&&(o.remove(),o=null),(c||TVE.apply_filters("tcb.insert_section_placeholder",!1))&&(o&&o.length||(a=TVE.apply_filters("tcb.insert_section_element",TVE.main.static_element(e),e),l="header"===e?"prepend":"append",o=this.insert_placeholder(a,s,l),i&&o&&o.children(".tcb-inline-placeholder-action").first().trigger("click")),n&&c&&!TVE.doingAction("tcb.element.remove")&&(o.hide(),this.fetchSection(n).then(t=>{t&&t.id?(this.init(t,e),this.$active_element=o,this.insert_symbol_in_content(!0)):o.show()})))},fetchSection(e){return this.__sections=this.__sections||{},new Promise(t=>{if(!this.__sections[e])return TVE.main.overlay(),void TVE.ajax("get_symbol","get",{id:e}).done(s=>{this.__sections[e]=s.data,t(this.__sections[e])}).always(()=>TVE.main.overlay(!0));t(this.__sections[e])})},insert_placeholder(e,t,s){let i;return"function"==typeof t[s]&&(i=TVE.inner_$(e.html()),t[s](i)),i},updatePostListIdentifiers(e){const t=e.find(".tcb-featured-list").length?e.find(".tcb-featured-list"):e.prev(".tcb-post-list.tcb-featured-list"),s=e.hasClass("tcb-post-list")?e:e.find(".tcb-post-list:not(.tcb-featured-list)");TVE.PostList.utils.updateFeaturedIdentifiers(t),TVE.PostList.utils.updatePaginationIdentifiers(s)}}}(jQuery)},87650:(e,t,s)=>{const i=s(67343),a=s(34459);e.exports=i.extend({controls_init(){i.prototype.controls_init.apply(this,arguments)},setConfig(){i.prototype.setConfig.apply(this,arguments);const e=this.applyTo();e.hasClass("tve_no_border")&&(e.head_css({"border-width":"0px"},null,this.config.css_suffix,!1,TVE.CONST.global_css_prefix+" "),e.removeClass("tve_no_border"))},change(){if("none"===this.controls.Style)return!1;const e={},t=""===this.border_side?"border":"border-"+this.border_side,s=this.config.important?" !important":"",i=a.hasGradient(this.applyTo()),l=this.controls.Color.getValue(!0),o=this.controls.Gradient.getValue();e[t]=`${this.controls.Width.getValue()}px ${l} ${this.controls.Style.getValue()} ${s}`,i&&(e["border-image"]=`${o} 1/1/0 ${s}`,e["border-collapse"]="unset"),this.apply_css(this.applyTo(),e,{css_suffix:this.config.css_suffix,css_prefix:TVE.CONST.global_css_prefix+" "})},remove_sides(){return this.$el.children(".row").addClass("middle-xs"),this.$(".border-boxes").empty(),this},toggleControlsForGradient(e){this.$el.find('[data-value="dashed"],[data-value="dotted"]').toggle(!e)}})},87793:(e,t,s)=>{e.exports=s(56164).extend({read_from_element(){const e=this.applyTo().attr("data-style");return this.renderer.set_data({style:e}),this.showHideMonochromeColorPicker(e),e},container_class:()=>"control-grid wrap",item_template:()=>_.template('<div class="tve-select-item credit-item split"><div class="tve-select-item click" data-fn="select" data-value="<#=key #>"><#=value.html#></div></div>'),input(e){this.renderer.set_data({style:this.model.selected}).render_to(e)},cancel(e){this.model.selected=this.model.selected_old,this.renderer.set_data({style:this.model.selected_old}).render_to(e),this.renderer.clear_undo_snapshot()},onOpen(e){this.update(),this.renderer.take_undo_snapshot(e)},apply(e){this.renderer.render_to(e,!0),this.showHideMonochromeColorPicker(e.attr("data-style")),this.collection.trigger("reset-for-preview")},showHideMonochromeColorPicker(e){this.parent_control.component.controls.monochrome_background.$el.toggleClass("tcb-hidden","style4"!==e)}})},87817:(e,t,s)=>{const i=s(56164);e.exports=i.extend({_template:TVE.tpl("controls/drop-panel-light"),disabledString:".temporaryDisabled",item_template:()=>TVE.tpl("controls/lead-generation/select-style-picker"),read_from_element(){const e=this.readFrom().attr("data-style");return this.component.controls.StyleChange.$(".tve-select-picker").attr("data-value",e),e},input(e){e.attr("data-style",this.model.selected),this.component.controls.StyleChange.$(".tve-select-picker").attr("data-value",this.model.selected);const t=e.attr("data-selector"),s=TVE.CSS_Rule_Cache.getRulesForSelector(t),i=e.tcbCss(TVE.Components.lead_generation_select.mainColorVariable),a=e.tcbCss(TVE.Components.lead_generation_select.mainColorVariable),l=e.tcbCss(TVE.Components.lead_generation_select.mainColorVariable);if(!this.stylesRemoved){this.stylesRemoved=!0;const e=t+this.disabledString;s.forEach(s=>{TVE.CSS_Rule_Cache.copyCssRule(s,s.selectorText.replace(t,e),!0)})}TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_select.controls.DropdownPalettes,i),TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_country.controls.DropdownPalettes,a),TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_state.controls.DropdownPalettes,l),setTimeout(()=>{e.hasClass("tve_lg_dropdown:not(.tve_lg_country):not(.tve_lg_state)")&&TVE.Components.lead_generation_select.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),e.hasClass("tve_lg_country")&&TVE.Components.lead_generation_country.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),e.hasClass("tve_lg_state")&&TVE.Components.lead_generation_state.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"})},1e3)},after_render(){this.$(".drop-panel").addClass("mt-20")},apply(e){this.model.selected&&this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected)),TVE.LeadGeneration.templateConfig.select["data-style"]=this.model.selected,TVE.LeadGeneration.templateConfigWrite(),this.model.selected_old=this.model.selected,this.trigger("change",this.model.selected,this),delete this.stylesRemoved,TVE.head_css_remove(e.attr("data-selector")+this.disabledString,null,!0),TVE.Components.lead_generation_select.controls.RowsWhenOpen.update(e),TVE.Components.lead_generation_country.controls.RowsWhenOpen.update(e),TVE.Components.lead_generation_state.controls.RowsWhenOpen.update(e)},cancel(e){this.model.selected!==this.model.selected_old&&(e.attr("data-style",this.model.selected_old),this.parent_control&&this.parent_control.set_value(this.getLabel(this.model.selected_old)));const t=e.attr("data-selector")+this.disabledString,s=TVE.CSS_Rule_Cache.getRulesForSelector(t),i=e.tcbCss(TVE.Components.lead_generation_select.mainColorVariable),a=e.tcbCss(TVE.Components.lead_generation_country.mainColorVariable),l=e.tcbCss(TVE.Components.lead_generation_state.mainColorVariable);delete this.stylesRemoved,s.forEach(e=>{TVE.CSS_Rule_Cache.copyCssRule(e,e.selectorText.replace(this.disabledString,""),!0)}),TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_select.controls.DropdownPalettes,i),TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_country.controls.DropdownPalettes,a),TVE.Components.lead_generation.applyColorToComplexFields(e,TVE.Components.lead_generation_state.controls.DropdownPalettes,l),this.component.controls.StyleChange.$(".tve-select-picker").attr("data-value",this.model.selected_old),setTimeout(()=>{e.hasClass("tve_lg_dropdown:not(.tve_lg_country):not(.tve_lg_state)")&&TVE.Components.lead_generation_select.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),e.hasClass("tve_lg_country")&&TVE.Components.lead_generation_country.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"}),e.hasClass("tve_lg_state")&&TVE.Components.lead_generation_state.controls.RowsWhenOpen.applyElementCss({"--row-height":e.find(".tve-lg-dropdown-option").outerHeight(!0)+"px !important"})},1e3),TVE.Components.lead_generation_select.controls.RowsWhenOpen.update(e),TVE.Components.lead_generation_country.controls.RowsWhenOpen.update(e),TVE.Components.lead_generation_state.controls.RowsWhenOpen.update(e)},setStyleColor(e,t,s){t=TVE.getActualColorFromVariableValue(t,s);const i=this.el.querySelector(".scroll-content.tve-style-options");i&&setTimeout(i.style.setProperty(e,t)),this.component.controls.StyleChange.el.style.setProperty(e,t)}})},87861:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}var o;o=jQuery,e.exports=s(26672).extend({get_tpl_cache_key:e=>"tpls_from_"+e,fetch(e,t){t=_.extend(t||{},{force_fetch:!1});const s=this.get_tpl_cache_key(t.pack);if(!t.force_fetch&&this.has(s)){const e=o.Deferred(),t={};return t.packs=this.get("packs"),t.categories=this.get("categories"),t.tpls=this.get(s),setTimeout(()=>{e.resolve({success:!0,templates:t})}),e}const i=TVE.ajax_data("cloud_content_templates","get",{type:e,pack:t.pack,post_id:TVE.CONST.post_id});return delete i.error,o.ajax(i).done(t=>{t.success&&(t.templates=t.templates||[],t.templates=TVE.apply_filters("tcb.cloud_templates."+e,t.templates||[],e),t.templates.tpls&&(t.templates.tpls=t.templates.tpls.map(e=>a(a({},e),{},{id:String(e.id)}))),this.set("packs",t.templates.packs),this.set("categories",t.templates.categories),this.set(this.get_tpl_cache_key(t.templates.from_pack),t.templates.tpls))})},toggle_favorites(e,t,s){const i=this.get_tpl_cache_key(e),a=this.get(i),l=_.findIndex(a,{id:parseInt(t)}),c=TVE.ajax_data("cb_favorite_tpl","POST",{pack:e,template:t,status:s});return a[l].fav=s,delete c.error,o.ajax(c).done(e=>{e.success&&this.set(i,a)})}})},87895:(e,t,s)=>{const i=s(20583).base;e.exports=i.extend({currentSlideIndex:0,afterInitialize(){this.dots=this.$(".dot-content"),this.slider=this.$(".slide-content"),this.slides=this.$(".slide"),this.$el.on("click",".tcb-modal-close, .skip",()=>{this.resetSlider()})},nextSlide(){this.currentSlideIndex++,this.currentSlideIndex>=this.slides.length&&(this.currentSlideIndex=0),this.updateSlider()},prevSlide(){this.currentSlideIndex--,this.currentSlideIndex<0&&(this.currentSlideIndex=this.slides.length-1),this.updateSlider()},switchSlide(e){this.currentSlideIndex=parseInt(e.currentTarget.dataset.slide),this.updateSlider()},openHelpCorner(){this.close(),TVE.main.sidebar_extra.openHelpCorner()},updateSlider(){const e=100*this.currentSlideIndex;this.slider.css("transform",`translateX(-${e}%)`),this.dots.removeClass("active").eq(this.currentSlideIndex).addClass("active")},resetSlider(){this.currentSlideIndex=0,this.updateSlider()}})},87929:(e,t,s)=>{const i=s(20583),a=s(87476);e.exports=i.base.extend({symbol_template:TVE.tpl("symbols/item"),no_symbols_in_site:null,events(){const e=i.base.prototype.events.apply();return _.extend({},e,{"keyup input.search-symbols":"search_symbols"})},after_initialize(e){this.$symbols_container=this.$(".symbols-container"),this.$status=this.$(".status"),this.$error_container=this.$(".error-container"),this.$save=this.$(".tcb-modal-save"),this.$active_element=e.element,this.symbols=[],this.$text_no_symbols=this.$(".text-no-symbols"),this.$search_input=this.$("input.search-symbols")},before_open(e){this.$active_element=e.element,this.$text_no_symbols.hide(),this.$search_input.val(""),this.no_symbols_in_site=null,this.$save.prop("disabled",!0),this.get_symbols({})},get_symbols(e){TVE.ajax("get_symbols","get",e).done(_.bind(this.on_success,this)).tcb_error=_.bind(this.on_error,this)},on_success(e){const t=this;if(e.error)return this.on_error(e);this.$symbols_container.empty(),this.symbols=e.symbols,this.no_symbols(),_.each(e.symbols,function(e){const s=t.symbol_template({item:e});t.$symbols_container.append(s)}),this.$status.hide()},on_error(e,t,s){return this.$error_container.fadeIn(200).html(TVE.tpl("symbols/get-symbols-error")({error_message:TVE.getDetailedErrorMessage(e,t,s,!0)})),this.$symbols_container.empty(),this.$status.hide(),!1},no_symbols(){if(!_.isEmpty(this.symbols))return this.$el.removeClass("no-symbols"),this.$text_no_symbols.hide(),void(this.no_symbols_in_site=!1);_.isNull(this.no_symbols_in_site)&&(this.no_symbols_in_site=!0);const e=""!==this.$search_input.val();e&&this.$el.hasClass("no-symbols")||(this.$el.toggleClass("no-symbols",this.no_symbols_in_site),this.$text_no_symbols.toggle(e),this.$text_no_symbols.find(".search-word").html(this.$search_input.val()))},select_symbol(e,t){const s=t.dataset.id;this.$(".modal-item .card").each(function(){this.classList.remove("active"),this.dataset.id===s&&this.classList.add("active")}),this.$save.prop("disabled",!1)},search_symbols(e){const t={s:e.currentTarget.value};this.get_symbols({args:t})},save(){const e=this.$(".active").data("id");a.init(this.symbols[e]),a.insert_symbol_in_content(),this.close()}})},88020:e=>{const t={"product-category":".product-category","product-category-image":".product-category a img","product-category-text-wrapper":".thrive-product-category-text-wrapper","product-category-title":".woocommerce-loop-category__title","product-category-count":".thrive-product-category-count"},s={saveShortcode(e,t,s){s.find(t).each((t,i)=>{const a=s.find(i);let l="";_.each(TVE.PostList.utils.elementAttributes(a,["data-shortcode","data-selector","data-class","data-id"],!0,!0),(e,t)=>{l+=` ${t}='${e}'`}),a.attr("id")&&(l+=` id='${a.attr("id")}'`),a.replaceWith(`[tcb_woo_${e}${l}]`)})},initSubElement:(e,t)=>{const s=t.find(e);s.length&&(s.is(".prev,.next")&&(s.addClass("tcb-prev-next"),e=".tcb-prev-next"),s.addClass("thrv_wrapper").attr("data-selector",e))},initShopSubElements:e=>{const t=TVE.CONST.woocommerce.sub_element_identifiers;_.each(tcb_main_const.elements,i=>{Object.keys(TVE.CONST.woocommerce.sub_element_identifiers).includes(i.tag)&&s.initSubElement(t[i.tag],e)}),e.find(".woocommerce-ordering select").attr("data-selector",".woocommerce-ordering select")},initProductCategorySubElements:e=>{_.each(tcb_main_const.elements,i=>{Object.keys(t).includes(i.tag)&&s.initSubElement(i.identifier,e)})}};e.exports=s},88097:(e,t,s)=>{const i=s(16668).base_view,a=s(55933);!function(t){const s="tcb-compact-edit-mode",l="edit-mode-active",o="edit-mode-hiding";let c;function n(e=!1){const t='#tcb-editor-settings .side:first-child a,.preview-content,#sidebar-right .sidebar-item:not([data-fn="blur"]'+(!e&&h.options.can_insert_elements?",.add-element":"")+")";return TVE.apply_filters("tcb.edit_mode.disabled_buttons",TVE.main.$(t))}function r(e,s){this.$element=e||TVE.ActiveElement,this.options=function(e){return e=t.extend(!0,{extra_element_class:"",view_label:"",default_sidebar_params:["custom","edit-mode"],blur:!1,prevent_focus:!1,hidden_elements:[],element_selectable:!0,states:[],reset:!1,show_default_message:!1,can_insert_elements:!1,body_class:l,prevent_default_functions:!1,overlayOffset:!1,callbacks:{before_exit:t.noop,state_change:t.noop,mouseOverState:t.noop,reset:t.noop,exit:t.noop}},e),Array.isArray(e.default_sidebar_params)||(e.default_sidebar_params=[e.default_sidebar_params]),e.extra_element_class&&(e.extra_element_class=" "+e.extra_element_class.trim()),e}(s),this.CSS_CLASS=(p++,"tcb-compact-"+p)}r.prototype.enter=function(){this.$element.addClass(this.CSS_CLASS+" "+s+this.options.extra_element_class+" tve_no_drag tve_no_icons"),TVE.$body.addClass(this.options.body_class),this.options.show_overlay&&this.$element.tve_overlay("no-bg",this.options.overlayOffset),n(!0).tcbRemoveClass("tve-disabled"),n().tcbAddClass("tve-disabled"),this.$element.data("breadcrumbs.disabled",!this.options.element_selectable),TVE.main.set_navigation_root(this.$element),TVE.$("#tcb-top-nav-list").addClass("tcb-compact-edit-mode"),TVE.ActiveElement&&!this.options.blur&&TVE.main.active_element_navigation(),TVE.ElementEditIcons.hide_icons(),this.options.prevent_default_functions&&TVE.ElementIcons.hide_icons(),this.options.hidden_elements&&TVE.main.sidebar_toggle_elements(this.options.hidden_elements,!1),this.options.blur?TVE.Editor_Page.blur():this.options.prevent_focus||TVE.Editor_Page.focus_element(this.$element),TVE.InitialUndoManager=TVE.UndoManager,TVE.UndoManager=new a(10,t("#tcb-undo , #tcb-undo-sim "),t("#tcb-redo, #tcb-redo-sim")),TVE.do_action("tcb.edit_mode.enter",this.$element)},r.prototype.exit=function(e=!0){TVE.state_manager.is_default()||(delete TVE.froala.maintain_focus,TVE.main.states_dropdown.done(),TVE.clearUpdateTimeout()),this.options.callbacks.before_exit(this.$element),TVE.do_action("tcb.edit_mode.exit",this.$element),this.$element.removeClass(s+" "+this.CSS_CLASS+this.options.extra_element_class+" tve_no_drag tve_no_icons"),this.$element.data("breadcrumbs.disabled",null),TVE.main.remove_navigation_root(this.$element),TVE.$("#tcb-top-nav-list").removeClass("tcb-compact-edit-mode"),this.options.callbacks.exit(),this.options.hidden_elements&&TVE.main.sidebar_toggle_elements(this.options.hidden_elements,!0),(e||this.options.restore_state)&&(n().removeClass("tve-disabled"),TVE.$body.removeClass(this.options.body_class?this.options.body_class:l).addClass(o),setTimeout(()=>TVE.$body.removeClass(o),800),TVE.apply_filters("tve.edit.mode.refocus",!0,this.options.body_class)&&(TVE.ActiveElement?TVE.Editor_Page.focus_element(this.$element.removeClass("edit_mode")):TVE.Editor_Page.blur())),TVE.UndoManager=TVE.InitialUndoManager,TVE.remove_element_overlay(),this.options={},TVE.do_action("tcb.edit_mode.after_exit",this.$element)};const d=[];let h=null,p=1;const g={template:TVE.tpl("util/edit-mode"),after_initialize(){this.$el.draggable({handle:".tcb-em-drag",containment:"body",start(){TVE.main.$container.addClass("overlay")},stop(){TVE.main.$container.removeClass("overlay")}}),this.$_buttons=this.$(".tve-button"),this.$_arrow=this.$(".direction-arrow"),this.$_select=this.$(".tve-select"),this.$_reset=this.$(".tve-reset"),TVE.inner.$window.on("scroll",this.on_scroll.bind(this)),TVE.add_filter("tcb.element.editable",this.filters.editable.bind(this)),TVE.add_filter("selectors_no_highlight",this.filters.no_highlight.bind(this),100),TVE.add_filter("tcb.dragenter.bubble",this.filters.dragenter.bind(this)),TVE.add_filter("allow_dragenter",this.filters.allow_dragenter.bind(this),100),TVE.add_action("tcb.dragstart",this.actions.drag_start.bind(this)),TVE.add_action("tcb.dragstart.main",this.actions.drag_start.bind(this)),TVE.add_action("tcb.dragend",this.actions.drag_end.bind(this)),TVE.add_action("tcb.editor.undo",this.actions.editor_undo.bind(this)),TVE.add_action("tcb.focus.clear",this.refresh.bind(this)),TVE.inner.$body.on("mousedown.edit-mode",".tve-element-mask",e=>{if(this.overlayClicked(e))return!1;TVE.do_action("tcb.overlay_clicked")}),this.$sidebarComponent=TVE.main.$("#component-edit-mode"),this.$componentPanel=TVE.main.$("#tve-components"),TVE.main.on("tcb-ready",this.bindEvents)},filters:{editable(e,t){if(this.in_edit()){const s=TVE.apply_filters("tcb.edit_mode.editable.target",h.$element);!h.options.element_selectable&&s.is(t)&&(e=!1),e=e&&t.closest(s).length>0,e=TVE.apply_filters("tcb.edit_mode.is_element_editable",e,t)}return e},no_highlight(e){return this.in_edit()&&!h.options.prevent_default_functions&&(e+=",*:not(."+h.CSS_CLASS+" *)"),e},dragenter(e,t){return this.in_edit()&&(0===h.$element.find(t.target).length||h.$element.closest(t.target).length)&&(t.stopPropagation(),e=!1),e},allow_dragenter(e,t){return this.in_edit()?h.$element.closest(t).length&&(e=!1):t.parents(".tcb-compact-element").length>0&&(e=!1),e}},actions:{drag_start(){this.in_edit()&&TVE.inner_$(".tve-element-mask").removeClass("no-bg")},drag_end(){this.in_edit()&&TVE.inner_$(".tve-element-mask").addClass("no-bg")},editor_undo(){this.in_edit()&&this.reinitialize_stack()}},overlayClicked(e){return!!TVE.apply_filters("tve.edit.mode.overlay.click",1===e.which&&TVE.state_manager.is_default()&&this.in_edit())&&(TVE.inner_$(".tve-element-mask").removeClass("no-bg"),setTimeout(()=>this.$el.addClass("notify"),100),setTimeout(()=>this.$el.removeClass("notify")&&TVE.inner_$(".tve-element-mask").addClass("no-bg"),350),!0)},on_scroll(){if(this.in_edit()&&!h.options.prevent_default_functions){const e=h.$element[0].getBoundingClientRect();this.$_arrow.hide(),this.$_buttons.hide(),e.bottom<0?this.$_arrow.show().children().removeClass("down").addClass("up"):e.top>window.innerHeight?this.$_arrow.show().children().removeClass("up").addClass("down"):this.$_buttons.show()}},set_element_data(e){e=void 0===e?{}:e;const s=h.$element,i=TVE.get_element_name(s);this.$(".tcb-element-name").html(e.view_label||"Editing "+i),TVE.main.$(".fill-element-name").html(i),e.show_default_message&&this.$sidebarComponent.removeClass("tcb-hide"),this.$_select.html(""),_.each(e.states,e=>{this.$_select.append(t("<option>",{text:e.label,value:e.value})),e.default&&(h.defaultState=e.value)}),this.$_select.toggleClass("tcb-hide",_.isEmpty(e.states)),this.$_reset.toggleClass("tcb-hide",!e.reset)},enter(e,t){c=this.$_select.val(),h=new r(e,t),d.push(h),this.set_element_data(t),h.enter(),h.defaultState&&this.$_select.val(h.defaultState).trigger("change")},exit(){return d.pop(),h.exit(!d.length),h=d.length?_.last(d):null,h?(this.set_element_data(h.options),h.enter(),c&&this.$_select.val(c)):this.$sidebarComponent.addClass("tcb-hide"),!1},state_changed(e,t){h.options.callbacks.state_change(t.value)},mouseOverState(e,t){h&&h.options.callbacks.mouseOverState(e,t)},reset(){h.options.callbacks.reset(arguments)},scroll_to(){const e=TVE.inner.window.innerHeight/2;let t=h.$element.offset().top-24;t>e?t-=e:t=0,TVE.inner_$("html").animate({scrollTop:t},{duration:1e3})},in_edit(e=null){let t=null!==h;return e&&t&&(t=e.match(/[.#]/)?h.$element.is(e):TVE._type(h.$element)===e),t},getStateValue(){return this.$_select.val()},reinitialize_stack(){_.each(d,e=>{e.$element=TVE.reinitialize_element(e.$element)})},element:()=>h&&TVE.apply_filters("tcb.edit_mode.current_element",h.$element),get_default_sidebar_params:()=>h&&h.options.default_sidebar_params?h.options.default_sidebar_params:["elements"],refresh(){if(h&&!h.options.prevent_default_functions){const e=TVE.apply_filters("tcb.edit_mode.overlay.target",h.$element);e.tve_overlay("no-bg",TVE.apply_filters("tcb.edit_mode.overlay.dimensions",h.options.overlayOffset,h,e))}},bindEvents(){TVE.Editor_Page.$body.on("mouseenter.editMode","."+s,()=>{TVE.inner_$(".tve-element-mask").addClass("behind")}).on("mouseleave.editMode","."+s,()=>{TVE.inner_$(".tve-element-mask").removeClass("behind")})},isStacked:()=>h&&d.length>1,getOuterMostElement:()=>d.length?d[0].$element:null};e.exports=i.extend(g)}(jQuery)},88379:e=>{var t;t=jQuery,e.exports=function(e){const s={key:"",name:"",config:{},lists:{},custom_fields:[],state:0,get:function(e){return s[e]},set:function(e,t){s[e]=t},unset:function(e){delete s[e]},getConfig:function(e){return s.config[e]},setConfig:function(e){t.extend(!0,s.config,e)},ready:function(){return"undefined"!==s.state&&1===parseInt(s.state)},logo:function(){const e=`${TVE.CONST.dash_url}/inc/auto-responder/views/images`;let t=TVE.apply_filters("tcb.lead_generation.api_logo",`${e}/${s.key}.png`,s.key);return"sendinblue"===s.key&&(t=`${e}/sendinblue_square.png`),t},addCustomField:function(e){s.customFieldExists(e.id)||s.custom_fields.push(e)},customFieldExists:function(e){let t=!1;return _.each(s.custom_fields,function(s){t||s.id!==e||(t=!0)}),t},getApi:function(e,i){t(TVE.main).trigger("tve-api-before-ajax-"+s.key,{api:s}),TVE.ajax("get_api","GET",{extra:s.ajax_extra||{},api:s.key,force:e?1:0}).done(function(e){s.lists=s._normalize(e.lists,["id","name"]);const a=s._normalize(e.custom_fields,["id","placeholder"]);_.each(a,s.addCustomField),s.extra_settings=void 0===e.extra_settings?[]:e.extra_settings,TVE.CONST.connected_apis_custom_fields[s.key]=void 0!==e.api_custom_fields?e.api_custom_fields:[],t(TVE.main).trigger("tve-api-after-get-"+s.key,{api:s,response:e}),"function"==typeof i&&i.call(s)})},setFieldProp:function(e,t,i){if(void 0===s.form_fields[e])return s;s.form_fields[e][t]=i},_normalize:function(e,t){const s=[];return void 0!==e&&_.each(e,function(e){const i={};_.each(t,function(t){void 0!==e[t]&&(i[t]=e[t])}),s.push(i)}),s},validate:function(){let e,s="";const i=TVE.apply_filters("tve.lg_form.validated_apis",["zapier"],this);this.getConfig("list")||i.includes(this.get("key"))?e=1:(s="No list selected",e=0),this.set("state",e),this.set("error",s),t(TVE.main).trigger("tve-api-validate-"+this.get("key"),{api:this})}};return _.each(e,function(e,t){s[t]=e}),s}},88455:(e,t,s)=>{const i=s(86210),a=s(62204);e.exports=i.extend({template:"conditional-display/modal/condition/input-comparator",afterRender(){let e;this.selectedValue||0===this.selectedValue?e=this.selectedValue:(e=this.getDefaultValue(),this.setModel(e)),this.setInput(e)},setInput(e){this.$("input").val(e)},inputChanged(e){this.setModel(e.target.value)},getDefaultValue:()=>"",extraInitialize(){this.placeholderText=a.getFieldData(this.model.get("field")).placeholder_text}})},88515:(e,t,s)=>{const i=s(12564);e.exports=class{constructor(e){this.component=e}after_initialize(){this.loadSelectOptions(),TVE.add_filter("editor_loaded_callback",()=>this.loadSelectOptions()),this.component.file_picker=new i({template_name:"util/custom-file-picker",config:{type:"video"}}),this.component.$(".custom-fields-placeholder-input .responsivevideo-picker-input").empty().append(this.component.file_picker.$el),this.component.file_picker.on("select",this.on_placeholder_select.bind(this.component)).on("remove",this.on_placeholder_removal.bind(this.component))}loadSelectOptions(){const e=TVE.CONST.external_custom_fields.video,t=this.component.$(".custom-fields-options select");t.empty().append('<option value="" disabled selected>Choose custom field</option>'),_.each(e,(e,s)=>{const i={text:TVE.trimStringAfterWidth(e.label),value:s};TVE.inner_$("<option/>",i).appendTo(t)})}on_placeholder_select(e){this.applyTo().attr("data-placeholder-id",e.id)}on_placeholder_removal(){this.applyTo().removeAttr("data-placeholder-id"),this.file_picker.set({})}selectCustomField(e){const t=this.component.$el.find(".custom-fields-options select"),s=TVE.Components.responsivevideo.controls.ExternalFields.getCFValues("video",e,t.val(),{}),i=s.video_src?s.video_src:"external";TVE.Editor_Page.before_action(),this.component.clear(e),this.component.$(".custom-fields-more-options").show(),this.component.$(".custom-fields-placeholder-input").hide(),this.component.$(".custom-fields-placeholder-options").val("hide"),e.removeAttr("data-placeholder-id"),this.component.model.set("value",TVE.CONST.external_custom_fields.video[t.val()].value),this.component.video_settings.$(".v-source").val(i).trigger("change"),e.addClass(this.component.cls).addClass("tcb-custom-field-source"),e.attr("data-type",i);const a="external"===i?s.url:s.value;this.component.video_settings.$(`#v-settings-${i} input`).val(a).trigger("change")}selectPlaceholder(e,t){this.component.$(".custom-fields-placeholder-input").toggle("replace"===t.value),this.component.file_picker.trigger("remove")}setDynamicValues(e,t){if(e.hasClass("tcb-custom-field-source")){const t=e.attr("data-placeholder-id"),s=e.find(".dynamic-source").attr("data-c-f-id");this.component.tabs.setActive("dynamic"),this.component.$(`.custom-fields-options select option[value="${s}"]`).length>0&&this.component.$(".custom-fields-options select").val(s),t?(this.component.$(".custom-fields-placeholder-input").show(),this.component.$(".custom-fields-placeholder-options").val("replace"),TVE.CONST.dynamic_placeholder_elements[t]?this.component.file_picker.set({id:t,title:TVE.CONST.dynamic_placeholder_elements[t].title}):wp.media.attachment(t).fetch().then(()=>{const e=wp.media.attachment(t).attributes;this.component.file_picker.set({id:t,title:e.title}),TVE.CONST.dynamic_placeholder_elements[t]=e})):(this.component.file_picker.set({}),this.component.$(".custom-fields-placeholder-options").val("hide"),this.component.$(".custom-fields-placeholder-input").hide()),e.toggleClass("tcb-custom-field-source",this.component.isChecked())}else this.component.tabs.setActive("static"),this.component.$(".custom-fields-options select").val(null);this.component.tabs.change(t)}}},88778:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const i=s(71680),l=s(40521),o=s(31544);e.exports=i.extend({el:TVE.modal.get_element("landing-pages"),setTpl:TVE.tpl("landing-pages/set"),itemTpl:TVE.tpl("landing-pages/item"),categoryItem:TVE.tpl("landing-pages/category-item"),blocksCollection:new Backbone.Collection({}),templatesCollection:new Backbone.Collection({}),templatesCategoriesCollection:new Backbone.Collection({}),allowedSets:["l","s"],selectedClass:"selected",tooltips:{block:"landing-pages/tooltip-block",full:"landing-pages/tooltip-full"},itemClass:".lp-template-item",setClass:".lp-set-template-item",filters:{search:[],sets:[],templates:[]},sets:{s:{},l:{},saved:{label:"Saved Landing Pages",templates:[]}},counters:{s:0,l:0,saved:0},after_initialize(){this.$el.addClass("modal-w-sidebar"),this.listenTo(this.templatesCategoriesCollection,"reset",this.buildTemplatesCategories.bind(this)),this.listenTo(this.blocksCollection,"reset",this.build_preview.bind(this)),this.$modalSteps=this.$(".tcb-modal-step"),this.$error=this.$(".error-container").hide(),this.$setList=this.$("#lp-set-list"),this.$setTTBList=this.$("#lp-ttb-set-list"),this.$cloudMenu=this.$(".lp-cloud-menu"),this.$defaultFiltersWrapper=this.$("#lp-default-filters"),this.$savedFiltersWrapper=this.$("#lp-saved-filters"),this.$setName=this.$(".set-name"),this.$setFilters=this.$(".set-filters"),this.$tplList=this.$("#lp-set-tpl-list"),this.viewIcons=this.getViewIcons([{flag:"locked",$icon:this.$(".set-full")},{flag:"hasBlocks",$icon:this.$(".set-blocks")}]);const e=Object.values(TVE.CONST.saved_lp_templates),t=a(a({},TVE.CONST.cloud_lp_templates),TVE.CONST.lp_templates);t.error?this.$error.fadeIn(200).html(TVE.tpl("inline-error")({error_message:t.error})):this.constructCloudLpTemplates(t),this.constructSavedLpTemplates(e),_.each(this.tooltips,(e,t)=>{this[`${t}Tooltip`]=this.initTooltip(this.$el,e)}),this.spinner=new Image,this.spinner.src=`${TVE.CONST.editor_dir}/images/loading-spinner.gif`,this.spinner.setAttribute("class","tve-lazy-img")},on_start(){},getViewIcons:e=>e,constructCloudLpTemplates(e){const t=Object.keys(TVE.CONST.lp_templates);_.each(e,(e,s)=>{null===e&&(e={});const i=e.type||"l",a=void 0!==e.locked&&e.locked,l=void 0!==e.blocks&&parseInt(e.blocks),o=void 0!==e.skin_tag&&e.skin_tag;if(!this.allowedSets.includes(i))return;const c=e.set.toLowerCase().replace(/ /g,"-");void 0===this.sets[i][c]&&(this.sets[i][c]=TVE.apply_filters("tcb_category_landing_page_set",{set:c,label:e.set,type:i,thumbnail:e.thumb,preview:e.preview_image,preview_name:e.name.toLowerCase(),preview_index:0,templates:[],hasBlocks:l,order:e.order,locked:a,skinTag:o},e)),this.sets[i][c].preview_name.includes("blank")&&!e.name.toLowerCase().includes("blank")&&(this.sets[i][c].preview_index=s,this.sets[i][c].preview=e.preview_image,this.sets[i][c].preview_name=e.name.toLowerCase()),this.sets[i][c].templates.push({key:e.key||s,uid:e.uid||"",name:e.name,tags:e.tags,thumbnail:e.thumb,preview:e.preview_image,cloud:Number(!t.includes(e.key||s)),locked:a,moreOptions:!1,skinTag:o,is_from_pack:!1}),this.counters[i]++}),this.allowedSets.forEach(e=>{this.sets[e]=_.sortBy(this.sets[e],"order")}),this.counters.s>0&&this.$defaultFiltersWrapper.append(this.categoryItem({label:"Smart Landing Page",counter:this.counters.s,filterSource:"sets",key:"s"})),this.counters.l>0&&this.$defaultFiltersWrapper.append(this.categoryItem({label:"Legacy Landing Page",counter:this.counters.l,filterSource:"sets",key:"l"}))},constructSavedLpTemplates(e){return this.sets.saved.templates=[],this.counters.saved=0,_.each(e,(e,t)=>{let s;s=Array.isArray(e.tags)?e.tags:e.tags?[e.tags]:[],this.sets.saved.templates.push({id:e.id,key:`user-saved-template-${t}`,name:e.name,tags:s,thumbnail:e.thumbnail,preview:e.preview_image||{},cloud:0,locked:0,moreOptions:!0,is_from_pack:e.is_from_pack}),this.counters.saved++}),this.sets.saved.templates.sort((e,t)=>e.is_from_pack>t.is_from_pack?-1:1),this.$savedFiltersWrapper.html(this.categoryItem({label:"Saved Landing Page",counter:this.counters.saved,filterSource:"sets",key:"saved"})),this.sets.saved},build_preview(){const e=this.blocksCollection.clone(),t=this.filters.search.length>0&&this.filters.search[0].length>0,s=[];let i="",l="";e.each(e=>{t&&(e.get("label").toLowerCase().includes(this.filters.search[0].toLowerCase())||s.push(e))});for(const t in s)e.remove(s[t]);let o=!1;e.each(e=>{const t=e.toJSON(),s=a({url:t.thumbnail,w:150,h:150},t.preview),c=s.h&&parseInt(s.h)<500?"lp-set-small-preview":"";if(t.skinTag){let e="";TVE.CONST.theme&&TVE.CONST.theme.skin_tag===t.skinTag&&(e=" lp-active-theme"),l+=this.setTpl(a(a({extraClass:c+e},t),s))}else i+=this.setTpl(a(a({extraClass:c},t),s));"l"===t.type&&(o=!0)}),this.$cloudMenu.find(".tcb-ico-search-regular").toggle(!t),this.$cloudMenu.find(".tcb-icon-close2").toggle(t),this.$(".lp-smart").toggle(!o),this.buildList(this.$setList,i),this.buildList(this.$setTTBList,l)},after_open(){this.on_start(),this.domGoToSetsView(),this.expandDefault()},expandDefault(){const e=TVE.apply_filters("tve.lp_modal.expand_default",{set:"",type:""});if(e.type){if(this.blocksCollection.reset(Object.values(this.sets[e.type])),e.set){const t=this.sets[e.type].findIndex(t=>t.set===e.set);setTimeout(()=>this.activateSet(this.sets[e.type][t]))}}else this.$(".click.lp-category-filter").first().trigger("click")},domViewSet(e,t){const s=this.getSet(t),i=this.getSetType(t),a=this.sets[i].findIndex(e=>e.set===s);this.activateSet(this.sets[i][a])},domGoToSetsView(){this.go_to_step(1);const e=this.$(this.itemClass).first().attr("data-type");this.$(".lp-footer").hide(),this.$(".click.lp-category-filter").removeClass("active").filter(`[data-key="${e}"]`).addClass("active")},activateSet(e){this.clearSelected(),this.$setName.text(e.label),this.viewIcons.forEach(t=>{t.$icon.toggleClass("tcb-hidden",!e[t.flag])});const t={"All Landing Pages":{counter:e.templates.length,label:"All Landing Pages",key:"all",filterSource:"templates"}};e.templates.forEach(e=>{e.tags.forEach(e=>{t[e]||(t[e]={label:e.split("-").map(e=>TVE.ucFirst(e)).join(" "),key:e,counter:0,filterSource:"templates"}),t[e].counter++})}),this.templatesCategoriesCollection.reset(Object.values(t)),this.templatesCollection.reset(e.templates),this.go_to_step(2),this.$('.lp-category-filter[data-key="all"]').trigger("click")},buildTemplatesPreview(){const e=this.templatesCollection.clone(),t=[];let s="";e.each(e=>{this.filters.templates.length>0&&_.intersection(this.filters.templates,e.get("tags")).length!==this.filters.templates.length&&t.push(e)});for(const s in t)e.remove(t[s]);e.each(e=>{const t=e.toJSON(),i=a(a(a({},t),{fn:t.locked?"":"selectTemplate",key:t.locked?"":t.key,cloud:t.locked?"":t.cloud}),a({url:t.thumbnail,w:150,h:150},t.preview));i.active=TVE.CONST.landing_page&&TVE.CONST.landing_page===i.key,i.uid=i.uid||"",i.id=i.id||"",s+=this.itemTpl(i)}),this.buildList(this.$tplList,s)},buildTemplatesCategories(){this.$setFilters.empty(),this.templatesCategoriesCollection.each(e=>{this.$setFilters.append(this.categoryItem(e.toJSON()))})},filter:_.debounce(function(e,s){const i=t(s),a=s.getAttribute("data-source"),l="search"===a?s.value.trim():s.getAttribute("data-key");i.closest(".lp-menu-wrapper").find(".active").removeClass("active"),i.addClass("active"),this.filters[a]=[],l&&"all"!==l&&this.filters[a].push(l),l&&"sets"===a?"saved"===l?this.activateSet(this.sets.saved):this.blocksCollection.reset(Object.values(this.sets[l])):"templates"===a?this.buildTemplatesPreview():this.build_preview()},50),resetFilters(){this.filters.sets=[],this.filters.templates=[],this.$(".active").removeClass("active")},prevSetTemplate(e,t){const s=this.getSet(t),i=this.getSetType(t),a=this.sets[i].findIndex(e=>e.set===s);let l=--this.sets[i][a].preview_index;l<0&&(l=this.sets[i][a].preview_index=this.sets[i][a].templates.length-1);const o=this.sets[i][a].templates[l].preview.url;this.setSetCover(t,o)},nextSetTemplate(e,t){const s=this.getSet(t),i=this.getSetType(t),a=this.sets[i].findIndex(e=>e.set===s);let l=++this.sets[i][a].preview_index;l===this.sets[i][a].templates.length&&(l=this.sets[i][a].preview_index=0);const o=this.sets[i][a].templates[l].preview.url;this.setSetCover(t,o)},setSetCover(e,s){const i=t(e).closest(this.setClass).find("img");i.parent().addClass("lazy-loading");const a=this.spinner.cloneNode();a.setAttribute("data-src",s),i.replaceWith(a),setTimeout(()=>{this.lazyLoader.load(a)})},getSet(e){return t(e).closest(this.setClass).attr("data-set")},getSetType(e){return t(e).closest(this.setClass).attr("data-type")},initTooltip(e,s=""){return new l({tooltipPosition:"top",no_buttons:!0,after_render(){this.$(".tve-tooltip-close").hide(),this.$(".panel-tooltip").css({top:"35px"})},positionTop(t,s,i={}){const a=e.offset(),l=this.$(".tve-tooltip-content").outerHeight(!0);this.$el.css({"z-index":"1010 !important",top:i.top-a.top-l-50+"px",left:i.left-a.left-80+"px"}),this.$(".tcb-panel-arrow").css({left:"215px"})},template:TVE.tpl(s),appendTo:this.$("#lp-lightbox-drop-panels"),apply:t.noop})},initDeleteNotice(e,t){const s=this;return new o({title:"Are you sure?",text:"Deleting a Template will mean that you cant reuse it on your site in the future.",noText:"No, cancel",yesText:"Yes, delete",savedLpID:e,yes(){const i={custom_action:"landing_page_delete",tve_landing_page:TVE.extractNumbersFromString(this.savedLpID)[0]};e.includes("user-saved-template")&&t.length&&(i.id=t),TVE.main.overlay(),TVE.Editor_Page.save(!1,e=>{!0===e.success&&s.activateSet(s.constructSavedLpTemplates(Object.values(e.saved_lp_templates))),TVE.main.overlay("hide")},i)}})},toggleTooltip(e,t){const s=this[`${t.getAttribute("data-tooltip-type")}Tooltip`];s&&s["mouseover"===e.type?"open":"onCancel"](null,e.currentTarget)},clearSelected(){this.$el.find(`.${this.selectedClass}`).removeClass(this.selectedClass)},selectTemplate(e,s){this.clearSelected(),t(s).parents().find(".lp-footer").css("display","flex"),t(s).closest(this.itemClass).addClass(this.selectedClass)},save(e,t){const s=this.$el.find(`.${this.selectedClass}`);if(0===s.length)return void TVE.page_message(TVE.t.SelectTemplate,!0,5e3);t.classList.add("tcb-disabled");const i=s.attr("data-key"),l=s.attr("data-cloud"),o=s.attr("data-uid")||"",c=s.attr("data-id")||"";let n={tve_landing_page:i,custom_action:"landing_page"};1===parseInt(l)&&(n=a({data:n},{custom:"landing_page_cloud",task:"download",template:i,uid:o,post_id:TVE.CONST.post_id})),i.includes("user-saved-template")&&c.length&&(n.id=c),TVE.set_login_callback(this.save,this),TVE.main.overlay(),TVE.PreventPreviewImageGenerate=!0,TVE.Editor_Page.save(!1,()=>{TVE.KEEP_OVERLAY=!0,window.onbeforeunload=null,TVE.page_message(TVE.t.TemplateChange),top.window.location.reload()},n),t.classList.remove("tcb-disabled")},toggleMoreOptions(e,s){t(s).siblings(".lp-more-options-panel").toggleClass("open")},hideMoreOptions(){this.$(".lp-more-options-panel").removeClass("open")},openDeleteWarning(e,s){this.hideMoreOptions();const i=t(s).closest(this.itemClass),a=i.attr("data-key"),l=i.attr("data-id")||"",o=this.initDeleteNotice(a,l);t(s).closest(".tcb-relative").append(o.render().el)},getDynamicImageWidth(e){let t=i.prototype.getDynamicImageWidth.apply(this,arguments);return e.is(this.$tplList)&&(t-=35),t},clearCache(){this.toggleLoader(),TVE.ajax("nocached_cloud_data","post",{type:"lps",post_id:TVE.CONST.post_id}).done(e=>{TVE.CONST.cloud_lp_templates=e.tpls;const t=a(a({},TVE.CONST.cloud_lp_templates),TVE.CONST.lp_templates);this.sets=a(a({},this.sets),{s:{},l:{}}),this.counters=a(a({},this.counters),{s:0,l:0}),this.$defaultFiltersWrapper.empty(),t.error?this.$error.fadeIn(200).html(TVE.tpl("inline-error")({error_message:t.error})):(this.constructCloudLpTemplates(t),this.build_preview()),this.domGoToSetsView()}).always(()=>{this.toggleLoader(!1)})}})}(jQuery)},88813:(e,t,s)=>{!function(){const t=s(37261),i="None";e.exports=t.extend({updateOnMouseLeave:!1,controls_init(e){t.prototype.controls_init.apply(this,arguments),e.Slider.getCssProps=()=>["font-size"];const s=this;e.Display&&(e.Display.update=t=>{if(e.Display.$el.toggle(this.menu.isCustom()),t.length>1&&(t=t.filter(".edit_mode")),t.length){const s=TVE.main.media_rule_index(),i=[];let a=TVE.getClassThatContains(t,`tcb-menu-display-${TVE.main.device}-`).replace(`tcb-menu-display-${TVE.main.device}-`,"");for(s>1&&i.push("tablet"),s>0&&i.push("desktop");!a&&i.length;)a=TVE.getClassThatContains(t,`tcb-menu-display-${i[0]}-`).replace(`tcb-menu-display-${i[0]}-`,""),i.shift();e.Display.setValue(a||"always")}},e.Display.change=(e,t)=>{const s=`tcb-menu-display-${TVE.main.device}-`;e.length>1&&(e=e.filter(".edit_mode")),e.removeClassContaining(s).addClass(`${s}${t.value}`)}),e.HasIconImage.update=function(e){const t=(e=e.filter(".edit_mode")).find("> a .m-icon, > .m-icon").is(":visible"),s=e.find("> a .tcb-mm-text, > a span.tve-disabled-text-inner, > span.tve-disabled-text-inner").is(":visible"),i=e.find("> a .tcb-menu-item-image, > .m-image,> a > .tcb-mm-image").is(":visible");let a;a=t?s?"icon-text":"icon":i?s?"image-text":"image":"text",this.setValue(a),delete this.$cachedIcon},e.HasIconImage.input=function(t,a){"desktop"===TVE.main.device||t.attr("data-item-display-desktop")||t.each((e,t)=>s.menu.addDefaultDeviceSettings(TVE.inner_$(t)));const l=e.ModalPicker.get_value();l&&(this.$cachedIcon=s.menu.$("symbol#"+t.find("> .m-icon, .tcb-mm-text > .m-icon, > a > .m-icon").data("icon")).clone()),s.menu.isHamburger()&&t.toggleClass("tcb-menu-img-hamburger",!0),l!==i&&this.$cachedIcon?e.ModalPicker.input(t,"icon-"+l,this.$cachedIcon):e.ModalPicker.input(t,"icon-star"),this.$cachedIcon||(this.$cachedIcon=s.menu.$("symbol.tcb-default-icon")),s.menu.toggleMenuText(t,!1),s.menu.toggleImage(t,!0);const o=s.menu.$("symbol#"+t.find("> a .m-icon, > .m-icon").data("icon"));o.length&&(this.$cachedIcon=o.clone()),s.menu.toggleDeviceSettings(t,a.value),a.value.includes("-text")?s.update(["ImageSide"]):["image","icon"].includes(a.value)&&s.setImageSide(t.find(" > a"),"row"),s.updateDom(),TVE.Editor_Page.reposition_icons()},e.ImageSide.input=function(e,t){if(!e.hasClass(TVE.Components.group.not_group_item_class)){const i=s.menu.getPlacement(e);s.menu.setImageSettings("o",t.dataset.value,i)}e.find(" > a, > a > .tcb-mm-test, > .tcb-mm-text").each((e,i)=>{s.setImageSide(TVE.inner_$(i),t.dataset.value)})},e.ImageSide.update=function(e){this.setValue(s.getImageSide(e.filter(".edit_mode").find(" > a")))},TVE.add_filter("tve.icon.modal.hide.packs",e=>(TVE.ActiveElement&&TVE._type(TVE.ActiveElement)===this.key&&e.push("custom"),e)),e.ModalPicker.update=function(e){const t=e.find("> .m-icon, > a .m-icon").first().data("icon");this.updateValue(s.menu.getIconName(t)||i)},e.ModalPicker.input=function(t,i,a){let l;if(_.isString(i))l=i;else{const e=i.icon.find("use");l=e.length?e.attr("xlink:href").replace("#",""):i.icon.attr("id")}s.menu.addSvgIcon(l,t,a),TVE.Editor_Page.reposition_icons(),this.updateValue(l.replace(/icon-/g,"")),s.updateDom(),e.Slider.update(t),e.ColorPicker.update(t)},this.controls.HoverEffect.update=function(e){let t="";const s=/tve-menu-style-(\S+)/g.exec(e.closest(".thrv_widget_menu").attr("class"));if(s)t={style_1:"c-underline",style_2:"c-double",style_3:"c-brackets"}[s[1]];else if(e.length){const s=e.attr("class");Object.keys(this.model.config.options).some(e=>!(!e||!s.includes(e)||(t=e,0)))}this.setValue(t)},this.controls.HoverEffect.input=function(e,t){e.closest(".thrv_widget_menu").removeClass((e,t)=>(t.match(/tve-menu-style-(\S+)/g)||[""])[0]),e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value);const i=s.menu.config();i.top_cls=_.isEmpty(i.top_cls)?{}:i.top_cls,e.hasClass(TVE.Components.group.not_group_item_class)?i.top_cls[s.menu.constructor.groupUnlinkedSelector(e)]=t.value:i.top_cls.main=t.value,s.menu.saveConfig(i)},TVE.add_filter("tcb.edit_icons.coords.menu_item",(e,t)=>("LI"===t.parent().parent()[0].tagName&&(e.left+=1+parseInt(t.css("border-left-width")||0),e.top+=parseInt(t.css("border-top-width"))),e)),TVE.add_action("tcb.menu_item.change_font",e=>{e.head_css({"font-family":"inherit"},!1),e.head_css({"--tve-font-family":"inherit"},!1," > a")}),TVE.add_filter("head_css_selector",e=>(e&&" .m-icon"===e.suffix&&e.selector&&(e.selector=e.selector.replace(".tve-regular",".thrv_widget_menu")),e)),TVE.add_filter("tve.head_css.hover.merge_selectors",e=>{if(e.selector.includes(".m-icon")){const t=e=>e.replace(".tve-regular",".thrv_widget_menu").trim();e.current_selector=t(e.current_selector),e.selector=t(e.selector)}return e}),this.controls.StyleChange.set_drop_panel(this.controls.StylePicker),this.controls.StyleChange.update=function(){},TVE.add_action("component.update.layout.menu_item",e=>{const t=TVE.ActiveElement.filter(".edit_mode"),s=!TVE.ActiveElement.closest(".tve-regular").length,i=TVE.ActiveElement.closest(".tve_vertical").length,a="LI"!==TVE.ActiveElement.parent().parent()[0].tagName,l=[];s||!a||i?i||(l.push("margin-left","margin-right"),e.controls.Width.$el.addClass("control-hide")):(0===t.index()?l.push("margin-left"):t.is(":last-child")&&l.push("margin-right"),e.controls.Height.$el.addClass("control-hide")),e.disable_extra_controls(l)}),TVE.add_action("component.update.layout.menu_dropdown",e=>{TVE.ActiveElement.closest(".tve-regular").length||e.controls.Width.$el.addClass("control-hide")})},before_update(){const e=TVE.ActiveElement.filter(".edit_mode");TVE.Components.menu.before_update(e.closest(".thrv_widget_menu")),this.menu=TVE.Components.menu.menuView;const t="LI"!==TVE.ActiveElement.parent().parent()[0].tagName;this.controls.StylePicker.menu=this.menu,this.controls.StyleChange.isVisible=t&&!TVE.CONST.custom_menu.use_positional_selectors,this.controls.StyleChange.toggle(this.controls.StyleChange.isVisible),this.controls.HoverEffect.toggle(t)},after_update(){this.updateDom()},updateDom(){this.controls.link.$el.toggle(this.menu.isCustom());let e=!1,t=!1;const s=this.controls.HasIconImage.getValue();_.isString(s)&&(e=s.includes("icon"),t=s.includes("-text")),this.$(".if-image").toggle(t),this.$(".i-enabled").toggle(e),this.$(".i-selected").toggle(e&&this.controls.ModalPicker.get_value()!==i),this.$(".hide-hamburger").toggle(!this.menu.isHamburger());const a=_.some(this.$(".dropdown-content > div"),e=>"none"!==getComputedStyle(e).display);this.$el.toggleClass("tcb-hide",!a)},style:()=>s(41671),after_init(){TVE.add_action(`tcb.state.change.${this.key}`,()=>this.update()),TVE.add_filter(`tcb.animation.element.${this.key}`,e=>("LI"===(e=e.filter(".edit_mode"))[0].tagName&&(e=e.children("a").first()),e)),TVE.add_filter(`tcb.animation.events.${this.key}`,e=>e.filter(e=>"link"!==e.a)),TVE.add_action(`tcb.animation.show_hide.${this.key}`,e=>{const t=e.tabs.popup;["thrive_zoom","thrive_video"].forEach(e=>t.$('.action-settings[data-action="'+e+'"]').closest(".action-item").hide()),t.$(".animation-popup-trigger").hide()}),TVE.add_action(`tcb.element.selected.${this.key}`,e=>{this.isOpen()||"desktop"===TVE.main.device&&TVE.state_manager.is_default()&&!e.closest(".thrv_widget_menu.tve-dropdown").length||this.update()}),TVE.add_filter(`tcb.state.hide.animation.${this.key}`,(e,t)=>"default"!==t),TVE.add_filter("tcb.froala.options",(e,t,s)=>(this.allowDynamicData(t)&&(e.toolbarButtons=s.inline_shortcode),e)),TVE.add_action("tcb.froala.before_shortcode_popup",(e,t)=>{const s=e.find("#fr-dropdown-categories-list");this.allowDynamicData(t)&&s.find('option[value="Global fields"]').hide()}),TVE.add_action("tcb.froala.after_shortcode_select",e=>{this.allowDynamicData()&&e.find(".fr-dropdown-list-link").remove()}),TVE.add_action(`tcb.typography.${this.key}.clear_formatting`,()=>{TVE.ActiveElement.each(function(){const e=TVE.inner_$(this),t=e.attr(`data-item-display-${TVE.main.device}`);TVE.inner_$("LI"===this.tagName?this.children.item(0):this).find(".tve-disabled-text-inner span").each(function(){TVE.inner_$(this).replaceWith(this.textContent)});let s="";"LI"===this.tagName?s=" > a":"image"!==t&&(s=" > .tcb-mm-text"),e.head_css({"justify-content":""},!1,s,!1,"")}),this.focusFroalaEditor()}),TVE.add_action(`tcb.typography.${this.key}.text_align`,(e,t,s)=>{t.each((t,i)=>{const a=TVE.inner_$(i),l=a.attr(`data-item-display-${TVE.main.device}`);if(["icon","image"].includes(l)){let t="";switch(s.dataset.value){case"right":t="flex-end";break;case"center":t="center";break;default:t="flex-start"}let o="";"LI"===i.tagName?o=" > a":"image"!==l&&(o=" > .tcb-mm-text"),e.applyElementCss({"justify-content":t},a,o,"")}})}),TVE.add_action(`tcb.text_style_change.${this.key}`,this.focusFroalaEditor.bind(this,TVE.ActiveElement)),TVE.add_filter("tcb.selection.element",(e,t)=>{if(e.parents(TVE.identifier("menu_item"))||e.parents(TVE.identifier("megamenu_item"))){const s=TVE.inner_$(t.target),i=s.parents(".tcb-menu-item-image,.tcb-mm-imag");i.length?e=i:(s.hasClass("tcb-menu-item-image")||s.hasClass("tcb-mm-image"))&&(e=s)}return e}),TVE.add_filter("tve.collect_head_css.custom_ids",(e,t,s)=>(t.find(`${TVE.identifier("megamenu_item")},${TVE.identifier("menu_item")}`).length&&[...s].forEach(t=>{t=t.replace(".tve-regular","").replace(".thrv_widget_menu","").trim(),s.has(t)||e.push(t)}),e)),TVE.add_action("tcb.menu.after_unlink",(e,t,s)=>{s.hasClass("tve-regular")&&e.includes("tve-regular")&&TVE.head_css_copy(e.replace("tve-regular","thrv_widget_menu").trim(),t)})},focusFroalaEditor(e=TVE.ActiveElement){const t=e.filter(".edit_mode").closest("li").find("> a .tve-disabled-text-inner");t.data("froala.editor")&&TVE.froala.force_focus(t,!1)},get_link:(e=TVE.ActiveElement)=>e.filter(".edit_mode").closest("li").children("a"),__config_link:e=>(Object.assign(e,{label:TVE.t.link,class:"menu-item",keep_links:!0}),e),__config_ImageSide:e=>(e.buttons=TVE.Views.Components.MenuItem.imageSideButtons,e),setImageSide(e,t){(e.hasClass("lvl-1")||e.parent().hasClass("lvl-1"))&&e.find(" > .tcb-mm-text").length&&!e.find(".tcb-mm-image").is(":visible")?e=e.find(" > .tcb-mm-text"):e.find(" > .tcb-mm-text").removeClassContaining(/tcb--\w+([^\s]+)/g),e.removeClassContaining(/tcb--\w+([^\s]+)/g).addClass(`tcb--${t}`),TVE.Editor_Page.reposition_icons()},getImageSide(e){e.find(" > .tcb-mm-text").length&&!e.find(".tcb-mm-image").is(":visible")&&(e=e.find(" > .tcb-mm-text"));let t=e.length?e[0].className.match(/tcb--\w+([^\s]+)/g):"";return t&&t.length&&(t=t[0].replace("tcb--","")),t||"row"},allowDynamicData(e=TVE.ActiveElement){let t=!1;return e&&e.closest(`${TVE.identifier("menu_item")}, ${TVE.identifier("megamenu_item")}`).length&&(t=!0),t}},{imageSideButtons:[{value:"row",icon:"position-left",tooltip:"Left",icon_cls:"w-36 h-21"},{value:"row-reverse",icon:"position-right",tooltip:"Right",icon_cls:"w-36 h-21"},{value:"column",icon:"position-top",tooltip:"Top",icon_cls:"w-26 h-21"},{value:"column-reverse",icon:"position-bottom",tooltip:"Bottom",icon_cls:"w-26 h-21"}]})}()},89108:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:5}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 325 103" preserveAspectRatio="none">\n\t\t\t\t<style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 872px; stroke-dasharray: 872px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 872px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M6.139 76.654c37.725-1.334 84.243-2 139.556-2 55.312 0 110.757.666 166.333 2-71.057 2.569-124.36 4.683-159.908 6.343-35.548 1.66-64.193 3.37-85.936 5.133h190.424c-28.607 1.423-50.167 2.67-64.68 3.738-14.513 1.07-36.051 2.998-64.614 5.786"/>\n\t\t\t\t</svg>`}}},89926:(e,t,s)=>{const i=s(74144),a=Backbone.Model.extend({defaults:()=>({raw:"",value:"",uom:"px"}),initialize(e){"string"==typeof e&&(e=a.parse(e)),Object.assign(this.attributes,e)},is_empty(){const e=this.get("raw");return!e||"none"===e||""===e||"auto"===e||"unset"===e},is_valid(){return!!this.is_empty()||!isNaN(this.get("value"))&&this.get("uom")},get_value(e){return this.is_empty()||!this.is_valid()?"auto":(void 0===e&&(e=1),"px"===this.get("uom")&&(e=0),i.toFixed(this.get("value"),e))},get_real_value(e){const t=this.get("value");return void 0===e?t:isNaN(t)?e:t},get_css_value(e){return(this.is_empty()?"unset":this.get("value")+this.get("uom"))+(e?" !important":"")},reset(e){return Object.assign(this.attributes,a.parse(e)),this.trigger("change"),this},set(e,t,s){return"uom"===e?this.convert_to(t,s):Backbone.Model.prototype.set.apply(this,arguments)},value_in_px(e){return"px"===this.get("uom")?this.get_real_value():this.get_real_value()*l[this.get("uom")](e)},convert_to(e,t){if(!this.is_empty()&&this.is_valid()){let s=this.value_in_px(t);"px"!==e&&(s/=l[e](t)),this.set("value",s)}return Backbone.Model.prototype.set.apply(this,["uom",e,t]),this},is_positive(){return this.get_real_value()>0},is_negative(){return this.get_real_value()<0},is_non_negative(){return this.get_real_value()>=0},is_non_positive(){return this.get_real_value()<=0},getValueIn(e,t,s=2){if(this.is_empty()||!this.is_valid())return this.get("raw");if(s="px"===e?0:s,this.get("uom")===e)return this.get_value(s);let a=this.value_in_px(t);return"px"!==e&&(a/=l[e](t)),i.toFixed(a,s)},toString(){return this.get_css_value()}},{parse(e){e=(e||"").replace(/!(\s*)important/,"").trim();const t=new RegExp("("+Object.keys(l).join("|")+")$").exec(e),s={raw:e};return t&&t[1]&&(s.uom=t[1]),e=e.replace(s.uom,""),s.value=isNaN(e)?e:parseFloat(e),s}});e.exports=a;const l={px:()=>1,"%":e=>e.parent_size/100,vw:()=>TVE.inner.window.innerWidth/100,vh:()=>TVE.inner.window.innerHeight/100,em:e=>parseInt(e.em_size),rem:()=>parseInt(TVE.inner_$("html").css("font-size"))}},89992:(e,t,s)=>{!function(t){const i=s(16668),a={},l=s(17819),o=s(50732),c=Backbone.Collection.extend({default_state_triggers:["tve-viewport","click","link"],hover_state_triggers:["mouseenter","mouseover"],get_by_state(e){if(e!==TVE.state_manager.default&&e!==TVE.state_manager.hover)return[];const t=[];return this.each(function(s){this[e+"_state_triggers"].indexOf(s.get("t"))>=0&&t.push(s)},this),t}}),n=o.extend({template:t.noop,_template:TVE.tpl("controls/drop-panel-light"),initialize(e){const t=this.$el,s=this;this.actions={},this.parent=e.parent,this.$(".action-settings").each(function(){const t=function(e,t){const s=e.split("."),i=a;let l,o=1,c=s[o-1];for(;c;)if(1!==o){if(!l[c])throw new Error("Could not instantiate: "+e);l=l[c],c=s[o++]}else{if(l=i[c]?i[c]:window[c],!l)throw new Error("Could not instantiate: "+e);c=s[o++]}return l.prototype.after_init=function(e){e.key&&(this.key=e.key)},new l(t)}(this.getAttribute("data-view"),{el:this,options:e.parent.options,key:this.getAttribute("data-action")});t.parent_tab=s,t.component=e.parent,s.parent.views[this.getAttribute("data-action")]=t,s.actions[this.getAttribute("data-action")]=t}),o.prototype.initialize.apply(this,arguments),this.$(".popup-content").append(t)},action_select(e,t){const s=_.isString(e)?e:t.value;_.each(this.actions,function(e){e.hide()}),this.$('.action-chooser[value="'+s+'"]').prop("checked",!0),this.current_model&&!this.actions[s].model&&this.actions[s].set_model(this.current_model),this.actions[s].show(),this.parent.active_view=this.actions[s]},state_add(){return delete this.current_model,_.each(this.actions,function(e){e.hide(),e.set_model()}),1===Object.keys(this.actions).length&&(this.parent.active_view=this.actions[Object.keys(this.actions)[0]].show()),this.$(".action-chooser:checked").trigger("change"),this},state_edit(e){return this.current_model=e,this.action_select(e.get("a")),this},cancel(){return this.parent.cancel.apply(this.parent,arguments)},apply(){return this.parent.apply.apply(this.parent,arguments)},onOpen(){this.parent.opened_tab=this,this.actions.thrive_animation instanceof i.component&&this.actions.thrive_animation.update()},validate(){return!(!this.parent.active_view||!this.parent.active_view.apply_settings(this.parent.$element))},show(){return this.$(".action-tab").show(),this.visible=!0,this.addToOpened(),o.prototype.show.call(this,arguments)}});a.ThriveLightbox=s(76957),a.Animation=s(48927),a.VideoPopup=s(72223),a.ImageZoom=s(10460),a.Tooltip=s(77052),a.ThriveLightboxClose=s(6177),a.Link=s(15195),a.ActionDefault=i.component.extend({set_model(e){return this.model=void 0===e?new Backbone.Model:e,this},apply_settings(){let e="click";if(this.component.options.actions[this.key]&&this.component.options.actions[this.key].trigger)e=this.component.options.actions[this.key].trigger;else{const t=this.parent_tab.$("#a-popup-trigger");t.length&&t.val()&&(e=t.val())}return this.model.set({a:this.key,t:e}),!0}}),e.exports={views:a,component:i.component.extend({extra_states:!0,updateOnMouseLeave:!1,disabled_devices:["mobile","tablet"],disabled_tooltip:TVE.t.animation_disabled,migrate:{thrive_wistia(e){return!(!this.views.thrive_video||!this.views.thrive_video.get_provider("wistia"))&&this.views.thrive_video.get_provider("wistia").migrate(e)}},show_hide(){this.$tabs.removeClass("active"),_.each(this.options.tabs,function(e,t){const s=e.on_states&&-1!==e.on_states.indexOf(TVE.state_manager.get_state());this.$tabs.filter('[data-value="'+t+'"]').not(".control-hide").css("display",s?"":"none")},this);const e=this;e.config.hide_items instanceof Array&&this.$tabs.filter(function(t,s){return e.config.hide_items.includes(s.dataset.value)}).css("display","none"),this.$sections.hide(),this.$(".action-item").show(),_.each(this.options.actions,function(e,s){e.visible||t('.action-settings[data-action="'+s+'"]').closest(".action-item").hide()},this),this.tabs.popup&&this.tabs.popup.$(".animation-popup-trigger").show(),TVE.do_action(`tcb.animation.show_hide.${TVE._type(TVE.ActiveElement)}`,this)},reinit(){this.show_hide(),_.each(this.views,function(e){"function"==typeof e.reinit&&(e.options=this.options,e.reinit())},this)},controls_init(){const e=this;this.tabs={},this.views={},this.$tabs=this.$("#tcb-anim-buttons .tve-btn"),this.$sections=this.$(".action-tab").each(function(){e.tabs[this.getAttribute("data-tab")]=new n({el:this,parent:e})}),this.$list=this.$("#tcb-anim-list"),this.show_hide(),TVE.add_action("tcb.group_edit.status",this.onLockUnlock.bind(this))},init_collection(){this.collection=this.$element.data("anim_collection"),this.collection instanceof c||(this.collection=new c,this.collection.$elem=this.$element,this.listenTo(this.collection,"reset",this.render_preview),this.listenTo(this.collection,"add",this.event_write),this.listenTo(this.collection,"write_events",this.event_write),this.listenTo(this.collection,"remove",this.event_write),this.$element.data("anim_collection",this.collection))},onLockUnlock(){this.opened_tab&&this.opened_tab.onCancel(),this.update()},setConfig(e){this.config=e},before_update(){if(this.$element=TVE.apply_filters(`tcb.animation.element.${TVE._type(TVE.ActiveElement)}`,TVE.ActiveElement,this,this.config),this.$edit_mode=this.$element.filter(".edit_mode"),this.config.to&&(this.$element=this.$element.find(this.config.to),this.$edit_mode=this.$edit_mode.find(this.config.to)),!this.$element)return;const e=l.read(this.$edit_mode.length?this.$edit_mode:this.$element);if(this.views.link){const t=this.views.link.read_element(this.$edit_mode);t&&(t.skip_save=!0,e.push(t))}this.element_events=TVE.apply_filters(`tcb.animation.events.${TVE._type(TVE.ActiveElement)}`,e,this),this.init_collection(),this.collection.reset(this.element_events),this.ensure_bc()&&this.collection.trigger("write_events"),this.show_hide()},ensure_bc(){let e=!1,t=!1;do{e=!1;let s=0,i=this.element_events[s];for(;i;){if(void 0!==this.migrate[i.a]){this.element_events[s-1]=this.migrate[i.a].call(this,i),e=!0,t=!0;break}i=this.element_events[s++]}e&&(this.element_events=this.element_events.filter(function(e){return!1!==e}))}while(e);return t},event_write(){l.write(this.$element.data("anim_collection").toJSON(),this.$element),this.$element.data("anim_collection").no_preview||this.render_preview()},render_preview(){this.$list.empty();const e=TVE.tpl("animation/preview");_.isArray(this.config.hide_items)&&this.collection.filter(e=>!this.config.hide_items.includes(e.get("a"))),this.collection.get_by_state(TVE.state_manager.get_state()).length?this.collection.each(function(t,s){if(t.collection[TVE.state_manager.get_state()+"_state_triggers"].indexOf(t.get("t"))<0)return;const i=this.views[t.get("a")];this.$list.append(e({preview_none:!1,action:t.get("a"),trigger:t.get("t"),trigger_text:this.get_trigger_text(t),action_text:this.get_action_text(t),has_preview:i&&"function"==typeof i.preview,i:s}))},this):this.$list.append(e({preview_none:!0}))},get_label:(e,t)=>e?_.isString(e)?TVE.truncate(e):e.__config_key?TVE.truncate(e[t[e.__config_key]]):void 0:"_no_label",get_action_text(e){if(!e.get("a"))return"";if("link"===e.get("a"))return TVE.truncate(e.get("href"));const t=this.options.actions[e.get("a")];return this.get_label(t?t.labels:void 0,e.get("config"))},get_trigger_text(e){return e.get("t")?"link"===e.get("a")?TVE.apply_filters("tcb.get_link_text",TVE.t.Link,e):this.options.triggers[e.get("t")].label:""},tab_click(e,t){return-1!==t.className.indexOf("active")?(this.opened_tab&&this.opened_tab.onCancel(),t.classList.remove("active"),this.$sections.hide()):(this.opened_tab&&this.opened_tab.onCancel(),this.$tabs.removeClass("active"),t.classList.add("active"),this.$sections.hide().filter(".action-"+t.getAttribute("data-value")).show(),this.tabs[t.getAttribute("data-value")].open(null,t),this.tabs[t.getAttribute("data-value")].state_add()),!1},tab_hide(e){this.$tabs.filter(e).addClass("control-hide")},cancel(){this.$tabs.removeClass("active")},edit(e,t){this.$sections.hide();const s=t.getAttribute("data-index"),i=this.collection.at(s),a=this.views.link.$(".tcb-link-suggest"),l=this.$(t).closest(".animation-item");i.index=s,i.get("elementType")&&i.unset("elementType"),this.views.link&&this.views.link.read_element(this.$edit_mode),this.find_tab(i.get("a")).show().state_edit(i).position(t,l),a.focus(),this.active_view=this.views[i.get("a")].set_model(i).show(),"function"==typeof this.active_view.update&&this.active_view.update()},preview(e,t){const s=t.getAttribute("data-index"),i=this.collection.at(s);return this.views[i.get("a")].preview(i,this.$element,t),!1},has_action(e,t){return!!this.collection.findWhere({t:e,a:t})},getAction(e,t){return!!this.collection&&this.collection.findWhere({t:e,a:t})},add_action(e,t,s){return this._handle_save(new Backbone.Model({t:e,a:t,config:s||{}}))},remove_action(e,t){const s=this.collection.findWhere({t:e,a:t});s&&this._handle_remove(s)},_handle_save(e,t){let s,i=void 0===e.index,a=e.index;const l=_.extend({},e.toJSON()),o=e.get("t"),c=this;if(i&&(s=this.collection.findWhere({t:e.get("t")}),s&&(i=!1,a=this.collection.indexOf(s),t=_.extend({},s.toJSON()),TVE.do_action("tcb.link.linkreplace",s),s.set(l),TVE.page_message(TVE.t.anim.evt_replaced))),("link"===o&&this.collection.findWhere({t:"click"})||"click"===o&&this.collection.findWhere({t:"link"}))&&TVE.page_message(TVE.t.anim.multiple_click_events,-1),i?this.collection.add(e):this.collection.trigger("add"),e.get("settings_applied"))return!0;const n=c.$element;TVE.UndoManager.add({undo(){const s=n.data("anim_collection");s.no_preview=s!==c.collection,i?s.remove(e):(s.at(a).set(t),s.trigger("add")),delete s.no_preview},redo(){const t=n.data("anim_collection");t.no_preview=t!==c.collection,i?t.add(e):(t.at(a).set(l),t.trigger("add")),delete t.no_preview}})},_handle_remove(e){const t=this,s=t.$element;if("link"===e.get("a")&&this.views.link)return this.views.link.remove(e),!1;const i=this.collection.indexOf(e);TVE.UndoManager.add({undo(){const a=s.data("anim_collection");a.no_preview=a!==t.collection,a.add(e,{at:i}),delete a.no_preview},redo(){const e=s.data("anim_collection");e.no_preview=e!==t.collection,e.remove(e.at(i)),delete e.no_preview}}),e.destroy()},apply(){const e=_.extend({},this.active_view.model.attributes);return this._handle_save(this.active_view.model,e),TVE.do_action("tcb.animations.after_apply"),this.active_view=null,this.cancel(),!1},find_tab(e){return this.views[e].parent_tab},remove(e,t){const s=t.getAttribute("data-index"),i=this.collection.at(s);return this._handle_remove(i),TVE.do_action("tcb.animations.after_remove"),TVE.Components.image.update("ImageFullSize"),o.close_all(),!1},reset(){this.cancel()},bg_color_changed(e){const t=this.collection.findWhere({a:"thrive_animation",t:"mouseover"});if(void 0===t)return;const s={model:t,control:null,css:null};return _.extend(s,e),this.views.thrive_animation.adjust(s)}})}}(jQuery)},90020:(e,t,s)=>{!function(t){const i=s(16668),a=s(42103),l=s(42146),o=new Backbone.Collection({});e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(e){this.formlabel=new a({config:this.config.FieldsControl.config,collection:o,component:this}),this.controls.FieldsControl.attach_collection(o),this.controls.FieldsControl.update=(e=TVE.ActiveElement)=>{const t=[];e.find(".tve-login-form-item").each((e,s)=>{const i=jQuery(s);t.push({item:i,label:i.find(".tcb-label, .tve-input-option-text").text()})}),o.reset(t)},this.controls.FieldsControl.on("item_click",(t,s)=>{const i=t.get("item");if(this.formlabel.isOpen())this.formlabel.onCancel();else{const t=new l(this.formlabel.getData(i));this.listenTo(t,"change",function(t){i.find(".tcb-label p,.tve-input-option-text, .tcb-label .tcb-plain-text").text(t.get("label")),i.find(".tcb-removable-label").attr("style",`display: ${t.get("labelVisible")?"block":"none"} !important`),i.find("input").attr("placeholder",t.get("placeholder")).attr("data-placeholder",t.get("placeholder")),e.AddRemoveLabels.update(TVE.ActiveElement)}),t.saveState(),this.formlabel.reset(t),this.formlabel.open(null,s)}return!1}),this.controls.AddRemoveLabels.change=function(e,t){const s=!0===t.checked?"display: block !important":"display: none !important";e.find(".tcb-removable-label").attr("style",s)},this.controls.AddRemoveLabels.update=function(e){let t=!1;e.find(".tcb-removable-label").each(function(){"none"!==this.style.display&&(t=!0)}),this.setChecked(t)},this.controls.RememberMe.change=function(e,t){const s=t.checked?"":"none !important";e.head_css({display:s},!1,this.config.css_suffix,!1,this.config.css_prefix)},this.controls.RememberMe.update=function(){const e="none"!==this.applyTo().head_css("display",!1,this.config.css_suffix,!0,this.config.css_prefix);this.setChecked(e)},this.listenTo(o,"change",()=>{const e=[];o.each(t=>{e.push(t.get("item").clone())}),TVE.ActiveElement.find(".tve-login-form-item").each((s,i)=>{t(i).html(e[s].html()).attr("class",e[s].attr("class")).attr("data-css",e[s].attr("data-css"))}),this.controls.FieldsControl.update(TVE.ActiveElement)})},getFieldsControl:()=>TVE.Views.Controls.PreviewList,before_update(){const e=TVE.ActiveElement.filter(".edit_mode").parent().attr("data-state");this.controls.RememberMe.$el.toggle("login"===e)}})}(jQuery)},90131:(e,t,s)=>{const i=s(14333),a={actions:{"tcb.symbol.after_preview":(e,t)=>{TVE.CONST.symbols&&TVE.CONST.symbols[t.post_id]&&(TVE.CONST.symbols[t.post_id].thumb=e.data)}},filters:{tcb_filter_html_before_save:e=>{const t=e.find(".symbol-section-in");return t&&t.length&&t.removeClass("tve_editor_main_content tve_empty_dropzone tcb-dropzone-element"),e},"tcb.get_non_global_css_selector":e=>(TVE.ActiveElement.closest(".thrv_symbol").length&&(e=i.getSymbolPrefix("",TVE.ActiveElement)+e),e),"tcb.copy_styles_different_stylesheet":e=>{const t=TVE.apply_filters("tcb.outer_selector",TVE.CONST.global_css_prefix)+" ";let s;if(TVE.ActiveElement.closest(".thrv_symbol").length){let a="";s=i.getSymbolPrefix("",TVE.ActiveElement),TVE.USE_GLOBALSHEET?(e.includes(":hover")&&!e.includes(t)&&(a=t),e=e.replace(new RegExp(s,"g"),a)):(e.indexOf(t)>-1&&(a=t,e=e.replace(new RegExp(a,"g"),s)),-1===e.indexOf(s)&&(e=s+e))}return e},"tcb.global_preview_css":(e,t)=>{if(TVE.ActiveElement.closest(".thrv_symbol").length){const s=i.getSymbolPrefix("",TVE.ActiveElement);e=e.replace(new RegExp(s.trim(),"g"),t).replace(/!important/g,"")}return e},"tve.css_variable.selector":(e,t)=>{if(t.closest(".thrv_symbol").length){const s=i.getSymbolPrefix("",t);e.includes(s)||(e=s+e)}return e},"tcb.symbol.before_save":e=>{let t=e.symbol_css;return TVE.CONST.landing_page&&TVE.ActiveElement&&(TVE.ActiveElement.parents(".top-section .section-content ").length&&(t=t.replace(new RegExp(`.page-id-${TVE.CONST.post_id} .top-section `,"g"),"")),TVE.ActiveElement.parents(".bottom-section .section-content ").length&&(t=t.replace(new RegExp(`.page-id-${TVE.CONST.post_id} .bottom-section `,"g"),""))),e.symbol_css=t,e}}};e.exports=a},90295:(e,t,s)=>{const i=s(16668),a=s(7279),l={"tve_sep-3":"data:image/svg+xml,%3Csvg viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg' transform='rotate(90)'%3E%3Cline x1='0' y1='1' x2='8' y2='1' stroke='%thrive%' stroke-dasharray='2' stroke-width='1' /%3E%3C/svg%3E","tve_sep-4":"data:image/svg+xml,%3Csvg viewBox='0 0 12 2' xmlns='http://www.w3.org/2000/svg' transform='rotate(90)'%3E%3Cline x1='0' y1='1' x2='12' y2='1' stroke='%thrive%' stroke-dasharray='4' stroke-width='3' /%3E%3C/svg%3E"};e.exports=i.component.extend({oldColor:null,oldThickness:null,updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.divider_color.input=function(e){const t=this.applyTo();let s=!1;e?e=TVE.isCssVariable(e)?e:e.toRgbString():(e="rgb(217, 217, 217)",s=!0),t.mediaAttr("data-color",e),s&&this.component.controls.divider_color.update(t),this.component.addDividerHeadCss(t)},this.controls.divider_color.change=function(e){const t=this.applyTo();t.mediaAttr("data-color",TVE.isCssVariable(e)?e:e.toRgbString()),this.component.addDividerHeadCss(t),this.component.undo_manager_api(t,"data-color",this.oldColor,t.mediaAttr("data-color"))},this.controls.divider_color.update=function(e){null!=e&&e.length&&(this.setValue(e.mediaAttr("data-color")||e.head_css("border-color",null," .tve_sep",!0)||e.attr("data-color")),this.oldColor=e.attr("data-color"))},this.controls.thickness.input=function(e,t){e.mediaAttr("data-thickness",t.value),this.component.addDividerHeadCss(e)},this.controls.thickness.update=function(e){this.setValue(e.mediaAttr("data-thickness")),this.oldThickness=e.attr("data-thickness"),this.component.addDividerHeadCss(e)},this.controls.thickness.change=function(e,t){e.mediaAttr("data-thickness",t.value),this.component.addDividerHeadCss(e),this.component.undo_manager_api(e,"data-thickness",this.oldThickness,t.value)},this.controls.ToggleColorControls.update=function(){const t=this.readFrom(),s=TVE.froala.hasGradient(t),i=s?"tcb-divider-gradient-color":"tcb-divider-solid-color";this.clearActive(),this.setActive(i),e.toggleControlsForGradient(),e.$(".tcb-divider-toggle-element").hide(),e.$(`.${i}`).show(),e.toggleGradient(t,s)},this.controls.ToggleColorControls.input=(t,s)=>{const i=s.getAttribute("data-value"),a=i.includes("gradient");e.toggleControlsForGradient(),e.toggleGradient(t,a),this.$(".tcb-divider-toggle-element").hide(),this.$(`.${i}`).show(),e.controls.DividerGradient.update(),e.controls.divider_color.update(),e.controls.thickness.update(t)},this.controls.DividerGradient.update=function(){const e=this.applyTo(),t=e.mediaAttr("data-gradient");this.setValue(e.mediaAttr("data-gradient")||e.head_css("border-image",null," .tve_sep",!0)||e.attr("data-gradient")),this.oldColor=e.attr("data-gradient"),this.updateGradientPreview(t),this.setValue(t)},this.controls.DividerGradient.input=function(e){const t=this.applyTo();t.mediaAttr("data-gradient",e),this.component.controls.DividerGradient.update(t),this.component.addDividerHeadCss(t),this.updateGradientPreview(e)},this.controls.DividerGradient.change=function(t){const s=this.applyTo();e.toggleGradient(TVE.ActiveElement),this.input(t),this.component.addDividerHeadCss(s)},this.controls.style.set_drop_panel(new a({model:this.config.style,component:this})),this.controls.DividerGradient.gradient_drop_panel.picker.defaults=function(){return{type:"linear-gradient",orientation:"90deg",colorStops:[{type:"literal",value:"#ffffff"},{type:"literal",value:"#000000"}]}}},constructObject(e){const t=e.hasClass("tve-vert-divider"),s=e.mediaAttr("data-style")||"tve_sep1",i=e.mediaAttr("data-color")||"rgb(217, 217, 217)",a=e.mediaAttr("data-gradient"),o=e.hasClass("tcb-divider-gradient");let c=e.mediaAttr("data-thickness");const n={"background-image":"","border-image":"",height:"","background-size":"","background-position":"","border-width":"","border-color":"",width:"100%"};return s&&s.length>0&&this.config.style.config.items[s]&&(t?(c||(c=1),"tve_sep-1"===s&&o?n["border-image"]=`${a} 1/1/0 !important`:(n["background-size"]=c+"px "+c+"px",n["background-position"]="top",n["background-image"]='url("'+(l[s]||this.config.style.config.items[s].background_image).replace("%thrive%",i)+'")'),n.width=`${c}px !important`):(c||(c=10),"tve_sep-1"===s?(n["border-width"]=c+"px !important",o?n["border-image"]=`${a} 1/1/0 !important`:n["border-color"]=i+" !important"):(n.height=c+"px !important",n["background-size"]=`${c}px ${c}px`,n["background-image"]=`url("${this.config.style.config.items[s].background_image.replace("%thrive%",i)}")`))),n},addDividerHeadCss(e){let t=this.config.thickness.css_prefix;e.hasClass("tcb-divider-gradient")&&(t+=".tcb-divider-gradient"),this.controls.thickness.applyElementCss(this.constructObject(e),e," .tve_sep",t)},undo_manager_api(e,t,s,i){TVE.UndoManager.add({undo:()=>{e.mediaAttr(t,s),this.addDividerHeadCss(e)},redo:()=>{e.mediaAttr(t,i),this.addDividerHeadCss(e)}})},divider_style_control:()=>s(37558),toggleControlsForGradient(){const e="Solid"===this.controls.style.get_value();this.controls.DividerGradient.$el.toggle(e),this.controls.ToggleColorControls.$el.toggle(e)},toggleGradient(e,t=!0){e.toggleClass("tcb-divider-gradient",t)},updateGradient(){const e="Solid"===this.controls.style.get_value();TVE.ActiveElement.toggleClass("tcb-divider-gradient",!e)}})},90709:(e,t,s)=>{const i=s(12476),a=s(65295),l=s(33057),o=s(17579),c=s(40521);s(78746)(),e.exports=s(16668).component.extend({updateOnMouseLeave:!1,afterInit(){this.$addDisplay=this.$('[data-fn="addDisplay"]'),this.$advanced=this.$(".tve-advanced-controls"),this.$lazyLoadExtra=this.$(".tve-cond-lazy-load-settings"),this.collection=new i,this.collection.on("display-remove",e=>{this.displayManager.removeDisplay(e),this.controls.InheritBackground.update(),a.updateSidebarNotificationDot()}),this.collection.on("set-display-active",e=>{this.displayManager.setActive(e)}),this.collection.on("change",()=>{this.toggleAdvanced(),this.controls.InheritBackground.update()}),this.displayView=new(s(62105))({collection:this.collection,el:this.$(".display-list")[0]}),TVE.add_action("tcb.element.selected",e=>{this.displayManager=l.getInstance(e),this.collection.reset(this.displayManager.getDisplays())}),this.conditionsModal=new(s(7175))({el:TVE.modal.get_element("conditional-display")}),this.actionConfirmationModal=new(s(30234))({el:TVE.modal.get_element("conditional-confirmation")}),this.lazyLoadTooltip=new c({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("controls/tooltip/conditional-lazy-load-tooltip"),anim_duration:300,closeOnLeave:!0,no_callback:!0,validate:()=>!this.lazyLoadTooltip.FORCE_CLOSE}),this.lazyLoadTooltip.$el.find(".drop-panel").addClass("green-panel")},controls_init(e){e.LazyLoad.input=(t,s)=>{this.displayManager.setLazyLoad(s.checked),this.$lazyLoadExtra.toggle(s.checked),this.displayManager.getInheritBackground()||(this.displayManager.setInheritBackground("default"),e.InheritBackground.update(t)),s.checked||this.controls.UniformHeights.setValue(!1,!0)},e.LazyLoad.update=function(){const e=this.component.displayManager.hasLazyLoad()||!1;this.setChecked(e),this.component.$lazyLoadExtra.toggle(e)},e.UniformHeights.input=(e,t)=>{if(this.displayManager.setUniformHeights(t.checked),t.checked){TVE.main.overlay();const e=this.displayManager.getKey();let t=!0;setTimeout(()=>{this.displayManager.getDisplays().forEach(s=>{s.key!==e&&(this.displayManager.setActive(s.key,t,!1,!0),t=!1)}),this.displayManager.setActive(e,!1,!0,!1),this.displayManager.uniformHeights(),setTimeout(()=>{TVE.main.overlay("close")},1e3)},100)}else TVE.main.overlay(),this.displayManager.uniformHeights(!1),setTimeout(()=>{TVE.main.overlay("close")},500)},e.UniformHeights.update=function(){this.$el.toggle(TVE.apply_filters("tve.conditional_display.allow_uniform_heights",!0)),this.setChecked(this.component.displayManager.hasUniformHeights())},e.InheritBackground.input=(e,t)=>{this.displayManager.setInheritBackground(t.value)},e.InheritBackground.update=function(){let e=this.component.displayManager.getInheritBackground();const t=this.component.getDisplayOptions();this.build_options(t),-1===t.findIndex(t=>t.value===e)&&(e="default",this.component.displayManager.setInheritBackground(e)),this.setValue(e)}},openTooltip(){return TVE.Views.Controls.DropPanel.close_all(),this.lazyLoadTooltip.isOpen()?this.lazyLoadTooltip.onCancel():this.lazyLoadTooltip.open(null,this.$(".tve-lazy-load-info")),!1},getDisplayOptions(){const e=[];return this.displayManager.getDisplays().forEach(t=>{e.push({value:t.key,name:t.name,default:"default"===t.key})}),e},toggleAdvanced(){this.$advanced.toggle(this.displayManager.hasDisplays())},before_update(){this.toggleAdvanced(),this.$('[data-fn="toggleVisibility"]').toggle(TVE.apply_filters("tve.conditional_display.allow_hide",!0))},after_update(){const e=TVE._type(TVE.ActiveElement);this.$addDisplay.toggle(TVE.apply_filters(`tve.conditional_display.allow_new_display.${e}`,a.elementAllowsNewDisplay(e)))},addDisplay(){const e=this.collection.generateNewName(),t=this.displayManager.createNewDisplay({name:e});this.collection.add({key:t,order:this.collection.length,name:e}),this.collection.setDisplayActive(t),a.updateSidebarNotificationDot()},duplicateDisplay(e,t){this.collection.duplicateDisplay(t.dataset.key,this.displayManager),2===this.collection.length?TVE.Editor_Page.focus_element(this.displayManager.$element.removeClass("edit_mode")):TVE.do_action("tcb.element.selected",this.displayManager.$element,this.displayManager.type),a.updateSidebarNotificationDot()},openConditionsModal(e,t){this.conditionsModal.open({displayModel:this.collection.findWhere({key:t.dataset.key})})},removeDisplay(e,t){this.actionConfirmationModal.open({action:"remove",collection:this.collection,displayKey:t.dataset.key})},activateDisplay(e,t){(e.target.classList.contains("display-item")||e.target.classList.contains("display-name"))&&this.displayManager.getKey()!==t.dataset.key&&this.collection.setDisplayActive(t.dataset.key)},resetDisplay(e,t){this.actionConfirmationModal.open({action:"reset",displayManager:this.displayManager,displayKey:t.dataset.key})},editDisplayName(e,t){new o({displayModel:this.collection.findWhere({key:t.dataset.key})}).open(null,t)}})},91196:(e,t,s)=>{const i=s(16668),a=s(88379);e.exports=i.control.extend({template:TVE.tpl("controls/lead-generation/api-connections"),after_initialize(){this.$connected_apis=this.$(".connected-apis"),TVE.StorageManager.on("connection_edit_wordpress",e=>{TVE.CONST.api_connections_data.wordpress.has_error=!!e.registration_disabled,TVE.StorageManager.unset("connection_edit_wordpress"),TVE.ActiveElement&&this.applyTo().data("lg")&&this.renderConnections()})},update(e){(e=(e=e.length?e:TVE.ActiveElement).closest(".thrv_lead_generation,.tcb-registration-form")).length&&("custom-html"===e.data("lg").get("type")?this.renderCustomHTML():this.renderConnections(),e.data("lg").removeCallbacks("write","type"),e.data("lg").registerCallback("write","type",this.update,this),this.component.after_update())},renderCustomHTML(){this.$connected_apis.empty()},renderConnections(){const e=this.applyTo().data("lg").get("apis");if(this.$connected_apis.show(),Object.keys(e).length){this.$connected_apis.empty();const t=(e,t)=>{const s=new l({model:new a({key:e,name:TVE.CONST.api_connections[e]||e,preventDelete:t.preventDelete||!1,preventDeleteMessage:t.preventDeleteMessage||!1,preventEdit:t.preventEdit||!1,connectionData:TVE.CONST.api_connections_data[e]||{}})});return this.$connected_apis.append(s.$el),s.$el.attr("data-api",e),s};_.each(e,(e,s)=>{"email"===s?_.each(e,(i,a)=>{t(s,e).$el.find('[data-api="'+s+'"]').attr("data-index",a)}):t(s,e)})}else this.$connected_apis.hide()},disconnectApi(e,t){TVE.Views.Controls.DropPanel.close_all();const s=t.getAttribute("data-api"),i=e.data("lg").get("apis");if("email"===s){const e=parseInt(t.dataset.index);i[s]=_.filter(i[s],t=>t!==i[s][e]),i[s].length||delete i[s]}else delete i[s];e.data("lg").set({apis:i,write:"apis"}),e.data("lg").doCallbacks("write","type"),e.data("lg").set("write","resetMapping"),TVE.do_action("tve.lg.api.disconnect",s),TVE.Views.Controls.DropPanel.close_all(),TVE.Components.lead_generation.before_update()},editApi(e,t){const s=t.getAttribute("data-api");TVE.do_action(`tve.${this.component.key}.api.edit`,s,t)}});const l=i.base_view.extend({template:TVE.tpl("controls/lead-generation/connected-api"),className:"api-box",tagName:"div"})},91269:e=>{e.exports={POST_LIST_SHORTCODE:"tcb_post_list",FEATURED_LIST_CLASS:"tcb-featured-list",TCB_SHORTCODE_CLASS:"tcb-shortcode",POST_LIST_SHORTCODE_CLASS:"tcb-post-list-shortcode",SIMILAR_EDIT_CLASS:"tcb_similar_edit",DEFAULT_READ_MORE:"...",DEFAULT_EXCERPT_WORDS:12,htmlChangeActions:["icon_element_changed","tcb.button_icon.change","tcb.button_icon_side.change","tcb.button_secondary_text.change","tcb.image.caption_change","tcb.image.style_change","tcb.image.style_cancel","tcb.image.overlay.change","tcb.image.open_full_size.changed","tcb.columns_wrap.change","tcb.contentbox_placeholder.render","tcb.button_style_change","tcb.button_style_cancel","tcb.divider_style.input","tcb.divider_style.cancel","tcb.change_decoration","tcb.responsive_visibility_changed","tcb_action_aspect_ratio_changed","tcb.columns_wrap.change","tcb.layout.alignment_changed","tve.progress.after_template_css_applied","tcb.video.cover_type_changed","tcb.video.cover_thumbnail_changed","tcb.star_rating.changed"],dynamicStyles:[{type:"featured",regex:'url\\("[^\\#](.*?)\\?dynamic_featured=1\\&size=([^"]*)"\\)',replacement:"[tcb_featured_image_url size=$2]"},{type:"author",regex:'url\\("[^\\#](.*?)(\\&|\\?)dynamic_author=1(.*?)\\)',replacement:"[tcb_author_image_url]"},{type:"user",regex:'url\\("[^\\#](.*?)(\\&|\\?)dynamic_user=1(.*?)\\)',replacement:"[tcb_user_image_url]"},{type:"acf",regex:'url\\("[^\\#](.*?)\\?dynamic_acf_postlist=1\\&id=([^"]*)&fallback=([^"]*)"\\)',replacement:'[tcb_post_custom_external data-field-type="background" in_postlist="1" data-id=$2 data-placeholder=$3]'},{type:"acf",regex:'url\\("[^\\#](.*?)\\?dynamic_acf_page=1\\&id=([^"]*)&fallback=([^"]*)"\\)',replacement:'[tcb_custom_field data-field-type="background" data-id=$2 data-placeholder=$3]'}],shortcodesWithLink:["tcb_post_tags","tcb_post_categories","tcb_post_author_name","tcb_post_title","tcb_post_published_date"]}},91339:e=>{e.exports=function(e){const t=[];e&&e.classList.contains("tve_tabs_has_toggle_view")&&(e.querySelectorAll(".tve_tabs_toogle_view_section_tag").forEach(function(e){e.parentNode.removeChild(e)}),e.querySelectorAll(".tve_tab_title_item").forEach(function(e,s){const i=e.cloneNode(!0);i.classList.add("tve_tabs_toogle_view_section_tag"),i.dataset.tveTabIndex=s;const a=document.createElement("div");for([...i.attributes].forEach(({name:e,value:t})=>{a.setAttribute(e,t)});i.firstChild;)a.appendChild(i.firstChild);t.push(a)}),e.querySelectorAll(".tve_tab_content").forEach(function(e,s){t[s]&&e.parentNode.insertBefore(t[s],e)}))}},91691:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:8}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 536 139" fill="none" preserveAspectRatio="none">\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 729px; stroke-dasharray: 729px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 729px; } \n\t\t\t\t}\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<path stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}" d="M22 129c8.913-15.468 31.814-28 51.174-28s27.803 12.532 18.89 28c8.913-15.468 31.814-28 51.174-28 19.361 0 27.803 12.532 18.89 28 8.913-15.468 31.814-28 51.175-28 19.36 0 27.802 12.532 18.89 28 8.912-15.468 31.813-28 51.174-28 19.36 0 27.803 12.532 18.89 28 8.913-15.468 31.813-28 51.174-28 19.36 0 27.803 12.532 18.89 28 8.913-15.468 31.814-28 51.174-28 19.361 0 27.803 12.532 18.89 28 8.913-15.468 31.814-28 51.174-28 19.361 0 27.803 12.532 18.891 28"/>\n\t\t\t\t</svg>`}}},91758:(e,t,s)=>{const i=s(16668),a="> .tve_table > thead > tr > th, > .tve_table > tbody > tr > td ",l="tcb-mobile-table";e.exports=i.component.extend({controls_init(){TVE.main.on("tve.tve_save_post",_.bind(this.sync_all_mobile_tables,this)),TVE.main.on("device_change",_.bind(function(e){e&&"mobile"===e.device&&this.sync_all_mobile_tables()},this)),this.controls.cellpadding.update=function(e){this.setValue(e.css("padding"))},this.controls.cellpadding.input=function(e){this.applyElementCss({padding:this.value()+this.getUM()},e,this.config.css_suffix,"")},this.controls.sortable.update=function(e){this.setChecked(e.hasClass("tve_make_sortable"))},this.controls.sortable.change=function(e,t){e.toggleClass("tve_make_sortable",t.checked),t.checked?TVE.inner.window.TCB_Front.tableSort(e.find("tr th")):e.find("tr th .tva-t-sort").remove()},this.controls.cell_bg.update=this.controls.header_bg.update=function(){this.setValueOrNull(this.applyTo().head_css("background-color",null,this.config.css_suffix,!0,this.config.css_prefix))},this.controls.header_bg.input=function(e){this.applyElementCss({"background-color":e}),"mobile"===TVE.main.device&&"change"===this.currentEventType&&this.component.sync_mobile_table(),e||this.component.controls.header_bg.update(this.applyTo().find(this.config.css_suffix))},this.controls.BodyTextColor.update=this.controls.HeaderTextColor.update=function(){this.setValueOrNull(this.applyTo().head_css("color",null,this.config.css_suffix,!0,this.config.css_prefix))},this.controls.HeaderTextColor.input=function(e){this.applyElementCss({color:e}),"mobile"!==TVE.main.device||TVE.SKIP_CSS_STATE||this.component.sync_mobile_table(),e||this.component.controls.HeaderTextColor.update(this.applyTo().find(this.config.css_suffix))},this.controls.BodyTextColor.input=function(e){this.applyElementCss({color:e}),e||this.component.controls.BodyTextColor.update(this.applyTo().find(this.config.css_suffix))},this.controls.valign.update=function(e){const t=e.closest(".tve_table").attr("data-v");if(t)return this.setActive(t);this.setActive("")},this.controls.valign.applyStyles=function(e){const t=this.getValue();e.children(".tve_table").attr("data-v",t),this.applyElementCss({"vertical-align":t},e,this.config.css_suffix,"");const s=e.find(a).removeClass("tve_valign_top tve_valign_middle tve_valign_bottom");"change"===this.currentEventType&&(this.applyElementCss({"vertical-align":""},s,""),this.component.sync_mobile_table(e))};let e=!0;this.controls.cell_bg.input=function(i){e&&(this.component.clear_alternating_colors(),e=!1),this.applyElementCss({"background-color":i}),i||this.component.controls.cell_bg.update(this.applyTo().find(this.config.css_suffix)),t&&(s.even_rows&&this.component.controls.even_rows.input(s.even_rows),s.odd_rows&&this.component.controls.odd_rows.input(s.odd_rows),t=!1,e=!0)},this.controls.cell_bg.change=function(t){this.input(t),e=!0,TVE.Components.table.update_colors()};let t=!1;this.controls.cell_bg.cancel=function(){e=!0,t=!0};const s={};this.controls.odd_rows.update=this.controls.even_rows.update=function(){const e=s[this.key()]=this.applyTo().head_css("background-color",null,this.config.css_suffix,!0,this.config.css_prefix);this.setValueOrNull(e)},this.controls.even_rows.input=this.controls.odd_rows.input=function(e){e&&(s[this.key()]=e),this.applyElementCss({"background-color":e})},this.controls.mobile_table.update=function(e){this.setChecked(e.hasClass(l)),this.component.$(".show-mobile-table").toggleClass("tcb-hide",!this.isChecked())},this.controls.mobile_table.input=function(e,t){e.toggleClass(l,t.checked),t.checked&&this.component.sync_mobile_table(e),TVE.Editor_Page.reposition_icons(),this.component.$(".show-mobile-table").toggleClass("tcb-hide",!t.checked)},this.controls.mobile_header_width.update=function(e){let t=e.children("table").head_css("padding-left",TVE.main.responsive.mobile.media," td",!1,"."+l+" ");t||(t="50%"),this.setValue(t)},this.controls.mobile_header_width.input=function(e,t){e.children("table").head_css({"padding-left":t.value+"% !important"},!1," td",!1,"."+l+" "),e.children("table").head_css({width:"calc("+t.value+"% - 5px) !important"},!1," td::before",!1,"."+l+" ")},this.controls.TextAlign.applyStyles=function(e,t){this.applyElementCss({"text-align":this.cssImportant(t.getAttribute("data-value"))},e)},this.controls.TextAlign.update=function(){const e=this.applyTo().head_css("text-align",!1,this.config.css_suffix,!0,this.config.css_prefix);this.setActive("start"===e?"left":e)},TVE.main.on("after-element-removed",e=>{if(e.is(".tve_table_cell")&&!e.children().length){const t=e.is("th")?"Header":"Cell",s=TVE.inner_$('<div class="tcb-replaceable-placeholder">'+t+"</div>");e.append(s),e.addClass("tcb-parent-placeholder-empty")}return e}),TVE.add_action("tcb.froala.replace.placeholder",_.bind((e,t)=>{e.parent().is(".tve_table_cell")&&this.clone_text_elements_style(e.parent(),t)},this)),TVE.add_filter("element_drop",_.bind(e=>(e.is(TVE.TEXT_BLOCK)&&e.parent().is(".tve_table_cell")&&this.clone_text_elements_style(e.parent(),e),e),this)),TVE.add_filter("tcb.cloud_templates.table",e=>{const t={id:"-1",name:"Blank Table",local:!0,thumb:TVE.url("editor/css/images/table_default.png"),v:1};return e.unshift(t),e}),TVE.add_filter("tcb.cloud_template.table",(e,t)=>t<0&&{content:'<div class="thrv_wrapper thrv_table tcb-fixed tve-draggable tve-droppable" draggable="true">'+TVE.plugins.table.build(5,5)+"</div>",custom_css:"",head_css:"",id:"-1",name:"Blank Table",type:"table",v:1}),TVE.add_filter("tcb.bg_component_color",e=>(TVE.ActiveElement.is(".tve_table_cell")&&e.indexOf("transparent")>-1&&(e=""),e)),TVE.add_action("tcb.editor.keydown",e=>{if(9===e.which&&TVE.ActiveElement){let t=TVE.ActiveElement.parent();t.hasClass("tcb-clear")&&(t=t.parent()),t.hasClass("tve_table_cell")&&!TVE.ActiveElement.is(TVE.TEXT_ALL)&&(this.handleCellSwitch(),e.preventDefault(),e.stopPropagation())}}),TVE.main.on("tab-pressed",e=>{const t=TVE.inner_$(e.target);t.closest(".tve_table_cell").length&&(this.handleCellSwitch(t),e.preventDefault(),e.stopPropagation())})},handleCellSwitch(e=TVE.ActiveElement){if(e.closest(".tve_table_cell").length){let t=e.closest(".tve_table_cell");if(t.is(":last-child")){let s=t.parent();if(s.is(":last-child"))if(s.is(":last-child")&&s.parent().is("tbody")){const t=TVE.tpl("controls/table/table_cell"),i=TVE.inner_$('<tr class="tve_table_row">'),a=s.parent(),l=s.children().length,o=s.closest("table").attr("data-cols"),c=TVE.inner_$(TVE.main.$('#tve-static-elements [data-elem="text"]').html()),n=TVE.inner_$('<td class="tve_table_cell"></td>'),r=s.children().eq(0).attr("data-css");let d="";this.clone_text_elements_style(s,c),n.attr("data-css",r),n.append(c),i.append(n);for(let e=1;e<o;e++)d=TVE.inner_$(t()),d.attr("data-css",1===l?r:s.children().eq(e).attr("data-css")),i.append(d);a.append(i),this.handleCellSwitch(e)}else s.parent().is("thead")&&(s=s.parent().next(),t=s.find(".tve_table_cell").first(),this.switch_between_cells(t));else s=s.next(),t=s.children().first(),this.switch_between_cells(t)}else this.switch_between_cells(t.next())}},clone_text_elements_style(e,t){let s;const i=TVE.CSS_Rule_Cache.generate_id(),a=(e=e.closest("tbody")?e.closest("tbody"):e.closest("thead")).find(".tve_table_cell > .thrv_text_element:not(.tcb-excluded-from-group-item)").first();t.attr("data-css",a.attr("data-css")),s=a.find(TVE.BLOCK_ELEMENTS).attr("data-css"),s||(s=i),t.find("p").attr("data-css",s)},switch_between_cells(e){const t=e.children().first();if(!t.length){const t=TVE.inner_$(TVE.main.$('#tve-static-elements [data-elem="text"]').html());this.clone_text_elements_style(e,t),e.append(t)}if(t.hasClass("tcb-replaceable-placeholder")){const e=jQuery.Event("mousedown");e.button=0,t.trigger(e)}else if(e.children(".thrv_text_element").length)TVE.froala.force_focus(e.children(".thrv_text_element").first(),!1),setTimeout(()=>{TVE.froala.editor.selection.ranges(0).selectNodeContents(TVE.froala.editor.$el.children()[0])});else{let t=e.children().first();t.hasClass("thrv_wrapper")||(t=t.find(".thrv_wrapper")),TVE.Editor_Page.focus_element(t)}},update_colors(){this.controls.even_rows.update(this.controls.even_rows.readFrom()),this.controls.odd_rows.update(this.controls.odd_rows.readFrom()),this.controls.cell_bg.update(this.controls.cell_bg.readFrom())},manage_cells(){TVE.plugins.table.cell_manager(TVE.ActiveElement)},clear_alternating_colors(e){this.controls.odd_rows.applyTo().head_css({"background-color":""},null,this.controls.odd_rows.config.css_suffix,!1,this.controls.odd_rows.config.css_prefix),this.controls.even_rows.applyTo().head_css({"background-color":""},null,this.controls.even_rows.config.css_suffix,!1,this.controls.odd_rows.config.css_prefix),e&&this.update_colors()},reset_widths(){TVE.ActiveElement.find(a).css("width","").head_css({width:""},null,"",!1,TVE.CONST.global_css_prefix+" ")},reset_heights(){TVE.ActiveElement.find(a).css("height","").head_css({height:""},null,"",!1,TVE.CONST.global_css_prefix+" ")},disable_sort(){TVE.ActiveElement.children(".tve_table").removeClass("tve_make_sortable"),this.controls.sortable.setChecked(!1).disable().$("label").attr("title",TVE.t.table_sorting_disabled)},after_update(){let e=!1;TVE.ActiveElement.find(a).each(function(){if(parseInt(this.getAttribute("colspan")||1)>1||parseInt(this.getAttribute("rowspan")||1)>1)return e=!0,!1}),e?this.disable_sort():this.controls.sortable.enable().$("label").removeAttr("title")},sync_all_mobile_tables(e){e&&e.jquery||(e=TVE.Editor_Page.editor);const t=this;e.find("."+l).each(function(){t.sync_mobile_table(TVE.inner_$(this))})},sync_mobile_table(e){if(!(e=e||TVE.ActiveElement)||!e.length||!e.hasClass(l))return this;let t=e.find("> table > thead > tr > th"),s=!0;t.length||(s=!1,t=e.find("> table > tbody > tr:first-child > td")),e.toggleClass("tve-table-no-header",!s);const i=["normal","none","0% 0%","auto","0"],a="."+l+" ";t.each(function(t){const l=TVE.inner_$(this),o=l.find("p, .tcb-plain-text, "+TVE.ELEM.headings).first();let c=l.css(["background-color","background-image","background-position","background-size","border-right","vertical-align","padding"]);c=_.extend(c,o.css(["text-align","font-size","line-height","color","font-weight","font-style","font-family","text-shadow","letter-spacing","text-transform"])),_.each(c,function(e,t){-1!==i.indexOf(e)&&delete c[t]}),c["justify-content"]="","left"===c["text-align"]?c["justify-content"]="flex-start !important":"right"===c["text-align"]&&(c["justify-content"]="flex-end !important"),c["align-items"]="","top"===c["vertical-align"]?c["align-items"]="flex-start !important":"bottom"===c["vertical-align"]&&(c["align-items"]="flex-end !important"),delete c["vertical-align"],e.find("> table > tbody > tr"+(s?"":":not(:first-child)")).each(function(){const e=TVE.inner_$(this),s=l.hasClass("tcb-parent-placeholder-empty")?"":l.text();e.children("td").eq(t).attr("data-th",s).head_css(c,TVE.main.responsive.mobile.media,"::before",!1,a)})})}})},91894:(e,t,s)=>{const i=s(52306),a=s(57430),l=s(54239),o=s(50732);e.exports=o.extend({template:TVE.tpl("controls/shadow"),_template:TVE.tpl("controls/drop-panel-light"),after_initialize(e){const t=this;function s(e){const s=t.model.get("angle");t.model.set("distance",e.value),t.model.set("horizontal",Math.round(e.value*Math.cos(s*(Math.PI/180)))),t.model.set("vertical",Math.round(-e.value*Math.sin(s*(Math.PI/180)))),t.change()}this.IS_TEXT=e.IS_TEXT,this.controls={ShadowColor:new i({el:this.$el.find(".tve-shadow-color"),model:{config:{label:"Color",default:"rgba(0,0,0,0.25)",options:{showInput:!0,showGradient:!0,allowEmpty:!1},icon:!0}}}),ShadowOpacity:new l({el:this.$el.find(".tve-shadow-opacity"),model:{config:{default:"25",min:"0",max:"100",label:TVE.t.opacity,um:["%"]}}}),ShadowDistance:new l({el:this.$el.find(".tve-shadow-distance"),model:{config:{default:"3",min:"0",max:"100",label:"Distance",um:["px"]}}}),ShadowBlur:new l({el:this.$el.find(".tve-shadow-blur"),model:{config:{default:"2",min:"0",max:"100",label:"Blur",um:["px"]}}}),ShadowAngle:new a({el:this.$el.find(".tve-shadow-angle"),model:{config:{default:"320",min:"0",max:"359",label:"Angle"}}})},this.controls.ShadowDistance.input=function(e,i){t.IS_TEXT&&TVE.BROWSER.mozilla||s(i)},this.IS_TEXT&&TVE.BROWSER.mozilla&&(this.controls.ShadowDistance.change=function(e,t){s(t)}),this.controls.ShadowAngle.input=this.controls.ShadowAngle.change=function(e,s){const i=t.model.get("distance");t.model.set("angle",s.value),t.model.set("horizontal",Math.round(i*Math.cos(s.value*(Math.PI/180)))),t.model.set("vertical",Math.round(-i*Math.sin(s.value*(Math.PI/180)))),t.change()},this.controls.ShadowOpacity.change=this.controls.ShadowOpacity.input=(e,t)=>{this.controls.ShadowColor.setAlpha(t.value/100,!0,!1)},this.controls.ShadowColor.change=this.controls.ShadowColor.input=function(e){t.model.set("color",e),t.$(".tve-shadow-opacity").toggle(!TVE.isCssVariable(e)),TVE.isCssVariable(e)||t.controls.ShadowOpacity.setValue(100*e.getAlpha()),t.change()},this.controls.ShadowBlur.input=function(e,s){t.IS_TEXT&&TVE.BROWSER.mozilla||(t.model.set("blur",s.value),t.change())},this.IS_TEXT&&TVE.BROWSER.mozilla&&(this.controls.ShadowBlur.change=function(e,s){t.model.set("blur",s.value),t.change()}),this.simplified||(this.controls.ShadowSpread=new l({el:this.$el.find(".tve-shadow-spread"),model:{config:{default:"0",min:"-50",max:"50",label:"Spread",um:["px"]}}}),this.controls.ShadowSpread.input=this.controls.ShadowSpread.change=function(e,s){t.model.set("spread",s.value),t.change()})},update(){},getCollection(){return this.collection},setCollection(e){this.collection=e},updateControls(e,t,s){this.model=null,e?this.model=e:(this.config=s,this.model=this.getDefaultModel(t),this.collection.add(this.model),this.collection.trigger("change-attributes")),this.toSettings(this.model),this.$(".tve-shadow-opacity").toggle(!TVE.isCssVariable(this.model.get("color"))),this.controls.ShadowAngle.setValue(this.model.get("angle")),this.controls.ShadowDistance.setValue(this.model.get("distance")),this.model.get("color")&&this.controls.ShadowColor.setValue(this.model.get("color")),this.controls.ShadowBlur.setValue(this.model.get("blur")),this.simplified||this.controls.ShadowSpread.setValue(this.model.get("spread")),this.controls.ShadowOpacity.setValue(this.model.get("opacity")||25)},change(){this.collection.trigger("change-attributes")},toSettings(e){const t=e.get("horizontal"),s=e.get("vertical"),i=Math.ceil(Math.sqrt(Math.pow(t,2)+Math.pow(s,2))),a=Math.floor(this.getAngle(t,s));this.model.set("distance",i),this.model.set("angle",a)},getAngle(e,t){let s=Math.atan2(t,e);return s*=180/Math.PI,s<0&&(s=360+s),360-s},getDefaultModel(e){const t=new Backbone.Model;let s,i,a,l,o,c;return this.config.angle?(s=this.config.distance,i=this.config.color,a=this.config.angle,l=this.config.spread,o=this.config.blurr,c=this.config.opacity):(s=this.controls.ShadowDistance.getDefault(),i=this.controls.ShadowColor.getDefault(),a=this.controls.ShadowAngle.getDefault(),l=this.controls.ShadowSpread.getDefault(),o=this.controls.ShadowBlur.getDefault(),c=this.controls.ShadowOpacity.getDefault()),t.set("blur",o),this.simplified||t.set("spread",l),t.set("color",i),t.set("inner","inner"===e?"inset":""),t.set("index","new"),t.set("distance",s),t.set("angle",a),t.set("horizontal",Math.round(s*Math.cos(a*(Math.PI/180)))),t.set("vertical",Math.round(-s*Math.sin(a*(Math.PI/180)))),t.set("opacity",c),t},cancel(){this.collection.trigger("cancel-changes")},apply(){this.collection.trigger("apply-changes")}})},92295:(e,t,s)=>{const i=s(16668),a=s(51106);e.exports=i.component.extend({extra_states:!0,controls_init(){const e=this;TVE.add_action("tve.icons.expanded.toggle_item",e=>{e.tcbToggle("show"),TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.main.states_dropdown.s="expanded"}),TVE.add_filter("tve.change.icon.expand.toggle_item",e=>(e.empty().html(TVE.tpl("util/element-icon")({icon:"expand-regular",text:"Expand"})),e)),TVE.add_action("tve.icons.collapse.toggle_item",e=>{e.tcbToggle("hide"),TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.main.states_dropdown.s="default"}),TVE.add_action("tcb.focus_element.before",e=>{let t=!1;if("toggle_title"===TVE._type(e)){const s=e.closest(".thrv_toggle_title.tve-state-expanded").length?"expanded":"default";TVE.state_manager.get_state()!==s&&(t=s)}t&&setTimeout(this.manualStateChange.bind(this,t))}),this.controls.TextTypeDropdown.change=function(e){const t=this.$select.val(),s=e.closest(".thrv_toggle").find(".tve-toggle-text");s.each(function(){const e=TVE.inner_$(this),s=TVE.inner_$("<"+t+"></"+t+">",{html:e.html()});TVE.inner_$.each(e[0].attributes,function(){s.attr(this.name,this.value)}),e.replaceWith(s)}),s.toggleClass("tcb-plain-text","span"===t)},this.controls.TextTypeDropdown.update=function(e){const t=e.closest(".thrv_toggle").find(".tve-toggle-text").prop("tagName");this.$select.val((t||"h4").toLowerCase())},this.controls.DefaultState.input=function(t,s){a(()=>{const e=t.closest(".thrv_toggle");"expanded"===s.dataset.value&&e.hasClass("tve-toggle-auto-collapse")&&e.find(".tve-default-state-expanded").removeClass("tve-default-state-expanded"),(t=t.filter(".edit_mode")).closest(".thrv_toggle_item").toggleClass("tve-default-state-expanded","expanded"===s.dataset.value),t.tcbToggle("expanded"===s.dataset.value?"show":"hide")},t),e.manualStateChange("expanded"===s.dataset.value?"expanded":"default")},this.controls.DefaultState.update=function(e){this.setActive(e.closest(".thrv_toggle_item").hasClass("tve-default-state-expanded")?"expanded":"collapsed")},this.controls.ShowIcon.input=function(t,s){t=t.closest(".thrv_toggle").find(".thrv_toggle_title"),a(()=>{t.toggleClass("tve-toggle-show-icon",s.checked)},t),e.update()},this.controls.ShowIcon.update=function(e){this.setChecked(e.hasClass("tve-toggle-show-icon"))},this.controls.ModalPicker.setModal(TVE.IconsModal.get_instance(TVE.modal.get_element("icons"))),this.controls.ModalPicker.input=function(e,t){let s,i;t.icon.is("symbol")?(s=TVE.svg_icon({path:t.icon.html(),viewBox:t.icon[0].getAttribute("viewBox"),name:t.icon.find("> title").first().text(),id:t.icon.attr("id")}),i=t.icon.attr("id")):(s=`<span class="tve_sc_icon ${t.icon.data("filter")}" data-id="${t.icon.data("filter")}"></span>`,i=t.icon.data("filter")),e=e.closest(".thrv_toggle").find(".thrv_toggle_title").attr("data-icon-code",i).find(".tve_toggle").html(s),this.update(e.closest(".thrv_toggle_title"))},this.controls.ModalPicker.update=function(e){this.$el.toggle(e.hasClass("tve-toggle-show-icon"));const t=e.attr("data-icon-code");t&&this.updateValue(t.replace("icon-",""))},this.controls.IconColor.update=function(){const e=this.applyTo();this.$el.toggle(e.hasClass("tve-toggle-show-icon")),this.setValue(e.head_css("color",null,this.config.css_suffix,!0))},this.controls.IconColor.input=function(t){e.noTransition(this);const s=this.config.important?" !important":"";this.applyTo().head_css({color:t+s},!1,this.config.css_suffix),t||this.component.controls.IconColor.update(this.applyTo())},this.controls.IconPlacement.input=function(e,t){a(()=>{e=e.closest(".thrv_toggle").find(".thrv_toggle_title").toggleClass("tve-toggle-icon-right","right"===t.dataset.value)},e)},this.controls.IconPlacement.update=function(e){this.$el.toggle(TVE.ActiveElement.hasClass("tve-toggle-show-icon")),this.setValue(e.hasClass("tve-toggle-icon-right")?"right":"left")},this.controls.IconSize.update=function(){this.$el.toggle(TVE.ActiveElement.hasClass("tve-toggle-show-icon")),this.setValue(TVE.ActiveElement.head_css("font-size",!1,this.config.css_suffix,!0))},this.controls.IconSize.input=function(t,s){const i=this.config.important?" !important":"";e.noTransition(this,t),t.head_css({"font-size":s.value+this.getUM()+i,width:s.value+this.getUM()+i,height:s.value+this.getUM()+i},null,this.config.css_suffix,!0,"")},this.controls.RotateIcon.input=function(e,t){a(()=>{(e=e.closest(".thrv_toggle").find(".thrv_toggle_title")).head_css({"--animation-angle":t.value+"deg"})},e)},this.controls.RotateIcon.update=function(e){this.$el.toggleClass("tcb-hidden",!e.hasClass("tve-toggle-show-icon"));const t=TVE.getComputedStyle(e,"--animation-angle",!0);this.setValue(t||0)},TVE.add_filter("tcb_head_css_suffix",e=>(TVE.ActiveElement&&TVE.ActiveElement.is(".thrv_toggle_title")&&TVE.state_manager.is_hover()&&(e=":not(.tve-state-expanded)"+e),e)),TVE.add_filter("tcb.show_icons.target",e=>(e.tcbHasClass("thrv_toggle_title")&&(e=TVE.inner_$(e[0].closest(".thrv_toggle_item"))),e)),TVE.add_filter("tcb.show_icons.target.expand",e=>(e&&e.tcbHasClass("thrv_toggle_item")&&(e=e.find(".thrv_toggle_title")),e)),TVE.add_action("tcb.show_icons",function(){TVE.ActiveElement&&TVE.ActiveElement.tcbHasClass("thrv_toggle thrv_toggle_title tve-toggle-text",!0)?TVE.ElementIcons.$icons_right.tcbHide():TVE.ElementIcons.$icons_right.tcbShow()}),TVE.add_filter("tcb.dragenter.bubble",(e,t)=>(t.target.classList.contains("tve-content-box-background")&&t.target.parentElement.classList.contains("thrv_toggle_content")&&(e=!1),e)),TVE.add_filter("tcb.state_change.toggle_title",(e,t)=>("expanded"===t&&(e+=":not(.inc)"),e)),TVE.add_filter("tve.read.css.fallback.selector.toggle_title",(e,t)=>("expanded"===t?e=e.replace(":not(.inc)",""):"hover"===t&&(e=e.replace(":not(.tve-state-expanded)","")),e)),TVE.main.states_dropdown.on("state_change",e=>{TVE.ClickedElement.hasClass("thrv_toggle_title")&&(TVE.ClickedElement.tcbToggle("expanded"===e?"show":"hide"),TVE.ElementEditIcons.show_icons(TVE.ClickedElement))}),TVE.main.states_dropdown.on("done",()=>{TVE.ClickedElement&&TVE.ClickedElement.hasClass("thrv_toggle_title")&&(TVE.ClickedElement.tcbToggle("hide"),TVE.ElementEditIcons.show_icons(TVE.ClickedElement))}),TVE.add_action("tcb_group_edit_preview_change",e=>{e.elements.is(".thrv_toggle_content")&&!e.elements.is(":visible")&&e.elements.closest(".thrv_toggle").find(".thrv_toggle_title").first().tcbToggle("show").tcbToggle("show")}),e.writeCss=!0,TVE.add_action("tcb.write_css.toggle_title",(t,s,i)=>{e.writeCss&&TVE.state_manager.is_hover()&&!t.includes(":hover")&&(t=t.replace(":not(.tve-state-expanded)","").replace("tve-state-hover","tve-state-expanded").replace(":not(#tve) ",""),e.writeCss=!1,TVE.write_css(t,s,i),e.writeCss=!0)}),TVE.add_action("tcb.element.duplicate",(e,t)=>{t.is(".thrv_toggle_item")&&t.find(".edit_mode").removeClass("edit_mode")})},before_update(){TVE.Components.toggle.dataSelectors()},manualStateChange(e){TVE.state_manager.change(e,!0,{skip_update:!0}),TVE.ElementEditIcons.show_icons(TVE.ClickedElement)},noTransition(e,t=e.applyTo()){e.applyElementCss({transition:"input"===e.currentEventType?"none":""},t,e.config.css_suffix)}})},92410:(e,t,s)=>{const i=s(79984);e.exports=i.extend({canChange:!1,identifier:"",control:"",before_initialize(e){i.prototype.before_initialize.apply(this,arguments),this.afterApplyChange=e.afterApplyChange?e.afterApplyChange:jQuery.noop,this.identifier=e.identifier?e.identifier:"",this.control=e.control?e.control:"",this.canChange=this.isDismissed(),TVE.add_action("tcb.element.selected",()=>{this.hide(!0)}),TVE.add_filter("tcb.button-group.click",(e,t,s)=>(this.identifier&&t.is(this.identifier)&&this.control===s&&(e=this.canChange),e))},cancelChange(){this.$('input[type="checkbox"]')[0].checked?(this.dismiss(),this.canChange=!0):this.hide()},applyChange(){this.$('input[type="checkbox"]')[0].checked?this.dismiss():this.hide(),this.canChange=!0,this.afterApplyChange(),this.isDismissed()||setTimeout(()=>{this.canChange=!1},100)}})},92668:e=>{const t={actions:{"tcb.after-insert":e=>{e.length>1&&(e=e.first());const t=TVE.Elements[TVE._type(e)];if(!t)return void console.warn("Corresponding element not found inside TVE.Elements for:",e);e.parents(".thrv_symbol").length&&TVE.PostList.utils.syncAuthorImages(e);const s=e.closest(TVE.identifier("article"));if(s.length){if("post_read_more"===t.tag&&TVE.PostList.utils.wrapPostReadMore(e),t.shortcode){const i=s.attr("data-id");TVE.PostList.content.replaceShortcodeWithData(t.shortcode,e,i)}e.hasClass("tcb-post-author-picture")&&TVE.PostList.content.syncArticle(s[0],s,!0),TVE.PostList.utils.checkForPostListSync(s)}else e.is(TVE.identifier("post_list"))&&TVE.FLAGS.$dragged_element&&!TVE.FLAGS.$dragged_element.static_element&&TVE.PostList.utils.moveElementsNearPostList(e);setTimeout(()=>{TVE.PostList.layout.masonryRedo()},100)},"tcb.element.duplicate":(e,t)=>{const s=TVE.identifier("post_list"),i=e.find(s).addBack(s),a=e.closest(s);if(i.length>0){const e=t.find(s).addBack(s),a=TVE.CSS_Rule_Cache.uniq_id(e,!0);TVE.head_css_copy(i.attr("data-css"),a),TVE.PostList.dynamicImage.regeneratePostListStyleNodes(e),TVE.PostList.utils.cloneElementsWithPostList(i,e)}else TVE.PostList.utils.checkForPostListSync(e);a.length&&TVE.PostList.content.bindPostListActions(a)},"tcb.element.remove":e=>{if(TVE.PostList.$articleToSync&&(TVE.PostList.utils.checkForPostListSync(TVE.PostList.$articleToSync),delete TVE.PostList.$articleToSync),e.hasClass("thrv_symbol")){const t=e.find(".tcb-post-list:not(.tcb-featured-list)");e=t.length?t:e}e.is(TVE.identifier("post_list"))&&(TVE.PostList.utils.removeElementsWithPostList(e),e.hasClass("tcb-featured-list")&&TVE.PostList.utils.getPostListForFeatured(e).attr("data-featured-content",0)),TVE.PostList.layout.masonryRedo()},"tcb.element.focus":e=>{const t=e.closest(TVE.identifier("article"));if(t.length){const s=TVE.identifier(TVE._type(e)),i=t.find(s).index(e);-1!==i&&t.closest(TVE.identifier("post_list")).find(TVE.identifier("article")).each((e,t)=>{TVE.inner_$(t).find(s).eq(i).addClass(TVE.PostList.constants.SIMILAR_EDIT_CLASS)})}if(e.is(".tve-inline-post-list-shortcode")){const t=e.find("a");TVE.froala.editor.$oel.find(".thrive-shortcode-content").trigger("mouseup"),t.length&&TVE.froala.force_focus(TVE.froala.editor.$oel.find("a"),!0),e.removeClass("tve-inline-post-list-shortcode")}},"tcb.focus.clear":()=>{TVE.inner.$body.find(`.${TVE.PostList.constants.SIMILAR_EDIT_CLASS}`).removeClass(TVE.PostList.constants.SIMILAR_EDIT_CLASS)},"tcb.froala.blur":(e,t)=>{void 0!==TVE.ActiveElement&&TVE.ActiveElement.is(TVE.TEXT_ALL)&&TVE.PostList.utils.checkForPostListSync(t.$el)&&(TVE.PostList.FLAGS.FROALA_BLUR=!0)},"tcb.columns.resized":e=>{TVE.inner.$body.find(`[data-css="${e.left_column.data("css")}"]`).length>0&&TVE.PostList.utils.checkForPostListSync(e.left_column),TVE.PostList.layout.masonryRedo()},"tcb.image.change":()=>TVE.PostList.utils.checkForPostListSync(TVE.ActiveElement),"tcb.columns.render":e=>{TVE.PostList.utils.checkForPostListSync(e)&&TVE.PostList.content.bindPostListActions()},"tcb.button_global_style_extra":e=>{if(e.is(TVE.identifier("post_read_more"))){const t={color:"#fff"};e.head_css(t,null," .tcb-button-link"),TVE.state_manager.set_state("hover"),e.head_css(t,null," .tcb-button-link"),TVE.state_manager.set_state("")}},"tcb.post_list_article.sync":e=>{["masonry","carousel"].includes(TVE.PostList.utils.readValue(e,"type"))&&setTimeout(()=>{TVE.PostList.layout.applyLayout(e)},100)},"tcb.animations.after_apply":()=>{const e=TVE.ActiveElement;e.is(TVE.identifier("article"))?TVE.PostList.content.itemEventSync(e,e.closest(TVE.identifier("post_list")),!0):TVE.PostList.utils.checkForPostListSync(e)},"tcb.animations.after_remove":()=>{const e=TVE.ActiveElement;e.is(TVE.identifier("article"))?TVE.PostList.content.itemEventSync(e,e.closest(TVE.identifier("post_list")),!1):TVE.PostList.utils.checkForPostListSync(e)},"tcb.main_accent_match":(e,t)=>{t&&TVE.PostList.utils.checkForPostListSync(t)}},filters:{"tcb.post_list_article.sync.tcb_post_content":(e,t,s)=>{const i=s.attr("data-size")||"content",a=s.attr("data-words")||TVE.PostList.constants.DEFAULT_EXCERPT_WORDS,l=` <a href="#">${void 0===s.attr("data-read_more")?TVE.PostList.constants.DEFAULT_READ_MORE:s.attr("data-read_more")}</a>`;e=TVE.PostList.content.getPostContent(t.ID,i,a,l);const o=s.clone().html(e);return e=o[0].outerHTML,o.remove(),e},"tcb.post_list_article.sync.tcb_post_author_bio":e=>{const t=TVE.inner_$(e);return""===t.html()&&t.html(TVE.t("post_list_no_author_description")),e=t[0].outerHTML,t.remove(),e},allow_remove:(e,t)=>{const s=t[0].closest(TVE.identifier("article"));return s.length&&(TVE.PostList.$articleToSync=s),e},"tcb.after-social-render":e=>(TVE.PostList.utils.checkForPostListSync(e),e),"tve.read.shortcode":e=>(TVE.PostList.constants.shortcodesWithLink.includes(e.attr("data-shortcode"))&&(void 0===e.attr("data-attr-link")&&e.attr("data-attr-link","0"),void 0===e.attr("data-attr-target")&&e.attr("data-attr-target","1"),void 0===e.attr("data-attr-rel")&&e.attr("data-attr-rel","0"),"tcb_post_tags"===e.attr("data-shortcode")&&void 0===e.attr("data-attr-default")&&e.attr("data-attr-default","")),e)}};e.exports=t},93237:(e,t,s)=>{const i=s(40521),a=s(48828);e.exports=function(e){TVE.CONST.has_acf_colors&&(e.after_update=function(t=!1){if("function"==typeof e.constructor.prototype.after_update&&e.constructor.prototype.after_update.call(this,arguments),0===e.$el.find(".tcb-dynamic-color-container").length){e.updateTemplate(e.$el);const t=s(52306);e.dynamicColorPicker=new t({el:e.$el.find(".tcb-default-dynamic-color")[0],model:{config:{label:"If dynamic color is not available, use this default color",options:{output:"object",showInput:!0,hideOriginalInput:!0,showGradient:!0,showAlpha:!0,allowEmpty:!1,showGlobals:!0,showDynamic:!1,showActiveColorDetails:!0,noBeforeInit:!0}}}}),e.dynamicColorPicker.$el.find(".color-picker-label").append(`<span class="click tcb-dynamic-color-info" data-paneltlt-hover data-fn="openTooltip">${TVE.icon("info-circle-solid")}</span>`),e.tooltip=new i({tooltipPosition:"top",arrow_css:{transform:"rotate(180deg)",bottom:"-10px",left:"200px"},no_buttons:!0,template:TVE.tpl("util/color-picker/dynamic-color-picker-info"),no_callback:!0,closeOnLeave:!0,tooltipElem:e.$el.find(".tcb-dynamic-color-info"),validate:()=>!e.tooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:2e3,"z-index":99}}),e.dynamicColorPicker.onInput=function(t){const s=e.favorites.color_picker.css_variable,i=s?TVE.getRawCssVariableName(s):TVE.ActiveElement.attr("data-dynamic-color");i&&e.previewColorChanges(i,t.toHexString())},e.dynamicColorPicker.input=function(t){const s=e.favorites.color_picker.css_variable,i=s?TVE.getRawCssVariableName(s):TVE.ActiveElement.attr("data-dynamic-color");TVE.ActiveElement[0].style.removeProperty(i),TVE.isCssVariable(t)&&(t=a(TVE.getCssVariableValue(t))),TVE.ActiveElement.head_css({[`${i}-default`]:t.toRgbString()},!1,"",!0,"")}}let l=e.hasDynamicColor(),o=e.favorites.color_picker.css_variable;const c=TVE.getDynamicColors();if(!0===t){const t=TVE.ActiveElement.attr("data-dynamic-color"),s=TVE.ActiveElement.head_css(`${t}-default`);s&&(e.dynamicColorPicker.input(a(s)),l=!0,o="",this.change(`var(${t},${s})`))}if(l){const t=o?TVE.getRawCssVariableName(o).replace(TVE.CONST.colors.dynamic_prefix,""):"",s=c?c.filter(e=>e.id.includes(t)):[],i=o?`${TVE.getRawCssVariableName(o)}-default`:"";TVE.FLAGS.hover_element=!1;let a=s.length?s[0].label:"",l=i?TVE.ActiveElement.head_css(i,!1,"",!0,""):"";l||(l=TVE.getCssVariableValue(TVE.getRawCssVariableName(i))||(TVE.getMainAccentColor()?TVE.getCssVariableValue(TVE.getMainAccentColor().variable):"")||"#0a0a0a"),s[0]||(a=TVE.t.notAvailable,e.setValue(null)),a&&e.$(".color-input").val(a.substring(0,17)),e.dynamicColorPicker.setValue(l),o&&TVE.ActiveElement.attr("data-dynamic-color",TVE.getRawCssVariableName(o))}e.$el.toggleClass("has-dynamic-color",l)},e.updateTemplate=function(e){e.find(".color-picker-control").wrap('<div class="tcb-dynamic-color-picker"></div>'),e.find(".tcb-dynamic-color-picker").append(TVE.tpl("controls/dynamic-color-picker")),0===e.find(".tcb-dynamic-color-icon").length&&e.find(".color-input-container").prepend(`<span class="tcb-dynamic-color-icon">${TVE.icon("database-light")}</span>`)},e.hasDynamicColor=function(){const t=e.favorites.color_picker.css_variable;return!(!t||!t.includes(TVE.CONST.colors.dynamic_prefix))},e.previewColorChanges=function(e,t){TVE.ActiveElement[0].style.setProperty(e,t)})}},93359:e=>{function t(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function s(e){for(var s=1;s<arguments.length;s++){var a=null!=arguments[s]?arguments[s]:{};s%2?t(Object(a),!0).forEach(function(t){i(e,t,a[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):t(Object(a)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))})}return e}function i(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}e.exports=class{constructor(e){this.$element=e}static hasAnimations(){return!1}getAnimation(){return this.$element.attr("data-tcb-highlight-animation")||""}setAnimation(e){this.$element.attr("data-tcb-highlight-animation",e)}deleteAnimationConfig(){const e=this.getConfig();["animationCount","animationDuration","animationDelay"].forEach(t=>{void 0!==e[t]&&delete e[t]}),this.setConfig(e)}static hasPositionControl(){return!1}static hasWidthControl(){return!1}static getDefaultConfig(){return{}}static isBackgroundSvg(){return!1}static hasDasharrayControls(){return!1}getHtml(){return""}render=()=>{let e=this.$element;e.is(".thrive-shortcode-content")&&(e=e.closest(".thrive-inline-shortcode"));const t=this.getHtml(),s={"--tve-highlight-background":`url("data:image/svg+xml,${encodeURIComponent(t)}")`},i=TVE.CSS_Rule_Cache.uniq_id(e);e.length>1&&e.attr("data-css",i);const a=`[data-css="${i}"]`;let l=TVE.apply_filters("tcb_head_css_prefix","",e);l&&(l=l.trim()+" "),TVE.write_css(`${l}${a}`,s,TVE.main.responsive.desktop.media)};getConfig(){let e=this.$element.attr("data-svg-config");return e=void 0===e?this.constructor.getDefaultConfig():s(s({},this.constructor.getDefaultConfig()),JSON.parse(e)),e}setConfig(e){this.$element.attr("data-svg-config",JSON.stringify(e))}setConfigValue=(e,t,s=!1)=>{const i=this.getConfig();i[e]=t,this.setConfig(i),s||this.render()};getDurationPercentage(){const e=this.getConfig();let t="";return e.animationDelay&&"loop"===this.getAnimation()&&(t=e.animationDuration/(e.animationDuration+e.animationDelay)*100),t}getAnimationRules(e=!0){const t=this.getConfig();let s=t.animationDuration,i="";return t.animationDelay&&"loop"===this.getAnimation()&&(s+=t.animationDelay),e&&(i="animation: draw-animation ease-in-out forwards;"),i+=`animation-duration: ${s}s; animation-iteration-count: ${t.animationCount}`,i}static getMinimumStrokeWidth(){return 1}static getRandomId(){return"tcb-"+Math.random()}}},93391:(e,t,s)=>{!function(t){const i=s(48828),a=s(56164),l=s(74144),o={"":{"box-shadow":"none","border-bottom":"none",background:"none","text-decoration":"none",animation:"none",transition:"none","padding-left":"0"},":hover":{"text-decoration":"none",background:"none","box-shadow":"none"}},c={"":{"box-shadow":"","border-bottom":"",background:"","text-decoration":"",animation:"",transition:"","padding-left":"","--eff-color":"","--eff-faded":"","--eff-ensure-contrast":"","--eff-ensure-contrast-complement":"","--eff":""},":hover":{"text-decoration":"",background:"","box-shadow":""}},n={none:{},thin:{name:"Thin Underline",css:{"":{"text-decoration":"underline solid var(--eff-color)"},":hover":{"text-decoration":"underline solid var(--eff-color)"}}},thick:{name:"Thick Underline",css:{"":{"border-bottom":"0.15em solid var(--eff-color)"}}},wiggle:{svgBackground:e=>`url("data:image/svg+xml;charset=utf8,${encodeURIComponent(`<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'><style type='text/css'>.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}</style><path fill='none' style='stroke:${e}' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/></svg>`)}")`,colorChanged(e,t,s,i){i&&TVE.Components.link._write({"background-image":this.svgBackground(t)},null,":hover")},css(e){return{"":{"text-decoration":"none","background-image":"linear-gradient(to bottom, var(--eff-color) 0%, var(--eff-color) 100%)","background-position":"0 100%","background-size":"3px 3px","background-repeat":"repeat-x"},":hover":{"text-decoration":"none","background-image":this.svgBackground(e),"background-position":"0 100%","background-size":"auto 6px","background-repeat":"repeat-x"}}}},"gr-fade":{name:"Gradient Fade",colorChanged(e,t,s){e["--eff-faded"]=t.setAlpha(Math.max(s-.4,0)).toRgbString()},css:{"":{"background-image":"linear-gradient(to right, transparent 0%, var(--eff-faded) 35%, var(--eff-color) 50%, var(--eff-faded) 65%, transparent 100%)","background-position":"50% 100%","background-repeat":"no-repeat","background-size":"0 0.1em",transition:"background-size .15s .05s"},":hover":{"background-image":"linear-gradient(to right, transparent 0%, var(--eff-faded) 35%, var(--eff-color) 50%, var(--eff-faded) 65%, transparent 100%)","background-position":"50% 100%","background-repeat":"no-repeat","background-size":"100% 0.1em"}}},"anim-fill":{name:"Animated Fill",css:{"":{"background-image":"linear-gradient(var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast) 100%)","background-position":"0 100%","background-repeat":"repeat-x","background-size":"1px .1em",transition:"background-size .2s .05s"},":hover":{"background-image":"linear-gradient(var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast) 100%)","background-position":"0 100%","background-repeat":"repeat-x","background-size":"100% 100%"}}},"gr-fill":{name:"Gradient Fill",colorChanged(e,t,s){e["--eff-ensure-contrast"]=(1===s?t.setAlpha(.6):t).toRgbString(),e["--eff-ensure-contrast-complement"]=t.analogous(3,3).pop().toRgbString()},css:{"":{"text-decoration":"none","background-image":"linear-gradient(120deg, var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast-complement) 100%)","background-position":"0 100%","background-repeat":"no-repeat","background-size":"100% 0.1em",transition:"background-size 0.2s .05s"},":hover":{"background-image":"linear-gradient(120deg, var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast-complement) 100%)","background-position":"0 100%","background-repeat":"no-repeat","background-size":"100% 100%"}}},"dotted-fill":{name:"Dotted Fill",css:{"":{"border-bottom":"1px dashed var(--eff-color)","background-image":"linear-gradient(var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast) 100%)","background-position":"0 100%","background-repeat":"repeat-x","background-size":"1px 0",transition:"background-size .2s .05s, border-color .2s .05s"},":hover":{"background-image":"linear-gradient(var(--eff-ensure-contrast) 0%, var(--eff-ensure-contrast) 100%)","background-position":"0 100%","background-repeat":"repeat-x","background-size":"100% 100%","border-color":"transparent"}}},fill:{name:"Instant Fill",css:{"":{background:"none","box-shadow":"inset 0 -0.1em 0 var(--eff-ensure-contrast)",transition:"background 0.1s cubic-bezier(.33, .66, .66, 1), box-shadow 0.1s cubic-bezier(.33, .66, .66, 1)"},":hover":{background:"var(--eff-ensure-contrast)","box-shadow":"inset 0 -3px 0 transparent"}}},"left-right":{name:"Left to Right",css:{"":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"0 100%","background-repeat":"no-repeat","background-size":"0% .15em",transition:"background-size .2s .05s"},":hover":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"0 100%","background-repeat":"no-repeat","background-size":"100% .15em"}}},"right-left":{name:"Right to Left",css:{"":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"right bottom","background-repeat":"no-repeat","background-size":"0% .15em",transition:"background-size .2s .05s"},":hover":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"right bottom","background-repeat":"no-repeat","background-size":"100% .15em"}}},"fade-underline":{name:"Fade Underline",css:{"":{"box-shadow":"inset 0 -0.1em 0 transparent",transition:"box-shadow .2s ease-out .05s"},":hover":{"box-shadow":"inset 0 -0.1em 0 var(--eff-color)"}}},expand:{name:"Expand Underline",css:{"":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"center bottom","background-size":"0 0.1em","background-repeat":"no-repeat",transition:"background .15s ease-out .05s"},":hover":{"background-image":"linear-gradient(var(--eff-color), var(--eff-color))","background-position":"center bottom","background-size":"100% 0.1em","background-repeat":"no-repeat"}}},"left-gr-fill":{name:"Left Gradient Fill",css:{"":{"box-shadow":"inset 5px 0 var(--eff-color)","padding-left":"10px","background-image":"linear-gradient(to right, var(--eff-color) 0%, var(--eff-color) 5px, transparent)","background-position":"5px 0","background-repeat":"no-repeat","background-size":"0 100%",transition:"background-size .15s ease-out .05s"},":hover":{"box-shadow":"inset 5px 0 var(--eff-color)","background-image":"linear-gradient(to right, var(--eff-color) 0%, var(--eff-color) 5px, transparent)","background-position":"5px 0","background-repeat":"no-repeat","background-size":"100% 100%"}}}};e.exports=a.extend({_template:TVE.tpl("controls/drop-panel-light"),initialize(e){e.model.config.items=e.model.config.items||TVE._.mapObject(n,(e,t)=>e.name||TVE.ucFirst(t)),a.prototype.initialize.call(this,e),this.renderStyles()},renderStyles(){const e="#4174dc",t="#222";let s=`<style type="text/css">.link-effect {text-decoration: none;font-size: 14px;color: ${t};display: inline-block;position: relative;z-index: 1;${TVE.CSS_Rule_Cache.objectToCss(this.getColorSpec(e,!1,t))} }`;_.each(this.model.config.items,(t,i)=>{_.each(this.getEffectCss(i,e),(e,t)=>{s+=`.link-effect-${i}${t} { ${TVE.CSS_Rule_Cache.objectToCss(e)} }`})}),s+="</style>",this.$el.prepend(s),this.style=this.$el.children("style")[0]},item_template:()=>TVE.tpl("controls/link/style-picker-item"),box_class:()=>"tve-style-options",container_class:()=>"",update(){const e=String(this.component._read("--eff",this).toString()||"none");this.$(".tve-select-item").removeClass("active").filter("[data-value="+e+"]").addClass("active"),this.model.selected_old=this.model.selected=e,this.parent_control&&this.parent_control.set_value(this.getLabel(e)),this.refresh()},onOpen(){const e=TVE.ActiveElement.css("color"),t=TVE.getComputedStyle(TVE.ActiveElement,"--eff-color",!0)||e,s=this.getColorSpec(t,!1,e);let i=l.getStyleBySelector(this.style.sheet,".link-effect");s.color=e,s["--eff-speed"]=this.component.controls.EffectSpeed.getValue(!0),_.each(s,(e,t)=>{i.setProperty(t,e)}),i=l.getStyleBySelector(this.style.sheet,".link-effect-wiggle:hover"),i.setProperty("background-image",n.wiggle.svgBackground(t))},getColorSpec(e,t=!1,s=null){const a=i(e),l=a.getAlpha(),o={"--eff-color":String(e)};return _.each(n,(e,i)=>{"function"==typeof e.colorChanged&&e.colorChanged(o,a,l,t&&this.model.selected===i,s)}),a.setAlpha(l),o},setEffectColor(e,t=!1){const s=this.getColorSpec(e,t,this.component._read("color",this).toString());this.component._write(s)},getEffectCss(e,t){return e=e||this.model.selected,n[e]&&n[e].css?"function"==typeof n[e].css?n[e].css(t):n[e].css:{}},applyCss(e){_.each(e,(e,t)=>{this.component._write(e,null,t),":hover"===t&&this.component._write(e,null,".tve-state-hover")})},clear(){_.each(c,(e,t)=>{this.applyTo().head_css(e,null,t,!1,":not(#tve) "),":hover"===t&&this.applyTo().head_css(e,null,".tve-state-hover",!1,":not(#tve) ")})},input(){const e=t.extend(!0,{},o);this.component._read("--eff-color",this).toString()||this.setEffectColor(TVE.getComputedStyle(TVE.ActiveElement,"color",!0));const s=i(TVE.getComputedStyle(TVE.ActiveElement,"--eff-color",!0));_.each(this.getEffectCss(this.model.selected,s),(t,s)=>Object.assign(e[s],t)),e[""]["--eff"]=this.model.selected,this.applyCss(e)},apply(){this.trigger("change",this.model.selected,this),this.component.update()},cancel(){this.model.selected=this.model.selected_old,this.input(),this.refresh()},refresh(){const e=this.model.selected_old=this.model.selected;this.component.$(".eff-settings").toggle("none"!==e),this.component.$(".eff-speed").toggle(Boolean(n[e]&&n[e].speed)),this.component.refresh()}})}(jQuery)},93761:(e,t,s)=>{const i=s(16668),a=s(40521),l=".tcb-date-format-input",o=".tcb-time-format-input";e.exports=i.component.extend({convertToMoment:function(e){const t={d:"DD",D:"ddd",j:"D",l:"dddd",N:"E",S:"o",w:"e",z:"DDD",W:"W",F:"MMMM",m:"MM",M:"MMM",n:"M",t:"",L:"",o:"YYYY",Y:"YYYY",y:"YY",a:"a",A:"A",B:"",g:"h",G:"H",h:"hh",H:"HH",i:"mm",s:"ss",u:"SSS",e:"zz",I:"",O:"",P:"",T:"",Z:"",c:"",r:"",U:"X"};return e.split("").map(e=>e in t?t[e]:e).join("")},getFormattedTime(e,t){return moment.locale(TVE.CONST.site_locale||"en"),moment(e,this.convertToMoment(TVE.CONST.date_format+" "+TVE.CONST.time_format)).format(this.convertToMoment(t))},getType:(e="")=>e&&(e.attr("data-type")||e.attr("data-attr-type"))||"published",getFormat(e,t="date"){const s=e.attr(`data-${t}-format`)||e.attr(`data-attr-${t}-format`);return void 0===s?"":s},getDate(e,t=null){if(!t){const s=TVE.PostList.utils.getArticleID(e);t=TVE.PostList.posts[s]}return t[`tcb_post_${this.getType(e)}_date`]},setDate(e,t){const s=this.getDate(t);t.find("time").text(this.getFormattedTime(s,e))},isCustomFormat:(e,t)=>void 0===t.find(t=>t.value===e),controls_init(e){this.hooks(),e.Type.change=function(t,s){t.attr("data-type",s.value),e.DateFormatInput.$("input").trigger("input"),TVE.PostList.utils.checkForPostListSync(t)},e.Type.update=function(e){this.setValue(this.component.getType(e))},e.DateFormatSelect.change=function(t,s){const i=s.value,a=""===i;this.component.$(l).toggle(a),a||e.DateFormatInput.setValue(i,!0)},e.DateFormatSelect.update=function(e){const t=this.component.getFormat(e),s=this.component.isCustomFormat(t,this.config.config.options);this.setValue(s?"":t),this.component.$(l).toggle(s)},e.DateFormatInput.onInput=e.DateFormatInput.input=function(e,t){const s=t.value,i=this.component.getFormat(e,"time");this.component.setDate(s+" "+i,e),e.attr("data-date-format",s),TVE.PostList.utils.checkForPostListSync(e)},e.DateFormatInput.update=function(e){this.setValue(this.component.getFormat(e))},e.ShowTimeFormat.change=function(t,s){const i=s.checked;if(i){const t=e.TimeFormatSelect.config.config.options[0].value;e.TimeFormatSelect.setValue(t,!0)}else e.TimeFormatInput.setValue("",!0);e.TimeFormatSelect.toggle(i).update(t)},e.ShowTimeFormat.update=function(t){const s=this.component.getFormat(t,"time").length>0;this.setChecked(s),e.TimeFormatSelect.toggle(s)},e.TimeFormatSelect.change=function(t,s){const i=s.value,a=""===i;this.component.$(o).toggle(a),a||e.TimeFormatInput.setValue(i,!0)},e.TimeFormatSelect.update=function(e){const t=this.component.getFormat(e,"time"),s=this.component.isCustomFormat(t,this.config.config.options);this.setValue(s?"":t),this.component.$(o).toggle(s)},e.TimeFormatInput.onInput=e.TimeFormatInput.input=function(e,t){const s=t.value,i=this.component.getFormat(e,"date");this.component.setDate(i+" "+s,e),e.attr("data-time-format",s),TVE.PostList.utils.checkForPostListSync(e)},e.TimeFormatInput.update=function(e){this.setValue(this.component.getFormat(e,"time"))},this.dateTooltipPanel=new a({class:"tcb-post-date-tooltip-panel",no_buttons:!0,template:TVE.tpl("post-list/post-date-tooltip"),no_callback:!0,anim_duration:300})},hooks(){TVE.add_filter("tcb.post_list_article.sync.tcb_post_published_date",this.syncPostDate.bind(this))},syncPostDate(e,t,s=""){const i=s.length>0;let a="";return i&&(a=TVE.Components.post_date.getFormat(s,"date")+" "+TVE.Components.post_date.getFormat(s,"time")),a&&0!==a.trim().length||(a=TVE.CONST.date_format,i&&s.attr("data-date-format",a)),e=TVE.Components.post_date.getDate(s,t),"<div><time>"+this.getFormattedTime(e,a)+"</time></div>"},openTooltip(e){return this.dateTooltipPanel.isOpen()?this.dateTooltipPanel.onCancel():this.dateTooltipPanel.open(null,TVE.inner_$(e.target).closest(".tcb-post-date-tooltip-icon")),!1}})},93809:(e,t,s)=>{const i=s(67008);e.exports=s(16668).component.extend({afterInit(){TVE.main.on("device_change",()=>{TVE.inner_$(".tve-m-expanded").each((e,t)=>{const s=TVE.inner_$(t).closest(TVE.identifier("menu"));TVE.inner.window.TCB_Front.menu.reposition(s)})}),TVE.add_action("tcb.element.selected.menu_hamburger_wrapper",()=>{if(!this.editModeTooltip.isDismissed()){const e=TVE.Components.menu_hamburger_wrapper.$el;0===e.find(".tcb-tooltip-container").length&&e.append(this.editModeTooltip.$el),setTimeout(()=>{const e=TVE.main.EditMode.$sidebarComponent.offset().top-TVE.main.EditMode.$sidebarComponent.height()/2;this.editModeTooltip.display(e)},50)}})},controls_init(e){this.editModeTooltip||(this.editModeTooltip=new TVE.Views.other.Tooltip({template:TVE.tpl("controls/tooltip/menu-hamburger-edit-mode"),type:"hamburger-edit-mode"})),e.BoxWidth.input=function(e,t){const s=t.value,a=e.closest(TVE.Components.menu.getMenuIdentifier()),l=a.find(".tcb-icon-close-offscreen");this.prepareValue(s,this.getUM()),l.add(e).addClass("thrive-no-transition "),this.applyElementCss({[`--tcb-menu-box-width-${TVE.main.device.charAt(0)}`]:s+this.getUM()},a),i.applyOffscreenWidth(a)},e.BoxWidth.change=function(e){e.closest(TVE.Components.menu.getMenuIdentifier()).find(".tcb-icon-close-offscreen").add(e).removeClass("thrive-no-transition "),TVE.inner.window.TCB_Front.menu.reposition(e.closest(TVE.Components.menu.getMenuIdentifier())),TVE.main.EditMode.refresh()},e.BoxWidth.update=function(e){let t=e.head_css("max-width");t&&!isNaN(parseInt(t))||(t=e.outerWidth()),this.model.config.max=parseInt(e.parent().width()),this.setValue(t),this.$el.toggle(!e.closest(TVE.Components.menu.getMenuIdentifier()).hasClass("tve-mobile-side-fullscreen"))},e.BoxHeight.input=function(e,t){this.prepareValue(t.value,this.getUM()),this.applyElementCss({"min-height":t.value+this.getUM()},e,"","")},e.BoxHeight.update=function(e){let t=e.head_css("min-height",!1,"",!0);t||(t=e.height()),this.setValue(t),this.$el.toggle(e.closest(TVE.Components.menu.getMenuIdentifier()).hasClass("tve-mobile-dropdown"))},e.VerticalPosition.input=function(e,t){this.applyElementCss({"justify-content":t.dataset.value},e)},e.VerticalPosition.update=function(e){this.setActive(e.head_css("justify-content",!1,"",!0))},e.HorizontalPosition.input=function(e,t){const s=e.closest(TVE.Components.menu.getMenuIdentifier());s.mediaAttr("data-dropdown-position",t.dataset.value),TVE.inner.window.TCB_Front.menu.reposition(s),TVE.main.EditMode.refresh()},e.HorizontalPosition.update=function(e){const t=e.closest(TVE.identifier("menu")).mediaAttr("data-dropdown-position");this.setActive(t||"center")}},before_update(e){const t=(e=e||TVE.ActiveElement).closest(TVE.Components.menu.getMenuIdentifier()),s=t.hasClass("tve-mobile-dropdown");this.controls.BoxHeight.$el.toggle(s),this.controls.VerticalPosition.$el.toggle(s),this.controls.BoxWidth.$el.toggleClass("tcb-disabled","mobile"===TVE.main.device&&s),this.controls.HorizontalPosition.$el.toggle(s).toggleClass("tcb-disabled","mobile"===TVE.main.device),this.$el.toggle(!t.hasClass("tve-mobile-side-fullscreen"))}})},93966:(e,t,s)=>{function i(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function a(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?i(Object(s),!0).forEach(function(t){l(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):i(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function l(e,t,s){return(t=function(e){var t=function(e){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var s=t.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}!function(t){const i=s(16668),l=s(40521);e.exports=i.control.extend({template:TVE.tpl("lead-generation/date"),startingValue:null,pickerType:"date",displayType:"modal",dateFormat:"d/m/Y",timeIntervalType:"first-interval",isLimitDays:0,limitDays:[],isLimitHours:0,isfuturisticDateEnable:0,startHour:"01",startMinute:"00",startMeridiem:"AM",endHour:"02",endMinute:"00",endMeridiem:"AM",disabledDate:0,disabledDateType:"past-dates",after_initialize(){this.$dom={fields:this.$(".date-fields")},this.showInstructionTooltip=new l({tooltipElem:this.$(".tve-field-name-info"),tooltipPosition:"top",no_buttons:!0,closeOnLeave:!0,no_callback:!0,template:TVE.tpl("controls/lead-generation/field-date-time-limit-tooltip"),options:{hover_delay:50,leave_delay:1e3,"z-index":99}}),this.bindEvents()},bindEvents(){TVE.add_action("tve.lg.edit.input",e=>{const t=this.changePickerDateTime(),s=this.changeDisplayDateTime(),i=this.changeFormatDateTime(),l=this.changeTimeInterval(),o=this.changeLimitDays(),c=this.changeLimitHours(),n=this.changeDisabledDateTypes(),r=this.changeDisabledDates();if(e.hasClass("tve_lg_date")){const d=e.find(".lg-date-picker");d.attr("data-picker-type",this.pickerType),d.attr("data-display-type",this.displayType),d.attr("data-date-format",this.dateFormat),d.attr("data-time-interval-type",this.timeIntervalType),d.attr("data-is-limit-days",Number(this.isLimitDays));const h=JSON.stringify(this.limitDays);d.attr("data-limit-days",h),d.attr("data-disabled-date",Number(r)),d.attr("data-disabled-date-type",n),d.attr("data-is-limit-hours",Number(this.isLimitHours)),d.attr("data-start-hour",this.startHour),d.attr("data-start-minute",this.startMinute),d.attr("data-start-meridiem",this.startMeridiem),d.attr("data-end-hour",this.endHour),d.attr("data-end-minute",this.endMinute),d.attr("data-end-meridiem",this.endMeridiem);let p=a(a(a(a(a(a({},t),s),i),l),o),c);1===Number(r)&&(p=a(a({},p),this.futuristicDateConfig));const g=JSON.stringify(p);e.attr("data-date-configs",g),e.find(".flatpickr-calendar").remove(),d.flatpickr(p),"inline"in p&&e.find(".flatpickr-current-month input.cur-year").attr("style","padding: 0 !important; border: 0 !important; background-color: transparent !important; background-image: none !important; color: inherit !important; font-size: inherit !important; font-size: inherit !important; font-weight: inherit !important; line-height: inherit !important;"),this.setTimeInstructions(e),this.updateFieldMarkup(e)}}),TVE.add_action("tve.lg.changeType",(e,t,s=!1)=>{if("date"===t&&!s){this.$(".lg-picker-field-date-time").val("date"),this.$(".lg-display-field-date-time").val("modal"),this.$(".lg-format-field-date-time").val("d/m/Y"),this.$(".lg-time-interval-field").val("first-interval"),this.$(".tve-lg-field-limit-days").prop("checked",0),this.$(".tve-lg-field-limit-hours").prop("checked",0),this.$(".tve-lg-field-disabled-date").prop("checked",0),this.$(".lg-field-disabled-date-types").val("past-dates"),this.isLimitDays=0,this.isLimitHours=0,this.disabledDate=0,this.pickerType="date",this.hideFields(),this.populateHoursDropdown(),this.populateMinutesDropdown();const e=this.$(".limit-hours"),t=e.find(".start-time-row");this.setTimeValues(t,"01","00","AM");const s=e.find(".end-time-row");this.setTimeValues(s,"02","00","AM")}})},update(e){if(!e)return;const t=e.find("input"),s=t.attr("data-picker-type")||this.pickerType;this.pickerType=s,this.$(".lg-picker-field-date-time").val(s),this.$(".lg-display-field-date-time").val(t.attr("data-display-type")||this.displayType),this.$(".lg-format-field-date-time").val(t.attr("data-date-format")||this.dateFormat),this.$(".lg-time-interval-field").val(t.attr("data-time-interval-type")||this.timeIntervalType);const i=parseInt(t.attr("data-is-limit-days")||this.isLimitDays);if(this.$(".tve-lg-field-limit-days").prop("checked",i),this.isLimitDays=i,i){const e=this.$(".days-of-the-week");e.show();const s=t.attr("data-limit-days")||"[]";JSON.parse(s).forEach(t=>{const s="#"+t;e.find(s).prop("checked",1)})}const a=parseInt(t.attr("data-is-limit-hours")||this.isLimitHours);this.isLimitHours=a,this.$(".tve-lg-field-limit-hours").prop("checked",a);const l=parseInt(t.attr("data-disabled-date")||this.disabledDate);this.$(".tve-lg-field-disabled-date").prop("checked",l),this.disabledDate=l,this.hideFields();const o=t.attr("data-disabled-date-type")||this.disabledDateType;this.$(".lg-field-disabled-date-types").val(o),this.populateHoursDropdown(),this.populateMinutesDropdown();const c=this.$(".limit-hours"),n=c.find(".start-time-row"),r=t.attr("data-start-hour")||this.startHour,d=t.attr("data-start-minute")||this.startMinute,h=t.attr("data-start-meridiem")||this.startMeridiem;this.setTimeValues(n,r,d,h);const p=c.find(".end-time-row"),g=t.attr("data-end-hour")||this.endHour,m=t.attr("data-end-minute")||this.endMinute,u=t.attr("data-end-meridiem")||this.endMeridiem;this.setTimeValues(p,g,m,u)},setTimeValues(e,t,s,i){e.find(".hour").val(t),e.find(".minutes").val(s),e.find(".ampm").val(i)},changePickerDateTime(){let e={};const t=this.$(".lg-picker-field-date-time").val(),s=this.$(".lg-format-field-date-time");this.pickerType=t,this.hideFields();const i=["d-m-Y","d/m/Y","d M Y","d-M-Y","M, d, Y","m/d/Y"],a=["d M Y h:i K","d-m-Y h:i K","d/m/Y h:i K","d-M-Y h:i K","M, d, Y h:i K","m/d/Y h:i K"];let l=this.dateFormat;return"dateTime"===t?(e={enableTime:!0},a.includes(this.dateFormat)||(l="d/m/Y h:i K")):"time"===t?(e={noCalendar:!0,enableTime:!0},["h:i K","H:i"].includes(this.dateFormat)||(l="h:i K")):"dateRangeTime"===t?(e={mode:"range",enableTime:!0},a.includes(this.dateFormat)||(l="d/m/Y h:i K")):"dateRange"===t?(e={mode:"range"},i.includes(this.dateFormat)||(l="d/m/Y")):"date"===t&&(i.includes(this.dateFormat)||(l="d/m/Y")),this.dateFormat=l,s.val(l),e},changeDisplayDateTime(){let e={};const t=this.$(".lg-display-field-date-time").val();return this.displayType=t,"inline"===t&&(e={inline:!0}),e},changeFormatDateTime(){const e=this.$(".lg-format-field-date-time").val();return this.dateFormat=e,{dateFormat:e}},changeTimeInterval(){let e={minuteIncrement:5};const t=this.$(".lg-time-interval-field").val();return this.timeIntervalType=t,"second-interval"===t?e={minuteIncrement:15}:"third-interval"===t?e={minuteIncrement:30}:"fourth-interval"===t&&(e={minuteIncrement:60}),e},changeLimitDays(){const e=this.$(".days-of-the-week"),t=this.$(".tve-lg-field-limit-days").is(":checked");this.isLimitDays=Number(t),this.hideFields();let s=[];return this.isLimitDays?(e.show(),s=e.find("input:checked").map(function(){return parseInt(this.id)}).get()):e.hide(),this.limitDays=s,this.isLimitDays?{disable:[function(e){return!s.includes(e.getDay())}],locale:{firstDayOfWeek:1}}:{}},hideFields(){this.$(".lg-disabled-date-switch").toggle("time"!==this.pickerType),this.$(".lg-format-disabled-date").toggle("time"!==this.pickerType&&1===this.disabledDate),this.$(".lg-limit-days-switch").toggle("time"!==this.pickerType),this.$(".days-of-the-week").toggle("time"!==this.pickerType&&1===this.isLimitDays);const e=["date","dateRange"];this.$(".lg-limit-hours-switch").toggle(!e.includes(this.pickerType)),this.$(".limit-hours").toggle(!e.includes(this.pickerType)&&1===this.isLimitHours),this.$(".lg-time-instructions-switch").toggle(!e.includes(this.pickerType)&&1===this.isLimitHours),this.$(".lg-time-interval").toggle(!e.includes(this.pickerType));const t=["dateTime","dateRangeTime"];this.$(".tve-lg-date").toggle("time"!==this.pickerType&&!t.includes(this.pickerType)),this.$(".tve-lg-time").toggle("time"===this.pickerType),this.$(".tve-lg-date-time").toggle(t.includes(this.pickerType))},changeDisabledDates(){return this.disabledDate=Number(this.$(".tve-lg-field-disabled-date").is(":checked")),this.hideFields(),this.disabledDate},changeDisabledDateTypes(){const e=this.$(".lg-field-disabled-date-types").val();return this.futuristicDateConfig={minDate:"today"},"future-dates"===e&&(this.futuristicDateConfig={maxDate:"today"}),this.disabledDateType=e,e},changeLimitHours(){const e=this.$(".tve-lg-field-limit-hours").is(":checked");return this.isLimitHours=Number(e),this.hideFields(),this.isLimitHours?{minTime:this.getFormattedTime(".start-time-row .hour",".start-time-row .minutes",".start-time-row .ampm",1),maxTime:this.getFormattedTime(".end-time-row .hour",".end-time-row .minutes",".end-time-row .ampm",0)}:{}},populateHoursDropdown(){const e=t(".hour");e.empty();for(let t=1;t<=12;t++)e.append(`<option value="${t<10?"0"+t:t}">${t<10?"0"+t:t}</option>`)},populateMinutesDropdown(){const e=t(".minutes");e.empty();for(let t=0;t<60;t+=5)e.append(`<option value="${t<10?"0"+t:t}">${t<10?"0"+t:t}</option>`)},getFormattedTime(e,s,i,a){const l=t(e).val(),o=t(s).val(),c=t(i).val();return a&&(this.startHour=l,this.startMinute=o,this.startMeridiem=c),a||(this.endHour=l,this.endMinute=o,this.endMeridiem=c),`${"AM"===c?l:parseInt(l,10)+12}:${o}`},openTimeInstructionsTooltip(){return this.showInstructionTooltip.isOpen()?this.showInstructionTooltip.onClose():this.showInstructionTooltip.open(null,this.showInstructionTooltip.tooltipElem),!1},setTimeInstructions(e){const s=this.$(".lg-picker-field-date-time"),i=this.$(".tve-lg-field-limit-hours"),a=this.$(".tve-lg-date-field-show-instructions"),l="dateTime"===s.val()||"dateRangeTime"===s.val()||"time"===s.val(),o=i.is(":checked"),c=a.is(":checked"),n=t(".start-time-row .hour"),r=t(".start-time-row .minutes"),d=t(".start-time-row .ampm"),h=t(".end-time-row .hour"),p=t(".end-time-row .minutes"),g=t(".end-time-row .ampm"),m=e.find(".tve-lg-textarea-counter");m.length&&m.remove(),l&&o&&c&&e.append(`<div class="thrv_wrapper thrv_text_element tve-lg-textarea-counter"><div class="tcb-plain-text">Allowed time must be between <span class="tve-fill-text-dynamic" contenteditable="false">${n.val()}:${r.val()} ${d.val()}</span> and <span class="tve-fill-text-dynamic" contenteditable="false">${h.val()}:${p.val()} ${g.val()}</span></div></div>`)},updateFieldMarkup(e){const t=this.$(".tve-lg-field-limit-hours"),s=this.$(".tve-lg-date-field-show-instructions"),i=t.is(":checked"),a=s.is(":checked"),l=e.hasClass("tcb-icon-display");i&&a||l?(e.find(".thrv_icon").addClass("thrv_field_inner"),e.find("input").addClass("thrv_field_inner"),e.find(".thrv_field_inner").parent().hasClass("thrv_field_wrapper")||e.find(".thrv_field_inner").wrapAll('<div class="thrv_field_wrapper"></div>')):(e.find(".thrv_field_inner").parent().hasClass("thrv_field_wrapper")&&e.find(".thrv_field_inner").unwrap(),e.find(".thrv_icon").removeClass("thrv_field_inner"),e.find("input").removeClass("thrv_field_inner"))}})}(jQuery)},94060:(e,t,s)=>{const i=s(16668),a=s(74144),l=s(89926),o=s(5529);e.exports=i.control.extend({template:TVE.tpl("controls/margin-padding"),sides:["top","left","right","bottom"],disabledControls:"",link:!1,headCSSValues:{},initialize(){const e=this;let t,s;this.render(),this.$inputs={},this.$edges={},_.each(["margin","padding"],e=>{_.each(this.sides,t=>{this.$inputs[e+"-"+t]=this.$("input."+t+'[data-style="'+e+'"]'),this.$edges[e+"-"+t]=this.$(".handle."+t+'[data-style="'+e+'"]')})}),this.$sliders=this.$el.find(".handle").tve_draggable({stepSize:2,incrementSize:this.getIncrement(),start(i,l,o){s=o.ctrlKey||e.link?e.sides:[l];const c=e.$inputs[i+"-"+l].val();e.currentValue=isNaN(c)?0:a.toFixed(c),t=TVE.SKIP_CSS_STATE},move:_.debounce(function(t,i){TVE.SKIP_CSS_STATE=!0;const l=a.toFixed(e.currentValue+e.parse(t));e.setValue(i,l,s,!0),"margin"===i&&TVE.Editor_Page.reposition_icons()},0),stop(i,l){TVE.SKIP_CSS_STATE=!1;const o=a.toFixed(e.currentValue+e.parse(i));e.setValue(l,o,s,!0),TVE.SKIP_CSS_STATE=t,TVE.Editor_Page.reposition_icons()}}),o(this,"uom",function(t,s){e.$(".input-um").html(s.toUpperCase()),e.$(".tve-input-um").removeClass("active").filter('[data-value="'+s+'"]').addClass("active")},this),this.uom="px",TVE.add_action("tcb.focus.clear",e=>{requestAnimationFrame(()=>{this.linkInput(e,this.$el.find(".middle-control .link").addClass("active")[0])})}),this.$controls=this.$(".handle,input.input")},change(e,t){const s=this.link?this.sides:[t.dataset.side];TVE.SKIP_CSS_STATE=!1,this.setValue(t.dataset.style,t.value,s,!0)},umChange(e,t){this.convertUM(t.dataset.value)},convertUM(e){const t=this.uom,s=this;this.uom=e,this.$sliders.data("tve_draggable.options").incrementSize=this.getIncrement(),this.$el.find(".tve-input").each(function(){if("auto"===this.value||!this.value||"0"===this.value)return!0;this.value=new l(this.value+t).getValueIn(e,s.sizeOptions[this.dataset.style]),s.setValue(this.dataset.style,this.value,this.dataset.side,!0)})},update(e){const t=TVE.FLAGS.hover_element;TVE.FLAGS.hover_element=!1,this.sizeOptions={margin:{em_size:parseInt(this.find_element("margin",e,!0).css("font-size")),parent_size:this.find_element("margin",e,!0).parent().width()},padding:{em_size:parseInt(this.find_element("padding",e,!0).css("font-size")),parent_size:this.find_element("padding",e,!0).parent().width()}};const{marginCSS:s,paddingCSS:i}=this.readHeadCSS();this.uom="px",_.some(this.headCSSValues,e=>e.includes("em")?(this.uom="em",!0):e.includes("%")?(this.uom="%",!0):void 0),_.each(this.sides,t=>{let a=s["margin-"+t];a&&(a=a.replace("!important","")),(this.disabledControls.includes("margin-*")||this.disabledControls.includes("margin-"+t))&&(a=e.css("margin-"+t)),this.setValue("margin","auto"===a?a:new l(a).getValueIn(this.uom,this.sizeOptions.margin),t),this.setValue("padding",new l(i["padding-"+t]).getValueIn(this.uom,this.sizeOptions.padding),t)}),TVE.FLAGS.hover_element=t},readHeadCSS(){const e=this.prepare_config(),t=this.find_element("margin",this.applyTo()),s=this.find_element("padding",this.applyTo()),{margins:i,paddings:a}=this.getAllProps();return this.headCSSValues=_.extend({},t.head_css(i,null,e.margin_suffix,!1,this.config.css_prefix),s.head_css(a,null,e.padding_suffix,!1,this.config.css_prefix)),_.isEmpty(this.headCSSValues)&&"desktop"!==TVE.main.device&&_.some(TVE.main.get_inherited_media(),l=>{if(this.headCSSValues=_.extend({},t.head_css(i,l,e.margin_suffix,!1,this.config.css_prefix),s.head_css(a,l,e.padding_suffix,!1,this.config.css_prefix)),!_.isEmpty(this.headCSSValues))return!0}),TVE.apply_filters("tcb.margin_padding.values",{marginCSS:t.head_css(i,null,e.margin_suffix,!0,this.config.css_prefix),paddingCSS:s.head_css(a,null,e.padding_suffix,!0,this.config.css_prefix)},{$margin:t,$padding:s})},writeHeadCSS(e,t,s=null){const i=this.prepare_config();this.applyElementCss(t,s||this.find_element(e,this.applyTo()),i[e+"_suffix"])},getAllProps(){return{margins:this.sides.map(e=>`margin-${e}`),paddings:this.sides.map(e=>`padding-${e}`)}},linkInput(e,t){this.link=-1===t.className.indexOf("active"),t.classList.toggle("active")},keyup(e,t,s){let i;i=38===s.keyCode?1:40===s.keyCode?-1:0,i&&(t.value=this.parse(isNaN(t.value)?0:t.value)+i,this.change(e,t))},value(e,t){if(-1!==this.sides.indexOf(t))return this.$el.find(".tve-input."+t+'[data-style="'+e+'"]').val()},getValue(e,t,s){if(-1===this.sides.indexOf(t)||!e)return;const i=this.prepare_config();let a;return a=this.find_element(e,this.applyTo()).head_css(e+"-"+t,null,i[e+"_suffix"],!0),a=a.replace("!important",""),"auto"===a||(""===a&&(a=0),void 0===s&&(a=this.parse(a),isNaN(a)&&(a=0))),a},setValue(e,t,s,i){"padding"===e&&t<0&&(t=0);let a=_.isArray(s)?_.map(s,t=>e+"-"+t):[e+"-"+s];if(a=_.filter(a,e=>-1===this.disabledControls.indexOf(e)),_.each(a,e=>{this.$inputs[e].val(t),this.color(e,t),this.error(this.validate(e))}),!isNaN(t)&&i){const i={},l=this.find_element(e,this.applyTo()).css(e+"-"+s,"");_.each(a,a=>{const l=void 0===this.config.important||this.config.important?"!important":"";i[a]=t+(isNaN(t)?"":this.uom)+l,this.headCSSValues[e+"-"+s]=t}),this.writeHeadCSS(e,i,l),TVE.do_action("tcb.margin_padding.set",l,{style:e,side:s,value:t,css:i}),TVE.Editor_Page.reposition_icons()}},validate(e){let t=this.$inputs[e].val();return("margin"!==e.split("-")[0]||"auto"!==t)&&(t=t.replace(this.uom,""),this.$inputs[e].toggleClass("error",isNaN(t)),isNaN(t))},parse(e){return this.getIncrement()<1?parseFloat(e):parseInt(e)},error(e){this.$el.find(".error-details")[e?"show":"hide"]()},disable_controls(e){this.$controls.tcbRemoveClass("control-block");const t=this;this.disabledControls="",_.each(e,function(e){e.side?t.$('[data-style="'+e.style+'"].'+e.side).tcbAddClass("control-block"):t.$('[data-style="'+e.style+'"]').tcbAddClass("control-block"),t.disabledControls+=e.style+"-"+(e.side||"*")})},find_element(e,t,s=!1){const i=this.prepare_config(),a=s&&i[e+"_suffix"];return t=t||TVE.ActiveElement,void 0===this.config[e+"_to"]?a?t.find(a):t:this.config[e+"_to"]?TVE.ActiveElement.find(this.config[e+"_to"]+(a||"")):a?TVE.ActiveElement.find(a):TVE.ActiveElement},prepare_config(){return{margin_suffix:void 0!==this.config.margin_suffix?this.config.margin_suffix:this.config.css_suffix,padding_suffix:void 0!==this.config.padding_suffix?this.config.padding_suffix:this.config.css_suffix}},color(e,t){t=parseFloat(t),this.$edges[e].toggleClass("p-value",t>0).toggleClass("n-value",t<0)},getIncrement(){return"em"===this.uom?.1:"%"===this.uom?.2:1}})},94154:(e,t,s)=>{const i=s(16102);class a{constructor(e){this.component=e,this.init()}static updateLazyLoadClass(e,t){e.removeClass((e,t)=>(t.match(/tcb-lazy-load-(\S+)/g)||[]).join(" ")),t&&e.hasClass("tcb-lazy-load")&&e.addClass(`tcb-lazy-load-${e.attr("data-type")}`);const s=e.find("iframe");s.length>0&&(t?s.attr("loading","lazy"):s.removeAttr("loading"))}init(){this.component.lazyLoad=new i({el:this.component.$(".tve-lazy-load-control"),model:{config:{label:TVE.t.video_lazy_load,info:!0}}}),this.component.lazyLoad.change=(e,t)=>{const s=t.checked,i=e.attr("data-type");e.toggleClass("tcb-lazy-load",s),a.updateLazyLoadClass(e,s&&void 0!==i&&i.length>0),this.toggleAutoplayDisable(s,e)},this.component.lazyLoad.update=(e,t=!1)=>{const s=e.hasClass("tcb-lazy-load");this.component.lazyLoad.setChecked(s),t&&a.updateLazyLoadClass(e,t),this.toggleAutoplayDisable(s,e)},this.lazyLoadTooltip=TVE.initBasicTooltip({template:TVE.tpl("controls/tooltip/video-lazy-load")},this.component.lazyLoad,()=>this.component.$(".tve-lazy-load-control .tve-switch-info"))}toggleAutoplayDisable(e,t){const s=void 0!==t.attr("data-video-cover-type");this.component.toggleAutoplayDisable(s||e,t)}}e.exports=a},94230:(e,t,s)=>{e.exports=s(16668).base_view.extend({template:TVE.tpl("util/list"),className:"tcb-list",initialize(e){e.items?(this.collection=new Backbone.Collection,this.listenTo(this.collection,"reset",this.render),this.listenTo(this.collection,"add",this.render),this.$el.addClass(this.className),this.set_items(e.items),(e.value||e.selected)&&this.select(e.value||e.selected)):console.error("items are required when instantiating a list")},select(e){const t=this.$("li.item").removeClass("selected");let s=e,i="";if(_.isObject(e)?(s=e.currentTarget.getAttribute("data-value"),e.currentTarget.classList.add("selected"),this.trigger("change",s)):t.filter('[data-value="'+e+'"]').addClass("selected"),s){const e=this.collection.findWhere({id:parseInt(s)}),t=this.$el.closest(".action-settings").attr("data-action");if(!e)return this.select(0);t&&"tl_state_switch"!==t&&"tl_state_lightbox"!==t&&(i='<a class="blue-text edit-link" href="'+e.get("edit_url")+'" target="_blank">'+("thrive_lightbox"===t?TVE.t.EditLightBox:TVE.t.EditThriveBox)+"</a>");const a='<span class="info-text grey-text mt-0 mb-10"><span class="tcb-truncate">'+e.get("title")+"</span>"+i+"</span>",l=this.decodeHtml(e.get("title"));this.$(".selected-item").html(a),this.$(".list-filter").val(l),this.$(".list-container").hide()}else this.$(".selected-item").html(""),this.clear_input();this.value=s},decodeHtml(e){const t=document.createElement("textarea");return t.innerHTML=e,t.value},set_items(e){_.each(e,function(t,s){e[s].id=parseInt(e[s].id)}),this.collection.reset(e)},get_value(){return this.value},set_value(e){return this.select(e),this},filter(e,t){if(27===e.which){t.value="",this.filter_string=t.value;const e=this.$("li.item");return e.show(),this.$("li.no-entry").toggle(0===e.length),!1}const s=this;this.filter_string=t.value,clearTimeout(this.filter_timeout),this.$(".list-container").show(),this.filter_timeout=setTimeout(function(){let e=s.$("li.item");t.value.trim().length&&(e=s.$("li.item").hide().filter(function(){return s.$(this).text().toLowerCase().indexOf(t.value.toLowerCase())>=0})),e.show(),e.length?s.$("li.no-entry").hide():s.$("li.no-entry").show()},100)},render(){return this.$el.html(this.template({collection:this.collection,filter_string:this.filter_string||""})),this.$("li.no-entry").toggle(0===this.collection.length),this},clear_input(){this.$("input").val(""),this.$(".tcb-scroll").removeAttr("style")}})},94491:(e,t,s)=>{const i=s(19939),a=s(61081),l=s(29123),o=new a;e.exports=s(16668).component.extend({lastSelectedStyle:null,before_update(){TVE.ActiveElement.find(".tve_s_g_share").remove(),this.addMutationListener(TVE.ActiveElement)},controls_init(){const e=this,t=this.get_collection();this.controls.CustomBranding&&(this.controls.CustomBranding.update=function(t){const s=t.hasClass("tcb-custom-branding-social");this.setChecked(s),e.controls.CssVarChanger.$el.toggleClass("tcb-hidden",!s)},this.controls.CustomBranding.change=function(t,s){const i=TVE.getMainAccentColor();e.controls.CssVarChanger.$el.toggleClass("tcb-hidden",!s.checked),s.checked?(t.head_css({"--tcb-social-share-master-color":i?i.variable:"rgb(0,0,0)"}),t.addClass("tcb-custom-branding-social"),e.controls.CssVarChanger.update()):t.removeClass("tcb-custom-branding-social")}),this.controls.style.set_drop_panel(new i({model:this.config.stylePicker,renderer:this.renderer})),this.controls.type.update=function(e){const t=e.find(".tve_social_items").attr("class").replace(/(tve_social_items|tve_social_custom)/g,"").match(/(\s+)?tve_social_([a-z]{2,3})/);let s=t?"tve_social_"+t[2]:"tve_social_itb";const i=e.tcbJsonData("device-config");i[TVE.main.device]&&i[TVE.main.device].button_type&&(s=i[TVE.main.device].button_type),this.setActive(s),this.component.renderer.set_config({button_type:s})},this.controls.type.input=_.bind(function(e,t){this.renderer.set_config({button_type:t.getAttribute("data-value")}),this.renderer.render_to(e,!0);const s=e.tcbJsonData("device-config");s[TVE.main.device]?(s[TVE.main.device].button_type=t.getAttribute("data-value"),"desktop"!==TVE.main.device||s.tablet.button_type||(s.tablet.button_type=t.getAttribute("data-value"))):s[TVE.main.device]={button_type:t.getAttribute("data-value")},e.tcbJsonData("device-config",s)},this),this.controls.size.update=function(e){this.setValue(parseInt(e.find(".tve_social_items").css("font-size")))},this.controls.size.input=function(e,t){this.applyElementCss({"font-size":t.value+"px !important"},e," .tve_social_items",""),this.applyElementCss({"font-size":t.value+"px !important"},e,"",""),this.applyElementCss({"font-size":t.value+"px"},e.find(".tve_s_share_count"),""," .thrv_social_custom .tve_s_share_count"),this.applyElementCss({width:t.value-2+"px",height:t.value-3+"px"},e.find(".tve_s_cnt_icon svg"),""," .thrv_social_custom .tve_s_share_count .tve_s_cnt_icon svg")},this.controls.Align&&(this.controls.Align.update=function(e){let t="";"100%"===e.css("min-width")?t="full":(TVE.Components.layout.controls.Alignment.update(),t=TVE.Components.layout.controls.Alignment.getValue()),this.setActive("none"===t?"left":t)},this.controls.Align.input=(e,t)=>{const s="full"===t.dataset.value;this.toggleFullWidth(e,s);const i=e.tcbJsonData("device-config");i[TVE.main.device]&&(i[TVE.main.device].isFullWidth=s?"1":"0",e.tcbJsonData("device-config",i)),TVE.Components.layout.controls.Alignment.$(`[data-value="${s?"none":t.dataset.value}"]`).trigger("click")},TVE.Components.layout.controls.Alignment.on("change",function(){this.is_visible()&&this.update("Align")})),this.controls.CommonButtonWidth&&(this.controls.CommonButtonWidth.update=function(e){this.setChecked(e.hasClass("tcb-social-common-width"))},this.controls.CommonButtonWidth.input=(e,t)=>{e.tcbToggleClass("tcb-social-common-width",t.checked),t.checked||e.find(".tve_s_item").head_css({width:""},null,"",!1,""),TVE.Editor_Page.reposition_icons()}),this.controls.orientation.update=function(e){const t="table"===e.find(".tve_s_item").css("display")||e.hasClass("tcb-social-vertical");this.setActive(t?"v":"h")},this.controls.orientation.input=function(e,t){const s={"margin-bottom":"",display:"inline-block"},i="v"===t.getAttribute("data-value");i&&(s["margin-bottom"]="10px",s.display="table"),e.toggleClass("tcb-social-vertical",i),e.head_css(s,null," .tve_social_items .tve_s_item"),TVE.Editor_Page.reposition_icons();const a=e.tcbJsonData("device-config");a[TVE.main.device]&&(a[TVE.main.device].isVertical=i?"1":"0"),e.tcbJsonData("device-config",a)},this.controls.preview.attach_collection(t),this.controls.selector.attach_collection(t),this.controls.preview.get_items=_.bind(this.controls.selector.read_element,this.controls.selector),this.controls.preview.on("item_click",_.bind(this.open_edit_panel,this)),this.controls.preview.item_toggle=function(e,t){const s=t.checked,i={key:t.dataset.value};s?this.collection.findWhere(i).set({checked:!0}):this.item_remove(e,t),this.$el.find(`[data-key=${t.dataset.value}]`).toggleClass("preview-check-item-disabled",!s),this.update(),TVE.Editor_Page.reposition_icons()},this.controls.preview.item_remove=function(e,t){const s=t.dataset.value;this.collection.findWhere({key:s}).set({checked:!1})},_.each(this.controls.selector.networks,function(e,t){if(!l[t])return!0;this.controls[t]=new l[t]({network:t,component:this}),this.listenTo(this.controls[t],"apply",function(e,s){const i={};i[t]=s,this.renderer.set_config(i),this.renderer.render_to(e,!0)})},this),this.listenTo(t,"change",this.render),this.listenTo(t,"remove",this.render),this.listenTo(t,"add",this.render),this.controls.has_custom_url.update=function(t){const s="{tcb_post_url}"===t.find(".tve_s_item").attr("data-href");this.setChecked(!s),e.controls.custom_url.$el[s?"hide":"show"]()},this.controls.has_custom_url.change=(e,t)=>{this.controls.custom_url.$el[t.checked?"show":"hide"]().find("input").trigger("focus"),t.checked||(this.renderer.set_config({share_url:"{tcb_post_url}"}).render_to(e,!0),TVE.inner.window.TCB_Front.getShareCounts(e,{post_id:TVE.CONST.post.ID}))},this.controls.custom_url.hide().update=function(t){let s=t.find(".tve_s_item").attr("data-href");s=s&&"{tcb_post_url}"!==s?TVE.addHttp(s):"",this.setValue(s),e.renderer.set_config({share_url:s||"{tcb_post_url}"})},this.controls.custom_url.change=function(t,s){const i=TVE.addHttp(s.value);if(!TVE.isValidUrl(i))return TVE.page_message(TVE.t.missing_invalid_url,!0),!1;e.renderer.set_config({share_url:i}).render_to(this.applyTo(),!0),TVE.inner.window.TCB_Front.getShareCounts(this.applyTo(),{post_id:TVE.CONST.post.ID})},this.controls.counts.update=function(e){this.setValue(e.attr("data-min_shares")||0)},this.controls.counts.input=function(){},this.controls.counts.change=function(t){const s=t.find(".tve_s_cnt").attr("data-css"),i=t.find(".tve_s_cnt_label").attr("data-css");e.renderer.set_config({min_shares:parseInt(this.getValue())}).render_to(t,!0),s&&t.find(".tve_s_cnt").attr("data-css",s),i&&t.find(".tve_s_cnt_label").attr("data-css",i)},this.controls.total_share.update=function(t){const s=e.hasShareCount(t),i=t.attr("class").match(/(\s+)?tve_share_([a-z]{3,6})/),a=i?i[2]:"left";e.$(".tve-display-location select").val(a),this.setChecked(s),e.renderer.set_config({show_count:s}),TVE.inner.window.TCB_Front.getShareCounts(t,{post_id:TVE.CONST.post.ID}),e.controls.counts.$el.toggle(s),e.$(".tve-display-location").toggle(s)},this.controls.total_share.change=function(t,s){const i=t.tcbJsonData("device-config"),a=t.attr("class").match(/(\s+)?tve_share_([a-z]{3,6})/),l=a?a[2]:"left";i[TVE.main.device]?i[TVE.main.device].showCount=s.checked?"1":"0":i[TVE.main.device]={showCount:s.checked?"1":"0"},e.renderer.set_config({show_count:s.checked}).render_to(t,!0),TVE.inner.window.TCB_Front.getShareCounts(t,{post_id:TVE.CONST.post.ID}),e.controls.counts.$el.toggle(s.checked),e.$(".tve-display-location").toggle(s.checked),t.addClass(`tve_share_${l}`),t.tcbJsonData("device-config",i),TVE.Editor_Page.reposition_icons()}},after_init(){TVE.add_action("tcb.element.selected.social",e=>{const t=e.find(".tve_s_item");if(!t.hasClass("thrv_wrapper")){this.controls.orientation.update(e);const t="v"===TVE.Components.social.controls.orientation.getValue(),s=e.attr("class").match(/(\s+)?tve_share_([a-z]{3,6})/),i=s?s[2]:"left";e.toggleClass("tcb-social-vertical",t),this.$(".tve-display-location select").val(i).trigger("change")}t.addClass("thrv_wrapper tve_share_item"),t.each((e,t)=>{const s=TVE.inner_$(t),i=this.renderer.getIcon(s.attr("data-s"));i.length&&0===s.find(".tve_s_icon svg").length&&s.find(".tve_s_icon").html(i)}),e.find(".tve_social_items, .tve_s_share_count").addClass("tve-prevent-content-edit"),this.controls.selector.$(".ig_share-label, .tiktok_share-label, .yt_share-label").hide(),e.hasClass("tve_social_updated")?"t_share"in TVE.CONST.socialNetworks&&delete TVE.CONST.socialNetworks.t_share:TVE.CONST.socialNetworks.x_share="X"}),TVE.add_action("tcb.element.selected.social_share_button",e=>{TVE.Components.social_share_button.toggle(!e.parents(".thrv_social_custom").hasClass("tcb-custom-branding-social")),e.parents(".tve_social_items").hasClass("tve-prevent-content-edit")||TVE.main.EditMode.in_edit()||(e.parents(".tve_social_items").addClass("tve-prevent-content-edit"),TVE.Editor_Page.focus_element(e.parents(TVE.identifier("social"))))}),TVE.add_action("tcb.after_social_style_change",(e,t)=>{this.controls&&"v"===this.controls.orientation.getValue()&&(e.addClass("tcb-social-vertical"),["6","8","9","10","11","12","13","14","15","16","17","18"].includes(t.model.selected.replace("tve_style_",""))&&(e.removeClass("tve_share_right tve_share_left tve_share_bottom").addClass("tve_share_top"),this.$(".tve-display-location select").val("top"))),this.lastSelectedStyle||(this.lastSelectedStyle=t.model.selected_old),e.removeClass(this.lastSelectedStyle),e.addClass(t.model.selected),this.lastSelectedStyle=t.model.selected;const s=e.find(".tve_s_item"),i=e.find(".tve_s_item .tve_s_icon"),a=s.length?this.renderer.getAnimationsClasses(s[0].className):"",l=i.length?this.renderer.getAnimationsClasses(i[0].className):"";s.attr("data-css",""),i.attr("data-css",""),e.find(".tve_s_cnt").attr("data-css",""),e.find(".tve_s_cnt_label").attr("data-css",""),a&&s.attr("data-tcb-events","").removeClass(a),l&&i.attr("data-tcb-events","").removeClass(l)}),TVE.main.on("device_change",e=>{if(TVE.ActiveElement&&TVE.ActiveElement.is(TVE.identifier("social"))){e&&(e=e.device);const t=TVE.ActiveElement.tcbJsonData("device-config");if(t[e]){const s="mobile"===e?"tablet":"desktop",i=t[e].button_type||t[s].button_type||t.desktop.button_type||"tve_social_itb",a=t[e].isFullWidth||t[s].isFullWidth||t.desktop.isFullWidth||"0",l=t[e].showCount||t[s].showCount||t.desktop.showCount||"0",o=t[e].isVertical||t[s].isVertical||t.desktop.isVertical||"0";this.renderer.set_config({button_type:i,show_count:!!parseInt(l)}),this.toggleFullWidth(TVE.ActiveElement,!!parseInt(a)),TVE.ActiveElement.toggleClass("tcb-social-vertical",!!parseInt(o))}TVE.ActiveElement.hasClass("tcb-common-button-width")||TVE.ActiveElement.find(".tve_s_item").head_css({width:""},null,"",""),this.renderer.attributes&&"social"===this.renderer.attributes.key&&this.renderer.render_to(TVE.inner_$(TVE.ActiveElement),!0)}}),TVE.add_filter(`tve.layout.display.apply.${this.key}`,e=>`${e.replace("block","flex")} !important`),TVE.add_filter(`tve.layout.display.update.${this.key}`,(e,t)=>t.css("display").replace("flex","block")),TVE.add_action("tcb.show_icons",e=>{e.is(TVE.identifier("social"))&&TVE.ElementIcons.$save.show()})},get_collection:()=>o,style_control:()=>s(37558),selector_control:()=>s(37125),previewListInitializer:()=>s(26514),render(){const e=TVE.ActiveElement;this.renderer.set_config({selected:this.get_collection().invoke("pick","key","label","checked")},!1),this.renderer.render_to(e,!0)},open_selector_panel(e,t){return this.controls.selector.read_element(),this.controls.selector.open(null,t),!1},open_edit_panel(e,t){return this.controls[e.get("key")].set_model(e).open(TVE.ActiveElement,t),!1},editElement(e,t,s=TVE.ActiveElement){s.find(".tve_social_items").removeClass("tve-prevent-content-edit"),s.find(".tve_s_share_count").removeClass("tve-prevent-content-edit"),TVE.main.EditMode.enter(s,{show_overlay:!0,blur:!0,element_selectable:!1,show_default_message:!0,restore_state:!0,can_insert_elements:!1,callbacks:{exit:()=>{s.find(".tve_social_items").addClass("tve-prevent-content-edit"),s.find(".tve_s_share_count").addClass("tve-prevent-content-edit"),s.find(".tve_s_item").each((e,t)=>{const s=TVE.inner_$(t),i=s.find(".tve_s_text").text();s.attr("data-label",i)}),TVE.Editor_Page.focus_element(s)}}}),TVE.Editor_Page.focus_element(s.find(".tve_share_item").first())},toggleFullWidth:(e,t)=>{let s="";s="desktop"===TVE.main.device||t?t?"100%!important":"":"0!important",e.toggleClass("tcb-social-full-width",t),e.head_css({"min-width":s},null),TVE.Editor_Page.reposition_icons()},changeDisplayLocation(e,t){const s=TVE.ActiveElement,i=t.value;s.removeClass("tve_share_right tve_share_left tve_share_top tve_share_bottom").addClass(`tve_share_${i}`),TVE.Editor_Page.reposition_icons()},hasShareCount(e){const t=e.find(".tve_s_share_count"),s=e.find(".tve_s_cnt"),i=e.find(".tve_s_cnt_label"),a=e.find(".tve_s_cnt_icon"),l=e.tcbJsonData("device-config");let o=!!t.length;return 0===s.length&&0===i.length&&a[0]&&0===a[0].innerHTML.replace(/\r?\n|\r|\t/g,"").length&&(l[TVE.main.device]&&(l[TVE.main.device].showCount="0",e.tcbJsonData("device-config",l)),o=!1),o},getBiggestItem(e){const t=e.find(".tve_s_item");let s=0,i=t.first();return t.each((e,t)=>{const a=parseInt(TVE.inner_$(t).outerWidth(!0));s<a&&(s=a,i=TVE.inner_$(t))}),i},handleOverflow(e){if(e&&e.hasClass("tcb-social-common-width")&&e.find(".tve_s_item").length){e.find(".tve_s_item").head_css({width:""},"_ALL","","");const t=this.getBiggestItem(e),s=t.outerWidth(!0)*e.find(".tve_s_item").length;e.find(".tve_social_items ").outerWidth()<s&&(e.find(".tve_share_item").head_css({width:t.width()+"px"},"_ALL","",""),TVE.ActiveElement&&TVE.Editor_Page.reposition_icons())}},addMutationListener(e=TVE.ActiveElement){let t;const s=()=>{cancelAnimationFrame(t),t=requestAnimationFrame(this.handleOverflow.bind(this,e))};if(window.ResizeObserver&&!e.data("resize-observer")){const t=new ResizeObserver(TVE._.debounce(()=>{s()},100));e.data("resize-observer",t),t.observe(e[0]);const i=new MutationObserver(e=>{Array.from(e).forEach(e=>{"attributes"===e.type&&["data-value","id","class"].includes(e.attributeName)||(e.target.classList.contains("tcb-social-common-width")||e.target.classList.contains("tve_s_text")||e.target.classList.contains("tve_s_icon")||"attributes"!==e.type)&&TVE._.debounce(s,100)})});i.observe(e[0],{attributes:!0}),e.find(".tve_s_text,.tve_s_icon").each((e,t)=>{i.observe(t,{attributes:!0})})}}})},94544:(e,t,s)=>{const i=s(16668),a=s(54239),l=s(16102),o=s(52306);e.exports=i.control.extend({template:TVE.tpl("controls/decoration/svg-base"),cache:[],controls:{},after_initialize(e){const t=this;this.component=e.component,this.controls.ShapeSvgHeight=new a({el:this.$el.find(".tve-shape-svg-height"),model:{config:{default:127,min:0,max:500,label:"Height",um:["px"]}}}),this.controls.ShapeSvgColor=new o({el:this.$el.find(".tve-shape-svg-color"),model:{config:{label:TVE.t.Color,options:{showInput:!0,showGradient:!1}}}}),this.controls.ChangeDirection=new l({el:this.$el.find(".tve-shape-svg-change-dir"),model:{config:{default:!0,name:"",label:TVE.t.ChangeDirection}}}),this.controls.BringToFront=new l({el:this.$el.find(".tve-shape-svg-bring-front"),model:{config:{default:!0,name:"",label:"Bring to front"}}}),this.controls.ShapeSvgHeight.input=_.bind(function(e,t){this.applyElementCss({height:t.value+"px"},this.component.$element.find(this.component.svgShapesSelector()),"","",!0)},this),this.controls.ShapeSvgHeight.change=_.bind(function(e,t){this.controls.ShapeSvgHeight.input(e,t),this.cache.height=t.value},this),this.controls.ShapeSvgHeight.update=function(e){const s=parseInt(e.head_css("height"));s&&(t.cache.height=s),this.setValue(s)},this.controls.ShapeSvgColor.input=_.bind(function(e){this.applyElementCss({fill:e},this.component.$element.find(this.component.svgShapesSelector()),"","",!0)},this),this.controls.ShapeSvgColor.change=function(e){t.cache.fill=TVE.isCssVariable(e)?TVE.getCssVariableValue(e):e.toRgbString(),this.input(e)},this.controls.ShapeSvgColor.update=function(e){let s=e.head_css("fill");s||(s=e.css("fill")),t.cache.fill=s,this.setValue(s)},this.controls.ChangeDirection.input=_.bind(function(){const e=this.component.$element.find(this.component.svgShapesSelector()),t=e.head_css("transform",!1,"",!0,"").split(" "),s=t.indexOf("none"),i=t.indexOf("scaleX(-1)");"1"===e.attr("data-changed-dir")?(-1!==i&&t.splice(i,1),e.removeAttr("data-changed-dir")):(-1===i&&t.push("scaleX(-1)"),-1!==s&&t.splice(s,1),e.attr("data-changed-dir","1")),e.head_css({transform:t.join(" ").trim()})},this),this.controls.ChangeDirection.update=function(e){this.setChecked("1"===e.attr("data-changed-dir"))},this.controls.BringToFront.input=_.bind(function(e,t){e.find(".svg-shape-to-front").removeClass("svg-shape-to-front"),t.checked&&this.component.$element.find(this.component.svgShapesSelector()).addClass("svg-shape-to-front")},this),this.controls.BringToFront.update=function(e){this.setChecked(e.hasClass("svg-shape-to-front"))}},update(){const e=this.component.$element.find(this.component.svgShapesSelector());_.each(this.controls,_.bind(function(t){t.update(e)},this))},setSide(e){delete this.cache.height,delete this.cache.fill,this.side=e}})},94562:(e,t,s)=>{const i=s(515);e.exports=i.extend({template:TVE.tpl("controls/multiple-checkbox"),render(){this.$el.html(this.template({item:this.model.config})),this._render_inputs()},_render_inputs(){const e=this.$(".tve-inputs-wrapper"),t=TVE.tpl("controls/checkbox/input");_.each(this.model.config.inputs,function(s){const i=t({item:new Backbone.Model(s)});e.append(i)},this)},setChecked(e,t){void 0===t&&(t=!0),this.$('input[name="'+e+'"]').prop("checked",!!t)},uncheckAll(){this.$("input:checked").prop("checked",!1)},get_checked_inputs(){const e=[];return this.$("input:checked").each((t,s)=>e.push(s.getAttribute("name"))),e}})},94615:(e,t,s)=>{const i=s(16668),a=s(9212),l=s(16102),o=s(48828);e.exports=i.control.extend({template:TVE.tpl("controls/palettes-v2"),variable_template:TVE.tpl("controls/palettes-var-item"),elementAttributeName:"data-override-colors",before_initialize(){this.canInheritColors=!!TVE.getCssVariableValue("--tcb-main-master-h"),this.colorPanel=new a({inheritAttr:this.elementAttributeName,canInheritColors:this.canInheritColors,panel_position:"left"})},after_render(){this.$paletteVarsWrapper=this.$(".tcb-palettes-variables"),this.canInheritColors&&(this.inheritColor=new l({el:this.$el.find(".palettes-inherit-color-control"),model:{config:{label:"Inherit page smart colors",default:!1}}}),this.inheritColor.input=(e,t)=>{this.$(".palettes-colorpicker-control").toggle(!t.checked);const s={"--tcb-main-master-h":"","--tcb-main-master-s":"","--tcb-main-master-l":""},i=this._getMasterHSL();t.checked?e.removeAttr(this.elementAttributeName):(e.attr(this.elementAttributeName,1),s["--tcb-main-master-h"]=i.h,s["--tcb-main-master-s"]=i.s,s["--tcb-main-master-l"]=i.l,this._buildPreview(i.h,i.s,i.l)),this.writeMasterCss(e,s);const a=this._getMasterHSL();TVE.do_action("tcb.palettes_v2.color_inherit",this._getTinyColorObj(a.h,a.s,a.l).toRgbString())})},setDefaultMasterVariables(e){const t={"--tcb-main-master-h":TVE.getCssVariableValue("--tcb-local-default-master-h",e),"--tcb-main-master-s":TVE.getCssVariableValue("--tcb-local-default-master-s",e),"--tcb-main-master-l":TVE.getCssVariableValue("--tcb-local-default-master-l",e)};this.writeMasterCss(e,t),e.attr(this.elementAttributeName,1)},writeMasterCss(e,t={}){TVE.write_css(TVE.getCssVariableSelector(e),t,TVE.main.responsive.desktop.media)},update(e){const t=TVE.getCssVariableValue("--tcb-local-default-master-h",e),s=TVE.getCssVariableValue("--tcb-local-default-master-s",e),i=TVE.getCssVariableValue("--tcb-local-default-master-l",e),a=e.head_css("--tcb-main-master-h",!1,"",!1,""),l=t&&s&&i;if(l){if(this.canInheritColors){const t=!!e.attr(this.elementAttributeName);this.inheritColor.setChecked(!t),this.$(".palettes-colorpicker-control")[t?"show":"hide"]()}this._buildPreview(t,s,i,a)}this.$el[l?"show":"hide"](),TVE.do_action("tcb.update.css.variable.control-v2",e,t,s,i)},domEditCssVariable(e,t){if(this.colorPanel.isOpen())return this.colorPanel.onCancel(),!1;this.colorPanel.reset({defaultColor:t.getAttribute("data-var"),$element:TVE.ActiveElement,square:t,preview:t.querySelector(".tcb-icon-inline")}).open(null,t)},_getTinyColorObj:(e,t,s)=>o(`hsl(${e}, ${t}, ${s})`),_getMasterHSL:()=>({h:TVE.getCssVariableValue("--tcb-main-master-h"),s:TVE.getCssVariableValue("--tcb-main-master-s"),l:TVE.getCssVariableValue("--tcb-main-master-l")}),_buildPreview(e,t,s,i){let a;if(i&&TVE.isCssVariable(i)){if(a=i.replace("-h",""),a.includes(TVE.CONST.colors.dynamic_prefix)&&!a.includes(",")){const e=TVE.getRawCssVariableName(a);a=a.replace(e,`${e},${TVE.getCssVariableValue(a)}`)}}else a=this._getTinyColorObj(e,t,s).toRgbString();this.$paletteVarsWrapper.html(this.variable_template({css_variable:a,extra_class:a.includes("var")?"tcb-css-variable-identifier tcb-tpl-var":"",bg:`linear-gradient(${a}, ${a})`,name:"Main Accent",type:"color",index:0})),TVE.do_action("tcb.update.css.variable.control-v2",TVE.ActiveElement,e,t,s)}})},94914:(e,t,s)=>{const i=s(88020),a=e=>(TVE.main.EditMode&&TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(l())&&(e="#nothing-can-be-dragged"),e),l=(e=null)=>TVE.apply_filters("tcb.woocommerce.shop_identifier",TVE.CONST.woocommerce.shop_identifier,e),o={actions:{"tcb-ready":()=>{(new TVE.inner.window.TCB_Front.woocommerce.Shop).toggleProductElements()},tcb_after_cloud_template:e=>{const t=TVE.identifier("shop"),s=e.find(t).addBack(t);if(s.length){const e=new TVE.inner.window.TCB_Front.woocommerce.Shop(s);e.toggleProductElements(),e.initializeCartButtons()}},"tcb.after-insert":e=>{if(e&&e.length){const t=l(e),s=e.find(t).addBack(t);s.length>0&&(i.initShopSubElements(s),new TVE.inner.window.TCB_Front.woocommerce.Shop(s).toggleProductElements())}},tcb_after_cloud_template_css_inserted:e=>{const t=TVE.Elements[TVE._type(e)];t&&t.identifier===l(e)&&i.initShopSubElements(e)},"tcb.element.duplicate":(e,t)=>{const s=TVE.identifier("shop"),i=e.find(s).addBack(s);if(i.length>0){const e=t.find(s).addBack(s),a=TVE.CSS_Rule_Cache.uniq_id(e,!0);TVE.head_css_copy(i.attr("data-css"),a)}},"tcb.symbol.filter_generated_preview":e=>{const t=TVE.identifier("shop");e.find(t).addBack(t)&&e.find(".woocommerce-ordering select").css("background-image","unset")},"tcb.focus.clear":e=>{e&&e.length>0&&e.tcbHasClass(TVE.identifier("shop").replace(".",""))&&TVE.Components.shop.queryBuilder.closeSelect2()},"tcb.element.selected.product-rating":()=>{TVE.Components.layout.disable_extra_controls(["top","right","bottom","left"].map(e=>"padding-"+e))}},filters:{tcb_filter_html_before_save:(e,t)=>(t.is(TVE.identifier("contentbox"))||i.saveShortcode("shop",TVE.identifier("shop"),e),e),"tcb.includes":e=>(e.$.extend(!0,e.renderers,{shop:{render_default:()=>e.inner_$("#tve-woocommerce-shop").html()}}),e),"tcb.compat.not_wrappable":e=>(e.push(".tcb-woo-shop *"),e),before_editor_events:()=>{TVE.inner.$body.find(l()).each((e,t)=>{i.initShopSubElements(TVE.inner_$(t))})},draggable_elements:a,droppable_targets:a,tcb_head_css_prefix:(e,t)=>{const s=t.parents(l(t));if(s.length){const t=(e=>{const t=TVE.CSS_Rule_Cache.uniq_id(e),s=`${TVE.identifier("shop")}[data-css="${t}"] `;return TVE.apply_filters("tcb.woocommerce.shop_selector",s,e)})(s);-1!==(e=(e=(e=t+" "+e).replace(/([ ]{2,})/g," ")).trimStart()).indexOf(TVE.CONST.global_css_prefix)&&(e=TVE.CONST.global_css_prefix+" "+e.replace(TVE.CONST.global_css_prefix,""))}return e}}};e.exports=o},95255:(e,t,s)=>{const i=s(16668),a=s(48828),l="p-global-thumb",o=s(40521);e.exports=i.base_view.extend({template:TVE.tpl("util/edit-global-colors"),colors_overlay_template:TVE.tpl("util/color-picker/colors-overlay"),step_1:".tcb-favorites-step-1",step_2:".tcb-favorites-step-2",step_3:".tcb-favorites-step-3",tiny_color_obj:null,show_color_overlay:!1,$thumb:null,enable_remove_color:!0,enable_edit_color:!0,enable_unlink:!0,update_label:TVE.t.global.update_color,edit_label:TVE.t.global.edit_color,unlink_label:TVE.t.global.unlink_color,color_type:"global",overlay_edit:!0,initialize(e){this.color_view=e.favorites_view,"function"==typeof this.after_initialize&&this.after_initialize(e),this.$el.click(e=>{e.stopPropagation()})},render(e){const t=a(e.attr("data-color")),s=e.attr("data-name");e.hasClass("p-fav-thumb")?(this.enable_unlink=!1,this.enable_remove_color=!0,this.enable_edit_color=!1,this.show_color_overlay=!1):"global"===this.color_type?(this.show_color_overlay=!0,this.enable_unlink=!0,this.enable_edit_color=!0,this.enable_remove_color=!0):this.show_color_overlay=!0,this.$el.html(this.template({text:s,edit_property_label:TVE.t.Color,update_tip:this.update_label,undo_tip:TVE.t.global.cancel_update,edit_tip:this.edit_label,unlink_tip:this.unlink_label,enable_remove_color:this.enable_remove_color,enable_edit_color:this.enable_edit_color,enable_unlink:this.enable_unlink})),this.show_color_overlay&&("global"===this.color_type||"template"===this.color_type||TVE.CONST.theme.is_theme_template||(this.overlay_edit=!1),this.$el.append(this.colors_overlay_template({type:this.color_type,title:this.getColorMessage({type:this.color_type,message:"title"}),edit_label:this.getColorMessage({type:this.color_type,message:"edit"}),unlink_label:this.getColorMessage({type:this.color_type,message:"unlink"}),edit:this.overlay_edit})),this.tagTooltip=new o({tooltipPosition:"top",no_buttons:!0,template:TVE.tpl("util/color-picker/overlay-"+this.color_type+"-color-info-tooltip"),no_callback:!0,closeOnLeave:!0,tooltipElem:this.$(".sp-info-icon"),class:"overlay-info",validate:()=>!this.tagTooltip.FORCE_CLOSE,options:{hover_delay:100,leave_delay:2e3,"z-index":99}})),this.reset_view_vars(t,e),this.after_render(e)},reset_view_vars(e,t){this.tiny_color_obj=e,this.$thumb=t,this.custom_name=parseInt(t.attr("data-custom-name"))},after_render(e){const t=this.color_view.color_picker.css_variable,s=!!t,i=s&&t.indexOf("--tcb-tpl-")>-1&&TVE.isGlobalVariablePromoted(t);this.$color_states=this.$(".tcb-favorites-steps"),this.$global_color_name_input=this.$("#tcb_global_color_name"),this.$global_color_label=this.$(".tcb-global-color-label"),this.$colorPreview=this.$(".tcb-global-color-preview").toggleClass("tcb-css-variable-identifier",s).toggleClass("tcb-tpl-var",i).css("background-color",e.hasClass(l)?"var("+e.attr("data-var")+")":this.tiny_color_obj.toRgbString()),this.hide_all_steps_except(this.step_2)},hide_all_steps_except(e){this.$color_states.addClass("tcb-hidden"),this.$(".global-colors-drop-content").addClass("tcb-hide"),e&&this.$color_states.filter(e).removeClass("tcb-hidden")},go_to_state(e,t){const s=parseInt(t.getAttribute("data-state")),i=this.$thumb.attr("data-var");switch(this.$(".sp-color-options").toggle(!this.show_color_overlay),delete this.color_view.color_picker.edit_css_variable,delete this.cache_tiny_color_obj,s){case 2:case 3:this.$("#active_color_details").removeClass("remove-view");break;case 31:this.color_view.color_picker.edit_css_variable=!0,this.cache_tiny_color_obj=this.tiny_color_obj,this.color_view.allow_user_to_edit(!1),TVE.do_action("tcb.edit_css_color_variable",this.color_view.color_picker.css_variable,this.cache_tiny_color_obj,i);break;case 32:this.color_view.color_picker.disable_enable_choose_color(!0),TVE.Editor_Page.disable_clicks({panel_action_btn:!0});break;case 33:this.$("#active_color_details").addClass("remove-view"),this.color_view.color_picker.disable_enable_choose_color(!0)}return this.hide_all_steps_except(".tcb-favorites-step-"+s),!1},make_global(){jQuery(".tvd-material-tooltip").removeClass("show");const e=this.$thumb.attr("data-color");this.color_view.add_global_color({color:this.tiny_color_obj.toRgbString(),name:this.$global_color_name_input.val(),custom_name:0}),this.$thumb.remove(),delete this.$thumb,this.color_view.reset_html(),this.color_view.select(e,this.color_view.$("."+l+'[data-color="'+this.tiny_color_obj.toRgbString()+'"]').first()),this.execute_ajax({}),this.$thumb&&(TVE.changeCssVariableValue(this.$thumb.attr("data-var"),e),this.color_view.color_click(null,this.$thumb[0]))},unlink_global(){this.color_view.color_picker.setValue(this.tiny_color_obj,!1,!0),this.$el.empty(),this.remove_tooltips(),this.color_view.color_picker.disable_enable_choose_color(!1),this.color_view.$(".p-thumb").not(".save-fav").removeClass("active")},update_color_name(e,t){const s=t.toHexString(),i=t.toRgbString(),a=e.attr("data-var");if(this.reset_view_vars(t,e),!this.custom_name){const e=this.color_view.compute_color_name(s);this.$global_color_name_input.val(e),this.$global_color_label.text(e)}this.$previewElements=this.previewColorChanges(a,i)},previewColorChanges(e,t){t=String(t),this.$colorPreview.currentVariable=e,this.$colorPreview.each((s,i)=>{i.style.setProperty(e,t)});let s=TVE.inner_$();return(TVE.CSS_Rule_Cache.getSelectorForCss(e)[TVE.main.media_query_tpl()]||[]).forEach(e=>{s=s.add(TVE.inner_$(e))}),s.tcbCss(e,t),TVE.main.$cpanel[0].style.setProperty(e,t),s},clearPreviews(e=this.$colorPreview.currentVariable){this.$colorPreview.each((t,s)=>{s.style.removeProperty(e)}),this.$previewElements&&this.$previewElements.attr("style",""),TVE.main.$cpanel[0].style.removeProperty(e),delete this.$previewElements},update_global(){const e=this.$global_color_name_input.val(),t=this.$thumb.attr("data-id"),s=this.$thumb.attr("data-var"),i=this.$thumb.attr("data-synced-var")||this.tiny_color_obj.toRgbString(),a=e.trim()===this.color_view.compute_color_name(this.tiny_color_obj.toHexString())?0:1,o=this.$thumb.hasClass("p-fav-thumb");if(this.hide_all_steps_except(this.step_2),o)this.color_view.update_favourite_color({color:i,name:e,custom_name:a}),this.$global_color_label.text(e);else{var c;this.color_view.update_global_color(t,s,{color:i,name:e,custom_name:a}),this.$global_color_label.text(e),this.execute_ajax({id:t,custom_name:a,color:i}),this.color_view.reset_html();const o=this.color_view.$("."+l+'[data-var="'+s+'"]');o.attr({"data-name":e,"data-tooltip":e}),null===(c=this.color_view)||void 0===c||c.update_name(t,e),this.color_view.select(this.tiny_color_obj.toRgbString(),o),delete this.color_view.color_picker.edit_css_variable,this.color_view.allow_user_to_edit(!0),this.remove_tooltips(),TVE.changeCssVariableValue(s,i),TVE.do_action("tcb.update_css_color_variable",s,i)}this.clearPreviews(s)},undo_global(){if(TVE.do_action("tcb.undo_css_color_variable",this.$thumb.attr("data-var"),this.tiny_color_obj,this.cache_tiny_color_obj),this.cache_tiny_color_obj){const e=this.cache_tiny_color_obj.toRgbString(),t=this.$thumb.attr("data-var");TVE.changeCssVariableValue(t,e),this.color_view.color_picker.setValue(this.cache_tiny_color_obj,!1,!0),this.tiny_color_obj=this.cache_tiny_color_obj}const e=this.$thumb.attr("data-name");this.$global_color_name_input.val(e),this.$global_color_label.text(e),delete this.cache_tiny_color_obj,delete this.color_view.color_picker.edit_css_variable,this.$(".sp-color-options").show(),this.hide_all_steps_except(this.step_2),this.color_view.allow_user_to_edit(!0),this.remove_tooltips(),this.clearPreviews()},remove_global(){const e=parseInt(this.$thumb.attr("data-id"));return this.$thumb.hasClass("p-fav-thumb")&&this.color_view.remove_color(e),this.color_view.color_picker.setValue(this.tiny_color_obj,!1,!0),this.color_view.remove_global_color(e),this.execute_ajax({id:e,active:0}),this.$("#active_color_details").removeClass("remove-view"),this.$el.empty(),this.remove_tooltips(),!1},remove_favorite(){return this.$thumb&&this.$thumb.length&&(this.color_view.remove_color(parseInt(this.$thumb.attr("data-id"))),this.$el.empty(),this.remove_tooltips()),!1},execute_ajax(e){e||(e={}),e.color=this.tiny_color_obj.toRgbString(),e.name=this.$global_color_name_input.val(),this.color_view.execute_global_color_ajax(e)},remove_tooltips(){jQuery(".tvd-material-tooltip").removeClass("show")},toggle_more_options(){this.$(".global-colors-drop-content").toggleClass("tcb-hide"),this.$el.closest(".sp-container").click(()=>{this.disable_listeners()}),jQuery("#tve-scroll-panel").click(()=>{this.disable_listeners()})},disable_listeners(){this.$(".global-colors-drop-content").addClass("tcb-hide"),jQuery("#tve-scroll-panel").unbind("click"),this.$el.closest(".sp-container").unbind("click")},openTooltip(){return this.tagTooltip.isOpen()?this.tagTooltip.onCancel():this.tagTooltip.open(null,this.$(".sp-info-icon")),!1},getColorMessage(e){return"title"===e.message?TVE.ucFirst(this.color_type)+" color":"edit"===e.message?`Edit ${this.color_type} color`:"unlink"===e.message?"global"===this.color_type?`Unlink ${this.color_type} color`:`Unlink from ${this.color_type} color`:void 0},edit_template_color(){const e={currentTarget:TVE.main.sidebar_extra.$el.find('[data-toggle="central_style_panel"]')[0]};if(e.currentTarget){const t=!e.currentTarget.classList.contains("active"),s=this.$el.closest(".fav-colors").find(".p-thumb.active").not(".save-fav").attr("data-var"),i=!TVE.CONST.landing_page&&!s.includes("tpl");if(s&&("template"===this.color_type||i)){t&&TVE.main.sidebar_extra.toggle_drawer(e);let i=TVE.main.sidebar_extra.$el.find("[data-var="+s+"]");i.length||(i=TVE.main.sidebar_extra.$el.find('[data-index="0"]')),TVE.$(".color-picker").spectrum("hide"),i.attr({"data-tooltip":TVE.ucFirst(this.color_type)+TVE.t.color_edit_redirected,"data-position":"left"}),i.mouseenter(),setTimeout(()=>{i.mouseleave()},5e3)}}}})},95427:(e,t,s)=>{!function(){const t=s(91339);e.exports=s(16668).component.extend({updateOnMouseLeave:!1,placeholder_action(){this.controls.ImagePicker.change_placeholder()},controls_init(e){e.ImagePicker.change_image=function(e){this.image_selected=!0;let s=TVE.ActiveElement;const i=s.closest(".tve_scT").hasClass("tve_tabs_has_toggle_view"),a=s.closest(".tve_tab_title_item");if(i&&a.hasClass("tve_tabs_toogle_view_section_tag")){const e=a.data("tve-tab-index");s=a.closest(".tve_scT").find("> ul > li").eq(e).find("> .tve-tab-image")}let l;this.placeholder&&(l=s.outerHeight()),s.empty().tcbCss("background-image",`url("${this.picker.clean_url(e.url)}")`),this.placeholder&&(TVE.Editor_Page.selection_manager.select_element(s.removeClass("tcb-elem-placeholder edit_mode")),delete this.placeholder,s.head_css({"flex-basis":`${l}px !important`,height:`${l}px !important`})),i&&t(s.closest(".tve_scT")[0])},e.ImagePicker.update=function(e){this.$(".preview").addClass("img").css("background-image",e.css("background-image"))},e.Height.update=function(e){this.setValue(e.head_css("height",!1,"",!0))},e.Height.input=function(e){let t=this.getValue(!0);t.includes("auto")&&(t=""),t+=" !important",this.applyElementCss({height:t,"flex-basis":t},e,"","")}}})}()},95861:(e,t,s)=>{!function(){const t=s(13617);let i;e.exports=t.extend({before_update(){i="flipTile"===TVE.ActiveElement.closest(".tve-countdown").attr("data-anim")},controls_init(e){e.FontColor.input=t=>{this.applyContainerStyle(e.FontColor,e.FontColor.applyTo(),"color",String(t)),e.FontColor.applyElementCss({"--tcb-applied-color":t&&String(t).replace("var","var$")||""})},e.FontColor.update=function(){const e=this.applyTo();this.setValue(e.head_css("--tve-color")||e.head_css("color",!1,this.config.css_suffix,!0,this.config.css_prefix))},e.BorderColor.input=t=>{e.BorderColor.applyElementCss({"--flip-border-color":`${t} !important`,"--flip-border-color-var":`${t&&String(t).replace(/var/g,"var$")||""} !important`},TVE.ActiveElement,"","",!0)},e.BorderColor.update=function(e){this.$el.toggle(i),this.setValue(e.tcbCss("--flip-border-color-var").replace(/var$/g,"var"))},e.BorderSize.input=(t,s)=>{e.BorderColor.applyElementCss({"--flip-border-width":`${s.value}px !important`},t,"","",!0)},e.BorderSize.update=function(e){this.$el.toggle(i),this.setValue(e.tcbCss("--flip-border-width"))},e.BorderStyle.change=(t,s)=>{e.BorderColor.applyElementCss({"--flip-border-style":`${s.value}!important`},t,"","",!0)},e.BorderStyle.update=function(e){this.$el.toggle(i),this.setValue(e.tcbCss("--flip-border-style").trim())},e.TextStyle.writeStyle=(t,s)=>{this.applyContainerStyle(e.TextStyle,e.TextStyle.applyTo(),s,t[s].replace("!important",""))},TVE.add_action("component.update.layout.countdown_digit",e=>{"flipTile"===TVE.ActiveElement.closest(".tve-countdown").attr("data-anim")&&e.disable_extra_controls(["top","right","bottom","left"].map(e=>"padding-"+e))})},clearFormatting(){this.clear_formatting(),this.controls.BorderSize.input(TVE.ActiveElement,{value:1}),this.controls.BorderColor.input(""),this.update()}})}()},96269:(e,t,s)=>{const i=s(16668),a=s(33121);let l;e.exports=i.component.extend({after_init(){TVE.add_action("tcb.write_css.product-button",(e,t,s)=>{e.includes(TVE.CONST.woocommerce.sub_element_identifiers["product-button"])&&TVE.write_css(e.replace("a.button","a.added_to_cart").replace(":hover",""),t,s)})},before_update(){return this.setShopElement(),this},controls_init(e){const t=()=>this.shopElement;l=TVE.inner.window.TCB_Front.woocommerce.Shop,a.initVisibilityControls(e,l.productElementSelectors,t),a.initProductSectionControls(e,t),this.queryBuilder=s(78524),this.queryBuilder.initControls(e,t,this)},after_update:_.debounce(function(){a.updateOrderLabels(this.controls),this.queryBuilder.initSelects()},500),editProducts(){const e=TVE.ActiveElement;e.find("[draggable]").removeAttr("draggable"),e.find(".tve-draggable").removeClass("tve-draggable"),e.find(".tve-droppable").removeClass("tve-droppable"),TVE.inner_$(TVE.identifier("product-wrapper")).each((e,t)=>{TVE.inner_$(t).data("tcb-elem-type","product-wrapper")}),TVE.main.EditMode.enter(e,{blur:!0,show_default_message:!0,restore_state:!0,element_selectable:!1,callbacks:{exit:()=>{TVE.Editor_Page.focus_element(e)}}}),this.shopElement||this.setShopElement(e),this.shopElement.initializeCartButtons()},setShopElement(e=TVE.ActiveElement){this.shopElement=new l(e)}})},96361:(e,t,s)=>{const i=s(86210),a=s(56e3),l=a.extend({save(){this.setModel({minutes:parseInt(this.getMinutes()),hours:parseInt(this.getHours())},"extra")}});e.exports=i.extend({extraInitialize(e){this.$extraContainer=e.$extraContainer},afterRender(){const e=this.model.get("condition"),t="between"===e.operator,s={model:this.model,selectedValue:this.selectedValue,className:"tcb-condition-extra-container-time-picker"};t||(s.el=this.$el),this.timePicker=new a(s),t&&(this.secondaryTimePicker=new l({model:this.model,selectedValue:e.extra?e.extra:{minutes:0,hours:0},className:"tcb-condition-extra-container-time-picker"}),this.$extraContainer.append(this.timePicker.$el).append('<span class="tcb-condition-input-connector"> - </span>').append(this.secondaryTimePicker.$el)),this.$extraContainer.toggleClass("hidden",!t)},isHidden(){return"between"===this.model.get("condition").operator}})},96413:e=>{!function(t){let s,i,a=t(),l=!1;const o=function(e){(e=t(e||"body")).off("mouseenter.tlt mouseleave.tlt").on("mouseenter.tlt mouseleave.tlt","[data-tooltip],[data-disabled-tooltip]",c)};function c(e){const s="mouseenter"===e.type?"show":"hide";o[s].call(this,t(e.currentTarget))}function n(e){return(e<0?"-":"+")+Math.abs(e)}o.enable=function(e){return l=!1,a=e?a.not(e):t(),this},o.disable=function(e){return o.hide(),e?a=a.add(t(e)):l=!0,this},o.hide=function(){clearTimeout(i),s&&s.css("transition","none").removeClass("show will-show").css("transition","")},o.show=function(e){return function(e){return l||a.filter(e).length||e.attr("data-disabled-tooltip")&&!e.hasClass("disabled-"+TVE.main.device)||!e.attr("data-disabled-tooltip")&&!e.attr("data-tooltip")}(e=t(e))||(clearTimeout(i),i=setTimeout(function(){if(!e.is(":visible"))return;let i="center bottom",a="center top";const l=e.attr("data-position")||e.attr("data-side")||"bottom",o=e.attr("data-offset")||4,c=e.attr("data-width")||"",r={top:"",left:""};s=s||t('<div class="tvd-material-tooltip"><span></span><i class="tooltip-arrow"></i></div>').appendTo("body"),function(e){const t=e&&e.length?JSON.parse(e):[],i=t.warning?t.warning:0;s.toggleClass("warning",!!i)}(e.attr("data-tooltip-config")),s.find("span").html(e.attr("data-tooltip")||e.attr("data-disabled-tooltip"));const d={maxWidth:"fluid"===c?"800px":c};switch("element"===c&&(d.maxWidth=e.outerWidth()+"px"),s.css(d).removeClass("top bottom left right show will-show").addClass(l),l){case"top":i="center top"+n(-1*o),a="center bottom";break;case"bottom":i="center bottom"+n(o),a="center top";break;case"left":i="left"+n(-1*o)+" center",a="right center";break;case"right":i="right"+n(o)+" center",a="left center"}var h,p;h={of:e,my:a,at:i,using:function(e,t){e.left<5&&(e.left=5,r.left=t.target.left-5+t.target.width/2),e.left+t.element.width>window.innerWidth&&(e.left=window.innerWidth-t.element.width,r.left=100-100*(window.innerWidth-t.target.left-7)/t.element.width+"%"),"bottom"===l&&"bottom"===t.vertical?s.removeClass("bottom").addClass("top"):"top"===l&&"top"===t.vertical&&s.removeClass("top").addClass("bottom"),s.css(e)}},p=r,s.position(h).find(".tooltip-arrow").css(p).end().addClass("show")},500)),this},e.exports=o}(jQuery)},96484:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({updateOnMouseLeave:!1,controls_init(){const e=this;this.controls.ForumName.update=function(e){this.setValue(e.find("#disqus_thread").attr("data-disqus_shortname"))},this.controls.ForumName.change=function(t,s){const i=t.find("#disqus_thread"),a=s.value,l=i.attr("data-disqus_shortname");i.attr("data-disqus_shortname",a),TVE.ajax("update_option","post",{option_name:"tve_comments_disqus_shortname",option_value:a}),e.undo_manager_api(i,"data-disqus_shortname",l,a)},this.controls.URL.update=function(e){this.setValue(e.find("#disqus_thread").attr("data-disqus_url"))},this.controls.URL.change=function(t,s){const i=TVE.addHttp(s.value),a=t.find("#disqus_thread"),l=a.attr("data-disqus_url");this.setValue(i),TVE.isValidUrl(i)||""===i?(a.attr("data-disqus_url",i),e.undo_manager_api(a,"data-disqus_url",l,i)):TVE.page_message(TVE.t.UrlInvalid,!0,5e3)}},undo_manager_api(e,t,s,i){TVE.UndoManager.add({undo(){e.attr(t,s)},redo(){e.attr(t,i)}})}})},96761:(e,t,s)=>{const i=s(16668);e.exports=i.component.extend({controls_init(e){this.controls.BackgroundColor.input=function(e){this.applyElementCss({"background-color":e},this.applyTo(),"",""),e||this.component.controls.BackgroundColor.update(this.applyTo())},this.controls.BackgroundColor.update=function(e){this.setValue(e.head_css("background-color",!1,"",!0))},this.controls.FillColor.input=function(e){this.applyElementCss({"background-color":e},this.applyTo(),"",""),e||this.component.controls.FillColor.update(this.applyTo())},this.controls.FillColor.update=function(e){this.setValue(e.head_css("background-color",!1,"",!0))},this.controls.LabelColor.input=function(e){this.applyElementCss({"background-color":e},this.applyTo(),"","")},this.controls.LabelColor.update=function(e){const t=e.length;this.$el.toggleClass("tcb-hidden",!t),t&&this.setValue(e.head_css("background-color",!1,"",!0))},this.controls.FillPercent.input=function(e,t){e.mediaAttr("data-fill",t.value),this.applyElementCss({width:t.value+this.getUM()},e,"","")},this.controls.FillPercent.triggerFillChange=function(e){const t=this.applyTo();this.applyElementCss({width:e+this.getUM()},t,"",""),TVE.PostList.utils.checkForPostListSync(t)},this.controls.FillPercent.update=function(e){let t=(e.head_css("width")||e.mediaAttr("data-fill")).replace("%","");t||(t=20,e.attr("data-fill",t),e.head_css({width:t+"%"})),this.setValue(t)},e.InnerLabel.change=(t,s)=>{const i=TVE.renderers.base.read_element_props(t);t.html(s.checked?`<div class="thrv-inline-text tve_editable">${TVE.t.ProgressBarLabel}</div>`:""),e.LabelColor.update(t.find(".thrv-inline-text"));const a=TVE.renderers.base.read_element_props(t);this.undo_action(t,i,a),TVE.PostList.utils.checkForPostListSync(this.controls.InnerLabel.applyTo())},e.InnerLabel.update=function(e){this.setChecked(e.find(".thrv-inline-text").length>0)}},undo_action(e,t,s){TVE.UndoManager.add({undo:()=>{e.html(t.html)},redo:()=>{e.html(s.html)}})}})},96769:(e,t,s)=>{const i=s(20583),a=s(52433),l=s(17502),o=function(e){return/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Zäöü\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(e).toLowerCase())},c=function(e){let t=e.split(","),s=!1;return t=t.map(function(e){return e.trim()}),1===t.length?o(e):(_.each(t,function(e){!1!==s||o(e)||(s=!0)},this),!1===s)},n=function(e,t){const s=e.value,i=e.selectionStart,a=e.selectionEnd;e.value=s.slice(0,i)+t+s.slice(a),e.selectionStart=e.selectionEnd=i+t.length,jQuery(e).trigger("change")},r=i.step_view.extend({template:TVE.tpl("contact-form/email-setup-form"),shortcodes:[],initialize(e){e.shortcodes&&(this.shortcodes=e.shortcodes),i.step_view.prototype.initialize.apply(this,arguments)},get_title:()=>"Set email details",add_more_recipients(e,t){this.$("#tcb-recipients").show(),this.$(t).hide()},render(){this.$el.html(this.template({model:this.model}));const e=this.$(".tcb-shortcodes"),t=TVE.tpl("contact-form/shortcode-button");_.each(this.shortcodes,function(s){e.append(t({shortcode:s}))}),(this.model.get("cc")||this.model.get("bcc"))&&this.$("#tcb-add-more-recipients").trigger("click")},insert_shortcode(e,t){return"subject"!==document.activeElement.getAttribute("name")&&this.$('input[name="subject"]').trigger("focus"),n(this.$('input[name="subject"]')[0],t.innerText.replace("+","")),!1}}),d=a.extend({defaults:{to:"to@to.com",subject:"subject"},errors:{to:{empty:TVE.t.cf_errors.to.empty,invalid:TVE.t.cf_errors.to.invalid},subject:{empty:TVE.t.cf_errors.subject.empty},cc:{invalid:TVE.t.cf_errors.cc.invalid},bcc:{invalid:TVE.t.cf_errors.bcc.invalid}},validate_subject(e,t){0===e.length&&(t.subject=this.errors.subject.empty)},validate_to(e,t){return 0===e.length?t.to=this.errors.to.empty:c(e)||(t.to=this.errors.to.invalid),t},validate_cc(e,t){e.length>0&&!c(e)&&(t.cc=this.errors.cc.invalid)},validate_bcc(e,t){e.length>0&&!c(e)&&(t.bcc=this.errors.bcc.invalid)}}),h=i.step_view.extend({template:TVE.tpl("contact-form/submit-setup-form"),shortcodes:["[wp_site_title]"],selected_class:"tcb-selected",events(){return _.extend({'input input[name="from_email"]'(e){this.$('select[name="reply_to"] option:nth-child(1)').text(e.target.value).attr("value",e.target.value),0===this.$('select[name="reply_to"]')[0].selectedIndex&&this.model.set("reply_to",e.target.value)},"click .tcb-cf-submit-action":this.toggle_action},i.step_view.prototype.events)},initialize(e){e.shortcodes&&(this.shortcodes=_.union(this.shortcodes,e.shortcodes)),i.step_view.prototype.initialize.apply(this,arguments),this.on("tcb_step_active",function(e){const t=e.step_instances[0].model.get("to").split(",");this.populate_reply_to(t)}),this.listenTo(this.model,"change:send_confirmation_email",this.toggle_confirmation_email),this.listenTo(this.model,"change:sender_personalized",this.toggle_sender_details)},populate_reply_to(e){const t=this.$('select[name="reply_to"]');_.each(e,function(e){0===this.$('select[name="reply_to"] option[value="'+e.trim()+'"]').length&&t.append('<option value="'+e.trim()+'">'+e.trim()+"</option>")},this)},render(){this.$el.html(this.template({model:this.model}));const e=this.$(".tcb-shortcodes"),t=TVE.tpl("contact-form/shortcode-button");_.each(this.shortcodes,function(s){e.append(t({shortcode:s}))}),this.$('input[name="send_confirmation_email"]').prop("checked",this.model.get("send_confirmation_email")),this.$('input[name="sender_personalized"]').prop("checked",this.model.get("sender_personalized")),this.$("select").append('<option value="'+this.model.get("reply_to")+'">'+this.model.get("reply_to")+"</option>"),this.$('.tcb-cf-submit-action[data-action="'+this.model.get("action")+'"]').addClass(this.selected_class),this.toggle_action_form(this.model.get("action")),this.toggle_confirmation_email(),this.toggle_sender_details(),this.bind_link_search()},get_title:()=>TVE.t.cf_defaults.submit_title,insert_shortcode(e,t){return"subject"!==document.activeElement.getAttribute("name")&&this.$('textarea[name="confirmation_message"]').trigger("focus"),n(this.$('textarea[name="confirmation_message"]')[0],t.innerText.replace("+","")),!1},bind_link_search(){this.buttonLink=new l({el:this.$("#tcb-cf-url")[0],attr_name:"url",hide_preview:!0}),this.buttonLink.on("linkchange",_.bind(function(e){this.model.set("url",e),e.length&&(this.buttonLink.$autocomplete.removeClass("tcb-invalid"),this.buttonLink.$el.find(".tcb-error").remove())},this)),this.buttonLink.set_link(this.model.get("url"))},toggle_confirmation_email(){this.$("#tcb-confirmation-message-wrapper").toggle(this.model.get("send_confirmation_email"))},toggle_sender_details(){this.$("#tcb-sender-details-wrapper").toggle(this.model.get("sender_personalized"))},toggle_action(e){if(e.currentTarget.classList.contains(this.selected_class))return;const t=e.currentTarget.dataset.action;this.$(".tcb-cf-submit-action").removeClass(this.selected_class),this.model.set("action",t),e.currentTarget.classList.add(this.selected_class),this.toggle_action_form(t)},toggle_action_form(e){this.$(".tcb-action-form").hide(),this.$(".tcb-action-form#tcb-action-"+e).show()}}),p=a.extend({defaults:{action:"reload",send_confirmation_email:!1,sender_personalized:!1,confirmation_subject:TVE.t.cf_defaults.confirmation_subject,confirmation_message:"some confirmation message",from_name:"site title",from_email:"from@email.com",reply_to:"reply@to.com",url:"",notification:"notification text"},errors:{action:{empty:TVE.t.cf_errors.action.empty},confirmation_message:{empty:TVE.t.cf_errors.confirmation_message.empty},confirmation_subject:{empty:TVE.t.cf_errors.confirmation_subject.empty},from_name:{empty:TVE.t.cf_errors.from_name.empty},from_email:{empty:TVE.t.cf_errors.from_email.empty,invalid:TVE.t.cf_errors.from_email.invalid},reply_to:{invalid:TVE.t.cf_errors.reply_to.invalid},url:{empty:TVE.t.cf_errors.url.empty,invalid:TVE.t.cf_errors.url.invalid},notification:{empty:TVE.t.cf_errors.notification.empty}},validate_action(e,t){0===e.length&&(t.action=this.errors.action.empty)},validate_confirmation_message(e,t){!0===this.get("send_confirmation_email")&&0===e.length&&(t.confirmation_message=this.errors.confirmation_message.empty)},validate_confirmation_subject(e,t){!0===this.get("send_confirmation_email")&&0===e.length&&(t.confirmation_subject=this.errors.confirmation_subject.empty)},validate_from_name(e,t){!0===this.get("sender_personalized")&&0===e.length&&(t.from_name=this.errors.from_name.empty)},validate_from_email(e,t){!1!==this.get("sender_personalized")&&(0===e.length?t.from_email=this.errors.from_email.empty:o(e)||(t.from_email=this.errors.from_email.invalid))},validate_reply_to(e,t){this.get("sender_personalized")&&!o(e)&&(t.reply_to=this.errors.reply_to.invalid)},validate_url(e,t){var s;if("redirect"===this.get("action"))return e.length<=0?t.url=this.errors.url.empty:((s=e)||(s=""),void(/(http|https):\/\/(\w+:{0,1}\w*)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%!\-\/]))?/.test(s)||(t.url=this.errors.url.invalid)))},validate_notification(e,t){"notification"===this.get("action")&&e.length<=0&&(t.notification=this.errors.notification.empty)}}),g=i.multi_step.extend({template:TVE.tpl("modals/cf-settings"),id:"tcb-modal-contact-form",initialize(e){(e=e||{}).steps=[new r({model:new d(e.model?e.model.get("to_email"):{}),shortcodes:e.form_shortcodes||[]}),new h({model:new p(e.model?e.model.get("submit"):{}),shortcodes:e.form_shortcodes||[]})],i.multi_step.prototype.initialize.apply(this,[e])}});e.exports=g},96860:(e,t,s)=>{const i=s(40780);e.exports={getFontawesomeIcons:function(){const e={light:{prefix:"fal",icons:[]},duotone:{prefix:"fad",icons:[]},brands:{prefix:"fab",icons:[]},solid:{prefix:"fas",icons:[]},outlined:{prefix:"far",icons:[]}};for(const[t,s]of Object.entries(i)){const i=s.styles;i.includes("brands")&&e.brands.icons.push(t),i.includes("light")&&e.light.icons.push(t),i.includes("duotone")&&e.duotone.icons.push(t),i.includes("solid")&&e.solid.icons.push(t),i.includes("regular")&&e.outlined.icons.push(t)}return e}}},97171:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:5}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' preserveAspectRatio="none" viewBox="0 0 325 98" xmlns="http://www.w3.org/2000/svg" >\n\t\t\t\t<style>\n\t\t @keyframes draw-animation-first-line { \n\t\t\t\t\t0% { stroke-dashoffset: 310.77px; stroke-dasharray: 310.77px; } \n\t\t\t\t\t${t?t/2:"50"}% { stroke-dashoffset: 0; stroke-dasharray: 310.77px; } \n\t\t\t\t}\n\t\t @keyframes draw-animation-second-line { \n\t\t\t\t\t0% { stroke-dashoffset: 310.65px; stroke-dasharray: 310.65px; } \n\t\t\t\t\t${t?t/2:"50"}% { stroke-dashoffset: 310.65px; stroke-dasharray: 310.65px; } \n\t\t\t\t\t${t||"100"}% { stroke-dashoffset: 0; stroke-dasharray: 310.65px; } \n\t\t\t\t}\n\t\t .first { \n\t\t \t\tanimation: draw-animation-first-line forwards; \n\t\t }\n\t\t .second {\n\t\t \t\tanimation: draw-animation-second-line forwards; \n\t\t }\n\t\t\t\t.first, .second { ${this.getAnimationRules(!1)} }\n\t\t </style>\n\t\t\t\t\t<g fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}">\n\t\t\t\t\t\t<path class="first" d="M14 11c46.783 6.038 95.116 15.301 145 27.79C208.884 51.28 260.55 68.016 314 89"/>\n\t\t\t\t\t\t<path class="second" d="M314,11C263.08,18.271 215.234,27.593 170.464,38.966C125.695,50.34 73.53999999999999,67.017 14,89"/>\n\t\t\t\t\t</g>\n\t\t\t\t</svg>`}}},97353:(e,t,s)=>{e.exports=s(9111).extend({template:TVE.tpl("controls/label-input-icon"),previewMessage(){}})},97763:(e,t,s)=>{const i=s(20583),a=s(16171);let l=null;e.exports=i.base.extend({before_close(){"undefined"!=typeof tinymce&&tinymce.ui.FloatPanel.hideAll()},save(){const e=this,t=TVE.ActiveElement,s={content:a.get_shotcode_tinymce_content()};if(0===s.content.length)return void TVE.page_message(TVE.t.emptyContent,!0);this.$save_button.addClass("tve-disabled");let i=t.find(".tve_shortcode_raw"),l=t.find(".tve_shortcode_rendered");0===i.length&&(t.empty(),i=jQuery('<div class="tve_shortcode_raw" style="display: none"></div>').appendTo(t),l=jQuery('<div class="tve_shortcode_rendered"></div>').appendTo(t)),i.text("___TVE_SHORTCODE_RAW__"+s.content+"__TVE_SHORTCODE_RAW___"),TVE.ajax("render_shortcode","post",s).done(function(s){t.removeClass("tcb-elem-placeholder");try{l.html(s.response)}catch(e){console.log("Error inserting content: ",e)}(l.children().length&&0===l.outerHeight()||0===l.children().length)&&l.append('<div class="tve_shortcode_overlay"><span>No preview available. Please save and reload the page.</span></div>'),t.trigger("click"),TVE.page_message(s.text),e.close()}).always(function(){e.$save_button.removeClass("tve-disabled")})},after_open(){this.$save_button=this.$(".tcb-modal-save"),jQuery(".tvd-lean-overlay").addClass("tcb-modal-wordpress-content-overlay");let e=TVE.ActiveElement.find("> .tve_shortcode_raw").html();e=void 0===e?"":e.replace("___TVE_SHORTCODE_RAW__","").replace("__TVE_SHORTCODE_RAW___","");const t=document.createElement("textarea");t.innerHTML=e,e=t.value,a.set_shortcode_tinymce_content(e)}},{get_instance:e=>(l||(l=new TVE.WordPressContent({el:e})),l)})},97896:(e,t,s)=>{!function(t){const i=s(16668);e.exports=i.component.extend({extra_states:!0,cache:{},deps:["animation"],before_update(){this.cache={}},controls_init(e){const s=(e=TVE.ActiveElement,t="",s)=>{const i=this.cache.filter||e.css("filter")||"",a=i.match(new RegExp(t+"\\(([^)]+)"));return this.cache.filter||(this.cache.filter=i),parseFloat(Array.isArray(a)&&a[1]||parseInt(s))};this.controls.ImageGreyscale.input=()=>{this.applyEffects()},this.controls.ImageGreyscale.update=function(e){const t=s(e,"grayscale",this.config.config.default);this.setValue(t<=1?100*t:t)},this.controls.ImageBlur.input=()=>{this.applyEffects()},this.controls.ImageBlur.update=function(e){this.setValue(s(e,"blur",this.config.config.default))},this.controls.ImageBrightness.input=()=>{this.applyEffects()},this.controls.ImageBrightness.update=function(e){const t=s(e,"brightness",1);this.setValue(100*t)},this.controls.ImageSepia.input=()=>{this.applyEffects()},this.controls.ImageSepia.update=function(e){const t=s(e,"sepia",this.config.config.default);this.setValue(t<=1?100*t:t)},this.controls.ImageSaturate.input=()=>{this.applyEffects()},this.controls.ImageSaturate.update=function(e){const t=s(e,"saturate",1);this.setValue(100*t)},this.controls.ImageInvert.input=()=>{this.applyEffects()},this.controls.ImageInvert.update=function(e){const t=s(e,"invert",this.config.config.default);this.setValue(t<=1?100*t:t)},this.controls.ImageContrast.input=()=>{this.applyEffects()},this.controls.ImageContrast.update=function(e){const t=s(e,"contrast",1);this.setValue(100*t)},this.controls.ImageHueRotate.input=()=>{this.applyEffects()},this.controls.ImageHueRotate.update=function(e){const t=s(e,"hue-rotate",this.config.config.default);this.setValue(t<=1?100*t:t)},this.controls.ImageOpacity.input=function(e,t){this.applyElementCss({opacity:t.value/100},e,this.config.css_suffix,"")},this.controls.ImageOpacity.update=function(e){const t=e.css("opacity");this.setValue(100*t)},this.controls.ImageOverlaySwitch.change=function(s,i){"pseudo-element"===this.config.strategy?s.head_css({display:i.checked?"block":"none",content:"''",position:"absolute",top:0,left:0,width:"100%",height:"100%"},null,this.config.css_suffix||"::after"):(i.checked?t('<span class="tve-image-overlay"></span>').insertAfter(s.find("img")):s.find(".tve-image-overlay").remove(),TVE.do_action("tcb.image.overlay.change",s)),e.ImageOverlay.$el.toggle(i.checked),e.ImageOverlay.update()},this.controls.ImageOverlaySwitch.update=function(){let t=!1;t="pseudo-element"===this.config.strategy?"block"===this.applyTo().filter(".edit_mode").head_css("display",null,this.config.css_suffix||"::after",!0):!!this.applyTo().find(".tve-image-overlay").length,e.ImageOverlay.$el.toggle(t),this.setChecked(t)},this.controls.ImageOverlay.input=function(s){const i=this.applyTo(),a=i.find(".tve-image-overlay");if("element"===e.ImageOverlaySwitch.config.strategy&&0===a.length&&t('<span class="tve-image-overlay"></span>').insertAfter(i.find("img")),this.applyElementCss({"background-color":s},i,this.config.css_suffix,""),TVE.Components.animation.is_visible()){let e="";s&&(e=TVE.isCssVariable(s)?TVE.getCssVariableValue(s):s.toRgbString()),TVE.Components.animation.bg_color_changed({css:{"background-color":e},control:this})}},this.controls.ImageOverlay.update=function(){this.setValue(this.applyTo().head_css("background-color",null,this.config.css_suffix,!0)||null)}},set_default(){this.resetControls()},applyEffects(e=!1){const t=this.controls.ImageBlur,s=this.controls.ImageGreyscale.value(),i=this.controls.ImageBlur.value(),a=this.controls.ImageBrightness.value(),l=this.controls.ImageSepia.value(),o=this.controls.ImageContrast.value(),c={filter:`grayscale(${s}%) blur(${i}px) brightness(${a}%) sepia(${l}%) invert(${this.controls.ImageInvert.value()}%) saturate(${this.controls.ImageSaturate.value()}%) contrast(${o}%) hue-rotate(${this.controls.ImageHueRotate.value()}deg)`};e&&(c.opacity="1"),t.applyElementCss(c,t.applyTo(),t.config.css_suffix,"")},resetControls(){["ImageGreyscale","ImageBrightness","ImageSepia","ImageContrast","ImageBlur","ImageSaturate","ImageInvert","ImageHueRotate"].forEach(e=>{this.controls[e].setValue(this.controls[e].getDefault())}),this.applyEffects(!0),this.controls.ImageOpacity.setValue(100)}})}(jQuery)},97963:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:6}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' xmlns='http://www.w3.org/2000/svg' viewBox="0 0 7.5 7.5" preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation { \n\t\t\t\t\t0% { stroke-dashoffset: 9.5px; stroke-dasharray: 9.5px; } \n\t\t\t\t\t${t?t+"%,":""}100% { stroke-dashoffset: 0; stroke-dasharray: 9.5px; } \n\t\t\t\t}\n\t\t line { ${this.getAnimationRules()} }\n\t\t </style>\n\t\t\t\t\t<line x1="-1" y1="7.5" x2="8.5" y2="7.5" stroke-width="${e.strokeWidth}" stroke="blue"/>\n\t\t\t\t</svg>`}}},98212:(e,t,s)=>{const i=s(69335);e.exports=class extends i{static getDefaultConfig(){return{animationCount:1,animationDuration:1,animationDelay:1,strokeWidth:8}}getHtml(){const e=this.getConfig(),t=this.getDurationPercentage();return`<svg id='${this.constructor.getRandomId()}' viewBox='0 0 546 156' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'>\n\t\t <style>\n\t\t @keyframes draw-animation-first-line { \n\t\t\t\t\t0% { stroke-dashoffset: 581px; stroke-dasharray: 581px; } \n\t\t\t\t\t${t?.45*t:"45"}% { stroke-dashoffset: 0; stroke-dasharray: 581px; } \n\t\t\t\t}\n\t\t @keyframes draw-animation-second-line { \n\t\t\t\t\t0% { stroke-dashoffset: 524px; stroke-dasharray: 524px; } \n\t\t\t\t\t${t?.45*t:"45"}% { stroke-dashoffset: 524px; stroke-dasharray: 524px; } \n\t\t\t\t\t${t?.9*t:"90"}% { stroke-dashoffset: 0; stroke-dasharray: 524px; } \n\t\t\t\t\t${t||"100"}% { stroke-dashoffset: 0; stroke-dasharray: 524px; } \n\t\t\t\t}\n\t\t @keyframes draw-animation-third-line { \n\t\t\t\t\t0% { stroke-dashoffset: 71px; stroke-dasharray: 71px; } \n\t\t\t\t\t${t?.9*t:"90"}% { stroke-dashoffset: 71px; stroke-dasharray: 71px; } \n\t\t\t\t\t${t||"100"}% { stroke-dashoffset: 0; stroke-dasharray: 71px; } \n\t\t\t\t}\n\t\t .first { \n\t\t \t\tanimation: draw-animation-first-line forwards; \n\t\t }\n\t\t .second {\n\t\t \t\tanimation: draw-animation-second-line forwards; \n\t\t }\n\t\t .third {\n\t\t \t\tanimation: draw-animation-third-line forwards; \n\t\t }\n\t\t\t\t.first, .second, .third { ${this.getAnimationRules(!1)} }\n\t\t path { ${this.getAnimationRules()} }\n\t\t </style> \n\t\t \t <g fill="none" stroke="red" stroke-linecap="round" stroke-linejoin="round" stroke-width="${e.strokeWidth}">\n\t\t\t\t\t<path class="first" d="M 10 135 c 4 -34 7 -83 7 -115 a 8171 8171 0 0 0 465 -4"/>\n\t\t\t\t\t<path class="second" d="M 532 30 l 4 112 c -43 -8 -276 -7 -411 -3"/>\n\t\t\t\t\t<path class="third" d="M 104 140 L 34 142"/>\n\t\t\t\t </g> \n\t\t\t\t</svg>`}}},98251:(e,t,s)=>{const i=s(16668).component.extend({updateOnMouseLeave:!1,controls_init(e){e.Format.change=(e,t)=>{const s=t.value;e.attr("data-format",s).find(".tcb-pagination-label-content").replaceWith(TVE.CONST.post_list_pagination.label_formats[s]),TVE.froala.force_focus(e)},e.Format.update=function(e){const t=e.attr("data-format")||"pages";this.setValue(t)}}});e.exports=i},98314:(e,t,s)=>{const i=s(67714),a=s(87476);e.exports=s(16668).control.extend({before_initialize(){TVE.do_action("tcb.page-map.extend",this),this.visibilityControls={}},before_render(){this.template=TVE.tpl(TVE.apply_filters("tcb.page-map.template","controls/page-map")),this.symbolInsert=a},after_render(){this.$(".has-visibility-icon").each((e,t)=>{const s=t.dataset.section,a=t.dataset.selector;this.visibilityControls[s]=new i({component:this.component}),this.visibilityControls[s].change=(e,t,i)=>{this.visibilityToggle(s,a,t),t||TVE.ElementIcons.hide_icons(),s===e.attr("data-tcb-elem-type")&&(TVE.Components[s].controls.Visibility.change(null,{checked:t}),TVE.Components[s].controls.Visibility.update()),this.update(),i.stopPropagation()},this.visibilityControls[s].update=function(e){this.setValue(e.is(":visible")?"show":"hide")},TVE.$(t).append(this.visibilityControls[s].$el)})},visibilityToggle(e,t,s){const i=TVE.inner_$(t);0!==i.length||"header"!==e&&"footer"!==e||a.add_section_placeholder(e,t,TVE.Editor_Page.editor),i.toggle(s)},selectSection(e,t){const{section:s,selector:i}=t.dataset;let l=TVE.inner_$(i);return TVE.do_action("tcb.before_select_section",l,s),0===l.length&&("header"!==s&&"footer"!==s||(a.add_section_placeholder(s,i,TVE.Editor_Page.editor),l=TVE.inner_$(i)),0===l.length&&(l=TVE.Editor_Page.editor)),l.is(".tcb-elem-placeholder")||TVE.Editor_Page.focus_element(l),TVE.inner_$("html").animate({scrollTop:l.offset().top-24},1e3),!1},isPageFullWidth:()=>TVE.apply_filters("tcb.is_page_fullwidth",TVE.isLPFullWidth()),boxHover(e,t,s){const i="tsp-hover";if(this.$("."+i).removeClass(i),t.classList.toggle(i,"mouseleave"!==s.type),TVE.inner_$("."+i).removeClass(i),"mouseleave"===s.type)TVE.ElementIcons.hide_icons();else{const e=TVE.inner_$(t.dataset.section);e.length&&e.is(":visible")&&TVE.ElementIcons.show_icons(e)}return!!s.target.closest("[data-tooltip]")},update(e=TVE.ActiveElement){if(this.$(".tsp-content").toggleClass("tsp-full-width",this.isPageFullWidth()),this.$(".tsp-dynamic").removeClass("tsp-dynamic"),e&&e.length){this.$(".tsp-selected").removeClass("tsp-selected");const t=e.attr("data-selector");if(t){const s=this.$(`[data-section="${t}"]`);s.length&&(s.addClass("tsp-selected"),s.toggleClass("tsp-dynamic",!!e.attr("data-id")))}}this.$(".has-visibility-icon").each((e,t)=>{const{section:s,selector:i}=t.dataset;this.visibilityControls[s].update(TVE.inner_$(i))}),TVE.do_action("tcb.page-map.after_update",e,this)},change(){}})},98620:(e,t,s)=>{const i=s(42146),a=s(43692),l=s(16668),o=s(7757),c=s(55007),n=s(56231),r=s(73870),d=s(22508),h=s(61459),p=s(721),g=s(25958),m=s(48828),u=new a,v=new Backbone.Collection({});let f=!1;e.exports=l.component.extend({effectsItemsCollection:new Backbone.Collection({}),deps:["animation"],extra_states:!0,important:!1,controls_init(){this.important=!0,TVE.add_filter("tcb.droppanel.enter.pressed",(e,t)=>(t.is(".sp-input")&&(e=!1),e)),this.init_layers();const e=this.get_collection(),t=this.get_effect_collection(),s=this;this.controls.PreviewList.attach_collection(e),this.controls.PreviewList.on("item_click",_.bind(this.edit_layer,this)),this.controls.PreviewList.on("edit_default_color",_.bind(this.editDefaultColor,this)),this.listenTo(e,"add",this.apply_css),this.listenTo(e,"reset",this.apply_css),this.listenTo(e,"remove",this.apply_css),this.listenTo(e,"change",this.apply_css),this.listenTo(e,"save_states",_.bind(this.read_initial_state,this,e)),this.controls.PreviewList.get_items=function(e){const t=this.applyTo(!1,!1,TVE.is_group_editing),s=o(t.head_css("background-image",null,this.config.css_suffix,!0,this.config.css_prefix)),i=(e.css("background-size")||"").split(","),a=(e.css("background-attachment")||"").split(","),l=(e.css("background-position")||"").split(","),c=(e.css("background-repeat")||"").split(",");return s.forEach(function(e,t){s[t].size=i[t]||"auto auto",s[t].attachment=a[t]||"scroll",s[t].repeat=c[t]||"scroll",s[t].position=l[t]||"scroll"}),s},this.controls.PreviewFilterList.on("item_click",_.bind(function(e,t){const s=this.tabs.panel("effects");if(s.isOpen())return s.onCancel(),!1;const a=new i(s.get_default_data());return a.saveState(),a.set("key",e.get("key")),s.reset(a),s.open(null,t),!1},this)),this.controls.PreviewFilterList.attach_collection(t),this.listenTo(t,"reset_background_effects",function(e){const t=this.controls.PreviewFilterList.config,s={},i=this.controls.PreviewFilterList.applyTo();s.filter=e.get("prev_filter_css"),s.opacity=e.get("prev_opacity_css"),i.head_css(s,null,t.css_suffix,!0,t.css_prefix)},this),this.listenTo(t,"refresh_background_effects",function(){this.controls.PreviewFilterList.update(this.controls.PreviewFilterList.applyTo())},this),this.listenTo(t,"apply_background_effects",function(e){this.controls.PreviewFilterList.applyElementCss({[e.get("property")]:e.get("value")})},this);const a={grayscale:{value:0,prop:"grayscale",show:!1,label:"Greyscale (%s%)",defaults:"grayscale(0%)"},brightness:{value:100,prop:"brightness",show:!1,label:"Brightness (%s%)",defaults:"brightness(100%)"},sepia:{value:0,prop:"sepia",show:!1,label:"Sepia (%s%)",defaults:"sepia(0%)"},contrast:{value:100,prop:"contrast",show:!1,label:"Contrast (%s%)",defaults:"contrast(100%)"},blur:{value:0,prop:"blur",show:!1,label:"Blur (%s%)",defaults:"blur(0px)"},invert:{value:0,prop:"invert",show:!1,label:"Invert (%s%)",defaults:"invert(0%)"},saturate:{value:100,prop:"saturate",show:!1,label:"Saturate (%s%)",defaults:"saturate(100%)"},huerotate:{value:0,prop:"hue-rotate",show:!1,label:"Hue Rotate (%s%)",defaults:"hue-rotate(0deg)"}},l=TVE.apply_filters("tcb.bg_effects_elements",["contentbox","section","block"]);this.listenTo(t,"remove",_.bind(function(e){if("filter"===e.get("property")){const t=this.controls.PreviewFilterList.applyTo().css("filter").split(" ");jQuery.each(t,function(s,i){0===i.indexOf(e.get("key"))&&(t[s]=a[e.get("key").replace("-","")].defaults)});const s=this.controls.PreviewFilterList.config,i={},l=this.controls.PreviewFilterList.applyTo();i.filter=t.join(" ").trim(),l.head_css(i,null,s.css_suffix,!0,s.css_prefix)}else t.trigger("apply_background_effects",new i({property:e.get("property"),value:""}))},this)),this.controls.PreviewFilterList.update=_.bind(function(e){const s=[],i=parseFloat(e.css("opacity")),o=e.css("filter"),c=TVE._type(TVE.ActiveElement),n=this.$('[data-key="PreviewFilterList"]'),r=this.$('[data-panel="effects"]');if(n.hide(),r.hide(),1!==i&&s.push({icon:"",key:"opacity",property:"opacity",label:"Opacity ("+parseInt(100*i)+"%)"}),o&&"none"!==o){const e=o.split(" ");_.each(e,e=>{_.each(a,(t,s)=>{0===e.indexOf(t.prop)&&(a[s].value=h.parse_filter_property_css(e))})}),a.grayscale.value=parseInt(a.grayscale.value<100?100*a.grayscale.value:a.grayscale.value),a.grayscale.show=0!==a.grayscale.value,a.brightness.value=parseInt(100*a.brightness.value),a.brightness.show=100!==a.brightness.value,a.contrast.value=parseInt(100*a.contrast.value),a.contrast.show=100!==a.contrast.value,a.saturate.value=parseInt(100*a.saturate.value),a.saturate.show=100!==a.saturate.value,a.blur.value=parseInt(a.blur.value<100?100*a.blur.value:a.blur.value),a.blur.show=0!==a.blur.value,a.sepia.value=parseInt(a.sepia.value<100?100*a.sepia.value:a.sepia.value),a.sepia.show=0!==a.sepia.value,a.invert.value=parseInt(a.invert.value<100?100*a.invert.value:a.invert.value),a.invert.show=0!==a.invert.value,a.huerotate.value=parseInt(a.huerotate.value),a.huerotate.show=0!==a.huerotate.value,_.each(a,e=>{e.show&&s.push({icon:"",key:e.prop,property:"filter",label:e.label.replace("%s",e.value)})})}h.set_main_element(this.controls.PreviewFilterList.applyTo()),t.reset(s),l.includes(c)&&(s.length>0&&n.show(),r.show()),this.setLayerMasterColor()},this),this.controls.ColorPicker.input=function(e){this.css_variable&&(e=this.css_variable),e=this.cssImportant(e||"transparent"),e=TVE.apply_filters("tcb.bg_component_color",e);const t=TVE.apply_filters("tcb.background.suffix",this.config.css_suffix,this.applyTo());this.applyElementCss({"background-color":e,"--background-color":e},this.applyTo(),t);const s=TVE._type(TVE.ActiveElement),i=TVE.Elements[s].components.animation;i&&!0!==i.hidden&&TVE.Components.animation.bg_color_changed({css:{"background-color":e},control:this})},this.controls.ColorPicker.change=function(e){const t=this.cssImportant(e||"transparent");this.applyElementCss({"background-color":t,"--background-color":t}),e||(e=m("rgba(0,0,0,0)")),TVE.isCssVariable(e)&&(e=new m(TVE.getCssVariableValue(e))),TVE.state_manager.is_default()?s.backgroundColor=e.toPercentageRgb():s.hoverBackgroundColor=e.toPercentageRgb(),s.setLayerMasterColor()},this.controls.ColorPicker.update=function(e){this.read_background(e),s.setLayerMasterColor()}},get_collection:()=>u,getCollectionByType:e=>u.where({type:e}),setMasterColor(e){e||(e=this.controls.ColorPicker.getValue()),_.each(TVE.Components,function(t){t.controls&&t.controls.MasterColor&&t.controls.MasterColor.setValue(e)})},changeColorPallette(e){let t;const s=this;e.color&&(this.controls.PreviewList.update(),(TVE.state_manager.is_default()||s.hasHoverState("layer")||!TVE.state_manager.induced_state&&!TVE.state_manager.is_default())&&(_.each(u.models,function(i,a){i.set({gradient_css_variable:null},{silent:!0}),t=TVE.state_manager.is_default()?s.originalColor[a]:s.hoverOriginalColor[a],"pattern"!==i.attributes.type&&"url"!==i.attributes.type&&i.attributes.colorStops.forEach(function(s,i){t&&(TVE.isCssVariable(t[i])&&(t[i]=TVE.getCssVariableValue(t[i])),s.value=TVE.generateOffsetColor(e.originalColor,e.color,t[i]).toRgbString(),s.css_variable=null)})}),f=!0,this.apply_css(),f=!1),s.changeBackgroundColor(e))},changeBackgroundColor(e){if(TVE.state_manager.is_default()||this.hasHoverState("background")||!TVE.state_manager.induced_state&&!TVE.state_manager.is_default()){const t=TVE.state_manager.is_default()?this.backgroundColor:this.hoverBackgroundColor;let s;s=t&&!m.equals(t,"rgba(0,0,0,0)")?TVE.generateOffsetColor(e.originalColor,e.color,t).toRgbString():e.color,this.controls.ColorPicker.input(s),this.controls.ColorPicker.setValue(s)}},get_effect_collection:()=>v,init_layers(){this.tabs=new n({el:this.$(".gradient-layers")[0],buttons:this.buttons(),label:TVE.t.Add_Layer,tooltip_side:"top"}),this.tabs.on("open",_.bind(this.add_layer,this))},add_layer(e){TVE.SKIP_CSS_STATE=!0,TVE.UndoManager.temp.set(this.controls.PreviewList.applyTo(),this.get_css());const t=new i(e.get_default_data());if(t.set("__new",!0),"effects"!==e.key())this.get_collection().add(t);else{const e=[];this.get_effect_collection().each(function(t){e.push(t.get("key"))},this),t.set("disabled",e)}return t.saveState(),e.reset(t),!1},edit_layer(e,t){TVE.SKIP_CSS_STATE=!0,TVE.UndoManager.temp.set(this.controls.PreviewList.applyTo(),this.get_css());const s=e.get("type"),i="linear-gradient"===s||"radial-gradient"===s?"gradient":s,a=this.tabs.panel(i);return a.isOpen()?a.onCancel():(e.saveState(),a.reset(e),a.open(null,t)),!1},editDefaultColor(e,t){const s=t.dataset.defaultDynamic,a=s?TVE.getRawCssVariableName(s):TVE.ActiveElement.attr("data-dynamic-color");let l="";l=TVE.ActiveElement.head_css(s,!1,"",!0,"")||TVE.getCssVariableValue(s)?m(TVE.getCssVariableValue(s)).toRgbString():TVE.getMainAccentColor()?TVE.getCssVariableValue(TVE.getMainAccentColor().variable):"#0a0a0a";const o={type:"solid",real_type:"linear-gradient",colorStops:[{type:"literal",value:l,css_variable:TVE.buildCssVariable(s)},{type:"literal",value:l,css_variable:TVE.buildCssVariable(s)}]};e=new i(o);const c=new r({collection:this.get_collection()});if(c.isOpen())return c.onCancel(),!1;e.saveState(),c.reset(e),c.color&&c.color.options&&(c.color.options.showDynamic=!1),c.open(null,t),c.color&&c.color.setValue(l,!1,!0),c.color.onInput=c.color.input=e=>{TVE.isCssVariable(e)&&(e=m(TVE.getCssVariableValue(e))),this.controls.PreviewList.applyTo()[0].style.setProperty(a.replace("-default",""),e.toRgbString())},c.apply=()=>{let e=this.controls.PreviewList.applyTo()[0].style.getPropertyValue(a.replace("-default",""));return this.controls.PreviewList.applyTo()[0].style.removeProperty(a.replace("-default","")),TVE.isCssVariable(e)&&(e=m(TVE.getCssVariableValue(e)).toHexString()),TVE.ActiveElement.head_css({[a]:e},!1,"",!0,""),!1},c.onClose=()=>{this.controls.PreviewList.applyTo()[0].style.removeProperty(a.replace("-default",""))}},apply_css(){if(!this.get_collection().DURING_UPDATE){const e=this.get_css(),t=e["background-image"]&&e["background-image"].includes(TVE.CONST.colors.dynamic_prefix),s=this.controls.PreviewList,i=TVE.apply_filters("tcb.background.suffix",s.config.css_suffix,s.applyTo());s.applyElementCss(e,s.applyTo(),i),f||t||this.setLayerMasterColor();const a=TVE._type(TVE.ActiveElement),l=TVE.Elements[a].components.animation;l&&!0!==l.hidden&&TVE.Components.animation.collection&&TVE.Components.animation.bg_color_changed({control:s,css:e})}},setLayerMasterColor(){let e=null;_.each(u.models,function(t){!e&&t.attributes.colorStops&&"pattern"!==t.attributes.type&&"url"!==t.attributes.type&&(e=t.attributes.colorStops[0].value)}),this.setMasterColor(e)},get_css(){const e=this.get_collection().toJSON(),t=TVE.ActiveElement.is("body"),s=this.important?" !important":"";let i="scroll",a=-1;const l=e=>(Object.keys(e).forEach(t=>e[`--${t}`]=e[t]),e);if(t&&_.each(e,function(e,t){"url"===e.type&&"fixed"===e.attachment&&(i="fixed",a=t)}),"desktop"!==TVE.main.device.toLowerCase()){const t={};if(this.get_collection().each(function(l){if(!1===l.changedAttributes());else{const o=_.keys(l.changedAttributes());o.length&&o.forEach(l=>{switch(l){case"value":t["background-image"]=c(e)+s;break;case"size":t["background-size"]=_.map(e,function(e){return(e.size||"auto auto").trim()}).join(",")+s;break;case"position":t["background-position"]=_.map(e,function(e){return(e.position||"50% 50%").trim()}).join(",")+s;break;case"attachment":t["background-attachment"]=_.map(e,(e,t)=>("url"!==e.type&&!e.attachment&&t<a&&(e.attachment=i),e.attachment||"scroll")).join(",")+s;break;case"repeat":t["background-repeat"]=_.map(e,function(e){return e.repeat||"no-repeat"}).join(",")+s}})}}),!_.isEmpty(t))return l(t)}return l({"background-image":c(e)+s,"background-size":_.map(e,function(e){return(e.size||"auto auto").trim()}).join(",")+s,"background-position":_.map(e,function(e){return(e.position||"50% 50%").trim()}).join(",")+s,"background-attachment":_.map(e,function(e,t){return"url"!==e.type&&!e.attachment&&t<a&&(e.attachment=i),e.attachment||"scroll"}).join(",")+s,"background-repeat":_.map(e,function(e){return e.repeat||"no-repeat"}).join(",")+s})},buttons(){const e=this.get_collection();return{solid:{icon:"color",class:"no-padded",title:TVE.t.solid_color,panel:new r({collection:e})},url:{icon:"bk-img",class:"tcb-icon-medium",title:TVE.t.image,icon_type:"svg",panel:new d({collection:e})},gradient:{icon:"gradient",class:"no-padded",title:TVE.t.gradient,panel:new p({collection:e})},pattern:{icon:"stripes",class:"no-padded",title:TVE.t.pattern,panel:new g({collection:e})},effects:{icon:"custom",class:"tcb-icon-medium",icon_type:"svg",title:TVE.t.background_effects,panel:new h({collection:this.get_effect_collection()})}}},after_update(){TVE.FLAGS.hover_update?this.read_initial_state():this.save_state()},video:()=>s(66722),read_initial_state(){this.save_state(u),TVE.state_manager.is_default()&&(TVE.state_manager.set_state("hover"),TVE.ActiveElement.addClass("tve-state-hover"),this.controls.PreviewList.update(),this.save_state(u),TVE.ActiveElement.removeClass("tve-state-hover"),TVE.state_manager.set_state(""),this.controls.PreviewList.update())},save_state(e){void 0===e&&(e=u);const t=this.controls.PreviewList.readFrom().css("background-color")||"transparent";TVE.state_manager.is_default()&&!TVE.FLAGS.hover_element?(this.originalColor=this.getColorArr(e),this.backgroundColor=t):(this.hoverOriginalColor=this.getColorArr(e),this.hoverBackgroundColor=t)},hasHoverState(e){return"layer"===e?!_.isEqual(this.hoverOriginalColor,this.originalColor):!_.isEqual(this.backgroundColor,this.hoverBackgroundColor)},restore_state(){let e;const t=this;_.each(u.models,function(s,i){e=TVE.state_manager.is_default()?t.originalColor[i]:t.hoverOriginalColor[i],s.attributes.colorStops.forEach(function(t,s){e[s]&&"function"==typeof e[s].toRgbString&&(t.value=e[s].toRgbString())})}),this.apply_css()},has_layers:()=>u.length>0,hasLayersOfType:e=>u.where({type:e}).length>0,getColorArr(e){e&&"function"==typeof e.toJSON&&(e=e.toJSON());const t=[];return _.each(e,function(e){const s=[];_.each(e.colorStops,function(e){s.push(e.value.toString?e.value.toString():e.value)}),t.push(s)}),t},openLayer(e){this.$(`.preview-list-item[data-index="${e.index}"]`).trigger("click")}})},98699:(e,t,s)=>{const i=s(16102);e.exports=i.extend({template:TVE.tpl("controls/switch-toggle"),trigger_select(e,t){return this.check(e,{checked:!!parseInt(t.dataset.value)}),!1},setChecked(e){return this.$("a").removeClass("weight-500").filter(e?".right":".left").addClass("weight-500"),i.prototype.setChecked.apply(this,arguments)},check(e,t){this.setChecked(t.checked),this.change(e,t)}})},98941:(e,t,s)=>{!function(t){const i=s(16668).component;e.exports=i.extend({styles_type:"tpl_",list_rendered:!1,events:()=>_.extend({},i.prototype.events,{"dragstart .tve-select-item":e=>{TVE.do_action("tcb.elements.drag_start",e)},dragend:e=>{TVE.do_action("tcb.elements.drag_end",e)}}),after_init(e){this.$list=this.$(".c-s-p-tpl-list"),_.isString(e.styles_type)&&(this.styles_type=e.styles_type),TVE.add_filter("tcb.elements.build_elem_data",(e,t)=>(t.closest(".c-s-p-tpl-list").length&&(e.extra_class=t.attr("data-value")),e)),TVE.add_filter("tcb.drag.fetch.static_element",(e,t)=>{if(t.extra_class&&t.extra_class.includes(TVE.CONST.global_cls_prefix)){const s=e.find(".thrv_wrapper"),i=t.extra_class.replace(TVE.CONST.global_cls_prefix,"").split("-"),a=TVE.Components["shared-styles"].getGlobalStyleObject(null,i[1],i[0]);s.addClass(t.extra_class),TVE.Components[t.type].add_global_style(t.extra_class,s),TVE.Components["shared-styles"].addGlobalStyleDefaultCss(TVE.inner_$(s),a.default_css),"function"==typeof TVE.Components[t.type].addDefaultStyleHtml&&TVE.Components[t.type].addDefaultStyleHtml(TVE.inner_$(s),a.default_html,t.extra_class,a.attr)}return e})},render_list(){return this.list_rendered||(_.each(this.$list,e=>{const s=t(e),i=s.parent().find(".c-s-p-list-title"),a=s.attr("data-list"),l=TVE.tpl("controls/global/style-"+a);let o="";i.html(TVE.Elements[a].name),_.each(TVE.CONST.global_styles[this.styles_type+a],e=>{const s=t('<div class="tve-select-item global-style-preview click split" draggable="true" data-elem="'+a+'" data-value="'+e.cls+'" data-fn="select">'+l({cls:e.cls,text:e.name})+"</div>");"function"==typeof TVE.Components[a].addDefaultStyleHtml&&TVE.Components[a].addDefaultStyleHtml(s.find(".thrv_wrapper"),e.default_html,e.cls),o+=s[0].outerHTML}),s.html(o)},this),this.list_rendered=!0),this},select(e,t){const s=t.getAttribute("data-value"),i=TVE.inner_$("."+s).first();return 0===i.length?(TVE.page_message(TVE.t.global.element_not_found,-2),!1):(TVE.inner.window.TCB_Front.isInViewport(i,200)?this.select_template_element(i):TVE.inner_$("html, body").animate({scrollTop:i.offset().top-50},500).promise().then(_.bind(function(){this.select_template_element(i)},this)),!1)},select_template_element(e){0===e.closest(".thrv_symbol").length&&e.trigger("click",{emulate:!0})}})}(jQuery)},99122:(e,t,s)=>{(()=>{const t=s(16668),i=s(17044),a=s(54239);let l="simple";e.exports=t.component.extend({updateOnMouseLeave:!1,after_init(){this.hooks()},before_update(){l=TVE.ActiveElement.attr("data-type"),this.updateDom(TVE.ActiveElement),this.bindResizeObserver()},controls_init(e){this.nodesCollection=new Backbone.Collection({}),e.NodesControl.attach_collection(this.nodesCollection),e.NodesControl.update=e=>{const t=[],s=e.find(".tve-steps-wrapper .tve-progress-node");e.find(".tve-progress-label-wrapper--nodes .tve-progress-label").each((e,i)=>{t.push({item:TVE.inner_$(i),label:i.textContent,$icon:s.eq(e),$line:s.eq(e).next(),editable:!0})}),this.nodesCollection.reset(t),this.updateLabelPosition(e)},e.NodesControl.editInline=function(e,t){const s=t.dataset.index;this.$el.find(`.preview-list-input[data-index="${s}"]`).removeAttr("readonly"),this.$el.find(`.action-save[data-index="${s}"]`).removeClass("tcb-hidden"),t.classList.add("tcb-hidden")},e.NodesControl.keyupInline=(t,s,i)=>{13===i.which&&e.NodesControl.saveInline(t,s)},e.NodesControl.saveInline=function(e,t){const s=t.dataset.index,i=this.$el.find(`.preview-list-input[data-index="${s}"]`),a=this.collection.at(parseInt(s)).get("item");i.attr("readonly",""),this.$el.find(`.action-edit[data-index="${s}"]`).removeClass("tcb-hidden"),t.classList.add("tcb-hidden"),a.removeData("froala.editor").text(i.val()),this.update(TVE.ActiveElement)},e.NodesControl.on("item_remove",(t,s)=>{s.get("$icon").remove(),s.get("$line").remove(),s.get("item").remove(),TVE.ActiveElement.find(".tve-steps-wrapper").children().length?(e.NodesControl.update(TVE.ActiveElement),this.fillNodes(TVE.ActiveElement),this.setMaxNodes()):(TVE.ActiveElement.remove(),TVE.Editor_Page.blur())}),this.listenTo(this.nodesCollection,"change",()=>{let t="",s="";this.nodesCollection.each(function(e){t+=e.get("$icon")[0].outerHTML+e.get("$line")[0].outerHTML,e.get("item").html(e.get("item").text()),s+=e.get("item")[0].outerHTML},this),TVE.ActiveElement.find(".tve-steps-wrapper").html(t),TVE.ActiveElement.find(".tve-progress-label-wrapper--nodes ").html(s),this.fillNodes(TVE.ActiveElement),e.NodesControl.update(TVE.ActiveElement)}),e.Type.update=t=>{e.Type.setValue(t.attr("data-type"))},e.Type.input=(t,s)=>{l=s.dataset.value,t.attr("data-type",l),"nodes"===l?("inside"===t.attr("data-label-position")&&e.LabelPosition.setValue("below",!0),this.fillNodes(t)):(t.find(".tve-progress-line").tcbCss({"--progress":"","--progress-dual":""}),t.find(".tve-progress-label").removeClass("tve-state-expanded").css({visibility:"visible"})),this.updateDom(),this.updateLabelPosition(t),TVE.inner.window.TCB_Front.progressBar.handleDynamicValues(TVE.ActiveElement),e.Complete.update(),e.DualComplete.update()},e.LabelPosition.update=t=>{e.LabelPosition.setValue(t.attr("data-label-position"))},e.LabelPosition.input=(e,t)=>{"simple"===e.attr("data-type")&&this.syncLabels(e,"inside"===e.attr("data-label-position"),"inside"===t.value),e.attr("data-label-position",t.value)},e.DisplayLabels.update=t=>{e.DisplayLabels.setValue(t.mediaAttr("data-label-display"))},e.DisplayLabels.input=(e,t)=>{e.mediaAttr("data-label-display",t.value),this.updateLabelPosition(e),this.fillNodes(e)},e.HasLabels.update=t=>{const s=t.hasClass("with-labels");this.$(".tve-progress-labels").toggle(s),e.HasLabels.setValue(t.hasClass("with-labels"))},e.HasLabels.change=(e,t)=>{this.$(".tve-progress-labels").toggle(t.checked),e.toggleClass("with-labels",t.checked),this.updateLabelPosition(e)},e.BarHeight.update=t=>{e.BarHeight.setValue(t.tcbCss("--progress-height"))},e.BarHeight.input=(t,s)=>{let i=Number(s.value);i<0&&(i=0,e.BarHeight.setValue(i)),e.BarHeight.applyElementCss({"--progress-height":`${i}px`})},e.WithDualProgress.update=t=>{TVE.do_action("tve.progress.withdualprogress.update",this.$(".tve-progress-dual").prev(),t);const s=t.hasClass("with-dual-progress");this.$(".tve-progress-dual").toggle(s),e.WithDualProgress.setValue(s)},e.WithDualProgress.input=(e,t)=>{this.$(".tve-progress-dual").toggle(t.checked),e.toggleClass("with-dual-progress",t.checked),"nodes"===e.attr("data-type")&&this.fillNodes(e)},e.WithAnimation.update=t=>{const s=t.hasClass("thrv_data_element");this.$(".tve-progress-animation").toggle(s),e.WithAnimation.setValue(s)},e.WithAnimation.input=(e,t)=>{this.$(".tve-progress-animation").toggle(t.checked),e.toggleClass("thrv_data_element",t.checked)},e.AnimSpeed.update=t=>{e.AnimSpeed.setValue(t.tcbCss("--anim-speed"))},e.AnimSpeed.input=(e,t)=>{e.head_css({"--anim-speed":t.dataset.value})},e.AnimStart.update=t=>{e.AnimStart.setValue(t.tcbCss("--anim-start"))},e.AnimStart.input=(t,s)=>{const i=Math.min(100,Math.max(0,s.value));i!==s.value&&e.AnimStart.setValue(i),e.AnimStart.applyElementCss({"--anim-start":`${i}%`})},e.Complete=new i(TVE.apply_filters("tve.progress.complete.options",{el:this.$(".tve-progress-complete"),component:this,staticIcon:"",staticText:"%",model:{config:{label:"Current progress"}},afterUpdate(){this.tabs.updateButtonContent("nodes"===TVE.ActiveElement.attr("data-type")?"#":"%","static"),this.component.controls.DualComplete.update(TVE.ActiveElement)},initStaticTab:()=>{this.$('.tve-progress-complete .tve-cf-boxes [data-tab="static"]').append('<div class="tve-simple-complete simple"></div><div class="tve-nodes-complete nodes"></div>'),e.SimpleComplete=new a({el:this.$el.find(".tve-simple-complete"),model:{config:{class:"tve-control simple",default:"50",min:"0",max:"100",um:["%"]}}}),e.NodesComplete=new a({el:this.$el.find(".tve-nodes-complete"),model:{config:{class:"tve-control nodes",default:"1",min:"0",max:"10",step:"0.5",um:["s"]}}}),e.SimpleComplete.update=t=>{if("nodes"===l)return;const s=t.tcbCss("--progress");this.setSecondCompleteMin(s),e.SimpleComplete.setValue(s)},e.SimpleComplete.input=(t,s)=>{t.attr(e.Complete.dataAttr)&&e.Complete.removeDynamicData(!1);const i=Math.min(100,Math.max(0,s.value));i!==s.value&&e.SimpleComplete.setValue(i),e.SimpleComplete.applyElementCss({"--progress":`${i}%`}),this.setSecondCompleteMin(i)},e.NodesComplete.update=t=>{if("simple"===l)return;const s=t.tcbCss("--nodes-completed");this.setSecondCompleteMin(s,!0),e.NodesComplete.setValue(s)},e.NodesComplete.input=(t,s)=>{t.attr(e.Complete.dataAttr)&&e.Complete.removeDynamicData(!1),e.NodesComplete.applyElementCss({"--nodes-completed":`${s.value}`}),this.setSecondCompleteMin(s.value,!0),this.fillNodes(t)}},afterDynamicChanged:(t=!1)=>{t?(TVE.ActiveElement.tcbCss({"--nodes-completed":"","--progress":""}),TVE.ActiveElement.find(".tve-progress-line").tcbCss({"--progress":""})):(TVE.inner.window.TCB_Front.progressBar.handleDynamicValues(TVE.ActiveElement),e.NodesComplete.update(TVE.ActiveElement),e.SimpleComplete.update(TVE.ActiveElement)),this.controls.DualComplete.update(),this.updateDom()}})),e.DualComplete=new i(TVE.apply_filters("tve.progress.second_complete.options",{el:this.$(".tve-progress-dual"),component:this,model:{config:{label:"Secondary progress"}},staticIcon:"",staticText:"%",fieldAttr:"data-dual-field",dataAttr:"data-dual-fd",valueAttr:"data-dual-value",defaultValueAttr:"data-dual-dv",afterUpdate(){this.tabs.updateButtonContent("nodes"===TVE.ActiveElement.attr("data-type")?"#":"%","static")},initStaticTab:()=>{this.$('.tve-progress-dual .tve-cf-boxes [data-tab="static"]').append('<div class="tve-simple-dual-complete simple"></div><div class="tve-nodes-dual-complete nodes"></div>'),e.SecondComplete=new a({el:this.$el.find(".tve-simple-dual-complete"),model:{config:{class:"tve-control simple",default:"50",min:"0",max:"100",um:["%"]}}}),e.DualNodesComplete=new a({el:this.$el.find(".tve-nodes-dual-complete"),model:{config:{class:"tve-control nodes",default:"1",min:"0",max:"10",step:"0.5",um:["s"]}}}),e.SecondComplete.update=t=>{"nodes"!==l&&e.SecondComplete.setValue(t.tcbCss("--progress-dual"))},e.SecondComplete.input=(t,s)=>{t.attr(e.DualComplete.dataAttr)&&e.DualComplete.removeDynamicData(!1);const i=Math.min(100,Math.max(0,s.value));i!==s.value&&e.SecondComplete.setValue(i),e.SecondComplete.applyElementCss({"--progress-dual":`${i}%`})},e.DualNodesComplete.update=t=>{"simple"!==l&&e.DualNodesComplete.setValue(t.tcbCss("--nodes-completed-dual"))},e.DualNodesComplete.input=(t,s)=>{t.attr(e.DualComplete.dataAttr)&&e.DualComplete.removeDynamicData(!1),e.DualNodesComplete.applyElementCss({"--nodes-completed-dual":`${s.value}`}),this.fillNodes(t)}},afterDynamicChanged:(t=!1)=>{t?(TVE.ActiveElement.tcbCss({"--nodes-completed-dual":"","--progress-dual":""}),TVE.ActiveElement.find(".tve-progress-line").tcbCss({"--progress-dual":""})):(TVE.inner.window.TCB_Front.progressBar.handleDynamicValues(TVE.ActiveElement),e.DualNodesComplete.update(TVE.ActiveElement),e.SecondComplete.update(TVE.ActiveElement)),this.updateDom()}})),e.HideEmpty.update=t=>{e.HideEmpty.setValue("1"===t.attr("data-hide-empty"))},e.HideEmpty.change=(e,t)=>{e.attr("data-hide-empty",t.checked?1:0)},e.HideFull.update=t=>{e.HideFull.setValue("1"===t.attr("data-hide-full"))},e.HideFull.change=(e,t)=>{e.attr("data-hide-full",t.checked?1:0)},"undefined"!=typeof ResizeObserver&&TVE.Editor_Page.editor&&TVE.Editor_Page.editor.length&&new ResizeObserver(TVE._.debounce(()=>{this.updateLabelPosition(TVE.Editor_Page.editor)},20)).observe(TVE.Editor_Page.editor[0])},bindResizeObserver(e=TVE.ActiveElement){if("undefined"!=typeof ResizeObserver&&e.length&&!e.data("resize-observer")){const t=new ResizeObserver(TVE._.debounce(()=>{this.updateLabelPosition(e)},20));t.observe(e[0]),e.data("resize-observer",t)}},hooks(){const e=()=>{setTimeout(()=>{TVE.state_manager.change("expanded",!0,{skip_update:!0})})};TVE.add_action("tcb.focus_progress_label.before",t=>{t.hasClass("tve-state-expanded")&&e()}),TVE.add_action("tcb.focus_progress_icon.before",t=>{t.hasClass("tve-state-expanded")&&e()}),TVE.add_action("tcb.focus_progress_node.before",t=>{t.hasClass("tve-state-expanded")&&e()}),TVE.add_action("tcb.margin_padding.set",(e,t)=>{e.hasClass("tve-line-wrapper")&&t.css&&(Object.keys(t.css).forEach(e=>t.css[`--${e}`]=t.css[e].replace("!important","")),this.controls.SimpleComplete.applyElementCss(t.css,e,"",""))}),TVE.add_filter("tcb.icon.default_size",(e,t)=>(t.hasClass("tve-progress-icon")&&(e=30),e)),TVE.add_filter("tve.cloud_templates.modal",(e,t)=>(t.hasClass("tve-progress-bar-wrapper")&&(e="progressbar"),e)),TVE.add_filter("tve.text_control.css",(e,t)=>(t.hasClass("tve-progress-label")&&Object.keys(e).forEach(t=>{e[`--tve-${t}`]=e[t].replace("!important","").replace(/\s/g,"")}),e)),TVE.add_action("tve.text_control.selection.css",(e,t,s)=>{e.is(".tve-progress-label span")&&TVE.froala.exec("format.applyStyle",`--tve-${t}`,s.replace("!important","").replace(/\s/g,""))}),TVE.add_action("tcb.focus.clear",e=>{e&&e.is(`${TVE.identifier("progressbar")} *`)&&this.updateLabelPosition(e.closest(TVE.identifier("progressbar")))}),TVE.add_filter("tcb_insert_content_template",e=>(this.updateLabelPosition(e,!0),e)),TVE.add_action("tcb_after_cloud_template_css_inserted",e=>{this.updateLabelPosition(e,!0)}),TVE.add_filter("tcb_filter_html_before_save",e=>(e.find(".tve-progress-label-wrapper--nodes .tve-progress-label").css("visibility","hidden"),e)),TVE.add_filter("tcb.cloud_templates.change_main_wrapper_data_css",e=>[...e,"progressbar"])},updateLabelPosition(e=TVE.ActiveElement,t=!1){TVE.inner.window.TCB_Front.progressBar.handleLabelPosition(e),t&&TVE.inner.window.TCB_Front.progressBar.toggleLabels(e)},fillNodes(e=TVE.ActiveElement){TVE.inner.window.TCB_Front.progressBar.fillNodes(e)},updateDom(e=TVE.ActiveElement){this.$el.find('.tve-control:not([data-view="ProgressPalette"]), .tve-option:not(.tve-custom-fields-data-options *), .tve-control-grid').show().filter(`:not(.${l})`).hide(),"nodes"===l&&this.setMaxNodes(),this.$el.find(".hide-dynamic").toggleClass("tcb-hide",!e.attr("data-field")),this.controls.DualComplete.afterUpdate(),this.controls.Complete.afterUpdate()},setMaxNodes(){const e=TVE.ActiveElement.find(".tve-steps-wrapper").children().length/2-1;this.controls.DualNodesComplete.setMax(e),this.controls.NodesComplete.setMax(e)},setSecondCompleteMin(e,t=!1){this.controls[t?"DualNodesComplete":"SecondComplete"].setMin(e),this.controls[t?"DualNodesComplete":"SecondComplete"].config.forceMin=this.controls[t?"DualNodesComplete":"SecondComplete"].originalConfig.forceMin=e,Number(this.controls[t?"DualNodesComplete":"SecondComplete"].getValue())<Number(e)&&this.controls[t?"DualNodesComplete":"SecondComplete"].setValue(e,!0)},getNodesControl:()=>TVE.Views.Controls.PreviewList,addNode(){const e=TVE.ActiveElement.find(".tve-steps-wrapper"),t=TVE.ActiveElement.find(".tve-progress-label-wrapper--nodes");let s=e.find(".tve-progress-node:not(.tcb-excluded-from-group-item)").last(),i=t.find(".tve-progress-label:not(.tcb-excluded-from-group-item)");s.length||(s=e.find(".tve-progress-node").last());const a=s.next();i.length||(i=t.find(".tve-progress-label").last()),e.append(s.clone()),e.append(a.clone()),t.append(`<div class="tve_editable tve-progress-label tve_no_icons tcb-plain-text" data-css="${i.attr("data-css")}">Node</div>`),this.fillNodes(TVE.ActiveElement),t.children().last().tve_highlight(),this.setMaxNodes(),this.controls.NodesControl.update(TVE.ActiveElement)},syncLabels(e=TVE.ActiveElement,t=!0,s=!0){const i=(e=e.closest(".tve-progress-bar-wrapper")).find(".tve-line-wrapper .tve-progress-label").first(),a=i.text(),l=e.find(".tve-progress-label-wrapper--simple .tve-progress-label").first(),o=l.text();i.removeData("froala.editor"),l.removeData("froala.editor"),t?l.text(a):s&&i.text(o)}})})()},99250:(e,t,s)=>{const i=s(16668),a=s(48828),l=s(95255),o=s(35444),c=s(34877),n=s(16124),r=s(40248),d=s(54288),h="p-fav-thumb",p="p-global-thumb",g="p-dynamic-thumb";TVE.add_filter("editor_loaded_callback",()=>{TVE.CONST.colors.favorites.forEach(e=>{e.default&&"0"!==e.default&&(e.name=d(a(e.rgb).toHexString())[1],e.default=0)}),parseInt(TVE.CONST.acf_is_active)&&TVE.ajax("dynamic_colors_lazy_load","post",{post_id:TVE.CONST.post_id}).done(e=>{delete e.success,TVE.do_action("tve.colors_lazyload.done",e)})}),e.exports=i.base_view.extend({template:TVE.tpl("util/favorite-colors"),template_colors_tpl:TVE.tpl("util/template-colors"),save_btn:TVE.tpl("util/color-picker/save-btn"),favorite_thumb:TVE.tpl("util/color-picker/favorite-thumb"),global_thumb:TVE.tpl("util/color-picker/global-thumb"),className:"fav-colors",attr:{expanded:r.get("tcb_fav_expanded")||!1,colors:TVE.CONST.colors.favorites||[],globals:TVE.CONST.colors.globals||[],templates:TVE.CONST.colors.templates||[]},dynamicColors:[],has_template_colors:!1,variableViews:{},initialize(){},getDynamicColors:()=>TVE.getDynamicColors(),selectTab(e){this.$(".btn-tabs .tve-btn").removeClass("active"),this.$(`.btn-tabs .tve-btn[data-set="${e}"]`).addClass("active"),this.$el.children(":not(.dynamic-color-control)").show(),"dynamic"===e?this.$el.children(":not(.dynamic-color-control,.dynamic-colors-wrapper)").hide():this.$el.children(".dynamic-colors-wrapper").hide()},activateColorSet(e,t){const s=t.getAttribute("data-set");this.selectTab(s)},before_render(){this.$el.empty(),this.color_picker.options&&this.color_picker.options.showDynamic&&(this.dynamicColors=this.getDynamicColors(),this.dynamicColors.length>0&&void 0===this.color_picker.runComponentChanges&&this.$el.append(TVE.tpl("util/color-picker/dynamic-options")()))},after_render(){this.color_picker.options&&(this.variableViews={},this.has_template_colors=TVE.allowTemplateVarsInColorPicker(this.attr.templates.length>0&&this.color_picker.options.showGlobals),this.global_colors_view=new l({el:this.$("#tcb-color-details")[0],favorites_view:this}),this.variableViews.color=this.global_colors_view,this.variableViews.fav=this.global_colors_view,this.add_color_view=new n({el:this.$("#tcb-add-color")[0],favorites_view:this}),this.has_template_colors&&(this.$el.append(this.template_colors_tpl()),this.template_colors_view=new o({el:this.$("#tcb-template-color-details")[0],favorites_view:this}),this.variableViews.tpl=this.template_colors_view),this.dynamicColors.length>0&&(this.$el.append('<div class="dynamic-colors-wrapper pt-10"></div>'),this.$el.append('<div id="tcb-dynamic-color-details"></div>'),this.dynamicColorsView=new c({el:this.$("#tcb-dynamic-color-details")[0],favorites_view:this}),this.variableViews.dynamic=this.dynamicColorsView),TVE.do_action("tcb.favorite_colors.after_render",this),this.reset_html(),this.dynamicColors.length>0&&this.selectTab(this.color_picker.css_variable&&this.color_picker.css_variable.includes(TVE.CONST.colors.dynamic_prefix)?"dynamic":"default"))},on_color_show(){if(_.isEmpty(this.color_picker.options))return;const e=this.color_picker.getValue();if(this.render({render_function:"append"}),!e||!a(e).isValid())return void this.color_picker.disable_enable_choose_color(!1);const t=this.color_picker.css_variable?this.$("."+p+'[data-var="'+TVE.getRawCssVariableName(this.color_picker.css_variable)+'"]'):this.$("."+h+'[data-color="'+e+'"]');t.length?this.select(e,t.first()):this.color_picker.disable_enable_choose_color(!1)},on_color_hide(){this.color_picker.edit_css_variable&&(this.has_template_colors&&this.color_picker.css_variable.indexOf(TVE.CONST.colors.lp_set_prefix)>-1?this.template_colors_view.update_global():this.global_colors_view.update_global())},toggleColorDropdown(e,t){const s=t.getAttribute("data-dropdown-base-selector");this.$(`${s}control`).toggleClass("open"),this.$(`${s}content`).toggleClass("tcb-hidden")},render_colors(){let e=this.save_btn({tooltip:"Save Color"}),t=this.color_picker.options.showGlobals?this.global_thumb:this.favorite_thumb;return this.color_picker.options.globalThumb&&!_.isEmpty(this[this.color_picker.options.globalThumb])&&(t=this[this.color_picker.options.globalThumb]),_.each(this.attr.globals,function(s){s.active&&(e+=t({global_prefix:TVE.CONST.colors.global_prefix,css_prop:"background-color",color:s.color,name:s.name,id:s.id,synced_var:"",custom_name:s.custom_name,var_type:""}))},this),_.each(this.attr.colors,function(t,s){e+=this.favorite_thumb({css_prop:"background-color",color:t.rgb,name:t.name,id:s})},this),e},save_favorite(){return this.color_picker.edit_css_variable||(this.color_picker.options.showGlobals?(this.global_colors_view.$el.empty(),this.has_template_colors&&this.template_colors_view.$el.empty(),this.add_color_view.render(this.color_picker.getValue())):this.add_color(this.color_picker.getValue())),!1},color_click(e,t){this.color_picker.options.showGlobals&&this.add_color_view.empty_el();const s=t.getAttribute("data-color"),i=t.getAttribute("data-var");if(this.color_picker.edit_css_variable&&this.color_picker.css_variable){if(this.has_template_colors&&this.$selected.attr("data-var").indexOf(TVE.CONST.colors.lp_set_prefix)>-1)return TVE.changeCssVariableValue(this.$selected.attr("data-var"),i?TVE.buildCssVariable(i):s),this.$selected.attr("data-color",s),i?this.$selected.attr("data-synced-var",TVE.buildCssVariable(i)):this.$selected.attr("data-synced-var",""),void e.stopPropagation();this.has_template_colors&&this.color_picker.css_variable.indexOf(TVE.CONST.colors.lp_set_prefix)>-1?this.template_colors_view.undo_global():this.global_colors_view.undo_global()}return this.color_picker.$el.trigger("hue.changed.spectrum",a(s).toHsl().h),this.color_picker.setValue(i?TVE.buildCssVariable(i):s,!1,!0),this.select(s,jQuery(t)),!1},add_color(e){if(!e)return this;const t={rgb:"function"==typeof e.toString?e.toString():e,name:this.compute_color_name(e.toHexString())};return-1!==this.attr.colors.indexOf(e)||this.$(".p-thumb."+h+'[data-color="'+e+'"]').length>0||(this.attr.colors.unshift(t),this.reset_html(),this.select(e),this.execute_favorites_color_ajax()),this},remove_color(e){return _.isNumber(e)?(this.attr.colors.splice(e,1),this.$selected.remove(),this.reset_html(),this.execute_favorites_color_ajax(),this):this},update_favourite_color(e){const t=_.findIndex(this.attr.colors,t=>t.rgb===e.color);this.attr.colors[t].name=e.name,this.execute_favorites_color_ajax(),this.$selected.remove(),this.reset_html(),this.allow_user_to_edit(!0)},remove_global_color(e){const t=_.findIndex(this.attr.globals,function(t){return t.id===e});t>-1&&(this.attr.globals[t].active=0,TVE.CONST.colors.globals[t].active=0),this.$selected.remove(),this.reset_html(),this.color_picker.disable_enable_choose_color(!1)},add_global_color(e){const t=this.attr.globals.length;this.attr.globals.unshift({id:t,active:1,color:e.color,name:e.name,custom_name:e.custom_name})},update_global_color(e,t,s){const i=t.indexOf(TVE.CONST.colors.global_prefix)>-1?"globals":"templates",a=_.findIndex(this.attr[i],function(t){return t.id===e});a>-1&&(this.attr[i][a].color=s.color,this.attr[i][a].name=s.name,this.attr[i][a].custom_name=s.custom_name,TVE.do_action("tcb.modify.color.variable",this.attr[i][a],t))},reset_html(){if(this.$(".tcb-saved-colors-container").html(this.render_colors()),this.has_template_colors){let e="";_.each(this.attr.templates,function(t){let s=this.global_thumb({global_prefix:TVE.CONST.colors.lp_set_prefix,css_prop:"background-color",color:TVE.isCssVariable(t.color)?TVE.getCssVariableValue(t.color):t.color,name:t.name,id:t.id,synced_var:TVE.isCssVariable(t.color)?t.color:"",custom_name:t.custom_name,var_type:"tpl"});s=s.replace("p-thumb-inner","p-thumb-inner tcb-tpl-var"),e+=s},this),this.$(".tcb-template-colors-container").html(e)}if(this.dynamicColors.length>0){let e="";_.each(this.dynamicColors,t=>{let s=this.global_thumb({global_prefix:TVE.CONST.colors.dynamic_prefix,css_prop:"background-color",color:t.color,name:t.name,id:t.id,synced_var:"",custom_name:t.custom_name,var_type:"dynamic"});s=s.replace("p-thumb-inner","p-thumb-inner tcb-tpl-var").replace(p,`${p} ${g}`),e+=s}),this.$(".dynamic-colors-wrapper").html(e)}TVE.do_action("tcb.favorite_colors.reset_html",this)},select(e,t){if(!e)return;const s=this.$(".p-thumb").not(".save-fav").removeClass("active");if("string"==typeof e&&(e=a(e)),this.$selected=t?t.addClass("active"):s.filter('[data-color="'+e.toRgbString()+'"]').first().addClass("active"),!this.global_colors_view||!this.color_picker.options.showGlobals||!this.color_picker.css_variable)return this;_.each(this.variableViews,e=>{e.$el.empty()});const i=this.$selected.hasClass(g);if(this.$selected.length>0&&(this.color_picker.options.showActiveColorDetails||i))if(this.color_picker.disable_enable_choose_color(this.$selected.hasClass(p)&&!i),this.$selected.attr("data-var")){const e=this.$selected.attr("data-var-type")||this.$selected.attr("data-var").split("-")[3];this.variableViews[e].render(this.$selected)}else this.$selected.hasClass("p-fav-thumb")&&this.variableViews.fav.render(this.$selected);return this},update_name(e,t){const s=this.attr.globals.findIndex(t=>t.id===parseInt(e));-1!==s&&(this.attr.globals[s].name=t)},allow_user_to_edit(e){if(e?TVE.Editor_Page.enable_clicks({panel_action_btn:!0}):TVE.Editor_Page.disable_clicks({panel_action_btn:!0}),!e){let e=TVE.t.global.global_color_edit;this.color_picker.css_variable.indexOf(TVE.CONST.colors.lp_set_prefix)>-1&&(e=TVE.t.global.template_color_edit),this.$("#global-color-edit-msg").html(e)}this.$("#global-color-edit-warning").toggleClass("tcb-hidden",e),this.color_picker.disable_enable_choose_color(e)},execute_global_color_ajax(e){e&&(e.post_id=TVE.CONST.post.ID,TVE.ajax("global_colors","post",e))},execute_template_color_ajax(e){e&&(e.value=e.color,e.type="color",TVE.ajax("template_options","post",e))},execute_favorites_color_ajax(){TVE.ajax("custom_options","post",{type:"colours",values:TVE.CONST.colors.favorites})},compute_color_name:e=>d(e)[1],on_color_change(e){this.color_picker.css_variable&&this.color_picker.edit_css_variable&&this.$selected&&this.$selected.length?(this.$selected.attr("data-synced-var",""),this.has_template_colors&&this.$selected.attr("data-var").indexOf(TVE.CONST.colors.lp_set_prefix)>-1?this.template_colors_view.update_color_name(this.$selected,e):this.global_colors_view.update_color_name(this.$selected,e),TVE.do_action("tcb.change_css_color_variable",this.color_picker.css_variable,e)):(this.$(".p-thumb").not(".save-fav").removeClass("active"),this.color_picker.options.showGlobals&&this.add_color_view&&this.global_colors_view&&(this.add_color_view.$el.empty(),this.global_colors_view.$el.empty(),this.has_template_colors&&this.template_colors_view.$el.empty()))}})},99313:e=>{const t=["text","button","columns","icon","contentbox","divider","image"];class s{static beforeEditMode(e){e.find("[draggable]").removeAttr("draggable"),e.find(".tve-draggable").removeClass("tve-draggable"),e.find(".tve-droppable").removeClass("tve-droppable"),e.closest(".thrv_responsive_video").addClass("tcb-video-cover-edit-mode"),void 0===e.attr("data-ct")&&e.attr({"data-ct":"video_cover-0","data-ct-name":"Default cover"}),TVE.add_filter("tcb.change_target",s.getDropzoneTarget),TVE.add_filter("tcb.get_dropzone_target",s.getDropzoneTarget)}static enterEditMode(e=TVE.ActiveElement.find(TVE.identifier("video_cover"))){s.beforeEditMode(e),TVE.main.EditMode.enter(e,{hidden_elements:TVE.main.sidebar_extra.$el.find(".tve-element:visible").map((e,t)=>t.dataset.elem).filter((e,s)=>!t.includes(s)),can_insert_elements:!0,show_default_message:!0,restore_state:!0,blur:!0,callbacks:{exit:()=>s.exitEditMode(e)}}),s.afterEditMode(e)}static afterEditMode(e){TVE.Editor_Page.focus_element(e.removeClass("edit_mode"))}static exitEditMode(e){e.closest(".thrv_responsive_video").removeClass("tcb-video-cover-edit-mode"),TVE.remove_filter("tcb.change_target",s.getDropzoneTarget),TVE.remove_filter("tcb.get_dropzone_target",s.getDropzoneTarget),requestAnimationFrame(()=>{TVE.Editor_Page.focus_element(e.closest(".thrv_responsive_video"))})}static getDropzoneTarget(e){return TVE.main.EditMode.element()&&TVE.main.EditMode.element().is(TVE.identifier("video_cover"))&&(e=TVE.main.EditMode.element().children().last()),e}}e.exports=s},99350:(e,t,s)=>{const i=Backbone.Collection.extend({model:s(393)});e.exports=new i(TVE.CONST.logo.sources)},99713:(e,t,s)=>{e.exports=s(32472).extend({updateOnMouseLeave:!1,after_init(){TVE.add_action("tve.icons.expanded.dynamic_dropdown",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("expanded",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.add_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index",9),setTimeout(function(){const t=TVE.main.EditMode.element().add(e.find(".tve-lg-dropdown-list")).tveBoundingBox();TVE.main.EditMode.element().tve_overlay("no-bg",t)},400)}),TVE.add_action("tve.icons.collapse.dynamic_dropdown",e=>{TVE.Editor_Page.focus_element(e),TVE.state_manager.change("default",!0),TVE.ElementEditIcons.show_icons(TVE.ClickedElement),TVE.remove_filter("tcb.edit_mode.overlay.dimensions",this.overlayDimensions),e.closest(" .tve-page-section-in").css("z-index","auto")}),TVE.add_action("tcb.focus_dynamic_dropdown.before",e=>{e.hasClass("tve-state-expanded")&&(TVE.state_manager.change("expanded",!0,{skip_update:!0}),e.find(".tve-state-expanded").removeClass("tve-state-expanded"))}),TVE.add_action("tcb.focus_element.before",e=>{0===e.closest(".tve-dynamic-dropdown").length&&e.closest(".thrv_wrapper").find(".tve-dynamic-dropdown.tve-state-expanded").removeClass("tve-state-expanded")})},controls_init(){this.controls.StyleChange.set_drop_panel(this.controls.SelectStylePicker),this.controls.PlaceholderInput.update=function(e){this.setValue(e.attr("data-placeholder")||e.find("input").attr("data-placeholder"))},this.controls.PlaceholderInput.input=function(e,t){e.attr("data-placeholder",t.value).find("input").attr("data-placeholder",t.value),e.find(".tve-lg-dropdown-trigger .tve-disabled-text-inner").html(t.value)},this.controls.DropdownAnimation.update=function(e){const t=new RegExp(`(${Object.keys(this.model.config.options).filter(e=>""!==e).join("|")})`,"g"),s=e.attr("class");let i="";s&&t.test(s)&&(i=s.match(t)[0]),this.setValue(i)},this.controls.DropdownAnimation.input=function(e,t){e.removeClass(Object.keys(this.model.config.options).join(" ")).addClass(t.value).attr("data-dropdown-animation",t.value)},this.controls.Width.update=e=>{this.controls.Width.setValue(e.head_css(this.getWidthVariable(e),!1,"",!0,"").trim())},this.controls.Width.input=(e,t)=>{this.controls.Width.applyElementCss({[this.getWidthVariable(e)]:`${t.value}${this.controls.Width.getUM()}`})}},getWidthVariable(e){return TVE.apply_filters("tve.dynamic_dropdown.width_var","--tve-input-width",e,this.controls.Width)},stylePickerInitializer:()=>s(30296),dropdownIconInitializer:()=>s(64807)})},99716:(e,t,s)=>{const i=s(62204),a=s(40878);e.exports=TVE.Views.Base.base_view.extend({template:"conditional-display/modal/entity",afterInitialize(){new a({el:this.$(".tcb-entity-select")[0],model:new Backbone.Model({list:_.map(i.getEntities(),(e,t)=>({value:t,label:e.label})),placeholderText:"Select entity",selected:this.model.get("entity")}),onSelect:e=>{this.model.set({entity:e,field:null,condition:null})}})}})},99961:(e,t,s)=>{(t=>{const i=new(s(78367));e.exports=s(71680).extend({blocksCollection:new Backbone.Collection({}),item_template:TVE.tpl("symbols/content-template-item"),itemClass:".modal-item",filters:{category:[],search:[],group:[]},groupMap:{},tooltipOpen:!1,renameInProgress:!1,windowResized:!1,after_initialize(){this.$el.addClass("modal-w-sidebar"),this.$content=this.$el,this.$cloudMenu=this.$("#cb-cloud-menu"),this.$packTitle=this.$("#lp-blk-pack-title"),this.$packContent=this.$("#cb-pack-content"),this.$packGroupsWrapper=this.$("#lp-groups-wrapper"),this.$error=this.$(".error-container").hide(),this.$searchInput=t('input[data-source="search"]'),this.symbols=TVE.CONST.symbols,this.templates=TVE.CONST.content_templates,this.activeGroup="Templates",window.addEventListener("resize",()=>{this.windowResized=!0}),this.initClickHandler(),TVE.add_action("tcb.lp_blocks.filter",e=>{this.$el.attr("id").includes("tcb-modal-ct-symbols")&&0===this.$searchInput.val().length&&e&&0===this.filters.search.length&&(this.$packTitle.text(e),this.activeGroup=e)})},getSearchTerm(e,t){switch(t.get("group")[0]){case"Templates":e=t.get("label");break;case"Symbols":e=t.get("post_title")}return e},before_open(){this.resetFilters(),this.$packContent.empty(),this.groupMap={templates:{key:"Templates"},symbols:{key:"Symbols"}},this.$packTitle.text(this.$packGroupsWrapper.find(".lp-group.active").innerText),this.$el.addClass("loading")},after_open(){if(void 0===TVE.CONST.symbols)return setTimeout(this.after_open.bind(this),100);0!==this.$searchInput.val().length&&this.$searchInput.val("");let e=[];this.templates=TVE.CONST.content_templates,this.symbols=TVE.CONST.symbols,e=[...this.addSourceToTemplates(this.templates,"templates"),...this.addSourceToTemplates(Object.values(this.symbols),"symbols")],e=this.addThumbnailRatios(e),this.blocksCollection.reset(e),TVE.BlockModal.prototype.after_open.call(this),this.$el.removeClass("loading"),this.renderGroups(),this.renderFirstTab()},addSourceToTemplates(e,t){return _.map(e,e=>Object.assign(e,{source:t,group:[this.groupMap[t].key]}))},renderGroups(){this.groups={[this.groupMap.templates.key]:{counter:this.templates.length},[this.groupMap.symbols.key]:{counter:Object.keys(this.symbols).length}},this.$packGroupsWrapper.empty(),_.each(this.groups,(e,t)=>{this.$packGroupsWrapper.append(this.group_item({group:t,counter:e.counter}))})},activateFirstTab(){this.filter("",this.$packGroupsWrapper.find('.lp-group[data-item="Templates"]')),this.applyMasonry()},renderFirstTab(){this.resetFilters(),this.applyMasonry(),this.activateFirstTab()},addThumbnailRatios:e=>e.map(e=>{let t=1;if(e.thumb&&e.thumb.w&&e.thumb.h){const s=parseInt(e.thumb.w),i=parseInt(e.thumb.h);t=parseFloat(i/s).toFixed(3),e.ratio=t}return e}),domDownloadTpl(e,t){switch(this.selected=t.dataset.id,t.dataset.source){case"templates":i.insertContentTemplate(this.selected);break;case"symbols":i.insertSymbol(parseInt(this.selected))}this.close()},openOptionsTooltip(e){t(e.target).closest(".modal-title-w-options").toggleClass("tooltip-open"),this.tooltipOpen=!0},closeOptionsTooltip(){this.tooltipOpen&&(this.$packContent.find(".tooltip-open").removeClass("tooltip-open"),this.tooltipOpen=!1)},initClickHandler(){this.$el.on("mousedown",e=>{const s=t(e.target);this.tooltipOpen&&0===s.closest(".modal-title-w-options, .tcb-dropdown-dots").length?this.closeOptionsTooltip():this.renameInProgress&&0===s.closest(".modal-tooltip-rename, .tcb-template-options-tooltip").length&&this.triggerRename()})},openDelete(e){t(e.target).closest(this.itemClass).addClass("delete").find(".card").removeClass("click"),this.closeOptionsTooltip()},hideDelete(e){t(e.target).closest(this.itemClass).removeClass("delete")},delete(e){const s=e.target,a=s.dataset.id;if(!this.duringAjax){this.duringAjax=!0;const e=this.blocksCollection.get(a).get("source"),l="symbols"===e?"delete_symbols":"delete_content_template";i.delete(l,a).done(i=>{this.blocksCollection.remove(this.blocksCollection.get(a)),e.includes("symbols")?delete TVE.CONST.symbols[i.data.ID]:TVE.CONST.content_templates=i.list,t(s).closest(this.itemClass).remove();const l=this.$packGroupsWrapper.find(".active .lp-group-count"),o=parseInt(l.text())-1;l.text(o),o>0?this.applyMasonry():this.$packContent.html(this.no_templates())}).always(()=>{this.duringAjax=!1})}},openRename(e){const s=t(e.target).closest(this.itemClass);s.addClass("edit").find(".modal-item-name-input").trigger("focus").select(),this.closeOptionsTooltip(),this.renameInProgress=s.attr("data-id")},closeRename(e=!0){const t=this.$(this.itemClass.trim()+`[data-id="${this.renameInProgress}"]`),s=t.find(".modal-item-name-input"),i=t.find(".template-name");t.removeClass("edit").find(".modal-item-name-check").removeClass("loading small"),e?s.val(i.text()):i.text(s.val())},triggerRename(){const e=this.$packContent.find(".edit");e.length>0&&e.find(".modal-item-name-check").trigger("click")},handle_keyup(e){if(this.renameInProgress)switch(e.which){case 13:this.triggerRename();case 27:this.closeRename()}return!1},rename(e){const s=t(e.target).closest(".modal-item-name-check"),a=s.closest(this.itemClass),l=s.prev(".modal-item-name-input").val();if(s.addClass("loading small"),l){if(!this.duringAjax){this.duringAjax=!0;const e=a.attr("data-id"),t="symbols"===this.blocksCollection.get(e).get("source")?"rename_symbols":"rename_content_template";i.update(t,e,l).done(()=>{this.closeRename(!1);const t=_.findWhere(this.symbols,{id:parseInt(e)}),s=e.includes("o_"),i=_.findWhere(this.templates,{id:s?e:parseInt(e)});t&&(t.post_title=l,a.find(".modal-item-name").text(l),this.blocksCollection.get(e).set("post_title",l)),i&&(i.label=l,a.find(".modal-item-name").text(l),this.blocksCollection.get(e).set("label",l))}).always(()=>{this.duringAjax=!1,this.renameInProgress=!1})}}else TVE.page_message(TVE.t.ct_symbol_missing_new_title,!0)}})})(jQuery)}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var s=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](s,s.exports,__webpack_require__),s.exports}__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();var __webpack_exports__={};function ownKeys(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),s.push.apply(s,i)}return s}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(s),!0).forEach(function(t){_defineProperty(e,t,s[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):ownKeys(Object(s)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))})}return e}function _defineProperty(e,t,s){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:t+""}function _toPrimitive(e,t){if("object"!=typeof e||!e)return e;var s=e[Symbol.toPrimitive];if(void 0!==s){var i=s.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}tcb_main_const.debug_mode&&jQuery.noConflict(),function(e){let t=null,s=null;__webpack_require__(2978),_.templateSettings={evaluate:/<#([\s\S]+?)#>/g,interpolate:/<#=([\s\S]+?)#>/g,escape:/<#-([\s\S]+?)#>/g};let i=window.TVE=window.TVE||{};e.extend(i,{_:window._,CONST:tcb_main_const,t:tcb_main_const.i18n,$document:e(document),$body:e(document.body),$window:e(window),$:e,outer:{document,window,$window:e(window),$document:e(document)}}),i.CONST.display={},i.CONST.cssVarProps=["color","background-color","font-color","background-image","--tve-color","text-shadow","box-shadow","border"],i.CONST.cssVarPrefix="--tve-applied-",e.extend(i,__webpack_require__(77088)),i.$window.trigger("tcb.register-hooks"),e.extend(!0,i,__webpack_require__(35253)),i=i.apply_filters("tcb.includes",i),i.Landing_Page=__webpack_require__(59304),i.CONST.landing_page&&i.Landing_Page.initialize(),i.GutenbergBlocks=__webpack_require__(71739),i.CONST.post.post_type===i.GutenbergBlocks.postType&&i.GutenbergBlocks.initialize(),i.tooltips=__webpack_require__(96413),i.FLAGS=i.FLAGS||{};const a=i.Views.Base.base_view.extend({device:"desktop",no_auto_collapse_components:["group","cloud_templates"],responsive:{desktop:{media:"(min-width: 300px)",rule_index:0},tablet:{media:"(max-width: 1023px)",rule_index:1},mobile:{media:"(max-width: 767px)",rule_index:2}},media_query_tpl(e){return void 0===e&&(e=this.device),this.responsive[e].media},media_rule_index(e=this.device){return this.responsive[e].rule_index},getDeviceForMedia(t){let s=this.device;return e.each(this.responsive,function(e,i){if(i.media===t)return s=e,!1}),s},get_inherited_media(e){const t=[],s=this.media_rule_index(e);return s>1&&t.push(this.media_query_tpl("tablet")),s>0&&t.push(this.media_query_tpl("desktop")),t},get_smaller_media(){const e=[],t=this.media_rule_index();return t<2&&e.push(this.media_query_tpl("mobile")),t<1&&e.push(this.media_query_tpl("tablet")),e},all_media(){return Object.values(this.responsive).map(e=>e.media)},events:()=>_.extend({},i.Views.Base.base_view.prototype.events,{"click #tcb-frame-container"(){i.Editor_Page.blur()}}),initialize(){this.$cpanel=this.$("#tve_cpanel"),this.$panel=this.$cpanel.find(".tve-panel"),this.$loader=this.$("#tve-page-loader"),this.$cpanel.find(".tve-element").attr("draggable","true"),this.$container=this.$("#tcb-frame-container"),this.$container.data("el-width",this.$container.outerWidth()),this.$components=this.$cpanel.find("#tve-components"),this.$components.$items=this.$components.find(".tve-component"),this.$defaultVisible=this.$(".default-visible"),this.$frame=this.$("iframe#tve-editor-frame"),this.$multiple_selection_settings=this.$("#multiple-selection-settings"),this.$multiple_selection_message=this.$(".multi-select-sidebar-message"),this.$dropPanels=this.$("#tcb-drop-panels"),this.$dropPanelsRight=this.$("#tcb-right-drop-panels"),this.$ActiveElement=this.$(".tve-active-element"),this.$ActiveElement.$name=this.$ActiveElement.find(".element-name"),this.$multiple_selection_menu=this.$("#multiple-select-elements"),this.$sidebarBlocks=this.$(".sidebar-block"),this.$static_elements=this.$("#tve-static-elements"),this.custom_events(),i.frame_offset=this.$container.offset(),this.panel_offset(),this.states_dropdown=new(__webpack_require__(8331))({el:this.$ActiveElement.find(".element-states")[0]}),i.state_manager=new(__webpack_require__(41698))(this.states_dropdown),this.sidebar_bottom=new(__webpack_require__(80281))({el:this.$("#sidebar-bottom")[0]}),this.sidebar_extra=new(__webpack_require__(78130))({el:this.$("#sidebar-right")[0]})},panel_offset(){return i.panel_offset=this.$cpanel.offset(),i.panel_offset},deselect_element(){i.ActiveElement?(i.Editor_Page.blur(),delete i.ActiveElement,delete i.ClickedElement):this.switch_menu_to("elements")},getZipMediaFrame:e=>wp.media({title:e,button:{text:"Import"},multiple:!1,frame:"select",library:{type:"application/zip"}}),custom_events(){this.on("overlayevent",this.overlay),i.$document.on("tvd_after_auth",function(e,t){i.CONST.nonce=t.tcb_nonce,i.CONST.rest_nonce=t.rest_nonce,i.login_callback&&(i.login_callback.fn.apply(i.login_callback.scope),delete i.login_callback),i.main.trigger("tcb_auth_login",t)}),this.on("device_change",function(e){const t=i.ActiveElement&&i.Elements[i._type(i.ActiveElement)].hover;i.apply_filters("tcb.enable_states_dropdown","desktop"===e.device&&t,i.ActiveElement,e.device,t)?i.main.states_dropdown.enable().hide_dropdown():i.main.states_dropdown.disable(),this.change_element_text(e.device)}),this.on("before_device_change",()=>{i.Views.Controls.DropPanel.close_all()}),i.$body.on("keydown",e=>i.do_action("tcb.keydown",e))},change_element_text(t){if(void 0!==t){const s=e('.tve-control[data-view="MediumWrap"]');switch(t){case"tablet":void 0!==s&&s.find("span").text(i.t.WrapColumnsOnTablet);break;case"mobile":void 0!==s&&s.find("span").text(i.t.WrapColumnsOnMobile)}}},active_elem_nav_view:null,active_element_navigation(){if(!this.active_elem_nav_view){const e=__webpack_require__(36404);this.active_elem_nav_view=new e({el:this.$("#tcb-top-nav-list")[0]})}this.active_elem_nav_view.reset_breadcrumbs()},postOptionsClicked(e,t){this.active_elem_nav_view&&this.active_elem_nav_view.reset_collection(),i.Editor_Page.focus_element(i.inner_$(t.getAttribute("data-selector").replace(/\\/g,""))),t.classList.add("tcb-breadcrumb-active"),e.stopPropagation()},postOptionsBlur(){this.$("#tcb-post-option-breadcrumb").removeClass("tcb-breadcrumb-active")},set_navigation_root(e){if(!this.active_elem_nav_view)return this;this.active_elem_nav_view.push_root_element(e)},openHelpCornerLightbox:()=>(i.modal_open("help-lightbox",{element:i.Editor_Page}),e(".tvd-lean-overlay").addClass("overlay-frame"),!1),remove_navigation_root(e){this.active_elem_nav_view.pop_root_element(e)},toggle_navigation(e){this.active_elem_nav_view&&(e=void 0===e||e,this.active_elem_nav_view.$el.toggleClass("tcb-nav-hide",e))},editor_loaded(){if(i.addHooks({actions:__webpack_require__(19109),filters:__webpack_require__(29537)},__webpack_require__(79380)),i.setDefaultAjaxParams(e),this.overlay(!0),i.is_loaded)return;this.EditMode=new(__webpack_require__(88097))({el:e("#tcb-edit-mode-button")[0]}),i.is_loaded=!0,this.undo_manager_init(),this.menu_init(),this.$frame.contents().on("click","a",function(){if(!e(this).parents(".media-modal").length)return!1}),this.$frame.contents().find(".postform").attr("disabled","disabled"),this.editor_settings=new(__webpack_require__(22556))({el:this.$("#tcb-editor-settings")[0]}),i.main.off("after_undo_redo").on("after_undo_redo",function(){if(i.ActiveElement&&i.inner.document.contains(i.ActiveElement[0])){const e=i.SkipUpdate;i.SkipUpdate=!1,i.main.update_components(),i.SkipUpdate=e}else i.main.switch_menu_to("elements")});const t=i.apply_filters("tcb.lazyload.data",{post_id:i.CONST.post_id});void 0!==t["conditional-display-groups"]&&t["conditional-display-groups"].length&&(e(".save-btn").addClass("tve-disabled"),e(".save-btn").parent(".save").attr("title",i.t.loadingConditionalDisplay)),i.ajax("lazy_load","post",t).done(t=>{delete t.success,["lp_templates","saved_lp_templates","cloud_lp_templates","symbols","content_templates","btn_default_templates","blocks","custom_icons","tve_global_scripts"].forEach(e=>{void 0!==t[e]&&(i.CONST[e]=t[e])}),i.do_action("tve.lazyload.done",t),e(".save-btn").hasClass("tve-disabled")&&(e(".save-btn").removeClass("tve-disabled"),e(".save-btn").parent(".save").removeAttr("title"))});const s="page"===i.CONST.post.post_type&&!i.CONST.landing_page&&!i.Editor_Page.editor.html()&&!i.CONST.tve_post_constants.page_wizard;i.apply_filters("tcb.should_open_page_wizard",s)&&(i.modal_open("page-wizard",{element:i.ActiveElement}),i.CONST.tve_post_constants.page_wizard=1),i.CONST.dismissed_tooltips.includes("more-features-modal")||(this.openHelpCornerLightbox(),i.ajax("dismiss_tooltip","post",{meta_value:[...i.CONST.dismissed_tooltips,"more-features-modal"].filter(e=>e)}))},overlay(e){return e?(i.KEEP_OVERLAY||this.$loader.removeClass("tve-open"),delete i.KEEP_OVERLAY,this):(this.$loader.addClass("tve-open"),this)},static_element(e){const t=this.$static_elements.children("[data-elem='"+e+"']");let s=t.children(".element");return s.length?s.attr("data-elem",e):s=t,s},undo_manager_init(){i.UndoManager=new(__webpack_require__(55933))(10,this.$("#tcb-undo , #tcb-undo-sim "),this.$("#tcb-redo, #tcb-redo-sim")),i.UndoManager.setCallback(function(e){!i.CONST.debug_mode&&void 0!==e&&e.length?window.onbeforeunload=function(){return i.t.LeavePageUnsavedChanges}:window.onbeforeunload=null}),i.SKIP_CSS_STATE=!1},close_notification_box(){e("#tve_notification_box").animate({top:-1200},700)},notification_box_show_more(){const t=e("#tve_notification_box"),s=t.find(".tcb-notification-error-response"),i=t.find(".tve_error_show_more"),a=t.find(".tve_error_show_less");s.toggleClass("tcb-hidden"),i.toggleClass("tcb-hidden"),a.toggleClass("tcb-hidden")},menu_init(){i.Elements=tcb_main_const.elements,i.do_action("before_menu_init"),i.Components={},this.hide_components(),this.init_dynamic_components(),e.each(i.Elements,function(t,s){s.is_placeholder?i.Components[t]=new(void 0===i.Views.Components[t]?i.Views.Base.component:i.Views.Components[t])({config:{},options:{}}):(s.inherit_from&&_.extend(s.components,i.Elements[s.inherit_from].components),e.each(s.components,function(s,a){if(void 0===i.Components[s]){const l=e(`#tve-${s}-component`),o=l.data("view");if(void 0===o)i.Components[s]=new i.Views.Base.component({el:l[0],key:s,config:{}});else{if("function"!=typeof i.Views.Components[o])return console.warn&&console.warn(`ERR: cannot instantiate component: ${o} for element: ${t}`),!0;i.Components[s]=new i.Views.Components[o]({el:l[0],config:a.config,options:_objectSpread(_objectSpread({},tcb_main_const.options[s]||{}),a.options||{}),renderer:i.renderers[s]||null,key:s})}if(!i.Components[s].key)throw new Error(`Component ${s} has no key!`)}}))}),this.$scrollbar=this.$("#tve-scroll-panel").scrollbar({onScroll(e,t){i.do_action("tcb.sidebar.scrolled",e,t)}}),this.$scrollbar.__height=this.$scrollbar.height(),this.switch_menu_to("elements"),i.$(".tve-style-options").scrollbar({disableBodyScroll:!0}),i.do_action("tcb.after_menu_init")},scroll_panel_to(e,t){void 0===t&&(t="fast");const s=e.offset().top,a=e.outerHeight(),l=s+a-i.main.$scrollbar.outerHeight(),o=i.main.$scrollbar.scrollTop(),c=i.main.$(".tve-active-element").outerHeight();a&&l>c&&(null!==t?i.main.$scrollbar.animate({scrollTop:o+l-c},t):i.main.$scrollbar.scrollTop(o+l-c))},menu_reinit(){this.clear_focus(),e.each(i.Components,function(e,t){void 0!==i.Elements.general.components[e]&&i.Elements.general.components[e].options&&(t.options=i.Elements.general.components[e].options,t.reinit())})},__execute_menu_switch:_.debounce(function(e,t){"elements"===e&&this.EditMode.in_edit()&&(e=this.EditMode.get_default_sidebar_params()[0],t=this.EditMode.get_default_sidebar_params()[1]);const s=Array.prototype.join.call(arguments,",");if(this.__current_menu===s)return;this.__current_menu=s,this.$sidebarBlocks.tcbHide(),this.$multiple_selection_settings.tcbHide(),this.$multiple_selection_message.addClass("tcb-hide"),this.$cpanel.tcbToggleClass("panel-default","elements"===e).tcbToggleClass("tcb-multiple-selection","multiple_select_elements"===e);let a=null;switch(e){case"multiple_select_elements":a="Multiple-Selected Mode",this.$components.tcbShow("flex"),this.$multiple_selection_message.removeClass("tcb-hide"),this.$multiple_selection_settings.tcbShow("flex"),i.Components["multiple-select-mode"].openComponent();break;case"components":a=-1,this.$components.tcbShow("flex");break;case"custom":a=this.$("#sidebar-"+t).show().attr("data-title");break;case"elements":this.$defaultVisible.tcbShow()}-1!==a&&(this.set_panel_title(a),this.setPanelInfo(a)),i.do_action("tcb.switch_menu",e)},5),switch_menu_to(e,t){if(!0!==i.FLAGS.disable_menu_switch)return!!i.prevent_blur||void this.__execute_menu_switch(e,t)},components_menu(){return this.switch_menu_to("components"),!1},hide_components(){this.$components.$items.tcbHide(),_.each(i.Components,function(e){e.toggleHighlight(),delete e._visible})},collapse_components(e){e=e||[],_.each(i.Components,function(t,s){_.contains(e,s)||t.$el.find(".dropdown-header").removeClass("open")}),_.each(i.CONST.display,function(t,s){_.contains(e,s)||(t.docked=!1)}),i.Views.Controls.DropPanel.close_all()},close_select2(){this.$(".tcb-select-multiple").select2("close")},clear_focus(){(i.state_manager.is_default()||i.state_manager.is_expanded())&&(this.postOptionsBlur(),i.Views.Controls.DropPanel.close_all(),this.$panel.removeClass("drop-panel-open"),this.switch_menu_to("elements"),this.$colorpickers.spectrum("blurApply"),clearTimeout(s),s=setTimeout(function(){delete i.ActiveElement,delete i.ClickedElement}),e.each(i.Components,function(e,t){t.reset()}),i.state(i.STATE_DEFAULT),this.trigger("clear_focus"))},enable_element_state_dropdown(e,t){const s=i.Elements[t].active;return!(_.isString(s)&&s.includes(".")&&e.is(s))},set_element_name_suffix(e,t){const s=i.Elements[t].active;return _.isString(s)&&s.includes(".")&&e.is(s)?":ACTIVE":null},set_panel_title(e,t){return e||(e=this.$ActiveElement.data("default")),this.$ActiveElement.toggleClass("no-states",!t).find(".element-name").html(e),this},set_element_name(e,t){i.ActiveElement&&(e=e||i.get_element_name(i.ActiveElement),void 0!==t&&t&&(e+=t),e=i.apply_filters("tcb.element.name",e),this.$ActiveElement.$name.html(e))},setPanelInfo(e){i.ActiveElement&&(e=i.apply_filters("tcb.elem.type.info",e,i.ActiveElement));const t=i.Elements[e]&&i.Elements[e].info,s=this.$ActiveElement.find(".element-info");if(t&&t.instructions&&!i.FLAGS.is_multiple_select)s.html(i.tpl("util/element-info")({instructions:t.instructions}));else if(i.FLAGS.is_multiple_select){const e={instructions:{link:"https://help.thrivethemes.com/en/articles/8624582-how-to-style-and-move-multi-selected-elements-in-thrive-architect",type:"help",url:"multiselect_mode"}};s.html(i.tpl("util/element-info")(e))}else s.html("")},element_selected(a,l,o){if(clearTimeout(s),!i.state_manager.allowSelection(a))return;const c=i._type(a),n=this;if(void 0===i.Elements[c])return;if(i.ActiveElement=i.ClickedElement=i.apply_filters("tcb.element_selected",a,c),a.hasClass("tcb-ct-placeholder")){const e=a.attr("data-specific-modal");return i.modal_open(e||i.Components[c]&&i.Components[c].templatesModal||"cloud-templates",{element:a,modal_element_id:e||"cloud-templates"}),!0}if(void 0===o&&(o=!0),this.$el.attr("data-element",c),i.UndoManager.temp.delete(),!a.is(i.state_manager.get_parent())){this.set_element_name(i.get_element_name(a),this.set_element_name_suffix(a,c)),this.setPanelInfo(c);let e=this.enable_element_state_dropdown(a,c)&&i.Elements[c].hover&&"desktop"===this.device;e=i.apply_filters(`tcb.${c}.has_states_dropdown`,e),e?this.states_dropdown.enable().hide_dropdown():this.states_dropdown.disable()}if(i.state_manager.set_element(a),l&&l.is_mouse&&(i.FLAGS.hover_element=!0),i.state(i.STATE_EDIT),o){let e=i.ActiveElement;i.apply_filters("tcb.inner_actions.can_show_icons",!1,e)||(e=e&&i.ActiveElement.filter(".edit_mode")),setTimeout(()=>i.ElementEditIcons.show_icons(e))}if(i.Components[c]&&a.hasClass("tcb-elem-placeholder")&&i.Components[c].placeholder_action)return l&&l.preventDefault(),i.Elements[c].is_placeholder||i.Components[c].setConfig(i.Elements[c].components[c].config,!0),clearTimeout(t),t=setTimeout(function(){i.Components[c].placeholder_action(a)},200),i.do_action("tcb.placeholder.selected",a),!0;this.hide_components(),this.trigger("element_selected",i.ActiveElement,c);let r=!0;i.clearUpdateTimeout();const d=[];e.each(i.Elements[c].components,function(e,t){if(i.apply_filters("tcb.components.hide",t.hidden||_.contains(n.no_auto_collapse_components,e),e,c))return;d.push(i.Components[e].open(t,c));const s=i.CONST.display[e];s&&s.docked&&(r=!1)});let h=c;if(i.Elements[c].inherit_from&&(h=i.Elements[c].inherit_from),r&&(h.indexOf("label")>-1&&i.Elements[c].components.text?h="text":"post_read_more"===h&&(h="button"),h=i.apply_filters("tcb.components.expanded_key",h,c),i.Components[h]&&d.push(i.Components[h].toggleDropdown("docked",!0))),a.hasClass("tcb-group-editing")||a.parents(".tcb-group-editing").length){const e=i._type(a.closest(".tcb-group-editing")),t=i.Elements[e].components.group;t.order=0,d.push(i.Components.group.open(t,c,{docked:!0}))}const p=i.apply_filters("tcb.element_has_content_templates",a.attr("data-ct"),h,a);i.Components[h]&&!i.Components[h].hideCloudTemplatesComponent&&p&&(i.Components.cloud_templates.open({order:0,config:i.Components.cloud_templates.config||{}},h),i.Components.cloud_templates.elementTemplatesTooltip.display(67),d.push(i.Components.cloud_templates.toggleDropdown("docked",!0))),this.switch_menu_to("components"),i.ClickedElement.not(".tve-froala:not(a)").filter(".edit_mode").one("mouseleave",function(){setTimeout(function(){i.ActiveElement&&(i.FLAGS.MOUSELEAVE_UPDATE=!0,i.do_action("tcb.element_selected.before_update"),i.FLAGS.hover_element=!1,n.update_components())})}),this.active_element_navigation(),i.do_action("tcb.element.selected",i.ActiveElement,c),i.do_action(`tcb.element.selected.${c}`,i.ActiveElement),Promise.all(d).then(()=>i.ActiveElement.trigger("element.selected"))},exit_multiple_selected_mode(){i.drag.clearSelection(),i.Editor_Page.blur(),i.main.switch_menu_to("elements"),i.FLAGS.is_multiple_select=!1},update_components(t){if(!i.ActiveElement||i.SkipUpdate||!i.inner.document.contains(i.ActiveElement[0]))return i.SkipUpdate=!1,this;if(void 0!==t&&t.length)return _.each(t,function(e){i.Components[e]&&i.Components[e].isOpen()&&(!i.FLAGS.MOUSELEAVE_UPDATE||i.FLAGS.MOUSELEAVE_UPDATE&&i.Components[e].updateOnMouseLeave)&&i.Components[e].update()}),this;const s=i._type(i.ActiveElement);return e.each(i.Elements[s].components,(e,t)=>{!t.hidden&&!_.contains(this.no_auto_collapse_components,e)&&i.Components[e].isOpen()&&(!i.FLAGS.MOUSELEAVE_UPDATE||i.FLAGS.MOUSELEAVE_UPDATE&&i.Components[e].updateOnMouseLeave)&&i.Components[e].update()}),i.ActiveElement.is(".tcb-group-editing-item")&&i.Components.group.update(),this.trigger("tve_all_components_updated"),i.FLAGS.MOUSELEAVE_UPDATE=!1,i.Editor_Page.reposition_icons(),this},enable_components(){e.each(i.Components,function(e){i.Components[e].enable()})},hide_side_panel(){this.$el.addClass("panel-hidden")},show_side_panel(){this.$el.removeClass("panel-hidden")},togglePanel(e,t){this.$el.toggleClass("editor-collapsed");const s=this.$el.hasClass("editor-collapsed")?"collapsed":"expanded";return s&&this.sidebar_extra.hide_drawers(),t.setAttribute("title",t.getAttribute(`data-title-${s}`)),setTimeout(function(){i.inner.window.TCB_Front.resizePageSection(),i.ActiveElement&&(i.state_manager.is_hover()?i.ActiveElement.tve_overlay():i.Editor_Page.reposition_icons()),i.main.EditMode.in_edit()&&i.main.EditMode.refresh()},240),!1},sidebar_toggle_elements(e,t){return this.sidebar_extra.elements.toggle_elements(e,t),this},follow(e,t){const s=t.getAttribute("data-device"),i=t.getAttribute("data-func");return s?this.$cpanel.find("[data-fn = "+i+"][data-device = "+s+"]").trigger("click"):this.$cpanel.find("[data-fn = "+i+"]").trigger("click")},init_dynamic_components(){this.$(".dynamic-component").each(function(){i.Components[this.dataset.key]=new i.Views.Components[this.dataset.view]({el:this,key:this.dataset.key,config:{}})})},openInstructionsLightbox(e,t){i.modal_open("instructions",{element:i.ActiveElement,target:t})},redirectToInstructionsUrl(e,t){const s=t.getAttribute("data-link");s?window.open(s,"_blank"):console.error("No URL found in data-link attribute.")},toggleMultipleSelectMode(e){this.$multiple_selection_settings.find("button").removeClass("active"),e.currentTarget.classList.toggle("active");const t=e.currentTarget.dataset.type;this.$multiple_selection_message.find(".selection-action").text(t),i.FLAGS.is_multiple_styling="style"===t,i.do_action("tcb.multiple_select_mode.change",t)}});e(function(){i.main=window.TCB_Main=new a({el:document.body}),i.main.overlay.close=function(){return i.main.overlay("close")},i.browser(),window.TCB_READY=!0,e(window).trigger("tcb_main_ready"),i.main.$frame.attr("src",i.main.$frame.attr("data-src")),i.tooltips()})}(jQuery)})();